.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-ff489a81-2e31-454f-9abf-09504caaf48d {
  margin-top: -30px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}
@media (max-width: 767px){#s-ff489a81-2e31-454f-9abf-09504caaf48d {
  display: none;
}
#s-ff489a81-2e31-454f-9abf-09504caaf48d, #wrap-s-ff489a81-2e31-454f-9abf-09504caaf48d { display: none !important; }}
#s-ff489a81-2e31-454f-9abf-09504caaf48d .shg-sld-dot {
  background-color: rgba(217, 30, 85, 1);
}

#s-ff489a81-2e31-454f-9abf-09504caaf48d .shg-sld-nav-button.shg-sld-left,
#s-ff489a81-2e31-454f-9abf-09504caaf48d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(217, 30, 85, 1);
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-d7a21c99-bd0f-42f0-8165-551caff21235 {
  text-align: center;
}







  img.s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image {
    
    
  }


.s-d7a21c99-bd0f-42f0-8165-551caff21235 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7a21c99-bd0f-42f0-8165-551caff21235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image {
    
    
  }


.s-d7a21c99-bd0f-42f0-8165-551caff21235 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7a21c99-bd0f-42f0-8165-551caff21235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image {
    
    
  }


.s-d7a21c99-bd0f-42f0-8165-551caff21235 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7a21c99-bd0f-42f0-8165-551caff21235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image {
    
    
  }


.s-d7a21c99-bd0f-42f0-8165-551caff21235 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7a21c99-bd0f-42f0-8165-551caff21235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image {
    
    
  }


.s-d7a21c99-bd0f-42f0-8165-551caff21235 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7a21c99-bd0f-42f0-8165-551caff21235.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7a21c99-bd0f-42f0-8165-551caff21235.shogun-image {
  box-sizing: border-box;
}



}
#s-7a4ba196-08d0-4116-8d6e-6dec875604d9 {
  margin-top: 0px;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
text-align: center;
}







  img.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image {
    
    
  }


.s-7a4ba196-08d0-4116-8d6e-6dec875604d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image {
    
    
  }


.s-7a4ba196-08d0-4116-8d6e-6dec875604d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image {
    
    
  }


.s-7a4ba196-08d0-4116-8d6e-6dec875604d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image {
    
    
  }


.s-7a4ba196-08d0-4116-8d6e-6dec875604d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image {
    
    
  }


.s-7a4ba196-08d0-4116-8d6e-6dec875604d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4ba196-08d0-4116-8d6e-6dec875604d9.shogun-image {
  box-sizing: border-box;
}



}
#s-c841c35f-23ac-4a15-bdf7-77f15b0c4686 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
text-align: center;
}







  img.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image {
    
    
  }


.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686 .shogun-image-content {
  
    align-items: center;
  
}

.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image {
    
    
  }


.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686 .shogun-image-content {
  
    align-items: center;
  
}

.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image {
    
    
  }


.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686 .shogun-image-content {
  
    align-items: center;
  
}

.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image {
    
    
  }


.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686 .shogun-image-content {
  
    align-items: center;
  
}

.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image {
    
    
  }


.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686 .shogun-image-content {
  
    align-items: center;
  
}

.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c841c35f-23ac-4a15-bdf7-77f15b0c4686.shogun-image {
  box-sizing: border-box;
}



}
#s-7b39ae73-e194-4303-8e21-a33af7615ea9 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
text-align: center;
}







  img.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image {
    
    
  }


.s-7b39ae73-e194-4303-8e21-a33af7615ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image {
    
    
  }


.s-7b39ae73-e194-4303-8e21-a33af7615ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image {
    
    
  }


.s-7b39ae73-e194-4303-8e21-a33af7615ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image {
    
    
  }


.s-7b39ae73-e194-4303-8e21-a33af7615ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image {
    
    
  }


.s-7b39ae73-e194-4303-8e21-a33af7615ea9 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b39ae73-e194-4303-8e21-a33af7615ea9.shogun-image {
  box-sizing: border-box;
}



}
.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-7b835d09-8bb9-436f-b464-72df8673da51 {
  min-height: 50px;
}








#s-7b835d09-8bb9-436f-b464-72df8673da51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b835d09-8bb9-436f-b464-72df8673da51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-4b1b1d33-8add-4790-8440-3199b515a298 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4b1b1d33-8add-4790-8440-3199b515a298 {
  display: none;
}
#s-4b1b1d33-8add-4790-8440-3199b515a298, #wrap-s-4b1b1d33-8add-4790-8440-3199b515a298 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b1b1d33-8add-4790-8440-3199b515a298 {
  display: none;
}
#s-4b1b1d33-8add-4790-8440-3199b515a298, #wrap-s-4b1b1d33-8add-4790-8440-3199b515a298 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b1b1d33-8add-4790-8440-3199b515a298 {
  display: none;
}
#s-4b1b1d33-8add-4790-8440-3199b515a298, #wrap-s-4b1b1d33-8add-4790-8440-3199b515a298 { display: none !important; }}@media (max-width: 767px){#s-4b1b1d33-8add-4790-8440-3199b515a298 {
  display: none;
}
#s-4b1b1d33-8add-4790-8440-3199b515a298, #wrap-s-4b1b1d33-8add-4790-8440-3199b515a298 { display: none !important; }}
#s-4b1b1d33-8add-4790-8440-3199b515a298 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a633c931-7654-41fa-ac4c-2d9a9c150c1c {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-a633c931-7654-41fa-ac4c-2d9a9c150c1c {
  display: none;
}
#s-a633c931-7654-41fa-ac4c-2d9a9c150c1c, #wrap-s-a633c931-7654-41fa-ac4c-2d9a9c150c1c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a633c931-7654-41fa-ac4c-2d9a9c150c1c {
  display: none;
}
#s-a633c931-7654-41fa-ac4c-2d9a9c150c1c, #wrap-s-a633c931-7654-41fa-ac4c-2d9a9c150c1c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a633c931-7654-41fa-ac4c-2d9a9c150c1c {
  display: none;
}
#s-a633c931-7654-41fa-ac4c-2d9a9c150c1c, #wrap-s-a633c931-7654-41fa-ac4c-2d9a9c150c1c { display: none !important; }}@media (max-width: 767px){#s-a633c931-7654-41fa-ac4c-2d9a9c150c1c {
  
}
}
#s-a633c931-7654-41fa-ac4c-2d9a9c150c1c .shg-sld-dot {
  background-color: rgba(217, 30, 85, 1);
}

#s-a633c931-7654-41fa-ac4c-2d9a9c150c1c .shg-sld-nav-button.shg-sld-left,
#s-a633c931-7654-41fa-ac4c-2d9a9c150c1c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(217, 30, 85, 1);
}

#s-dd23dfdd-f098-4396-af90-86e3364030f6 {
  text-align: center;
}







  img.s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image {
    
    
  }


.s-dd23dfdd-f098-4396-af90-86e3364030f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd23dfdd-f098-4396-af90-86e3364030f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image {
    
    
  }


.s-dd23dfdd-f098-4396-af90-86e3364030f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd23dfdd-f098-4396-af90-86e3364030f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image {
    
    
  }


.s-dd23dfdd-f098-4396-af90-86e3364030f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd23dfdd-f098-4396-af90-86e3364030f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image {
    
    
  }


.s-dd23dfdd-f098-4396-af90-86e3364030f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd23dfdd-f098-4396-af90-86e3364030f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image {
    
    
  }


.s-dd23dfdd-f098-4396-af90-86e3364030f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd23dfdd-f098-4396-af90-86e3364030f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd23dfdd-f098-4396-af90-86e3364030f6.shogun-image {
  box-sizing: border-box;
}



}
#s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
text-align: center;
}







  img.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image {
    
    
  }


.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a .shogun-image-content {
  
    align-items: center;
  
}

.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image {
    
    
  }


.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a .shogun-image-content {
  
    align-items: center;
  
}

.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image {
    
    
  }


.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a .shogun-image-content {
  
    align-items: center;
  
}

.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image {
    
    
  }


.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a .shogun-image-content {
  
    align-items: center;
  
}

.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image {
    
    
  }


.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a .shogun-image-content {
  
    align-items: center;
  
}

.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5eb0d5e5-4a79-4b1f-9ada-285dc0666e0a.shogun-image {
  box-sizing: border-box;
}



}
#s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
text-align: center;
}







  img.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image {
    
    
  }


.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image {
    
    
  }


.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image {
    
    
  }


.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image {
    
    
  }


.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image {
    
    
  }


.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3 .shogun-image-content {
  
    align-items: center;
  
}

.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-974247c5-16a0-467a-bd3e-a9e3b5ec7cc3.shogun-image {
  box-sizing: border-box;
}



}
#s-a264acc9-b81e-44d8-8415-d30abf943517 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
text-align: center;
}







  img.s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image {
    
    
  }


.s-a264acc9-b81e-44d8-8415-d30abf943517 .shogun-image-content {
  
    align-items: center;
  
}

.s-a264acc9-b81e-44d8-8415-d30abf943517.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image {
    
    
  }


.s-a264acc9-b81e-44d8-8415-d30abf943517 .shogun-image-content {
  
    align-items: center;
  
}

.s-a264acc9-b81e-44d8-8415-d30abf943517.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image {
    
    
  }


.s-a264acc9-b81e-44d8-8415-d30abf943517 .shogun-image-content {
  
    align-items: center;
  
}

.s-a264acc9-b81e-44d8-8415-d30abf943517.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image {
    
    
  }


.s-a264acc9-b81e-44d8-8415-d30abf943517 .shogun-image-content {
  
    align-items: center;
  
}

.s-a264acc9-b81e-44d8-8415-d30abf943517.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image {
    
    
  }


.s-a264acc9-b81e-44d8-8415-d30abf943517 .shogun-image-content {
  
    align-items: center;
  
}

.s-a264acc9-b81e-44d8-8415-d30abf943517.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a264acc9-b81e-44d8-8415-d30abf943517.shogun-image {
  box-sizing: border-box;
}



}
#s-676d6fec-58bb-4cf1-96e7-674c0850228e {
  margin-top: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-676d6fec-58bb-4cf1-96e7-674c0850228e {
  display: none;
}
#s-676d6fec-58bb-4cf1-96e7-674c0850228e, #wrap-s-676d6fec-58bb-4cf1-96e7-674c0850228e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-676d6fec-58bb-4cf1-96e7-674c0850228e {
  display: none;
}
#s-676d6fec-58bb-4cf1-96e7-674c0850228e, #wrap-s-676d6fec-58bb-4cf1-96e7-674c0850228e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-676d6fec-58bb-4cf1-96e7-674c0850228e {
  display: none;
}
#s-676d6fec-58bb-4cf1-96e7-674c0850228e, #wrap-s-676d6fec-58bb-4cf1-96e7-674c0850228e { display: none !important; }}@media (max-width: 767px){#s-676d6fec-58bb-4cf1-96e7-674c0850228e {
  
}
}







#s-676d6fec-58bb-4cf1-96e7-674c0850228e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-676d6fec-58bb-4cf1-96e7-674c0850228e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-29c32309-e928-42ac-be95-a2e260141d77 {
  background-image: url(https://i.shgcdn.com/5d4a17ef-dfe4-4bf2-bdab-d82e20c2fa85/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 30, 85, 1);
background-position: center center;
}

#s-69e8748c-4d2d-45b3-99b6-00c238296cf8 {
  margin-top: 15px;
margin-bottom: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 1200px){#s-218fcef5-da10-4805-9adf-d11566b79c24 {
  display: none;
}
#s-218fcef5-da10-4805-9adf-d11566b79c24, #wrap-s-218fcef5-da10-4805-9adf-d11566b79c24 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-218fcef5-da10-4805-9adf-d11566b79c24 {
  display: none;
}
#s-218fcef5-da10-4805-9adf-d11566b79c24, #wrap-s-218fcef5-da10-4805-9adf-d11566b79c24 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-218fcef5-da10-4805-9adf-d11566b79c24 {
  display: none;
}
#s-218fcef5-da10-4805-9adf-d11566b79c24, #wrap-s-218fcef5-da10-4805-9adf-d11566b79c24 { display: none !important; }}
@media (min-width: 0px) {
[id="s-218fcef5-da10-4805-9adf-d11566b79c24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-218fcef5-da10-4805-9adf-d11566b79c24"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-218fcef5-da10-4805-9adf-d11566b79c24"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-218fcef5-da10-4805-9adf-d11566b79c24"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-218fcef5-da10-4805-9adf-d11566b79c24"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-218fcef5-da10-4805-9adf-d11566b79c24"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-218fcef5-da10-4805-9adf-d11566b79c24"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-4f60561d-4177-43ba-8b4f-81e9088ceb6b {
  margin-left: 15%;
margin-right: 15%;
max-width: 138px;
aspect-ratio: 138/400;
text-align: center;
}





  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image,
  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b {
    width: 100%;
    height: auto;
  }

  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image {
    
    
  }


.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b .shogun-image-content {
  
    align-items: center;
  
}

.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b {
      --shg-aspect-ratio: calc(138/400); 
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container {
      position: relative;
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image,
  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b {
    width: 100%;
    height: auto;
  }

  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image {
    
    
  }


.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b .shogun-image-content {
  
    align-items: center;
  
}

.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b {
      --shg-aspect-ratio: calc(138/400); 
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container {
      position: relative;
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image,
  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b {
    width: 100%;
    height: auto;
  }

  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image {
    
    
  }


.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b .shogun-image-content {
  
    align-items: center;
  
}

.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b {
      --shg-aspect-ratio: calc(138/400); 
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container {
      position: relative;
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image,
  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b {
    width: 100%;
    height: auto;
  }

  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image {
    
    
  }


.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b .shogun-image-content {
  
    align-items: center;
  
}

.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b {
      --shg-aspect-ratio: calc(138/400); 
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container {
      position: relative;
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image,
  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b {
    width: 100%;
    height: auto;
  }

  #s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image {
    
    
  }


.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b .shogun-image-content {
  
    align-items: center;
  
}

.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b {
      --shg-aspect-ratio: calc(138/400); 
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container {
      position: relative;
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f60561d-4177-43ba-8b4f-81e9088ceb6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-23cf4588-4c3f-4b7f-8a80-15b07ba12893 {
  margin-top: 20px;
}

#s-96e9db6a-c35f-4b5c-aa0a-9ea42fe86ac1 {
  text-align: center;
}

#s-96e9db6a-c35f-4b5c-aa0a-9ea42fe86ac1 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-96e9db6a-c35f-4b5c-aa0a-9ea42fe86ac1 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-96e9db6a-c35f-4b5c-aa0a-9ea42fe86ac1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-9d73817c-ca4c-4571-9667-93a52720a574 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-9d73817c-ca4c-4571-9667-93a52720a574:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-9d73817c-ca4c-4571-9667-93a52720a574:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d73817c-ca4c-4571-9667-93a52720a574-atc-btn-wrapper {
    text-align: center;
  }


#s-9d73817c-ca4c-4571-9667-93a52720a574 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d73817c-ca4c-4571-9667-93a52720a574.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d73817c-ca4c-4571-9667-93a52720a574.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-9d73817c-ca4c-4571-9667-93a52720a574.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-825b4abd-ba1c-496f-86ea-62aa9ff75be8 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}







  img.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image {
    
    
  }


.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8 .shogun-image-content {
  
    align-items: center;
  
}

.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image {
    
    
  }


.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8 .shogun-image-content {
  
    align-items: center;
  
}

.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image {
    
    
  }


.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8 .shogun-image-content {
  
    align-items: center;
  
}

.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image {
    
    
  }


.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8 .shogun-image-content {
  
    align-items: center;
  
}

.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image {
    
    
  }


.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8 .shogun-image-content {
  
    align-items: center;
  
}

.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825b4abd-ba1c-496f-86ea-62aa9ff75be8.shogun-image {
  box-sizing: border-box;
}



}
#s-9aea390c-f84b-473e-aa28-8968e48def11 {
  margin-bottom: 0px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-a72b052f-670b-438d-afd4-c691ce2e56ee {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-a72b052f-670b-438d-afd4-c691ce2e56ee:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-a72b052f-670b-438d-afd4-c691ce2e56ee:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a72b052f-670b-438d-afd4-c691ce2e56ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a72b052f-670b-438d-afd4-c691ce2e56ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a72b052f-670b-438d-afd4-c691ce2e56ee {
  
}
}

  #s-a72b052f-670b-438d-afd4-c691ce2e56ee-root {
    text-align: center;
  }


#s-a72b052f-670b-438d-afd4-c691ce2e56ee.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a72b052f-670b-438d-afd4-c691ce2e56ee-root {
    text-align: center;
  }


#s-a72b052f-670b-438d-afd4-c691ce2e56ee.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a72b052f-670b-438d-afd4-c691ce2e56ee-root {
    text-align: center;
  }


#s-a72b052f-670b-438d-afd4-c691ce2e56ee.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a72b052f-670b-438d-afd4-c691ce2e56ee-root {
    text-align: center;
  }


#s-a72b052f-670b-438d-afd4-c691ce2e56ee.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a72b052f-670b-438d-afd4-c691ce2e56ee-root {
    text-align: center;
  }


#s-a72b052f-670b-438d-afd4-c691ce2e56ee.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-fa2c89c3-2b0d-4b5e-8660-0eea43902401 {
  min-height: 50px;
}








#s-fa2c89c3-2b0d-4b5e-8660-0eea43902401 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa2c89c3-2b0d-4b5e-8660-0eea43902401.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-2723424f-b894-4b2b-9fdc-1f1f507e8f6b {
  display: none;
}
#s-2723424f-b894-4b2b-9fdc-1f1f507e8f6b, #wrap-s-2723424f-b894-4b2b-9fdc-1f1f507e8f6b { display: none !important; }}
#s-f9b43ec8-a0fc-418a-b8cc-5b3b4c4c7ba6 {
  margin-left: 0%;
text-align: center;
}
@media (max-width: 767px){#s-f9b43ec8-a0fc-418a-b8cc-5b3b4c4c7ba6 {
  display: none;
}
#s-f9b43ec8-a0fc-418a-b8cc-5b3b4c4c7ba6, #wrap-s-f9b43ec8-a0fc-418a-b8cc-5b3b4c4c7ba6 { display: none !important; }}
#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f {
  margin-left: -20%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f {
  display: none;
}
#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f, #wrap-s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f {
  display: none;
}
#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f, #wrap-s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f {
  display: none;
}
#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f, #wrap-s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f { display: none !important; }}
#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 20px;
margin-left: 25%;
margin-bottom: 20px;
margin-right: 25%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa {
  
}
}@media (max-width: 767px){#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa {
  display: none;
}
#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa, #wrap-s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa { display: none !important; }}

  #s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa-root {
    text-align: center;
  }


#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa-root {
    text-align: center;
  }


#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa-root {
    text-align: center;
  }


#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa-root {
    text-align: center;
  }


#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa-root {
    text-align: center;
  }


#s-e0b0c4c2-f3b1-4f0f-b588-c75dcb559aaa.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-e2814174-7306-4a35-9ed8-1847930a35f1 {
  margin-top: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e2814174-7306-4a35-9ed8-1847930a35f1 {
  display: none;
}
#s-e2814174-7306-4a35-9ed8-1847930a35f1, #wrap-s-e2814174-7306-4a35-9ed8-1847930a35f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2814174-7306-4a35-9ed8-1847930a35f1 {
  display: none;
}
#s-e2814174-7306-4a35-9ed8-1847930a35f1, #wrap-s-e2814174-7306-4a35-9ed8-1847930a35f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2814174-7306-4a35-9ed8-1847930a35f1 {
  display: none;
}
#s-e2814174-7306-4a35-9ed8-1847930a35f1, #wrap-s-e2814174-7306-4a35-9ed8-1847930a35f1 { display: none !important; }}@media (max-width: 767px){#s-e2814174-7306-4a35-9ed8-1847930a35f1 {
  
}
}







#s-e2814174-7306-4a35-9ed8-1847930a35f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2814174-7306-4a35-9ed8-1847930a35f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfa527ab-19c5-4ece-b303-fbd15f8abfa6 {
  margin-bottom: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-c1bb9f29-7822-4629-8368-1a4836935e14 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  img.s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image {
    
    
  }


.s-c1bb9f29-7822-4629-8368-1a4836935e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1bb9f29-7822-4629-8368-1a4836935e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image {
    
    
  }


.s-c1bb9f29-7822-4629-8368-1a4836935e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1bb9f29-7822-4629-8368-1a4836935e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image {
    
    
  }


.s-c1bb9f29-7822-4629-8368-1a4836935e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1bb9f29-7822-4629-8368-1a4836935e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image {
    
    
  }


.s-c1bb9f29-7822-4629-8368-1a4836935e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1bb9f29-7822-4629-8368-1a4836935e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image {
    
    
  }


.s-c1bb9f29-7822-4629-8368-1a4836935e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1bb9f29-7822-4629-8368-1a4836935e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1bb9f29-7822-4629-8368-1a4836935e14.shogun-image {
  box-sizing: border-box;
}



}
#s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b {
  
}
}

  #s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b-root {
    text-align: center;
  }


#s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b-root {
    text-align: center;
  }


#s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b-root {
    text-align: center;
  }


#s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b-root {
    text-align: center;
  }


#s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b-root {
    text-align: center;
  }


#s-7f4ac3d7-b4bb-4c85-91b6-6f223f72de5b.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da {
  
}
}

  #s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da-root {
    text-align: center;
  }


#s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da-root {
    text-align: center;
  }


#s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da-root {
    text-align: center;
  }


#s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da-root {
    text-align: center;
  }


#s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da-root {
    text-align: center;
  }


#s-23fc4d8e-8ff6-41f4-bd5c-1bc3073397da.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-9d3682f3-f7c4-4f01-aaed-90edb6e05465 {
  margin-bottom: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-52360531-13bf-4c0b-84cc-500f2d3da972 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  img.s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image {
    
    
  }


.s-52360531-13bf-4c0b-84cc-500f2d3da972 .shogun-image-content {
  
    align-items: center;
  
}

.s-52360531-13bf-4c0b-84cc-500f2d3da972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image {
    
    
  }


.s-52360531-13bf-4c0b-84cc-500f2d3da972 .shogun-image-content {
  
    align-items: center;
  
}

.s-52360531-13bf-4c0b-84cc-500f2d3da972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image {
    
    
  }


.s-52360531-13bf-4c0b-84cc-500f2d3da972 .shogun-image-content {
  
    align-items: center;
  
}

.s-52360531-13bf-4c0b-84cc-500f2d3da972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image {
    
    
  }


.s-52360531-13bf-4c0b-84cc-500f2d3da972 .shogun-image-content {
  
    align-items: center;
  
}

.s-52360531-13bf-4c0b-84cc-500f2d3da972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image {
    
    
  }


.s-52360531-13bf-4c0b-84cc-500f2d3da972 .shogun-image-content {
  
    align-items: center;
  
}

.s-52360531-13bf-4c0b-84cc-500f2d3da972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52360531-13bf-4c0b-84cc-500f2d3da972.shogun-image {
  box-sizing: border-box;
}



}
#s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7 {
  
}
}

  #s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7-root {
    text-align: center;
  }


#s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7-root {
    text-align: center;
  }


#s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7-root {
    text-align: center;
  }


#s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7-root {
    text-align: center;
  }


#s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7-root {
    text-align: center;
  }


#s-7d0a66db-a2e7-43f3-b993-e7a8da6fb1b7.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212 {
  display: none;
}
#s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212, #wrap-s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212 { display: none !important; }}







#s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fde9ff7-fcde-4871-a16d-a186716deb7f {
  background-image: url(https://i.shgcdn.com/41a600fd-93d7-4c74-a448-c26d7e4d8197/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 30, 85, 1);
background-position: center center;
}

#s-a570e40f-100b-4042-af30-844d20d53142 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-a570e40f-100b-4042-af30-844d20d53142"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a570e40f-100b-4042-af30-844d20d53142"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a570e40f-100b-4042-af30-844d20d53142"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a570e40f-100b-4042-af30-844d20d53142"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f65239ba-455c-47d2-9cea-304a543d540f {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-f0f4bd13-7cc1-4c17-93c2-2cafb7a5890a {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-043e7acf-2bfb-4ba0-b79b-3743da523117 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-e1e06597-93cb-4117-b01d-87d6f7e22f47 {
  margin-top: 8px;
}

@media (min-width: 0px) {
[id="s-e1e06597-93cb-4117-b01d-87d6f7e22f47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1e06597-93cb-4117-b01d-87d6f7e22f47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e1e06597-93cb-4117-b01d-87d6f7e22f47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1e06597-93cb-4117-b01d-87d6f7e22f47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-3fd3f93a-3603-4b76-9ab4-63765c644c8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fd3f93a-3603-4b76-9ab4-63765c644c8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fd3f93a-3603-4b76-9ab4-63765c644c8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3fd3f93a-3603-4b76-9ab4-63765c644c8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fd3f93a-3603-4b76-9ab4-63765c644c8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fd3f93a-3603-4b76-9ab4-63765c644c8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fd3f93a-3603-4b76-9ab4-63765c644c8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-045331b1-5192-47e8-ab47-c1ca85136aad {
  margin-top: 8px;
margin-left: 3%;
margin-right: 3%;
max-width: 138px;
aspect-ratio: 138/400;
text-align: center;
}





  #s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image,
  #s-045331b1-5192-47e8-ab47-c1ca85136aad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-045331b1-5192-47e8-ab47-c1ca85136aad {
    width: 100%;
    height: auto;
  }

  #s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image {
    
    
  }


.s-045331b1-5192-47e8-ab47-c1ca85136aad .shogun-image-content {
  
    align-items: center;
  
}

.s-045331b1-5192-47e8-ab47-c1ca85136aad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-045331b1-5192-47e8-ab47-c1ca85136aad {
      --shg-aspect-ratio: calc(138/400); 
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container {
      position: relative;
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image,
  #s-045331b1-5192-47e8-ab47-c1ca85136aad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-045331b1-5192-47e8-ab47-c1ca85136aad {
    width: 100%;
    height: auto;
  }

  #s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image {
    
    
  }


.s-045331b1-5192-47e8-ab47-c1ca85136aad .shogun-image-content {
  
    align-items: center;
  
}

.s-045331b1-5192-47e8-ab47-c1ca85136aad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-045331b1-5192-47e8-ab47-c1ca85136aad {
      --shg-aspect-ratio: calc(138/400); 
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container {
      position: relative;
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image,
  #s-045331b1-5192-47e8-ab47-c1ca85136aad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-045331b1-5192-47e8-ab47-c1ca85136aad {
    width: 100%;
    height: auto;
  }

  #s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image {
    
    
  }


.s-045331b1-5192-47e8-ab47-c1ca85136aad .shogun-image-content {
  
    align-items: center;
  
}

.s-045331b1-5192-47e8-ab47-c1ca85136aad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-045331b1-5192-47e8-ab47-c1ca85136aad {
      --shg-aspect-ratio: calc(138/400); 
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container {
      position: relative;
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image,
  #s-045331b1-5192-47e8-ab47-c1ca85136aad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-045331b1-5192-47e8-ab47-c1ca85136aad {
    width: 100%;
    height: auto;
  }

  #s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image {
    
    
  }


.s-045331b1-5192-47e8-ab47-c1ca85136aad .shogun-image-content {
  
    align-items: center;
  
}

.s-045331b1-5192-47e8-ab47-c1ca85136aad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-045331b1-5192-47e8-ab47-c1ca85136aad {
      --shg-aspect-ratio: calc(138/400); 
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container {
      position: relative;
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image,
  #s-045331b1-5192-47e8-ab47-c1ca85136aad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-045331b1-5192-47e8-ab47-c1ca85136aad {
    width: 100%;
    height: auto;
  }

  #s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image {
    
    
  }


.s-045331b1-5192-47e8-ab47-c1ca85136aad .shogun-image-content {
  
    align-items: center;
  
}

.s-045331b1-5192-47e8-ab47-c1ca85136aad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-045331b1-5192-47e8-ab47-c1ca85136aad {
      --shg-aspect-ratio: calc(138/400); 
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container {
      position: relative;
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-045331b1-5192-47e8-ab47-c1ca85136aad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a89b02e0-09a1-4948-963f-553c1b029d6f {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
text-align: center;
}







  img.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image {
    
    
  }


.s-a89b02e0-09a1-4948-963f-553c1b029d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image {
    
    
  }


.s-a89b02e0-09a1-4948-963f-553c1b029d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image {
    
    
  }


.s-a89b02e0-09a1-4948-963f-553c1b029d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image {
    
    
  }


.s-a89b02e0-09a1-4948-963f-553c1b029d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image {
    
    
  }


.s-a89b02e0-09a1-4948-963f-553c1b029d6f .shogun-image-content {
  
    align-items: center;
  
}

.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89b02e0-09a1-4948-963f-553c1b029d6f.shogun-image {
  box-sizing: border-box;
}



}
#s-cbf5c451-a362-4dd7-b757-9419b4178cc1 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  img.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image {
    
    
  }


.s-cbf5c451-a362-4dd7-b757-9419b4178cc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image {
    
    
  }


.s-cbf5c451-a362-4dd7-b757-9419b4178cc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image {
    
    
  }


.s-cbf5c451-a362-4dd7-b757-9419b4178cc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image {
    
    
  }


.s-cbf5c451-a362-4dd7-b757-9419b4178cc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image {
    
    
  }


.s-cbf5c451-a362-4dd7-b757-9419b4178cc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf5c451-a362-4dd7-b757-9419b4178cc1.shogun-image {
  box-sizing: border-box;
}



}
#s-f82189be-9b24-440b-8494-85b42412961a {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  img.s-f82189be-9b24-440b-8494-85b42412961a.shogun-image {
    
    
  }


.s-f82189be-9b24-440b-8494-85b42412961a .shogun-image-content {
  
    align-items: center;
  
}

.s-f82189be-9b24-440b-8494-85b42412961a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f82189be-9b24-440b-8494-85b42412961a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82189be-9b24-440b-8494-85b42412961a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f82189be-9b24-440b-8494-85b42412961a.shogun-image {
    
    
  }


.s-f82189be-9b24-440b-8494-85b42412961a .shogun-image-content {
  
    align-items: center;
  
}

.s-f82189be-9b24-440b-8494-85b42412961a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f82189be-9b24-440b-8494-85b42412961a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82189be-9b24-440b-8494-85b42412961a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f82189be-9b24-440b-8494-85b42412961a.shogun-image {
    
    
  }


.s-f82189be-9b24-440b-8494-85b42412961a .shogun-image-content {
  
    align-items: center;
  
}

.s-f82189be-9b24-440b-8494-85b42412961a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f82189be-9b24-440b-8494-85b42412961a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82189be-9b24-440b-8494-85b42412961a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-f82189be-9b24-440b-8494-85b42412961a.shogun-image {
    
    
  }


.s-f82189be-9b24-440b-8494-85b42412961a .shogun-image-content {
  
    align-items: center;
  
}

.s-f82189be-9b24-440b-8494-85b42412961a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f82189be-9b24-440b-8494-85b42412961a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82189be-9b24-440b-8494-85b42412961a.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-f82189be-9b24-440b-8494-85b42412961a.shogun-image {
    
    
  }


.s-f82189be-9b24-440b-8494-85b42412961a .shogun-image-content {
  
    align-items: center;
  
}

.s-f82189be-9b24-440b-8494-85b42412961a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f82189be-9b24-440b-8494-85b42412961a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82189be-9b24-440b-8494-85b42412961a.shogun-image {
  box-sizing: border-box;
}



}
#s-a327af04-edcf-4d7d-9bb8-29b2c673d301 {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a327af04-edcf-4d7d-9bb8-29b2c673d301"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a327af04-edcf-4d7d-9bb8-29b2c673d301"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a327af04-edcf-4d7d-9bb8-29b2c673d301"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a327af04-edcf-4d7d-9bb8-29b2c673d301"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fa6501f3-1518-453a-bf9c-bb83d837c818 {
  text-align: center;
}

#s-fa6501f3-1518-453a-bf9c-bb83d837c818 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fa6501f3-1518-453a-bf9c-bb83d837c818 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fa6501f3-1518-453a-bf9c-bb83d837c818 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-095dba62-d783-491c-843b-046fc37f43f0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-095dba62-d783-491c-843b-046fc37f43f0:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-095dba62-d783-491c-843b-046fc37f43f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-095dba62-d783-491c-843b-046fc37f43f0-atc-btn-wrapper {
    text-align: center;
  }


#s-095dba62-d783-491c-843b-046fc37f43f0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-095dba62-d783-491c-843b-046fc37f43f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-095dba62-d783-491c-843b-046fc37f43f0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-095dba62-d783-491c-843b-046fc37f43f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1902b3d2-95da-4e87-b123-739d52b9940a {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-1902b3d2-95da-4e87-b123-739d52b9940a:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-1902b3d2-95da-4e87-b123-739d52b9940a:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1902b3d2-95da-4e87-b123-739d52b9940a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1902b3d2-95da-4e87-b123-739d52b9940a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1902b3d2-95da-4e87-b123-739d52b9940a {
  
}
}

  #s-1902b3d2-95da-4e87-b123-739d52b9940a-root {
    text-align: center;
  }


#s-1902b3d2-95da-4e87-b123-739d52b9940a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1902b3d2-95da-4e87-b123-739d52b9940a-root {
    text-align: center;
  }


#s-1902b3d2-95da-4e87-b123-739d52b9940a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1902b3d2-95da-4e87-b123-739d52b9940a-root {
    text-align: center;
  }


#s-1902b3d2-95da-4e87-b123-739d52b9940a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1902b3d2-95da-4e87-b123-739d52b9940a-root {
    text-align: center;
  }


#s-1902b3d2-95da-4e87-b123-739d52b9940a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1902b3d2-95da-4e87-b123-739d52b9940a-root {
    text-align: center;
  }


#s-1902b3d2-95da-4e87-b123-739d52b9940a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-eba84589-19bb-4186-9ffe-91dabaaeadc5 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-eba84589-19bb-4186-9ffe-91dabaaeadc5:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-eba84589-19bb-4186-9ffe-91dabaaeadc5:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-eba84589-19bb-4186-9ffe-91dabaaeadc5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eba84589-19bb-4186-9ffe-91dabaaeadc5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eba84589-19bb-4186-9ffe-91dabaaeadc5 {
  
}
}

  #s-eba84589-19bb-4186-9ffe-91dabaaeadc5-root {
    text-align: center;
  }


#s-eba84589-19bb-4186-9ffe-91dabaaeadc5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-eba84589-19bb-4186-9ffe-91dabaaeadc5-root {
    text-align: center;
  }


#s-eba84589-19bb-4186-9ffe-91dabaaeadc5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eba84589-19bb-4186-9ffe-91dabaaeadc5-root {
    text-align: center;
  }


#s-eba84589-19bb-4186-9ffe-91dabaaeadc5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eba84589-19bb-4186-9ffe-91dabaaeadc5-root {
    text-align: center;
  }


#s-eba84589-19bb-4186-9ffe-91dabaaeadc5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-eba84589-19bb-4186-9ffe-91dabaaeadc5-root {
    text-align: center;
  }


#s-eba84589-19bb-4186-9ffe-91dabaaeadc5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17 {
  
}
}

  #s-86aadae1-5c8d-4591-bdfa-66af94c8ee17-root {
    text-align: center;
  }


#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-86aadae1-5c8d-4591-bdfa-66af94c8ee17-root {
    text-align: center;
  }


#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86aadae1-5c8d-4591-bdfa-66af94c8ee17-root {
    text-align: center;
  }


#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86aadae1-5c8d-4591-bdfa-66af94c8ee17-root {
    text-align: center;
  }


#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-86aadae1-5c8d-4591-bdfa-66af94c8ee17-root {
    text-align: center;
  }


#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-aefe02d4-e0f6-4131-9bae-c2632d028ee7 {
  margin-top: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 80px;
}
@media (max-width: 767px){#s-aefe02d4-e0f6-4131-9bae-c2632d028ee7 {
  display: none;
}
#s-aefe02d4-e0f6-4131-9bae-c2632d028ee7, #wrap-s-aefe02d4-e0f6-4131-9bae-c2632d028ee7 { display: none !important; }}







#s-aefe02d4-e0f6-4131-9bae-c2632d028ee7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aefe02d4-e0f6-4131-9bae-c2632d028ee7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81ff8cba-3356-4a89-8eb9-dd15f705544e {
  margin-top: 0px;
margin-bottom: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-81ff8cba-3356-4a89-8eb9-dd15f705544e {
  display: none;
}
#s-81ff8cba-3356-4a89-8eb9-dd15f705544e, #wrap-s-81ff8cba-3356-4a89-8eb9-dd15f705544e { display: none !important; }}







#s-81ff8cba-3356-4a89-8eb9-dd15f705544e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81ff8cba-3356-4a89-8eb9-dd15f705544e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3497f1f9-1c5d-44ff-af09-d8a0ce4d5b3e {
  background-image: url(https://i.shgcdn.com/164af699-2d04-4fa1-9f5c-f9429c42f84b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 30, 85, 1);
background-position: center center;
}

#s-d2e881f0-a3ac-4763-ace2-a612c25cd457 {
  margin-top: 22px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-1a5e91b1-0e66-4c8a-b4a4-e7d2db2f1b26 {
  background-image: url(https://i.shgcdn.com/caa38dd9-1704-4a08-a739-813ff949baa7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
background-position: center center;
}

#s-5e85d412-a86c-496b-97f5-df35e6b03d33 {
  background-image: url(https://i.shgcdn.com/f60ace7a-61ce-4287-b6ab-e93c7e5615a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
background-position: center center;
}

#s-eb36e551-333a-420c-8961-f4c5332ed472 {
  margin-top: 0px;
margin-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-eb36e551-333a-420c-8961-f4c5332ed472"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb36e551-333a-420c-8961-f4c5332ed472"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eb36e551-333a-420c-8961-f4c5332ed472"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb36e551-333a-420c-8961-f4c5332ed472"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e25eb9eb-a8c5-4cdc-9578-3678d88c6386 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-d11508ea-629a-45e7-b396-1799aa32d90c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-b5e3beb6-ce8f-47e4-966a-4a9e04047197 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-612a249f-b9a5-4173-afcc-c08a8900e823"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-612a249f-b9a5-4173-afcc-c08a8900e823"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-612a249f-b9a5-4173-afcc-c08a8900e823"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-612a249f-b9a5-4173-afcc-c08a8900e823"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cea43730-59eb-49fd-9689-8f819fc57440 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image,
  #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 {
    width: 100%;
    height: auto;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
    
    
  }


.s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-content {
  
    align-items: center;
  
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cea43730-59eb-49fd-9689-8f819fc57440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
      position: relative;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image,
  #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 {
    width: 100%;
    height: auto;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
    
    
  }


.s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-content {
  
    align-items: center;
  
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cea43730-59eb-49fd-9689-8f819fc57440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
      position: relative;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image,
  #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 {
    width: 100%;
    height: auto;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
    
    
  }


.s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-content {
  
    align-items: center;
  
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cea43730-59eb-49fd-9689-8f819fc57440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
      position: relative;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image,
  #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 {
    width: 100%;
    height: auto;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
    
    
  }


.s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-content {
  
    align-items: center;
  
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cea43730-59eb-49fd-9689-8f819fc57440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
      position: relative;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image,
  #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 {
    width: 100%;
    height: auto;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
    
    
  }


.s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-content {
  
    align-items: center;
  
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cea43730-59eb-49fd-9689-8f819fc57440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
      position: relative;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  margin-left: 20%;
margin-right: 20%;
max-width: 250px;
aspect-ratio: 250/280;
text-align: center;
}





  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image,
  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
    width: 100%;
    height: auto;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
    
    
  }


.s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-content {
  
    align-items: center;
  
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
      --shg-aspect-ratio: calc(250/280); 
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
      position: relative;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image,
  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
    width: 100%;
    height: auto;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
    
    
  }


.s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-content {
  
    align-items: center;
  
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
      --shg-aspect-ratio: calc(250/280); 
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
      position: relative;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image,
  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
    width: 100%;
    height: auto;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
    
    
  }


.s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-content {
  
    align-items: center;
  
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
      --shg-aspect-ratio: calc(250/280); 
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
      position: relative;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image,
  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
    width: 100%;
    height: auto;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
    
    
  }


.s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-content {
  
    align-items: center;
  
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
      --shg-aspect-ratio: calc(250/280); 
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
      position: relative;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image,
  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
    width: 100%;
    height: auto;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
    
    
  }


.s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-content {
  
    align-items: center;
  
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
      --shg-aspect-ratio: calc(250/280); 
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
      position: relative;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-77fdbc78-1601-4182-8a6a-e40d5992571b {
  text-align: center;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  img.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
    
    
  }


.s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-content {
  
    align-items: center;
  
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
    
    
  }


.s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-content {
  
    align-items: center;
  
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
    
    
  }


.s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-content {
  
    align-items: center;
  
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
    
    
  }


.s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-content {
  
    align-items: center;
  
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
    
    
  }


.s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-content {
  
    align-items: center;
  
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
  box-sizing: border-box;
}



}
#s-5015790f-27ba-414f-a6c9-9a754140ae86 {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5015790f-27ba-414f-a6c9-9a754140ae86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5015790f-27ba-414f-a6c9-9a754140ae86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5015790f-27ba-414f-a6c9-9a754140ae86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5015790f-27ba-414f-a6c9-9a754140ae86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9 {
  
}
}

  #s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9-root {
    text-align: center;
  }


#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9-root {
    text-align: center;
  }


#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9-root {
    text-align: center;
  }


#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9-root {
    text-align: center;
  }


#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9-root {
    text-align: center;
  }


#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-ebd283ab-7e17-4270-a52d-b8558c989781 {
  text-align: center;
}

#s-ebd283ab-7e17-4270-a52d-b8558c989781 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ebd283ab-7e17-4270-a52d-b8558c989781 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ebd283ab-7e17-4270-a52d-b8558c989781 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-f90145d4-b247-4c38-85b1-4323068a0ac4:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-f90145d4-b247-4c38-85b1-4323068a0ac4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f90145d4-b247-4c38-85b1-4323068a0ac4-atc-btn-wrapper {
    text-align: center;
  }


#s-f90145d4-b247-4c38-85b1-4323068a0ac4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2 {
  
}
}

  #s-ddc353fa-4733-4b91-99fd-35b7f879b6d2-root {
    text-align: center;
  }


#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ddc353fa-4733-4b91-99fd-35b7f879b6d2-root {
    text-align: center;
  }


#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddc353fa-4733-4b91-99fd-35b7f879b6d2-root {
    text-align: center;
  }


#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddc353fa-4733-4b91-99fd-35b7f879b6d2-root {
    text-align: center;
  }


#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ddc353fa-4733-4b91-99fd-35b7f879b6d2-root {
    text-align: center;
  }


#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-40508547-6679-4b5e-8e73-8e46d76d9f25 {
  margin-bottom: 5px;
}

#s-b2796846-3979-437e-9f82-7f861c5e64bb {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-b2796846-3979-437e-9f82-7f861c5e64bb:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-b2796846-3979-437e-9f82-7f861c5e64bb:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b2796846-3979-437e-9f82-7f861c5e64bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2796846-3979-437e-9f82-7f861c5e64bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2796846-3979-437e-9f82-7f861c5e64bb {
  
}
}

  #s-b2796846-3979-437e-9f82-7f861c5e64bb-root {
    text-align: center;
  }


#s-b2796846-3979-437e-9f82-7f861c5e64bb.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b2796846-3979-437e-9f82-7f861c5e64bb-root {
    text-align: center;
  }


#s-b2796846-3979-437e-9f82-7f861c5e64bb.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2796846-3979-437e-9f82-7f861c5e64bb-root {
    text-align: center;
  }


#s-b2796846-3979-437e-9f82-7f861c5e64bb.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2796846-3979-437e-9f82-7f861c5e64bb-root {
    text-align: center;
  }


#s-b2796846-3979-437e-9f82-7f861c5e64bb.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b2796846-3979-437e-9f82-7f861c5e64bb-root {
    text-align: center;
  }


#s-b2796846-3979-437e-9f82-7f861c5e64bb.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f {
  
}
}

  #s-ad0c0327-1d74-4d80-bdc8-338c08632a9f-root {
    text-align: center;
  }


#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad0c0327-1d74-4d80-bdc8-338c08632a9f-root {
    text-align: center;
  }


#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad0c0327-1d74-4d80-bdc8-338c08632a9f-root {
    text-align: center;
  }


#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad0c0327-1d74-4d80-bdc8-338c08632a9f-root {
    text-align: center;
  }


#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad0c0327-1d74-4d80-bdc8-338c08632a9f-root {
    text-align: center;
  }


#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-ca79148d-ac3f-4e7b-abc0-93eb83feecf2 {
  text-align: center;
}

#s-ca79148d-ac3f-4e7b-abc0-93eb83feecf2 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ca79148d-ac3f-4e7b-abc0-93eb83feecf2 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ca79148d-ac3f-4e7b-abc0-93eb83feecf2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-1f582577-3986-4275-8c7e-fecde4187fd1:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-1f582577-3986-4275-8c7e-fecde4187fd1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f582577-3986-4275-8c7e-fecde4187fd1-atc-btn-wrapper {
    text-align: center;
  }


#s-1f582577-3986-4275-8c7e-fecde4187fd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cf00ac3e-60fc-4858-bb2d-b66e55fc8bdb {
  background-image: url(https://i.shgcdn.com/091dc3ca-c7d1-4310-afe6-90c9bc4fb78c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 30, 85, 1);
background-position: center center;
}

#s-2b1ea009-fbce-46a1-9349-b60067da245b {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-2b1ea009-fbce-46a1-9349-b60067da245b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b1ea009-fbce-46a1-9349-b60067da245b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2b1ea009-fbce-46a1-9349-b60067da245b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b1ea009-fbce-46a1-9349-b60067da245b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-90eb3fac-686d-4551-ac0b-0b71437133f3 {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-ea912d9f-b996-428c-839a-0daffe64214a {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-0401bd65-3ce7-4504-81c7-84f6404e02c0 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-282db5c3-6d99-4c2b-8507-ff733f52d32c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-282db5c3-6d99-4c2b-8507-ff733f52d32c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-282db5c3-6d99-4c2b-8507-ff733f52d32c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-282db5c3-6d99-4c2b-8507-ff733f52d32c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-252000fc-aab1-44e2-bb29-a7d902bfb0b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-252000fc-aab1-44e2-bb29-a7d902bfb0b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-252000fc-aab1-44e2-bb29-a7d902bfb0b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-252000fc-aab1-44e2-bb29-a7d902bfb0b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-252000fc-aab1-44e2-bb29-a7d902bfb0b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-252000fc-aab1-44e2-bb29-a7d902bfb0b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-252000fc-aab1-44e2-bb29-a7d902bfb0b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  margin-top: 0px;
margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  img.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
    
    
  }


.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
    
    
  }


.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
    
    
  }


.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
    
    
  }


.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
    
    
  }


.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
  box-sizing: border-box;
}



}
#s-e3d6d04d-3625-43ed-8865-37facc950d65 {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
text-align: center;
}







  img.s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image {
    
    
  }


.s-e3d6d04d-3625-43ed-8865-37facc950d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3d6d04d-3625-43ed-8865-37facc950d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image {
    
    
  }


.s-e3d6d04d-3625-43ed-8865-37facc950d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3d6d04d-3625-43ed-8865-37facc950d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image {
    
    
  }


.s-e3d6d04d-3625-43ed-8865-37facc950d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3d6d04d-3625-43ed-8865-37facc950d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image {
    
    
  }


.s-e3d6d04d-3625-43ed-8865-37facc950d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3d6d04d-3625-43ed-8865-37facc950d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image {
    
    
  }


.s-e3d6d04d-3625-43ed-8865-37facc950d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3d6d04d-3625-43ed-8865-37facc950d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3d6d04d-3625-43ed-8865-37facc950d65.shogun-image {
  box-sizing: border-box;
}



}
#s-be5d26dc-ca68-4dcf-91b4-653d10a576fe {
  text-align: center;
}

#s-be5d26dc-ca68-4dcf-91b4-653d10a576fe .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-be5d26dc-ca68-4dcf-91b4-653d10a576fe .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-be5d26dc-ca68-4dcf-91b4-653d10a576fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-e507fd12-8338-4284-8926-f1cf56f31df2:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-e507fd12-8338-4284-8926-f1cf56f31df2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e507fd12-8338-4284-8926-f1cf56f31df2-atc-btn-wrapper {
    text-align: center;
  }


#s-e507fd12-8338-4284-8926-f1cf56f31df2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-67c0adde-e0ae-4149-b072-75a43d3ece2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67c0adde-e0ae-4149-b072-75a43d3ece2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67c0adde-e0ae-4149-b072-75a43d3ece2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67c0adde-e0ae-4149-b072-75a43d3ece2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67c0adde-e0ae-4149-b072-75a43d3ece2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67c0adde-e0ae-4149-b072-75a43d3ece2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67c0adde-e0ae-4149-b072-75a43d3ece2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-d4b69829-8305-4124-ba62-fc0506dec112 {
  text-align: center;
}







  img.s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image {
    
    
  }


.s-d4b69829-8305-4124-ba62-fc0506dec112 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b69829-8305-4124-ba62-fc0506dec112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image {
    
    
  }


.s-d4b69829-8305-4124-ba62-fc0506dec112 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b69829-8305-4124-ba62-fc0506dec112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image {
    
    
  }


.s-d4b69829-8305-4124-ba62-fc0506dec112 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b69829-8305-4124-ba62-fc0506dec112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image {
    
    
  }


.s-d4b69829-8305-4124-ba62-fc0506dec112 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b69829-8305-4124-ba62-fc0506dec112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image {
    
    
  }


.s-d4b69829-8305-4124-ba62-fc0506dec112 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4b69829-8305-4124-ba62-fc0506dec112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4b69829-8305-4124-ba62-fc0506dec112.shogun-image {
  box-sizing: border-box;
}



}
.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-f396a44b-4ddf-4aee-a13e-9cee5441f2bd {
  margin-left: 15%;
margin-right: 5%;
text-align: center;
}







  #s-f396a44b-4ddf-4aee-a13e-9cee5441f2bd img.shogun-image {
    

    
    
    
  }


#s-f396a44b-4ddf-4aee-a13e-9cee5441f2bd .shogun-image-content {
  
    align-items: center;
  
}

#s-3f7e9823-ae0e-44d1-b467-1339c101f24f {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-ab7b35bc-b609-4d77-8656-2b49b28e0397 {
  text-align: center;
}

#s-ab7b35bc-b609-4d77-8656-2b49b28e0397 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ab7b35bc-b609-4d77-8656-2b49b28e0397 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ab7b35bc-b609-4d77-8656-2b49b28e0397 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d863a4e9-b9e6-4591-b993-a0b02196f4a6-atc-btn-wrapper {
    text-align: center;
  }


#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-24daed4d-6488-46e9-b9bc-daff56f2512b {
  text-align: center;
}







  #s-24daed4d-6488-46e9-b9bc-daff56f2512b img.shogun-image {
    

    
    
    
  }


#s-24daed4d-6488-46e9-b9bc-daff56f2512b .shogun-image-content {
  
    align-items: center;
  
}

#s-87d64fcb-5cb5-4ffe-ada1-605c6d8f088e {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-87d64fcb-5cb5-4ffe-ada1-605c6d8f088e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87d64fcb-5cb5-4ffe-ada1-605c6d8f088e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-87d64fcb-5cb5-4ffe-ada1-605c6d8f088e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-87d64fcb-5cb5-4ffe-ada1-605c6d8f088e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13 {
  
}
}

  #s-0694210c-e0f9-4e07-b0d6-8401a0b9be13-root {
    text-align: center;
  }


#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0694210c-e0f9-4e07-b0d6-8401a0b9be13-root {
    text-align: center;
  }


#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0694210c-e0f9-4e07-b0d6-8401a0b9be13-root {
    text-align: center;
  }


#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0694210c-e0f9-4e07-b0d6-8401a0b9be13-root {
    text-align: center;
  }


#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0694210c-e0f9-4e07-b0d6-8401a0b9be13-root {
    text-align: center;
  }


#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19 {
  
}
}

  #s-a27a1b03-32eb-496d-b040-6cb56aa7fc19-root {
    text-align: center;
  }


#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a27a1b03-32eb-496d-b040-6cb56aa7fc19-root {
    text-align: center;
  }


#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a27a1b03-32eb-496d-b040-6cb56aa7fc19-root {
    text-align: center;
  }


#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a27a1b03-32eb-496d-b040-6cb56aa7fc19-root {
    text-align: center;
  }


#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a27a1b03-32eb-496d-b040-6cb56aa7fc19-root {
    text-align: center;
  }


#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e {
  
}
}

  #s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e-root {
    text-align: center;
  }


#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e-root {
    text-align: center;
  }


#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e-root {
    text-align: center;
  }


#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e-root {
    text-align: center;
  }


#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e-root {
    text-align: center;
  }


#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-25b77789-7a8f-49f0-9c0b-26a19932bc1f {
  margin-top: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-25b77789-7a8f-49f0-9c0b-26a19932bc1f {
  display: none;
}
#s-25b77789-7a8f-49f0-9c0b-26a19932bc1f, #wrap-s-25b77789-7a8f-49f0-9c0b-26a19932bc1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25b77789-7a8f-49f0-9c0b-26a19932bc1f {
  display: none;
}
#s-25b77789-7a8f-49f0-9c0b-26a19932bc1f, #wrap-s-25b77789-7a8f-49f0-9c0b-26a19932bc1f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25b77789-7a8f-49f0-9c0b-26a19932bc1f {
  display: none;
}
#s-25b77789-7a8f-49f0-9c0b-26a19932bc1f, #wrap-s-25b77789-7a8f-49f0-9c0b-26a19932bc1f { display: none !important; }}@media (max-width: 767px){#s-25b77789-7a8f-49f0-9c0b-26a19932bc1f {
  
}
}







#s-25b77789-7a8f-49f0-9c0b-26a19932bc1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25b77789-7a8f-49f0-9c0b-26a19932bc1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-577ad4be-0f3e-4410-8124-878476ae88c1 {
  background-image: url(https://i.shgcdn.com/3bdb4d02-495d-42e6-ada1-b64d7fe2bcaa/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 30, 85, 1);
background-position: center center;
}

#s-2f120548-7fae-4ebf-bd4a-222a5795d63d {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-2f120548-7fae-4ebf-bd4a-222a5795d63d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f120548-7fae-4ebf-bd4a-222a5795d63d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f120548-7fae-4ebf-bd4a-222a5795d63d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f120548-7fae-4ebf-bd4a-222a5795d63d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fdd50434-b1e2-44da-8853-b374b509af31 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-0d502d78-84f7-47e3-b1d0-383e7657ca9c {
  margin-top: 10px;
margin-bottom: 0px;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image,
  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c {
    width: 100%;
    height: auto;
  }

  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image {
    
    
  }


.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c .shogun-image-content {
  
    align-items: center;
  
}

.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container {
      position: relative;
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image,
  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c {
    width: 100%;
    height: auto;
  }

  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image {
    
    
  }


.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c .shogun-image-content {
  
    align-items: center;
  
}

.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container {
      position: relative;
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image,
  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c {
    width: 100%;
    height: auto;
  }

  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image {
    
    
  }


.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c .shogun-image-content {
  
    align-items: center;
  
}

.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container {
      position: relative;
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image,
  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c {
    width: 100%;
    height: auto;
  }

  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image {
    
    
  }


.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c .shogun-image-content {
  
    align-items: center;
  
}

.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container {
      position: relative;
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image,
  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c {
    width: 100%;
    height: auto;
  }

  #s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image {
    
    
  }


.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c .shogun-image-content {
  
    align-items: center;
  
}

.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container {
      position: relative;
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d502d78-84f7-47e3-b1d0-383e7657ca9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e591e92b-491e-4967-a72d-1a4b7fc2aa54 {
  margin-top: 20px;
}

#s-ac21c8f9-b1fc-41e0-9051-1c66cfb4b130 {
  text-align: center;
}

#s-ac21c8f9-b1fc-41e0-9051-1c66cfb4b130 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ac21c8f9-b1fc-41e0-9051-1c66cfb4b130 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-ac21c8f9-b1fc-41e0-9051-1c66cfb4b130 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8c7b126e-7f28-4fad-957c-620b63209d2e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-8c7b126e-7f28-4fad-957c-620b63209d2e:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-8c7b126e-7f28-4fad-957c-620b63209d2e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c7b126e-7f28-4fad-957c-620b63209d2e-atc-btn-wrapper {
    text-align: center;
  }


#s-8c7b126e-7f28-4fad-957c-620b63209d2e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c7b126e-7f28-4fad-957c-620b63209d2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c7b126e-7f28-4fad-957c-620b63209d2e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-8c7b126e-7f28-4fad-957c-620b63209d2e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e8546ef0-957b-46e8-8eda-e315e884cdab {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 70px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-e8546ef0-957b-46e8-8eda-e315e884cdab:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-e8546ef0-957b-46e8-8eda-e315e884cdab:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e8546ef0-957b-46e8-8eda-e315e884cdab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8546ef0-957b-46e8-8eda-e315e884cdab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8546ef0-957b-46e8-8eda-e315e884cdab {
  
}
}

  #s-e8546ef0-957b-46e8-8eda-e315e884cdab-root {
    text-align: center;
  }


#s-e8546ef0-957b-46e8-8eda-e315e884cdab.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e8546ef0-957b-46e8-8eda-e315e884cdab-root {
    text-align: center;
  }


#s-e8546ef0-957b-46e8-8eda-e315e884cdab.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8546ef0-957b-46e8-8eda-e315e884cdab-root {
    text-align: center;
  }


#s-e8546ef0-957b-46e8-8eda-e315e884cdab.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8546ef0-957b-46e8-8eda-e315e884cdab-root {
    text-align: center;
  }


#s-e8546ef0-957b-46e8-8eda-e315e884cdab.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e8546ef0-957b-46e8-8eda-e315e884cdab-root {
    text-align: center;
  }


#s-e8546ef0-957b-46e8-8eda-e315e884cdab.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-f5dd0f5b-1709-45c0-a6e4-7b996edc75ad {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-125034a5-3932-43aa-978b-87330fd99198 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  img.s-125034a5-3932-43aa-978b-87330fd99198.shogun-image {
    
    
  }


.s-125034a5-3932-43aa-978b-87330fd99198 .shogun-image-content {
  
    align-items: center;
  
}

.s-125034a5-3932-43aa-978b-87330fd99198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125034a5-3932-43aa-978b-87330fd99198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125034a5-3932-43aa-978b-87330fd99198.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-125034a5-3932-43aa-978b-87330fd99198.shogun-image {
    
    
  }


.s-125034a5-3932-43aa-978b-87330fd99198 .shogun-image-content {
  
    align-items: center;
  
}

.s-125034a5-3932-43aa-978b-87330fd99198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125034a5-3932-43aa-978b-87330fd99198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125034a5-3932-43aa-978b-87330fd99198.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-125034a5-3932-43aa-978b-87330fd99198.shogun-image {
    
    
  }


.s-125034a5-3932-43aa-978b-87330fd99198 .shogun-image-content {
  
    align-items: center;
  
}

.s-125034a5-3932-43aa-978b-87330fd99198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125034a5-3932-43aa-978b-87330fd99198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125034a5-3932-43aa-978b-87330fd99198.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-125034a5-3932-43aa-978b-87330fd99198.shogun-image {
    
    
  }


.s-125034a5-3932-43aa-978b-87330fd99198 .shogun-image-content {
  
    align-items: center;
  
}

.s-125034a5-3932-43aa-978b-87330fd99198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125034a5-3932-43aa-978b-87330fd99198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125034a5-3932-43aa-978b-87330fd99198.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-125034a5-3932-43aa-978b-87330fd99198.shogun-image {
    
    
  }


.s-125034a5-3932-43aa-978b-87330fd99198 .shogun-image-content {
  
    align-items: center;
  
}

.s-125034a5-3932-43aa-978b-87330fd99198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125034a5-3932-43aa-978b-87330fd99198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125034a5-3932-43aa-978b-87330fd99198.shogun-image {
  box-sizing: border-box;
}



}
#s-711817ae-3abc-4e67-8f15-65c9b6a90a2a {
  text-align: center;
}

#s-711817ae-3abc-4e67-8f15-65c9b6a90a2a .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-711817ae-3abc-4e67-8f15-65c9b6a90a2a .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-711817ae-3abc-4e67-8f15-65c9b6a90a2a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5acadecf-53d4-4115-a6ad-4090ea57c861 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-5acadecf-53d4-4115-a6ad-4090ea57c861:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-5acadecf-53d4-4115-a6ad-4090ea57c861:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5acadecf-53d4-4115-a6ad-4090ea57c861-atc-btn-wrapper {
    text-align: center;
  }


#s-5acadecf-53d4-4115-a6ad-4090ea57c861 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5acadecf-53d4-4115-a6ad-4090ea57c861.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5acadecf-53d4-4115-a6ad-4090ea57c861.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-5acadecf-53d4-4115-a6ad-4090ea57c861.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1f995a76-7de1-4954-9adc-eeb389c551c5 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 70px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-1f995a76-7de1-4954-9adc-eeb389c551c5:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-1f995a76-7de1-4954-9adc-eeb389c551c5:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1f995a76-7de1-4954-9adc-eeb389c551c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f995a76-7de1-4954-9adc-eeb389c551c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f995a76-7de1-4954-9adc-eeb389c551c5 {
  
}
}

  #s-1f995a76-7de1-4954-9adc-eeb389c551c5-root {
    text-align: center;
  }


#s-1f995a76-7de1-4954-9adc-eeb389c551c5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1f995a76-7de1-4954-9adc-eeb389c551c5-root {
    text-align: center;
  }


#s-1f995a76-7de1-4954-9adc-eeb389c551c5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f995a76-7de1-4954-9adc-eeb389c551c5-root {
    text-align: center;
  }


#s-1f995a76-7de1-4954-9adc-eeb389c551c5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f995a76-7de1-4954-9adc-eeb389c551c5-root {
    text-align: center;
  }


#s-1f995a76-7de1-4954-9adc-eeb389c551c5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1f995a76-7de1-4954-9adc-eeb389c551c5-root {
    text-align: center;
  }


#s-1f995a76-7de1-4954-9adc-eeb389c551c5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-53d046be-fb1f-4619-8195-fd407f2e5f2d {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  img.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image {
    
    
  }


.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image {
    
    
  }


.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image {
    
    
  }


.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image {
    
    
  }


.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image {
    
    
  }


.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e6fcb0-f9ab-4d53-9a08-75164f302da0.shogun-image {
  box-sizing: border-box;
}



}
#s-849d13a2-4976-47ef-bf6b-454a3adbd228 {
  text-align: center;
}

#s-849d13a2-4976-47ef-bf6b-454a3adbd228 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-849d13a2-4976-47ef-bf6b-454a3adbd228 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-849d13a2-4976-47ef-bf6b-454a3adbd228 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e8139330-84af-4af4-90ef-1c2807d1a098 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-e8139330-84af-4af4-90ef-1c2807d1a098:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-e8139330-84af-4af4-90ef-1c2807d1a098:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8139330-84af-4af4-90ef-1c2807d1a098-atc-btn-wrapper {
    text-align: center;
  }


#s-e8139330-84af-4af4-90ef-1c2807d1a098 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8139330-84af-4af4-90ef-1c2807d1a098.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8139330-84af-4af4-90ef-1c2807d1a098.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-e8139330-84af-4af4-90ef-1c2807d1a098.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715 {
  
}
}

  #s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715-root {
    text-align: center;
  }


#s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715-root {
    text-align: center;
  }


#s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715-root {
    text-align: center;
  }


#s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715-root {
    text-align: center;
  }


#s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715-root {
    text-align: center;
  }


#s-a36e79b4-951f-4e14-a7a1-51eeb4bf5715.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-04bc2098-6926-40f2-8536-75a167ed457c {
  margin-top: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 80px;
}
@media (min-width: 1200px){#s-04bc2098-6926-40f2-8536-75a167ed457c {
  display: none;
}
#s-04bc2098-6926-40f2-8536-75a167ed457c, #wrap-s-04bc2098-6926-40f2-8536-75a167ed457c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04bc2098-6926-40f2-8536-75a167ed457c {
  display: none;
}
#s-04bc2098-6926-40f2-8536-75a167ed457c, #wrap-s-04bc2098-6926-40f2-8536-75a167ed457c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04bc2098-6926-40f2-8536-75a167ed457c {
  display: none;
}
#s-04bc2098-6926-40f2-8536-75a167ed457c, #wrap-s-04bc2098-6926-40f2-8536-75a167ed457c { display: none !important; }}







#s-04bc2098-6926-40f2-8536-75a167ed457c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04bc2098-6926-40f2-8536-75a167ed457c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6acd41c4-c93c-44dd-82b7-9f38f3621ed7 {
  background-image: url(https://i.shgcdn.com/70dc91b6-ff26-4f91-956d-aecd62781f36/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 30, 85, 1);
background-position: center center;
}

#s-070706a6-678a-4ddd-80fd-6bd7ec015151 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-070706a6-678a-4ddd-80fd-6bd7ec015151"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-070706a6-678a-4ddd-80fd-6bd7ec015151"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-070706a6-678a-4ddd-80fd-6bd7ec015151"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-070706a6-678a-4ddd-80fd-6bd7ec015151"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-630966d6-d34a-42b0-8a41-269da3cf509f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-093e9c78-12c1-467c-a1b2-db3686041dbc {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
text-align: center;
}







  img.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image {
    
    
  }


.s-093e9c78-12c1-467c-a1b2-db3686041dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image {
    
    
  }


.s-093e9c78-12c1-467c-a1b2-db3686041dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image {
    
    
  }


.s-093e9c78-12c1-467c-a1b2-db3686041dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image {
    
    
  }


.s-093e9c78-12c1-467c-a1b2-db3686041dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image {
    
    
  }


.s-093e9c78-12c1-467c-a1b2-db3686041dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-093e9c78-12c1-467c-a1b2-db3686041dbc.shogun-image {
  box-sizing: border-box;
}



}
#s-2c0f0089-5b3f-44cd-9746-69a75a6e631c {
  margin-top: 20px;
}

#s-f2fcaf14-24e6-4e47-a25d-a587c4f1764b {
  text-align: center;
}

#s-f2fcaf14-24e6-4e47-a25d-a587c4f1764b .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f2fcaf14-24e6-4e47-a25d-a587c4f1764b .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-f2fcaf14-24e6-4e47-a25d-a587c4f1764b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b450ec62-0970-4fee-bf01-d4067ebfa2f7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-b450ec62-0970-4fee-bf01-d4067ebfa2f7:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-b450ec62-0970-4fee-bf01-d4067ebfa2f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b450ec62-0970-4fee-bf01-d4067ebfa2f7-atc-btn-wrapper {
    text-align: center;
  }


#s-b450ec62-0970-4fee-bf01-d4067ebfa2f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b450ec62-0970-4fee-bf01-d4067ebfa2f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b450ec62-0970-4fee-bf01-d4067ebfa2f7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-b450ec62-0970-4fee-bf01-d4067ebfa2f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-57183638-8ad9-4222-944e-a36ceb0d1490 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-57183638-8ad9-4222-944e-a36ceb0d1490:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-57183638-8ad9-4222-944e-a36ceb0d1490:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-57183638-8ad9-4222-944e-a36ceb0d1490 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57183638-8ad9-4222-944e-a36ceb0d1490 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57183638-8ad9-4222-944e-a36ceb0d1490 {
  
}
}

  #s-57183638-8ad9-4222-944e-a36ceb0d1490-root {
    text-align: center;
  }


#s-57183638-8ad9-4222-944e-a36ceb0d1490.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-57183638-8ad9-4222-944e-a36ceb0d1490-root {
    text-align: center;
  }


#s-57183638-8ad9-4222-944e-a36ceb0d1490.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57183638-8ad9-4222-944e-a36ceb0d1490-root {
    text-align: center;
  }


#s-57183638-8ad9-4222-944e-a36ceb0d1490.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57183638-8ad9-4222-944e-a36ceb0d1490-root {
    text-align: center;
  }


#s-57183638-8ad9-4222-944e-a36ceb0d1490.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-57183638-8ad9-4222-944e-a36ceb0d1490-root {
    text-align: center;
  }


#s-57183638-8ad9-4222-944e-a36ceb0d1490.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-fdf45306-5614-49c9-af82-a763be398a39 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-d8616146-2bb1-4c7e-8732-50108df1bc23 {
  margin-left: 15%;
margin-right: 5%;
text-align: center;
}







  #s-d8616146-2bb1-4c7e-8732-50108df1bc23 img.shogun-image {
    

    
    
    
  }


#s-d8616146-2bb1-4c7e-8732-50108df1bc23 .shogun-image-content {
  
    align-items: center;
  
}

#s-55b1a72e-7723-4270-9996-f08c1ff0757e {
  margin-top: 20px;
}

#s-47c94cbb-c20c-41e8-8e5e-2a61a2e92236 {
  text-align: center;
}

#s-47c94cbb-c20c-41e8-8e5e-2a61a2e92236 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-47c94cbb-c20c-41e8-8e5e-2a61a2e92236 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-47c94cbb-c20c-41e8-8e5e-2a61a2e92236 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-23eb50b4-5505-4b9d-95db-4755fab3985e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-23eb50b4-5505-4b9d-95db-4755fab3985e:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-23eb50b4-5505-4b9d-95db-4755fab3985e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-23eb50b4-5505-4b9d-95db-4755fab3985e-atc-btn-wrapper {
    text-align: center;
  }


#s-23eb50b4-5505-4b9d-95db-4755fab3985e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23eb50b4-5505-4b9d-95db-4755fab3985e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23eb50b4-5505-4b9d-95db-4755fab3985e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-23eb50b4-5505-4b9d-95db-4755fab3985e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bb465db3-d930-4917-ac5b-3f472f3036fa {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-bb465db3-d930-4917-ac5b-3f472f3036fa:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-bb465db3-d930-4917-ac5b-3f472f3036fa:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bb465db3-d930-4917-ac5b-3f472f3036fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb465db3-d930-4917-ac5b-3f472f3036fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb465db3-d930-4917-ac5b-3f472f3036fa {
  
}
}

  #s-bb465db3-d930-4917-ac5b-3f472f3036fa-root {
    text-align: center;
  }


#s-bb465db3-d930-4917-ac5b-3f472f3036fa.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bb465db3-d930-4917-ac5b-3f472f3036fa-root {
    text-align: center;
  }


#s-bb465db3-d930-4917-ac5b-3f472f3036fa.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb465db3-d930-4917-ac5b-3f472f3036fa-root {
    text-align: center;
  }


#s-bb465db3-d930-4917-ac5b-3f472f3036fa.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb465db3-d930-4917-ac5b-3f472f3036fa-root {
    text-align: center;
  }


#s-bb465db3-d930-4917-ac5b-3f472f3036fa.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bb465db3-d930-4917-ac5b-3f472f3036fa-root {
    text-align: center;
  }


#s-bb465db3-d930-4917-ac5b-3f472f3036fa.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-310c315e-6eb5-4de4-b4d9-61fdbfcd087e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-ad104890-bcfb-4f1a-b46c-ca7a4afff417 {
  text-align: center;
}







  #s-ad104890-bcfb-4f1a-b46c-ca7a4afff417 img.shogun-image {
    

    
    
    
  }


#s-ad104890-bcfb-4f1a-b46c-ca7a4afff417 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d014549-1bbe-488d-bd4c-be798e81a52a {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-1d014549-1bbe-488d-bd4c-be798e81a52a:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-1d014549-1bbe-488d-bd4c-be798e81a52a:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1d014549-1bbe-488d-bd4c-be798e81a52a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d014549-1bbe-488d-bd4c-be798e81a52a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d014549-1bbe-488d-bd4c-be798e81a52a {
  
}
}

  #s-1d014549-1bbe-488d-bd4c-be798e81a52a-root {
    text-align: center;
  }


#s-1d014549-1bbe-488d-bd4c-be798e81a52a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1d014549-1bbe-488d-bd4c-be798e81a52a-root {
    text-align: center;
  }


#s-1d014549-1bbe-488d-bd4c-be798e81a52a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d014549-1bbe-488d-bd4c-be798e81a52a-root {
    text-align: center;
  }


#s-1d014549-1bbe-488d-bd4c-be798e81a52a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d014549-1bbe-488d-bd4c-be798e81a52a-root {
    text-align: center;
  }


#s-1d014549-1bbe-488d-bd4c-be798e81a52a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1d014549-1bbe-488d-bd4c-be798e81a52a-root {
    text-align: center;
  }


#s-1d014549-1bbe-488d-bd4c-be798e81a52a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-d103f777-2053-4cad-b601-a41d5a73c194 {
  margin-top: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-d103f777-2053-4cad-b601-a41d5a73c194 {
  display: none;
}
#s-d103f777-2053-4cad-b601-a41d5a73c194, #wrap-s-d103f777-2053-4cad-b601-a41d5a73c194 { display: none !important; }}







#s-d103f777-2053-4cad-b601-a41d5a73c194 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d103f777-2053-4cad-b601-a41d5a73c194.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2da3074-c3ca-4159-8641-eb3865fd8e1a {
  background-image: url(https://i.shgcdn.com/1d814789-065c-4f23-9b38-9a7aa5286ef8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 30, 85, 1);
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a2da3074-c3ca-4159-8641-eb3865fd8e1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2da3074-c3ca-4159-8641-eb3865fd8e1a {
  
}
}
#s-dc51513a-16ec-40c3-a3c1-ae7e3d118979 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-dc51513a-16ec-40c3-a3c1-ae7e3d118979"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc51513a-16ec-40c3-a3c1-ae7e3d118979"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc51513a-16ec-40c3-a3c1-ae7e3d118979"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc51513a-16ec-40c3-a3c1-ae7e3d118979"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f476ffa0-f9fb-4a3b-915b-e6f5e9de836d {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-46077ef9-b4ef-44fe-a72e-d1511182aa48 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-aedcd643-a8a9-44f9-af70-d251b0ddbf26 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-0d6910c6-5c8b-48a0-a34e-48af7023e13c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d6910c6-5c8b-48a0-a34e-48af7023e13c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d6910c6-5c8b-48a0-a34e-48af7023e13c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d6910c6-5c8b-48a0-a34e-48af7023e13c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-4ee623e2-2622-49ea-99ed-000e799ed0c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ee623e2-2622-49ea-99ed-000e799ed0c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ee623e2-2622-49ea-99ed-000e799ed0c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ee623e2-2622-49ea-99ed-000e799ed0c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ee623e2-2622-49ea-99ed-000e799ed0c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ee623e2-2622-49ea-99ed-000e799ed0c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ee623e2-2622-49ea-99ed-000e799ed0c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5a7e8e66-5200-4896-926f-f08f5d3608dd {
  margin-top: 20px;
text-align: center;
}







  img.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image {
    
    
  }


.s-5a7e8e66-5200-4896-926f-f08f5d3608dd .shogun-image-content {
  
    align-items: center;
  
}

.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image {
    
    
  }


.s-5a7e8e66-5200-4896-926f-f08f5d3608dd .shogun-image-content {
  
    align-items: center;
  
}

.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image {
    
    
  }


.s-5a7e8e66-5200-4896-926f-f08f5d3608dd .shogun-image-content {
  
    align-items: center;
  
}

.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image {
    
    
  }


.s-5a7e8e66-5200-4896-926f-f08f5d3608dd .shogun-image-content {
  
    align-items: center;
  
}

.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image {
    
    
  }


.s-5a7e8e66-5200-4896-926f-f08f5d3608dd .shogun-image-content {
  
    align-items: center;
  
}

.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a7e8e66-5200-4896-926f-f08f5d3608dd.shogun-image {
  box-sizing: border-box;
}



}
#s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
text-align: center;
}







  img.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image {
    
    
  }


.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image {
    
    
  }


.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image {
    
    
  }


.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image {
    
    
  }


.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image {
    
    
  }


.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac1cb68-2038-4437-8b6f-24c6ec10bbb6.shogun-image {
  box-sizing: border-box;
}



}
#s-f414b19b-3b0b-45fa-b429-ee11b05f657c {
  text-align: center;
}

#s-f414b19b-3b0b-45fa-b429-ee11b05f657c .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f414b19b-3b0b-45fa-b429-ee11b05f657c .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f414b19b-3b0b-45fa-b429-ee11b05f657c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-391a2075-b39f-4742-9e9f-22f58cbee9ae:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-391a2075-b39f-4742-9e9f-22f58cbee9ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-391a2075-b39f-4742-9e9f-22f58cbee9ae-atc-btn-wrapper {
    text-align: center;
  }


#s-391a2075-b39f-4742-9e9f-22f58cbee9ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  img.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
    
    
  }


.s-cb4c90dc-7f1c-444c-ae48-51584059d9da .shogun-image-content {
  
    align-items: center;
  
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
    
    
  }


.s-cb4c90dc-7f1c-444c-ae48-51584059d9da .shogun-image-content {
  
    align-items: center;
  
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
    
    
  }


.s-cb4c90dc-7f1c-444c-ae48-51584059d9da .shogun-image-content {
  
    align-items: center;
  
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
    
    
  }


.s-cb4c90dc-7f1c-444c-ae48-51584059d9da .shogun-image-content {
  
    align-items: center;
  
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
    
    
  }


.s-cb4c90dc-7f1c-444c-ae48-51584059d9da .shogun-image-content {
  
    align-items: center;
  
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
  box-sizing: border-box;
}



}
#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0 {
  
}
}

  #s-770df19b-c8fe-4ff6-abb3-72dd2336fca0-root {
    text-align: center;
  }


#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-770df19b-c8fe-4ff6-abb3-72dd2336fca0-root {
    text-align: center;
  }


#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-770df19b-c8fe-4ff6-abb3-72dd2336fca0-root {
    text-align: center;
  }


#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-770df19b-c8fe-4ff6-abb3-72dd2336fca0-root {
    text-align: center;
  }


#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-770df19b-c8fe-4ff6-abb3-72dd2336fca0-root {
    text-align: center;
  }


#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  margin-top: 20px;
margin-left: 18%;
margin-right: 18%;
text-align: center;
}







  img.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
    
    
  }


.s-53744a32-d514-4bff-963d-c61f9c8cdf04 .shogun-image-content {
  
    align-items: center;
  
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
    
    
  }


.s-53744a32-d514-4bff-963d-c61f9c8cdf04 .shogun-image-content {
  
    align-items: center;
  
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
    
    
  }


.s-53744a32-d514-4bff-963d-c61f9c8cdf04 .shogun-image-content {
  
    align-items: center;
  
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
    
    
  }


.s-53744a32-d514-4bff-963d-c61f9c8cdf04 .shogun-image-content {
  
    align-items: center;
  
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
    
    
  }


.s-53744a32-d514-4bff-963d-c61f9c8cdf04 .shogun-image-content {
  
    align-items: center;
  
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
  box-sizing: border-box;
}



}
#s-20282b69-787f-4a1e-8602-72ec2968f52e {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-20282b69-787f-4a1e-8602-72ec2968f52e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20282b69-787f-4a1e-8602-72ec2968f52e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20282b69-787f-4a1e-8602-72ec2968f52e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20282b69-787f-4a1e-8602-72ec2968f52e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5 {
  
}
}

  #s-44b4f243-574d-42e2-85b0-4ae484d7aaa5-root {
    text-align: center;
  }


#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-44b4f243-574d-42e2-85b0-4ae484d7aaa5-root {
    text-align: center;
  }


#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44b4f243-574d-42e2-85b0-4ae484d7aaa5-root {
    text-align: center;
  }


#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44b4f243-574d-42e2-85b0-4ae484d7aaa5-root {
    text-align: center;
  }


#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-44b4f243-574d-42e2-85b0-4ae484d7aaa5-root {
    text-align: center;
  }


#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c {
  
}
}

  #s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c-root {
    text-align: center;
  }


#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c-root {
    text-align: center;
  }


#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c-root {
    text-align: center;
  }


#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c-root {
    text-align: center;
  }


#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c-root {
    text-align: center;
  }


#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0 {
  
}
}

  #s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0-root {
    text-align: center;
  }


#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0-root {
    text-align: center;
  }


#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0-root {
    text-align: center;
  }


#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0-root {
    text-align: center;
  }


#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0-root {
    text-align: center;
  }


#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-dcc02601-9fa5-4564-9fc1-3578f6be2ac0 {
  margin-top: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-dcc02601-9fa5-4564-9fc1-3578f6be2ac0 {
  display: none;
}
#s-dcc02601-9fa5-4564-9fc1-3578f6be2ac0, #wrap-s-dcc02601-9fa5-4564-9fc1-3578f6be2ac0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcc02601-9fa5-4564-9fc1-3578f6be2ac0 {
  display: none;
}
#s-dcc02601-9fa5-4564-9fc1-3578f6be2ac0, #wrap-s-dcc02601-9fa5-4564-9fc1-3578f6be2ac0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dcc02601-9fa5-4564-9fc1-3578f6be2ac0 {
  display: none;
}
#s-dcc02601-9fa5-4564-9fc1-3578f6be2ac0, #wrap-s-dcc02601-9fa5-4564-9fc1-3578f6be2ac0 { display: none !important; }}







#s-dcc02601-9fa5-4564-9fc1-3578f6be2ac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcc02601-9fa5-4564-9fc1-3578f6be2ac0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8261fdee-34bc-4013-9e5e-9ff763c09e83 {
  background-image: url(https://i.shgcdn.com/bcce8ecb-a030-49b7-912e-fc28249bb53d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 30, 85, 1);
background-position: center center;
}

#s-c9ec2518-ce71-4c75-8610-e8cb3ed111a1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-c9ec2518-ce71-4c75-8610-e8cb3ed111a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9ec2518-ce71-4c75-8610-e8cb3ed111a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c9ec2518-ce71-4c75-8610-e8cb3ed111a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9ec2518-ce71-4c75-8610-e8cb3ed111a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b11dd706-8028-4916-9ab2-550d8460cc75 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-66b12c1d-2b82-4413-a241-0c7eb177d922 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
text-align: center;
}







  img.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image {
    
    
  }


.s-66b12c1d-2b82-4413-a241-0c7eb177d922 .shogun-image-content {
  
    align-items: center;
  
}

.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image {
    
    
  }


.s-66b12c1d-2b82-4413-a241-0c7eb177d922 .shogun-image-content {
  
    align-items: center;
  
}

.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image {
    
    
  }


.s-66b12c1d-2b82-4413-a241-0c7eb177d922 .shogun-image-content {
  
    align-items: center;
  
}

.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image {
    
    
  }


.s-66b12c1d-2b82-4413-a241-0c7eb177d922 .shogun-image-content {
  
    align-items: center;
  
}

.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image {
    
    
  }


.s-66b12c1d-2b82-4413-a241-0c7eb177d922 .shogun-image-content {
  
    align-items: center;
  
}

.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b12c1d-2b82-4413-a241-0c7eb177d922.shogun-image {
  box-sizing: border-box;
}



}
#s-4c1bfec1-b620-4bbf-af28-4ed064674554 {
  margin-top: 20px;
}

#s-57903d59-78a6-4323-9a90-5080d3c97775 {
  text-align: center;
}

#s-57903d59-78a6-4323-9a90-5080d3c97775 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-57903d59-78a6-4323-9a90-5080d3c97775 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-57903d59-78a6-4323-9a90-5080d3c97775 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4e4b23fa-703f-4452-b8e9-08876ef8ec02 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-4e4b23fa-703f-4452-b8e9-08876ef8ec02:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-4e4b23fa-703f-4452-b8e9-08876ef8ec02:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e4b23fa-703f-4452-b8e9-08876ef8ec02-atc-btn-wrapper {
    text-align: center;
  }


#s-4e4b23fa-703f-4452-b8e9-08876ef8ec02 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e4b23fa-703f-4452-b8e9-08876ef8ec02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e4b23fa-703f-4452-b8e9-08876ef8ec02.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-4e4b23fa-703f-4452-b8e9-08876ef8ec02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0081763a-c8d7-446d-817f-2b809fe5f658 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-0081763a-c8d7-446d-817f-2b809fe5f658:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-0081763a-c8d7-446d-817f-2b809fe5f658:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0081763a-c8d7-446d-817f-2b809fe5f658 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0081763a-c8d7-446d-817f-2b809fe5f658 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0081763a-c8d7-446d-817f-2b809fe5f658 {
  
}
}

  #s-0081763a-c8d7-446d-817f-2b809fe5f658-root {
    text-align: center;
  }


#s-0081763a-c8d7-446d-817f-2b809fe5f658.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0081763a-c8d7-446d-817f-2b809fe5f658-root {
    text-align: center;
  }


#s-0081763a-c8d7-446d-817f-2b809fe5f658.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0081763a-c8d7-446d-817f-2b809fe5f658-root {
    text-align: center;
  }


#s-0081763a-c8d7-446d-817f-2b809fe5f658.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0081763a-c8d7-446d-817f-2b809fe5f658-root {
    text-align: center;
  }


#s-0081763a-c8d7-446d-817f-2b809fe5f658.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0081763a-c8d7-446d-817f-2b809fe5f658-root {
    text-align: center;
  }


#s-0081763a-c8d7-446d-817f-2b809fe5f658.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-ffc31524-a773-4d5f-a23b-50e95993aa1b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-b05e4fab-958e-4e45-a7e0-5427110e9a4c {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  img.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image {
    
    
  }


.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image {
    
    
  }


.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image {
    
    
  }


.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image {
    
    
  }


.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image {
    
    
  }


.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05e4fab-958e-4e45-a7e0-5427110e9a4c.shogun-image {
  box-sizing: border-box;
}



}
#s-5209b979-318a-4a9f-86b1-a012b3bae16a {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-5209b979-318a-4a9f-86b1-a012b3bae16a:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-5209b979-318a-4a9f-86b1-a012b3bae16a:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5209b979-318a-4a9f-86b1-a012b3bae16a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5209b979-318a-4a9f-86b1-a012b3bae16a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5209b979-318a-4a9f-86b1-a012b3bae16a {
  
}
}

  #s-5209b979-318a-4a9f-86b1-a012b3bae16a-root {
    text-align: center;
  }


#s-5209b979-318a-4a9f-86b1-a012b3bae16a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5209b979-318a-4a9f-86b1-a012b3bae16a-root {
    text-align: center;
  }


#s-5209b979-318a-4a9f-86b1-a012b3bae16a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5209b979-318a-4a9f-86b1-a012b3bae16a-root {
    text-align: center;
  }


#s-5209b979-318a-4a9f-86b1-a012b3bae16a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5209b979-318a-4a9f-86b1-a012b3bae16a-root {
    text-align: center;
  }


#s-5209b979-318a-4a9f-86b1-a012b3bae16a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5209b979-318a-4a9f-86b1-a012b3bae16a-root {
    text-align: center;
  }


#s-5209b979-318a-4a9f-86b1-a012b3bae16a.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-aa788c6c-2864-444d-93a7-891c07f2043c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-fb1e450e-29c2-49df-8abf-c769bd1888c8 {
  margin-top: 20px;
margin-left: 18%;
margin-right: 18%;
text-align: center;
}







  img.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image {
    
    
  }


.s-fb1e450e-29c2-49df-8abf-c769bd1888c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image {
    
    
  }


.s-fb1e450e-29c2-49df-8abf-c769bd1888c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image {
    
    
  }


.s-fb1e450e-29c2-49df-8abf-c769bd1888c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image {
    
    
  }


.s-fb1e450e-29c2-49df-8abf-c769bd1888c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image {
    
    
  }


.s-fb1e450e-29c2-49df-8abf-c769bd1888c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb1e450e-29c2-49df-8abf-c769bd1888c8.shogun-image {
  box-sizing: border-box;
}



}
#s-a6fa6095-3444-408d-822e-8b3a54193df9 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-a6fa6095-3444-408d-822e-8b3a54193df9:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-a6fa6095-3444-408d-822e-8b3a54193df9:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a6fa6095-3444-408d-822e-8b3a54193df9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6fa6095-3444-408d-822e-8b3a54193df9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6fa6095-3444-408d-822e-8b3a54193df9 {
  
}
}

  #s-a6fa6095-3444-408d-822e-8b3a54193df9-root {
    text-align: center;
  }


#s-a6fa6095-3444-408d-822e-8b3a54193df9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a6fa6095-3444-408d-822e-8b3a54193df9-root {
    text-align: center;
  }


#s-a6fa6095-3444-408d-822e-8b3a54193df9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6fa6095-3444-408d-822e-8b3a54193df9-root {
    text-align: center;
  }


#s-a6fa6095-3444-408d-822e-8b3a54193df9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6fa6095-3444-408d-822e-8b3a54193df9-root {
    text-align: center;
  }


#s-a6fa6095-3444-408d-822e-8b3a54193df9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a6fa6095-3444-408d-822e-8b3a54193df9-root {
    text-align: center;
  }


#s-a6fa6095-3444-408d-822e-8b3a54193df9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-c7dd1360-170d-4092-bb8a-308014935cf1 {
  margin-top: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c7dd1360-170d-4092-bb8a-308014935cf1 {
  display: none;
}
#s-c7dd1360-170d-4092-bb8a-308014935cf1, #wrap-s-c7dd1360-170d-4092-bb8a-308014935cf1 { display: none !important; }}







#s-c7dd1360-170d-4092-bb8a-308014935cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7dd1360-170d-4092-bb8a-308014935cf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07e30be7-310c-4df9-acfc-ea45b6c58662 {
  background-image: url(https://i.shgcdn.com/0c8ec632-c0bd-4815-9316-8a4fe089efdc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 30, 85, 1);
background-position: center center;
}

#s-144be878-170d-4ce9-898f-4918bdca7a0d {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-144be878-170d-4ce9-898f-4918bdca7a0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-144be878-170d-4ce9-898f-4918bdca7a0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-144be878-170d-4ce9-898f-4918bdca7a0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-144be878-170d-4ce9-898f-4918bdca7a0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-144be878-170d-4ce9-898f-4918bdca7a0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-144be878-170d-4ce9-898f-4918bdca7a0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-144be878-170d-4ce9-898f-4918bdca7a0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-a016a294-1ef8-4083-8298-8050a9c5f429 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-2d62c470-b478-4051-93c1-2a3b7dc5e9e3 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-fe9b0962-6256-4cae-97be-d87417428b7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe9b0962-6256-4cae-97be-d87417428b7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe9b0962-6256-4cae-97be-d87417428b7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe9b0962-6256-4cae-97be-d87417428b7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe9b0962-6256-4cae-97be-d87417428b7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe9b0962-6256-4cae-97be-d87417428b7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe9b0962-6256-4cae-97be-d87417428b7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-8b37f7df-e3b2-4809-8360-12f2d2bc0af9 {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8b37f7df-e3b2-4809-8360-12f2d2bc0af9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b37f7df-e3b2-4809-8360-12f2d2bc0af9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b37f7df-e3b2-4809-8360-12f2d2bc0af9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b37f7df-e3b2-4809-8360-12f2d2bc0af9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8fc0946b-1ae7-451f-9aff-b2a78a68a36b {
  margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
text-align: center;
}







  #s-8fc0946b-1ae7-451f-9aff-b2a78a68a36b img.shogun-image {
    

    
    
    
  }


#s-8fc0946b-1ae7-451f-9aff-b2a78a68a36b .shogun-image-content {
  
    align-items: center;
  
}

#s-f758b58f-918f-4d76-9aba-c15dac85a055 {
  text-align: center;
}

#s-f758b58f-918f-4d76-9aba-c15dac85a055 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f758b58f-918f-4d76-9aba-c15dac85a055 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f758b58f-918f-4d76-9aba-c15dac85a055 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-b09fd976-5130-471e-a2f1-1f6c4a89e794:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-b09fd976-5130-471e-a2f1-1f6c4a89e794:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b09fd976-5130-471e-a2f1-1f6c4a89e794-atc-btn-wrapper {
    text-align: center;
  }


#s-b09fd976-5130-471e-a2f1-1f6c4a89e794 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-03ce0175-402a-4e05-afe0-a1ba04c98894 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-03ce0175-402a-4e05-afe0-a1ba04c98894:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-03ce0175-402a-4e05-afe0-a1ba04c98894:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-03ce0175-402a-4e05-afe0-a1ba04c98894 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03ce0175-402a-4e05-afe0-a1ba04c98894 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03ce0175-402a-4e05-afe0-a1ba04c98894 {
  
}
}

  #s-03ce0175-402a-4e05-afe0-a1ba04c98894-root {
    text-align: center;
  }


#s-03ce0175-402a-4e05-afe0-a1ba04c98894.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-03ce0175-402a-4e05-afe0-a1ba04c98894-root {
    text-align: center;
  }


#s-03ce0175-402a-4e05-afe0-a1ba04c98894.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03ce0175-402a-4e05-afe0-a1ba04c98894-root {
    text-align: center;
  }


#s-03ce0175-402a-4e05-afe0-a1ba04c98894.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03ce0175-402a-4e05-afe0-a1ba04c98894-root {
    text-align: center;
  }


#s-03ce0175-402a-4e05-afe0-a1ba04c98894.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-03ce0175-402a-4e05-afe0-a1ba04c98894-root {
    text-align: center;
  }


#s-03ce0175-402a-4e05-afe0-a1ba04c98894.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-ec1fbb21-4b18-4b79-97e9-66e1f059e678 {
  padding-top: 5px;
padding-left: 7%;
padding-bottom: 5px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 10px;
}

#s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e {
  text-align: center;
}







  img.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image {
    
    
  }


.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image {
    
    
  }


.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image {
    
    
  }


.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image {
    
    
  }


.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image {
    
    
  }


.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2222850-4c1a-4be2-bb46-9a84df1b8c7e.shogun-image {
  box-sizing: border-box;
}



}
#s-8d77cb9a-1b66-4243-bdda-a7ce23d532cf {
  margin-top: 20px;
text-align: center;
}







  #s-8d77cb9a-1b66-4243-bdda-a7ce23d532cf img.shogun-image {
    

    
    
    
  }


#s-8d77cb9a-1b66-4243-bdda-a7ce23d532cf .shogun-image-content {
  
    align-items: center;
  
}

#s-839d094c-9912-4d86-b12f-0d81a2e139ed {
  text-align: center;
}

#s-839d094c-9912-4d86-b12f-0d81a2e139ed .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-839d094c-9912-4d86-b12f-0d81a2e139ed .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-839d094c-9912-4d86-b12f-0d81a2e139ed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-19dc7c20-5b43-4098-b927-524bbec6e94b:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-19dc7c20-5b43-4098-b927-524bbec6e94b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-19dc7c20-5b43-4098-b927-524bbec6e94b-atc-btn-wrapper {
    text-align: center;
  }


#s-19dc7c20-5b43-4098-b927-524bbec6e94b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-711df810-e479-4721-8587-4292d085038c {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-711df810-e479-4721-8587-4292d085038c:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-711df810-e479-4721-8587-4292d085038c:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-711df810-e479-4721-8587-4292d085038c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-711df810-e479-4721-8587-4292d085038c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-711df810-e479-4721-8587-4292d085038c {
  
}
}

  #s-711df810-e479-4721-8587-4292d085038c-root {
    text-align: center;
  }


#s-711df810-e479-4721-8587-4292d085038c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-711df810-e479-4721-8587-4292d085038c-root {
    text-align: center;
  }


#s-711df810-e479-4721-8587-4292d085038c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-711df810-e479-4721-8587-4292d085038c-root {
    text-align: center;
  }


#s-711df810-e479-4721-8587-4292d085038c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-711df810-e479-4721-8587-4292d085038c-root {
    text-align: center;
  }


#s-711df810-e479-4721-8587-4292d085038c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-711df810-e479-4721-8587-4292d085038c-root {
    text-align: center;
  }


#s-711df810-e479-4721-8587-4292d085038c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-0713410e-b0ec-4508-a6f4-6cef21b85ce7 {
  margin-top: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-0713410e-b0ec-4508-a6f4-6cef21b85ce7 {
  display: none;
}
#s-0713410e-b0ec-4508-a6f4-6cef21b85ce7, #wrap-s-0713410e-b0ec-4508-a6f4-6cef21b85ce7 { display: none !important; }}







#s-0713410e-b0ec-4508-a6f4-6cef21b85ce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0713410e-b0ec-4508-a6f4-6cef21b85ce7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7b8cea6-12b4-4754-8071-388176a55899 {
  background-image: url(https://i.shgcdn.com/12c94078-8412-4b02-a3e1-0c1d45cdde8d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 30, 85, 1);
background-position: center center;
}

#s-c9e36647-906b-4e1b-a0fa-cfaaf4e0dcf5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-c9e36647-906b-4e1b-a0fa-cfaaf4e0dcf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9e36647-906b-4e1b-a0fa-cfaaf4e0dcf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c9e36647-906b-4e1b-a0fa-cfaaf4e0dcf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9e36647-906b-4e1b-a0fa-cfaaf4e0dcf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a0167a39-87fc-4c57-8585-0fcaf38bc604 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-3af55006-7610-4694-9d5a-655a56034f68 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 11, 98, 1);
border-style: solid;
text-align: center;
}







  #s-3af55006-7610-4694-9d5a-655a56034f68 img.shogun-image {
    

    
    
    
  }


#s-3af55006-7610-4694-9d5a-655a56034f68 .shogun-image-content {
  
    align-items: center;
  
}

#s-40390255-2497-497a-8fb1-c2ee86740737 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-98251578-f5b5-44fd-8586-598030696e3d {
  margin-top: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 11, 98, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-98251578-f5b5-44fd-8586-598030696e3d {
  
}
}







#s-98251578-f5b5-44fd-8586-598030696e3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98251578-f5b5-44fd-8586-598030696e3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d0b6f229-cccb-4f66-b6a8-30e51d3df0ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0b6f229-cccb-4f66-b6a8-30e51d3df0ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d0b6f229-cccb-4f66-b6a8-30e51d3df0ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0b6f229-cccb-4f66-b6a8-30e51d3df0ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0bee7614-21fe-4eff-a1e7-74a438c3431c {
  text-align: center;
}







  #s-0bee7614-21fe-4eff-a1e7-74a438c3431c img.shogun-image {
    

    
    
    
  }


#s-0bee7614-21fe-4eff-a1e7-74a438c3431c .shogun-image-content {
  
    align-items: center;
  
}

#s-eab7d29f-fa56-4771-bff6-742af9fb6cd2 {
  text-align: center;
}







  #s-eab7d29f-fa56-4771-bff6-742af9fb6cd2 img.shogun-image {
    

    
    
    
  }


#s-eab7d29f-fa56-4771-bff6-742af9fb6cd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b67f3dd-2d18-408f-9695-d080e1553a2b {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1b67f3dd-2d18-408f-9695-d080e1553a2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b67f3dd-2d18-408f-9695-d080e1553a2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b67f3dd-2d18-408f-9695-d080e1553a2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b67f3dd-2d18-408f-9695-d080e1553a2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(188, 6, 54, 1);
text-decoration: none;
}
#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf {
  
}
}

  #s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf-root {
    text-align: center;
  }


#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf-root {
    text-align: center;
  }


#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf-root {
    text-align: center;
  }


#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf-root {
    text-align: center;
  }


#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf-root {
    text-align: center;
  }


#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-c9503800-680b-42bc-aded-78ace7e2e99a {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(188, 6, 54, 1);
text-decoration: none;
}
#s-c9503800-680b-42bc-aded-78ace7e2e99a:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-c9503800-680b-42bc-aded-78ace7e2e99a:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c9503800-680b-42bc-aded-78ace7e2e99a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9503800-680b-42bc-aded-78ace7e2e99a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9503800-680b-42bc-aded-78ace7e2e99a {
  
}
}

  #s-c9503800-680b-42bc-aded-78ace7e2e99a-root {
    text-align: center;
  }


#s-c9503800-680b-42bc-aded-78ace7e2e99a.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c9503800-680b-42bc-aded-78ace7e2e99a-root {
    text-align: center;
  }


#s-c9503800-680b-42bc-aded-78ace7e2e99a.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9503800-680b-42bc-aded-78ace7e2e99a-root {
    text-align: center;
  }


#s-c9503800-680b-42bc-aded-78ace7e2e99a.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9503800-680b-42bc-aded-78ace7e2e99a-root {
    text-align: center;
  }


#s-c9503800-680b-42bc-aded-78ace7e2e99a.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c9503800-680b-42bc-aded-78ace7e2e99a-root {
    text-align: center;
  }


#s-c9503800-680b-42bc-aded-78ace7e2e99a.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-25ad9ef8-d238-42c5-b983-2af379e97414 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-3764c74c-f8aa-4783-863a-dfccdd8c52d3 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-3764c74c-f8aa-4783-863a-dfccdd8c52d3 img.shogun-image {
    

    
    
    
  }


#s-3764c74c-f8aa-4783-863a-dfccdd8c52d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5c9e1c1-4c0a-4ab5-ad3f-44f8cf532662 {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a5c9e1c1-4c0a-4ab5-ad3f-44f8cf532662"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5c9e1c1-4c0a-4ab5-ad3f-44f8cf532662"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5c9e1c1-4c0a-4ab5-ad3f-44f8cf532662"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5c9e1c1-4c0a-4ab5-ad3f-44f8cf532662"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-35d19063-2ed4-4e7c-93c6-214f7214b729 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-35d19063-2ed4-4e7c-93c6-214f7214b729:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-35d19063-2ed4-4e7c-93c6-214f7214b729:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-35d19063-2ed4-4e7c-93c6-214f7214b729 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35d19063-2ed4-4e7c-93c6-214f7214b729 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-35d19063-2ed4-4e7c-93c6-214f7214b729 {
  
}
}

  #s-35d19063-2ed4-4e7c-93c6-214f7214b729-root {
    text-align: center;
  }


#s-35d19063-2ed4-4e7c-93c6-214f7214b729.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-35d19063-2ed4-4e7c-93c6-214f7214b729-root {
    text-align: center;
  }


#s-35d19063-2ed4-4e7c-93c6-214f7214b729.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35d19063-2ed4-4e7c-93c6-214f7214b729-root {
    text-align: center;
  }


#s-35d19063-2ed4-4e7c-93c6-214f7214b729.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35d19063-2ed4-4e7c-93c6-214f7214b729-root {
    text-align: center;
  }


#s-35d19063-2ed4-4e7c-93c6-214f7214b729.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-35d19063-2ed4-4e7c-93c6-214f7214b729-root {
    text-align: center;
  }


#s-35d19063-2ed4-4e7c-93c6-214f7214b729.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-bd880dce-0760-43f1-a61a-e833d5650d4f {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-bd880dce-0760-43f1-a61a-e833d5650d4f:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-bd880dce-0760-43f1-a61a-e833d5650d4f:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bd880dce-0760-43f1-a61a-e833d5650d4f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd880dce-0760-43f1-a61a-e833d5650d4f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd880dce-0760-43f1-a61a-e833d5650d4f {
  
}
}

  #s-bd880dce-0760-43f1-a61a-e833d5650d4f-root {
    text-align: center;
  }


#s-bd880dce-0760-43f1-a61a-e833d5650d4f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bd880dce-0760-43f1-a61a-e833d5650d4f-root {
    text-align: center;
  }


#s-bd880dce-0760-43f1-a61a-e833d5650d4f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd880dce-0760-43f1-a61a-e833d5650d4f-root {
    text-align: center;
  }


#s-bd880dce-0760-43f1-a61a-e833d5650d4f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd880dce-0760-43f1-a61a-e833d5650d4f-root {
    text-align: center;
  }


#s-bd880dce-0760-43f1-a61a-e833d5650d4f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bd880dce-0760-43f1-a61a-e833d5650d4f-root {
    text-align: center;
  }


#s-bd880dce-0760-43f1-a61a-e833d5650d4f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-85f882cd-8e70-44d8-80d9-2ebec967fc49 {
  margin-top: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-85f882cd-8e70-44d8-80d9-2ebec967fc49 {
  display: none;
}
#s-85f882cd-8e70-44d8-80d9-2ebec967fc49, #wrap-s-85f882cd-8e70-44d8-80d9-2ebec967fc49 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85f882cd-8e70-44d8-80d9-2ebec967fc49 {
  display: none;
}
#s-85f882cd-8e70-44d8-80d9-2ebec967fc49, #wrap-s-85f882cd-8e70-44d8-80d9-2ebec967fc49 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85f882cd-8e70-44d8-80d9-2ebec967fc49 {
  display: none;
}
#s-85f882cd-8e70-44d8-80d9-2ebec967fc49, #wrap-s-85f882cd-8e70-44d8-80d9-2ebec967fc49 { display: none !important; }}@media (max-width: 767px){#s-85f882cd-8e70-44d8-80d9-2ebec967fc49 {
  
}
}







#s-85f882cd-8e70-44d8-80d9-2ebec967fc49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85f882cd-8e70-44d8-80d9-2ebec967fc49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fd2f090-088c-46c7-8eb8-405767b39cb4 {
  background-image: url(https://i.shgcdn.com/d50d0cfc-7493-42ee-9f96-635e38f3ae29/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 30, 85, 1);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-b57ffe9f-8824-4919-a62a-e32a2fcb204d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b57ffe9f-8824-4919-a62a-e32a2fcb204d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b57ffe9f-8824-4919-a62a-e32a2fcb204d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b57ffe9f-8824-4919-a62a-e32a2fcb204d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b57ffe9f-8824-4919-a62a-e32a2fcb204d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b57ffe9f-8824-4919-a62a-e32a2fcb204d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b57ffe9f-8824-4919-a62a-e32a2fcb204d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-a6a75379-c02c-4cef-8877-f7bd939f4a0b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-dee12607-561a-4974-9b99-a47a9f36504b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dee12607-561a-4974-9b99-a47a9f36504b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dee12607-561a-4974-9b99-a47a9f36504b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dee12607-561a-4974-9b99-a47a9f36504b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b3f07a25-3616-492a-ba59-ed3c1e962d22 {
  margin-bottom: 10px;
text-align: center;
}







  #s-b3f07a25-3616-492a-ba59-ed3c1e962d22 img.shogun-image {
    

    
    
    
  }


#s-b3f07a25-3616-492a-ba59-ed3c1e962d22 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5c14f86-2172-49f8-8028-57f0487256be {
  margin-top: 0px;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 10px;
}

#s-16aada8f-0596-4875-82d5-065e50b7f095 {
  margin-top: 20px;
text-align: center;
}

#s-16aada8f-0596-4875-82d5-065e50b7f095 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-16aada8f-0596-4875-82d5-065e50b7f095 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-16aada8f-0596-4875-82d5-065e50b7f095 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-402df0f7-d292-42bd-aa55-aa01bf625363 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-402df0f7-d292-42bd-aa55-aa01bf625363:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-402df0f7-d292-42bd-aa55-aa01bf625363:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-402df0f7-d292-42bd-aa55-aa01bf625363-atc-btn-wrapper {
    text-align: center;
  }


#s-402df0f7-d292-42bd-aa55-aa01bf625363 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-402df0f7-d292-42bd-aa55-aa01bf625363.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-402df0f7-d292-42bd-aa55-aa01bf625363.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-402df0f7-d292-42bd-aa55-aa01bf625363.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-49058ca2-2c6d-4aef-8049-11b5dacd14ee {
  margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
text-align: center;
}







  img.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image {
    
    
  }


.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee .shogun-image-content {
  
    align-items: center;
  
}

.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image {
    
    
  }


.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee .shogun-image-content {
  
    align-items: center;
  
}

.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image {
    
    
  }


.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee .shogun-image-content {
  
    align-items: center;
  
}

.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image {
    
    
  }


.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee .shogun-image-content {
  
    align-items: center;
  
}

.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image {
    
    
  }


.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee .shogun-image-content {
  
    align-items: center;
  
}

.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49058ca2-2c6d-4aef-8049-11b5dacd14ee.shogun-image {
  box-sizing: border-box;
}



}
#s-3e047faf-f165-413a-a528-7ec073a72f9d {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 70px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-3e047faf-f165-413a-a528-7ec073a72f9d:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-3e047faf-f165-413a-a528-7ec073a72f9d:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3e047faf-f165-413a-a528-7ec073a72f9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e047faf-f165-413a-a528-7ec073a72f9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e047faf-f165-413a-a528-7ec073a72f9d {
  
}
}

  #s-3e047faf-f165-413a-a528-7ec073a72f9d-root {
    text-align: center;
  }


#s-3e047faf-f165-413a-a528-7ec073a72f9d.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e047faf-f165-413a-a528-7ec073a72f9d-root {
    text-align: center;
  }


#s-3e047faf-f165-413a-a528-7ec073a72f9d.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e047faf-f165-413a-a528-7ec073a72f9d-root {
    text-align: center;
  }


#s-3e047faf-f165-413a-a528-7ec073a72f9d.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e047faf-f165-413a-a528-7ec073a72f9d-root {
    text-align: center;
  }


#s-3e047faf-f165-413a-a528-7ec073a72f9d.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e047faf-f165-413a-a528-7ec073a72f9d-root {
    text-align: center;
  }


#s-3e047faf-f165-413a-a528-7ec073a72f9d.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-637386db-496f-421a-9329-c46ee326b6ff {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-f79442be-b54c-4693-91bd-a408eed552aa {
  margin-top: 20px;
text-align: center;
}







  #s-f79442be-b54c-4693-91bd-a408eed552aa img.shogun-image {
    

    
    
    
  }


#s-f79442be-b54c-4693-91bd-a408eed552aa .shogun-image-content {
  
    align-items: center;
  
}

#s-2e19b5ed-32d3-4ad5-a70f-8372d219fafc {
  text-align: center;
}

#s-2e19b5ed-32d3-4ad5-a70f-8372d219fafc .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2e19b5ed-32d3-4ad5-a70f-8372d219fafc .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-2e19b5ed-32d3-4ad5-a70f-8372d219fafc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-114aa7da-6057-441e-9639-4ed97ad75bf8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 15px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-114aa7da-6057-441e-9639-4ed97ad75bf8:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-114aa7da-6057-441e-9639-4ed97ad75bf8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-114aa7da-6057-441e-9639-4ed97ad75bf8-atc-btn-wrapper {
    text-align: center;
  }


#s-114aa7da-6057-441e-9639-4ed97ad75bf8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-114aa7da-6057-441e-9639-4ed97ad75bf8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-114aa7da-6057-441e-9639-4ed97ad75bf8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-114aa7da-6057-441e-9639-4ed97ad75bf8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b {
  
}
}

  #s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b-root {
    text-align: center;
  }


#s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b-root {
    text-align: center;
  }


#s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b-root {
    text-align: center;
  }


#s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b-root {
    text-align: center;
  }


#s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b-root {
    text-align: center;
  }


#s-c0136e5c-afa1-47f1-a8ac-fce3f595bb8b.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6 {
  margin-top: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6 {
  display: none;
}
#s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6, #wrap-s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6 {
  display: none;
}
#s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6, #wrap-s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6 {
  display: none;
}
#s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6, #wrap-s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6 { display: none !important; }}@media (max-width: 767px){#s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6 {
  
}
}







#s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faaa8dd2-327b-4272-bb3f-b28a83c0afb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d50a3343-34e4-4b13-942a-51768ab16eb3 {
  background-image: url(https://i.shgcdn.com/db5198f9-664f-4e30-9b4d-790a5007607f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(217, 30, 85, 1);
background-position: center center;
}

#s-4fa21fac-ade3-4db5-89b2-6a06df26f49e {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-4fa21fac-ade3-4db5-89b2-6a06df26f49e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fa21fac-ade3-4db5-89b2-6a06df26f49e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4fa21fac-ade3-4db5-89b2-6a06df26f49e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fa21fac-ade3-4db5-89b2-6a06df26f49e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-68de2b74-e19a-40ce-9065-c926d14d8421 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-08a907aa-fc38-4344-a1b0-7ac92fa1f1a4 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 11, 98, 1);
border-style: solid;
text-align: center;
}







  #s-08a907aa-fc38-4344-a1b0-7ac92fa1f1a4 img.shogun-image {
    

    
    
    
  }


#s-08a907aa-fc38-4344-a1b0-7ac92fa1f1a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451 {
  
}
}

  #s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451-root {
    text-align: center;
  }


#s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451-root {
    text-align: center;
  }


#s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451-root {
    text-align: center;
  }


#s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451-root {
    text-align: center;
  }


#s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451-root {
    text-align: center;
  }


#s-9d6c4695-26bc-4d64-b3fe-f8c56b81f451.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-9ceca858-ca16-46a4-83b2-f0bc06a48db7 {
  margin-top: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-df7a770b-9633-4d9e-ae96-50729cf9a1c3 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(188, 6, 54, 1);
text-decoration: none;
}
#s-df7a770b-9633-4d9e-ae96-50729cf9a1c3:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-df7a770b-9633-4d9e-ae96-50729cf9a1c3:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-df7a770b-9633-4d9e-ae96-50729cf9a1c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df7a770b-9633-4d9e-ae96-50729cf9a1c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df7a770b-9633-4d9e-ae96-50729cf9a1c3 {
  
}
}

  #s-df7a770b-9633-4d9e-ae96-50729cf9a1c3-root {
    text-align: center;
  }


#s-df7a770b-9633-4d9e-ae96-50729cf9a1c3.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 22px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-df7a770b-9633-4d9e-ae96-50729cf9a1c3-root {
    text-align: center;
  }


#s-df7a770b-9633-4d9e-ae96-50729cf9a1c3.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df7a770b-9633-4d9e-ae96-50729cf9a1c3-root {
    text-align: center;
  }


#s-df7a770b-9633-4d9e-ae96-50729cf9a1c3.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df7a770b-9633-4d9e-ae96-50729cf9a1c3-root {
    text-align: center;
  }


#s-df7a770b-9633-4d9e-ae96-50729cf9a1c3.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-df7a770b-9633-4d9e-ae96-50729cf9a1c3-root {
    text-align: center;
  }


#s-df7a770b-9633-4d9e-ae96-50729cf9a1c3.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 22px;
  
  
  
  display:  block ;
}
}
#s-186993ab-9b44-4f53-9ce0-a208697d1ef0 {
  margin-top: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 11, 98, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-186993ab-9b44-4f53-9ce0-a208697d1ef0 {
  
}
}







#s-186993ab-9b44-4f53-9ce0-a208697d1ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-186993ab-9b44-4f53-9ce0-a208697d1ef0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-952d0664-5e59-4158-8417-1c90755f1ebd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-952d0664-5e59-4158-8417-1c90755f1ebd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-952d0664-5e59-4158-8417-1c90755f1ebd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-952d0664-5e59-4158-8417-1c90755f1ebd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6f0e454a-dbc1-436a-81ab-63ab1a127a4e {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-6f0e454a-dbc1-436a-81ab-63ab1a127a4e img.shogun-image {
    

    
    
    
  }


#s-6f0e454a-dbc1-436a-81ab-63ab1a127a4e .shogun-image-content {
  
    align-items: center;
  
}

#s-2874c940-f071-46f9-870a-1c7d0dc588b6 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 40px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(188, 6, 54, 1);
text-decoration: none;
}
#s-2874c940-f071-46f9-870a-1c7d0dc588b6:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-2874c940-f071-46f9-870a-1c7d0dc588b6:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2874c940-f071-46f9-870a-1c7d0dc588b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2874c940-f071-46f9-870a-1c7d0dc588b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2874c940-f071-46f9-870a-1c7d0dc588b6 {
  
}
}

  #s-2874c940-f071-46f9-870a-1c7d0dc588b6-root {
    text-align: center;
  }


#s-2874c940-f071-46f9-870a-1c7d0dc588b6.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 22px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2874c940-f071-46f9-870a-1c7d0dc588b6-root {
    text-align: center;
  }


#s-2874c940-f071-46f9-870a-1c7d0dc588b6.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2874c940-f071-46f9-870a-1c7d0dc588b6-root {
    text-align: center;
  }


#s-2874c940-f071-46f9-870a-1c7d0dc588b6.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2874c940-f071-46f9-870a-1c7d0dc588b6-root {
    text-align: center;
  }


#s-2874c940-f071-46f9-870a-1c7d0dc588b6.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2874c940-f071-46f9-870a-1c7d0dc588b6-root {
    text-align: center;
  }


#s-2874c940-f071-46f9-870a-1c7d0dc588b6.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 22px;
  
  
  
  display:  block ;
}
}
#s-1353c125-d558-4568-9e99-bf5924b1c90b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
text-align: center;
}







  #s-1353c125-d558-4568-9e99-bf5924b1c90b img.shogun-image {
    

    
    
    
  }


#s-1353c125-d558-4568-9e99-bf5924b1c90b .shogun-image-content {
  
    align-items: center;
  
}

#s-7c47fa6c-8ae8-4aa1-85af-44476d59a2b7 {
  margin-top: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-c8d9400a-8890-4d93-92b4-802d9cfaaeb3 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-c8d9400a-8890-4d93-92b4-802d9cfaaeb3 img.shogun-image {
    

    
    
    
  }


#s-c8d9400a-8890-4d93-92b4-802d9cfaaeb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a462b54-a567-4a86-899b-541a518640c1 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-0a462b54-a567-4a86-899b-541a518640c1:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-0a462b54-a567-4a86-899b-541a518640c1:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0a462b54-a567-4a86-899b-541a518640c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a462b54-a567-4a86-899b-541a518640c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a462b54-a567-4a86-899b-541a518640c1 {
  
}
}

  #s-0a462b54-a567-4a86-899b-541a518640c1-root {
    text-align: center;
  }


#s-0a462b54-a567-4a86-899b-541a518640c1.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0a462b54-a567-4a86-899b-541a518640c1-root {
    text-align: center;
  }


#s-0a462b54-a567-4a86-899b-541a518640c1.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a462b54-a567-4a86-899b-541a518640c1-root {
    text-align: center;
  }


#s-0a462b54-a567-4a86-899b-541a518640c1.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a462b54-a567-4a86-899b-541a518640c1-root {
    text-align: center;
  }


#s-0a462b54-a567-4a86-899b-541a518640c1.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0a462b54-a567-4a86-899b-541a518640c1-root {
    text-align: center;
  }


#s-0a462b54-a567-4a86-899b-541a518640c1.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
@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:2;animation-iteration-count: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:3;animation-iteration-count: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:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.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}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.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{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(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{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.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:1.3s;animation-duration:1.3s;-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}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-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(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-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(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-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(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.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(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.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(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.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(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-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{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-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(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.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(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.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(.9);transform:translate3d(20px,0,0) scaleX(.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(.9);transform:translate3d(20px,0,0) scaleX(.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(.9);transform:translate3d(-20px,0,0) scaleX(.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(.9);transform:translate3d(-20px,0,0) scaleX(.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(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.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(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.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}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{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{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(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{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(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{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(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{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(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{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-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{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-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{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-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{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-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}@-webkit-keyframes lightSpeedInRight{0%{-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:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-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:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-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:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-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:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{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{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{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}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(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:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(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:2s;animation-duration:2s;-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{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.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{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.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}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.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(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.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(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.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(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
