.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-71e9f512-f639-46f8-ad47-eb77ae006856 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-position: center center;
}

#s-71e9f512-f639-46f8-ad47-eb77ae006856 {
  background-image: url(https://i.shgcdn.com/a17e4246-d941-4e79-bf48-bd82cc9da0de/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-71e9f512-f639-46f8-ad47-eb77ae006856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71e9f512-f639-46f8-ad47-eb77ae006856 {
  cursor: pointer;
}#s-71e9f512-f639-46f8-ad47-eb77ae006856.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-948352d7-1c9d-4401-8c92-014e777bdb77 {
  min-height: 50px;
}








#s-948352d7-1c9d-4401-8c92-014e777bdb77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-948352d7-1c9d-4401-8c92-014e777bdb77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09beee0c-0b95-4222-bc4f-7ee5fedae654 {
  padding-top: 50px;
padding-bottom: 5px;
min-height: 50px;
}








#s-09beee0c-0b95-4222-bc4f-7ee5fedae654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09beee0c-0b95-4222-bc4f-7ee5fedae654.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
}

#s-32f57d65-4855-4c19-b841-2bebd63a604e {
  background-image: url(https://i.shgcdn.com/6ea23345-7116-4890-be3c-154e15f422e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
max-width: 1600px;
background-color: rgba(246, 232, 216, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-32f57d65-4855-4c19-b841-2bebd63a604e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32f57d65-4855-4c19-b841-2bebd63a604e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32f57d65-4855-4c19-b841-2bebd63a604e {
  
}
}@media (max-width: 767px){#s-32f57d65-4855-4c19-b841-2bebd63a604e {
  
}
}
@media (min-width: 0px) {
[id="s-32f57d65-4855-4c19-b841-2bebd63a604e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32f57d65-4855-4c19-b841-2bebd63a604e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32f57d65-4855-4c19-b841-2bebd63a604e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32f57d65-4855-4c19-b841-2bebd63a604e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-32f57d65-4855-4c19-b841-2bebd63a604e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f0065436-d0e8-4d57-86a4-035b6bb54c41 {
  padding-left: 10%;
padding-right: 10%;
min-height: 720px;
}
@media (min-width: 1200px){#s-f0065436-d0e8-4d57-86a4-035b6bb54c41 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0065436-d0e8-4d57-86a4-035b6bb54c41 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0065436-d0e8-4d57-86a4-035b6bb54c41 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-f0065436-d0e8-4d57-86a4-035b6bb54c41 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100%;
}
}







#s-f0065436-d0e8-4d57-86a4-035b6bb54c41 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f0065436-d0e8-4d57-86a4-035b6bb54c41.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-b674f01a-b806-4a1b-82de-2f35d0b78a8c {
  box-shadow:1px 1px 1px 1px rgba(37, 25, 25, 0);
text-align: left;
}
@media (max-width: 767px){#s-b674f01a-b806-4a1b-82de-2f35d0b78a8c {
  box-shadow:1px 1px 1px 1px rgba(37, 25, 25, 0);
text-align: right;
}
}
#s-b674f01a-b806-4a1b-82de-2f35d0b78a8c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-b674f01a-b806-4a1b-82de-2f35d0b78a8c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-b674f01a-b806-4a1b-82de-2f35d0b78a8c .shogun-heading-component h1 {
  color: rgba(240, 230, 239, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: right;
}


}
#s-a1c5585e-141e-4bd4-81f8-3fb6a7ee00c3 {
  margin-top: 15px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a1c5585e-141e-4bd4-81f8-3fb6a7ee00c3 {
  margin-top: 15px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-a1c5585e-141e-4bd4-81f8-3fb6a7ee00c3 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-a1c5585e-141e-4bd4-81f8-3fb6a7ee00c3 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-a1c5585e-141e-4bd4-81f8-3fb6a7ee00c3 .shogun-heading-component h4 {
  color: rgba(245, 237, 245, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
.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-fe2229df-16b9-4e26-9bc7-9ea6ef184d20 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(216, 41, 163, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-fe2229df-16b9-4e26-9bc7-9ea6ef184d20:hover {background-color: rgba(67, 174, 203, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe2229df-16b9-4e26-9bc7-9ea6ef184d20:active {background-color: rgba(67, 174, 203, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fe2229df-16b9-4e26-9bc7-9ea6ef184d20-root {
    text-align: left;
  }


#s-fe2229df-16b9-4e26-9bc7-9ea6ef184d20.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe2229df-16b9-4e26-9bc7-9ea6ef184d20-root {
    text-align: left;
  }


#s-fe2229df-16b9-4e26-9bc7-9ea6ef184d20.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe2229df-16b9-4e26-9bc7-9ea6ef184d20-root {
    text-align: left;
  }


#s-fe2229df-16b9-4e26-9bc7-9ea6ef184d20.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe2229df-16b9-4e26-9bc7-9ea6ef184d20-root {
    text-align: left;
  }


#s-fe2229df-16b9-4e26-9bc7-9ea6ef184d20.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe2229df-16b9-4e26-9bc7-9ea6ef184d20-root {
    text-align: left;
  }


#s-fe2229df-16b9-4e26-9bc7-9ea6ef184d20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}
#s-01ccb7e4-f566-4fcb-b017-6ec2da12e23c {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-01ccb7e4-f566-4fcb-b017-6ec2da12e23c {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-01ccb7e4-f566-4fcb-b017-6ec2da12e23c .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-dabd7099-5bcf-44e4-8835-83b50f21500b {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-dabd7099-5bcf-44e4-8835-83b50f21500b {
  opacity: 1;
display: none;
}
#s-dabd7099-5bcf-44e4-8835-83b50f21500b, #wrap-s-dabd7099-5bcf-44e4-8835-83b50f21500b { display: none !important; }}
@media (min-width: 0px) {
[id="s-dabd7099-5bcf-44e4-8835-83b50f21500b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dabd7099-5bcf-44e4-8835-83b50f21500b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dabd7099-5bcf-44e4-8835-83b50f21500b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dabd7099-5bcf-44e4-8835-83b50f21500b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1a4a0930-efb6-4df0-867c-c67c7bee8cfc {
  padding-top: 13px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(246, 232, 216, 1);
border-style: solid;
border-radius: 7px;
background-color: rgba(251, 243, 234, 1);
}

@media (min-width: 0px) {
[id="s-1a4a0930-efb6-4df0-867c-c67c7bee8cfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a4a0930-efb6-4df0-867c-c67c7bee8cfc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1a4a0930-efb6-4df0-867c-c67c7bee8cfc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1a4a0930-efb6-4df0-867c-c67c7bee8cfc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1a4a0930-efb6-4df0-867c-c67c7bee8cfc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a4a0930-efb6-4df0-867c-c67c7bee8cfc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1a4a0930-efb6-4df0-867c-c67c7bee8cfc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

.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-54bad090-7be9-4cab-affc-7e88afc87625 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 55px;
max-width: 225px;
text-align: center;
}







  #s-54bad090-7be9-4cab-affc-7e88afc87625 img.shogun-image {
    

    
    
    
  }


#s-54bad090-7be9-4cab-affc-7e88afc87625 .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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-6a52d706-06d4-4dcb-84f4-d9a40fad18b5 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-4c7bda2c-9f9a-4f7f-ad3a-a91de8e6f115 {
  padding-top: 13px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(246, 232, 216, 1);
border-style: solid;
border-radius: 7px;
background-color: rgba(251, 243, 234, 1);
}

@media (min-width: 0px) {
[id="s-4c7bda2c-9f9a-4f7f-ad3a-a91de8e6f115"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c7bda2c-9f9a-4f7f-ad3a-a91de8e6f115"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4c7bda2c-9f9a-4f7f-ad3a-a91de8e6f115"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4c7bda2c-9f9a-4f7f-ad3a-a91de8e6f115"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4c7bda2c-9f9a-4f7f-ad3a-a91de8e6f115"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c7bda2c-9f9a-4f7f-ad3a-a91de8e6f115"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4c7bda2c-9f9a-4f7f-ad3a-a91de8e6f115"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-cb3123ec-bd54-47f0-ad26-8662d5712211 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 55px;
max-width: 225px;
text-align: center;
}







  #s-cb3123ec-bd54-47f0-ad26-8662d5712211 img.shogun-image {
    

    
    
    
  }


#s-cb3123ec-bd54-47f0-ad26-8662d5712211 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d639cd99-7611-4e38-80aa-f079d7a922e0 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-0bc78ef1-727e-450e-aabe-ce3d9aa4fe86 {
  padding-top: 13px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(246, 232, 216, 1);
border-style: solid;
border-radius: 7px;
background-color: rgba(251, 243, 234, 1);
}

@media (min-width: 0px) {
[id="s-0bc78ef1-727e-450e-aabe-ce3d9aa4fe86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bc78ef1-727e-450e-aabe-ce3d9aa4fe86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0bc78ef1-727e-450e-aabe-ce3d9aa4fe86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0bc78ef1-727e-450e-aabe-ce3d9aa4fe86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0bc78ef1-727e-450e-aabe-ce3d9aa4fe86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bc78ef1-727e-450e-aabe-ce3d9aa4fe86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0bc78ef1-727e-450e-aabe-ce3d9aa4fe86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-c8b01c6f-42f7-4587-bf5b-8ebd53de59fc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 55px;
max-width: 225px;
text-align: center;
}







  #s-c8b01c6f-42f7-4587-bf5b-8ebd53de59fc img.shogun-image {
    

    
    
    
  }


#s-c8b01c6f-42f7-4587-bf5b-8ebd53de59fc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-61e6de29-401b-439b-abf1-10517011e1ef {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-bfb3e07d-e8a3-4a15-a10f-d7b0bfe1ee8c {
  min-height: 50px;
}








#s-bfb3e07d-e8a3-4a15-a10f-d7b0bfe1ee8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfb3e07d-e8a3-4a15-a10f-d7b0bfe1ee8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83edddbd-5776-4c1a-8236-e6760186ed16 {
  min-height: 50px;
background-color: rgba(253, 249, 246, 1);
}








#s-83edddbd-5776-4c1a-8236-e6760186ed16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83edddbd-5776-4c1a-8236-e6760186ed16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7bad1eb-33c2-4b68-ae10-9b13f5f48c34 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-d7bad1eb-33c2-4b68-ae10-9b13f5f48c34 {
  min-height: 225px;
max-width: 555px;
}
}







#s-d7bad1eb-33c2-4b68-ae10-9b13f5f48c34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7bad1eb-33c2-4b68-ae10-9b13f5f48c34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a790a763-565c-49e5-aa49-a5d43faf16a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
}
@media (max-width: 767px){#s-a790a763-565c-49e5-aa49-a5d43faf16a2 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-a790a763-565c-49e5-aa49-a5d43faf16a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a790a763-565c-49e5-aa49-a5d43faf16a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-a790a763-565c-49e5-aa49-a5d43faf16a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-a790a763-565c-49e5-aa49-a5d43faf16a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (max-width: 767px) {
  [id="s-a790a763-565c-49e5-aa49-a5d43faf16a2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c03e60d6-e236-4bbd-8a5f-886189131365 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-c03e60d6-e236-4bbd-8a5f-886189131365 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-c03e60d6-e236-4bbd-8a5f-886189131365"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c03e60d6-e236-4bbd-8a5f-886189131365"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c03e60d6-e236-4bbd-8a5f-886189131365"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c03e60d6-e236-4bbd-8a5f-886189131365"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c03e60d6-e236-4bbd-8a5f-886189131365"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c03e60d6-e236-4bbd-8a5f-886189131365"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c03e60d6-e236-4bbd-8a5f-886189131365"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d98934a3-6734-4e4f-a893-c8f809a32790 {
  text-align: center;
}
@media (max-width: 767px){#s-d98934a3-6734-4e4f-a893-c8f809a32790 {
  max-width: 75px;
display: none;
}
#s-d98934a3-6734-4e4f-a893-c8f809a32790, #wrap-s-d98934a3-6734-4e4f-a893-c8f809a32790 { display: none !important; }}






  #s-d98934a3-6734-4e4f-a893-c8f809a32790 img.shogun-image {
    

    
    
    
  }


#s-d98934a3-6734-4e4f-a893-c8f809a32790 .shogun-image-content {
  
    align-items: center;
  
}

#s-99f60cae-08ce-40bf-8a45-3bf0cea705a0 {
  margin-top: 28px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-99f60cae-08ce-40bf-8a45-3bf0cea705a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99f60cae-08ce-40bf-8a45-3bf0cea705a0 {
  margin-left: -10%;
margin-right: -10%;
text-align: left;
}
}@media (max-width: 767px){#s-99f60cae-08ce-40bf-8a45-3bf0cea705a0 {
  margin-left: 12%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-99f60cae-08ce-40bf-8a45-3bf0cea705a0 .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (max-width: 767px){#s-99f60cae-08ce-40bf-8a45-3bf0cea705a0 .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-6eab0baf-fb55-400d-acbf-b1edc4be7d5d {
  margin-top: 15px;
margin-bottom: 15px;
text-align: left;
}
@media (max-width: 767px){#s-6eab0baf-fb55-400d-acbf-b1edc4be7d5d {
  margin-top: 15px;
margin-left: 12%;
margin-bottom: 15px;
margin-right: 12%;
text-align: left;
}
}
#s-6eab0baf-fb55-400d-acbf-b1edc4be7d5d .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (max-width: 767px){#s-6eab0baf-fb55-400d-acbf-b1edc4be7d5d .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-6390181d-5a2e-4c40-8699-7793afe96146 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
max-width: 101%;
}
@media (max-width: 767px){#s-6390181d-5a2e-4c40-8699-7793afe96146 {
  margin-left: 12%;
margin-right: 12%;
}
}
#s-6390181d-5a2e-4c40-8699-7793afe96146 .shogun-heading-component h3 {
  color: rgba(46, 3, 3, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.7em;
  
  text-align: left;
}



#s-07693bd6-ce4d-4819-be30-c0657e66c996 {
  box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1);
margin-top: 35px;
margin-bottom: 35px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(123, 132, 131, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-07693bd6-ce4d-4819-be30-c0657e66c996:hover {box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(123, 132, 131, 1) !important;
border-radius: 0px !important;
background-color: rgba(216, 41, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-07693bd6-ce4d-4819-be30-c0657e66c996:active {background-color: rgba(67, 174, 203, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-07693bd6-ce4d-4819-be30-c0657e66c996 {
  box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1);
margin-top: 35px;
margin-left: 0%;
margin-bottom: 35px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(123, 132, 131, 1);
border-style: solid;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-07693bd6-ce4d-4819-be30-c0657e66c996:active {background-color: rgba(67, 174, 203, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: right;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: right;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: right;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: right;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: center;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}
#s-5a65a378-9dda-49f8-8287-6415551dc6ec {
  padding-top: 25px;
padding-bottom: 25px;
border-radius: 7px;
text-align: center;
}
@media (max-width: 767px){#s-5a65a378-9dda-49f8-8287-6415551dc6ec {
  margin-top: 0px;
margin-left: 0%;
}
}






  #s-5a65a378-9dda-49f8-8287-6415551dc6ec img.shogun-image {
    

    
    
    
  }


#s-5a65a378-9dda-49f8-8287-6415551dc6ec .shogun-image-content {
  
    align-items: center;
  
}

#s-deffeca4-ecc3-401f-af69-5d72aa1ecace {
  margin-top: 65px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-deffeca4-ecc3-401f-af69-5d72aa1ecace"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-deffeca4-ecc3-401f-af69-5d72aa1ecace"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-deffeca4-ecc3-401f-af69-5d72aa1ecace"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-deffeca4-ecc3-401f-af69-5d72aa1ecace"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-e515cd6e-855a-46ed-ac9b-bf93fabeeaa9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 75%;
text-align: left;
}
@media (max-width: 767px){#s-e515cd6e-855a-46ed-ac9b-bf93fabeeaa9 {
  margin-top: 11px;
}
}
#s-e515cd6e-855a-46ed-ac9b-bf93fabeeaa9 .shogun-heading-component h2 {
  color: rgba(44, 3, 3, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: -2px;
  text-align: left;
}



#s-3dcb3ff5-9ab7-48d7-9579-251f6dc7c7a9 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 75%;
text-align: left;
}

#s-3dcb3ff5-9ab7-48d7-9579-251f6dc7c7a9 .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  
  letter-spacing: 2px;
  text-align: left;
}



#s-ab9a59e6-8007-48a9-bb37-320ee53ae388 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 75%;
}

#s-ab9a59e6-8007-48a9-bb37-320ee53ae388 .shogun-heading-component h3 {
  color: rgba(46, 3, 3, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.7em;
  
  text-align: left;
}



#s-ffaaef37-f2d0-42f0-a1fc-108d400405f2 {
  min-height: 50px;
}








#s-ffaaef37-f2d0-42f0-a1fc-108d400405f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffaaef37-f2d0-42f0-a1fc-108d400405f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d1003d4-efde-448b-ac96-9623f514a8f7 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center top;
}








#s-4d1003d4-efde-448b-ac96-9623f514a8f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d1003d4-efde-448b-ac96-9623f514a8f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d247047d-173c-4c06-89c7-53e31ee0d516 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d247047d-173c-4c06-89c7-53e31ee0d516 {
  display: none;
}
#s-d247047d-173c-4c06-89c7-53e31ee0d516, #wrap-s-d247047d-173c-4c06-89c7-53e31ee0d516 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d247047d-173c-4c06-89c7-53e31ee0d516 {
  display: none;
}
#s-d247047d-173c-4c06-89c7-53e31ee0d516, #wrap-s-d247047d-173c-4c06-89c7-53e31ee0d516 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d247047d-173c-4c06-89c7-53e31ee0d516 {
  display: none;
}
#s-d247047d-173c-4c06-89c7-53e31ee0d516, #wrap-s-d247047d-173c-4c06-89c7-53e31ee0d516 { display: none !important; }}@media (max-width: 767px){#s-d247047d-173c-4c06-89c7-53e31ee0d516 {
  display: none;
}
#s-d247047d-173c-4c06-89c7-53e31ee0d516, #wrap-s-d247047d-173c-4c06-89c7-53e31ee0d516 { display: none !important; }}
#s-d247047d-173c-4c06-89c7-53e31ee0d516 .shogun-heading-component h2 {
  color: rgba(46, 3, 3, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 37px;
  
  
  
}


@media (max-width: 767px){#s-d247047d-173c-4c06-89c7-53e31ee0d516 .shogun-heading-component h2 {
  color: rgba(46, 3, 3, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
.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-65b7ad3a-95c2-405c-b0c4-80024e11bd39 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-65b7ad3a-95c2-405c-b0c4-80024e11bd39 {
  display: none;
}
#s-65b7ad3a-95c2-405c-b0c4-80024e11bd39, #wrap-s-65b7ad3a-95c2-405c-b0c4-80024e11bd39 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65b7ad3a-95c2-405c-b0c4-80024e11bd39 {
  display: none;
}
#s-65b7ad3a-95c2-405c-b0c4-80024e11bd39, #wrap-s-65b7ad3a-95c2-405c-b0c4-80024e11bd39 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65b7ad3a-95c2-405c-b0c4-80024e11bd39 {
  display: none;
}
#s-65b7ad3a-95c2-405c-b0c4-80024e11bd39, #wrap-s-65b7ad3a-95c2-405c-b0c4-80024e11bd39 { display: none !important; }}@media (max-width: 767px){#s-65b7ad3a-95c2-405c-b0c4-80024e11bd39 {
  display: none;
}
#s-65b7ad3a-95c2-405c-b0c4-80024e11bd39, #wrap-s-65b7ad3a-95c2-405c-b0c4-80024e11bd39 { display: none !important; }}
#s-65b7ad3a-95c2-405c-b0c4-80024e11bd39 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-65b7ad3a-95c2-405c-b0c4-80024e11bd39 .shg-sld-nav-button.shg-sld-left,
#s-65b7ad3a-95c2-405c-b0c4-80024e11bd39 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8b950b99-7c88-4a2c-adf6-8ff146f42fc1 {
  margin-top: 35px;
}

@media (min-width: 0px) {
[id="s-8b950b99-7c88-4a2c-adf6-8ff146f42fc1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8b950b99-7c88-4a2c-adf6-8ff146f42fc1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8b950b99-7c88-4a2c-adf6-8ff146f42fc1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8b950b99-7c88-4a2c-adf6-8ff146f42fc1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2c581bcb-ca39-4a3f-a8e7-440e7ee5a403 {
  box-shadow:-10px 10px 60px 0px rgba(234, 83, 159, 0.35);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-2c581bcb-ca39-4a3f-a8e7-440e7ee5a403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c581bcb-ca39-4a3f-a8e7-440e7ee5a403 {
  cursor: pointer;
}#s-2c581bcb-ca39-4a3f-a8e7-440e7ee5a403.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f56b1d2c-4ef7-460c-9f56-19d2e171f63a {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-8caf6d08-e8ae-41be-a566-01fa00cc3b61 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-8caf6d08-e8ae-41be-a566-01fa00cc3b61 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-977a6c4f-4970-41a7-81b4-27eab12a90f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-977a6c4f-4970-41a7-81b4-27eab12a90f6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: left;
}



#s-b4bfadec-0865-4b2f-96df-3dfed2486214 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-b4bfadec-0865-4b2f-96df-3dfed2486214"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4bfadec-0865-4b2f-96df-3dfed2486214"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b4bfadec-0865-4b2f-96df-3dfed2486214"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4bfadec-0865-4b2f-96df-3dfed2486214"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-92033adb-5e76-4826-958f-59b5806150aa {
  padding-top: 7px;
padding-left: 10px;
padding-bottom: 7px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0.3);
}

#s-92033adb-5e76-4826-958f-59b5806150aa .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-92033adb-5e76-4826-958f-59b5806150aa .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-92033adb-5e76-4826-958f-59b5806150aa .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-0617f8dd-1111-4367-aa5c-fdc6e7607fa7 {
  box-shadow:-10px 10px 60px 0px rgba(229, 165, 146, 0.5);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-0617f8dd-1111-4367-aa5c-fdc6e7607fa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0617f8dd-1111-4367-aa5c-fdc6e7607fa7 {
  cursor: pointer;
}#s-0617f8dd-1111-4367-aa5c-fdc6e7607fa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c12582f-3341-48cd-bd15-f2b0b8c2cc02 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-44060d09-c783-42be-b812-6a5d0ddf42b2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-44060d09-c783-42be-b812-6a5d0ddf42b2 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-f9822768-b174-46c1-a582-12d56e031585 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f9822768-b174-46c1-a582-12d56e031585 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: left;
}



#s-a2df3f22-3184-4c5a-bf43-f884d58a50b7 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-a2df3f22-3184-4c5a-bf43-f884d58a50b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2df3f22-3184-4c5a-bf43-f884d58a50b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2df3f22-3184-4c5a-bf43-f884d58a50b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2df3f22-3184-4c5a-bf43-f884d58a50b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-69265e58-5c96-49f1-bd74-7956d56bf22c {
  padding-top: 7px;
padding-left: 10px;
padding-bottom: 7px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0.3);
}

#s-69265e58-5c96-49f1-bd74-7956d56bf22c .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-69265e58-5c96-49f1-bd74-7956d56bf22c .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-69265e58-5c96-49f1-bd74-7956d56bf22c .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-ef5f8f5c-f60b-4176-bcff-679fdb4dc822 {
  box-shadow:-10px 10px 60px 0px rgba(4, 200, 215, 0.5);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-ef5f8f5c-f60b-4176-bcff-679fdb4dc822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef5f8f5c-f60b-4176-bcff-679fdb4dc822 {
  cursor: pointer;
}#s-ef5f8f5c-f60b-4176-bcff-679fdb4dc822.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-766242f9-649a-4b6b-9013-2b21cb8c6ee1 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-cce3d138-410b-4894-b532-42a6080c55a6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-cce3d138-410b-4894-b532-42a6080c55a6 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-6568e3f1-9c77-4419-801f-282e284aa2f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6568e3f1-9c77-4419-801f-282e284aa2f2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: left;
}



#s-58bb5eea-d8b1-46e6-80d6-b3fc583801c5 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-58bb5eea-d8b1-46e6-80d6-b3fc583801c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58bb5eea-d8b1-46e6-80d6-b3fc583801c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58bb5eea-d8b1-46e6-80d6-b3fc583801c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58bb5eea-d8b1-46e6-80d6-b3fc583801c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2abaed90-eef6-4845-abb7-abb4719affef {
  padding-top: 7px;
padding-left: 10px;
padding-bottom: 7px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0.3);
}

#s-2abaed90-eef6-4845-abb7-abb4719affef .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-2abaed90-eef6-4845-abb7-abb4719affef .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-2abaed90-eef6-4845-abb7-abb4719affef .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-e5a355c8-3083-4bb0-92e2-f549c7ed39db {
  box-shadow:-10px 10px 60px 0px rgba(185, 17, 167, 0.35);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-e5a355c8-3083-4bb0-92e2-f549c7ed39db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5a355c8-3083-4bb0-92e2-f549c7ed39db {
  cursor: pointer;
}#s-e5a355c8-3083-4bb0-92e2-f549c7ed39db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6510e60e-57de-46cb-9201-97b57fd10a43 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-05d4989a-ce96-4bd2-8b87-0455be8e1531 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-05d4989a-ce96-4bd2-8b87-0455be8e1531 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-93a44d7a-e624-452b-bf22-83c64bbd5034 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-93a44d7a-e624-452b-bf22-83c64bbd5034 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-66d94991-41c1-4904-952e-235b91da91db {
  margin-top: 85%;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-66d94991-41c1-4904-952e-235b91da91db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66d94991-41c1-4904-952e-235b91da91db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66d94991-41c1-4904-952e-235b91da91db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66d94991-41c1-4904-952e-235b91da91db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-241fa160-53dd-4a94-971a-8e1ca0c9b1e4 {
  padding-top: 7px;
padding-left: 10px;
padding-bottom: 7px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0.3);
}

#s-241fa160-53dd-4a94-971a-8e1ca0c9b1e4 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-241fa160-53dd-4a94-971a-8e1ca0c9b1e4 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-241fa160-53dd-4a94-971a-8e1ca0c9b1e4 .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-d47d92ad-176b-4619-bfab-a2367dc98aab {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
min-height: 0px;
background-color: rgba(246, 232, 216, 1);
}
@media (max-width: 767px){#s-d47d92ad-176b-4619-bfab-a2367dc98aab {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-d47d92ad-176b-4619-bfab-a2367dc98aab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d47d92ad-176b-4619-bfab-a2367dc98aab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d47d92ad-176b-4619-bfab-a2367dc98aab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d47d92ad-176b-4619-bfab-a2367dc98aab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5645dd0a-faab-4bbb-957c-b14d6354b5e2 {
  box-shadow:-10px 10px 60px 0px rgba(147, 223, 106, 1);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-5645dd0a-faab-4bbb-957c-b14d6354b5e2 {
  display: none;
}
#s-5645dd0a-faab-4bbb-957c-b14d6354b5e2, #wrap-s-5645dd0a-faab-4bbb-957c-b14d6354b5e2 { display: none !important; }}







#s-5645dd0a-faab-4bbb-957c-b14d6354b5e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5645dd0a-faab-4bbb-957c-b14d6354b5e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-308ead9f-49b9-49ef-bf2e-8845d55e7a11 {
  box-shadow:-10px 10px 60px 0px rgba(145, 110, 199, 1);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-308ead9f-49b9-49ef-bf2e-8845d55e7a11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-308ead9f-49b9-49ef-bf2e-8845d55e7a11 {
  cursor: pointer;
}#s-308ead9f-49b9-49ef-bf2e-8845d55e7a11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60cbd5d4-26da-43f6-9a53-8bd0f5bc065e {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-dc9dbd31-d4f5-43b2-9d35-12a567580ad3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-dc9dbd31-d4f5-43b2-9d35-12a567580ad3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-c84587a4-90ce-4730-ae11-3383f0dca34f {
  margin-left: 0%;
margin-right: 68%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(51, 51, 102, 1);
}

#s-c84587a4-90ce-4730-ae11-3383f0dca34f .shogun-heading-component h1 {
  color: rgba(242, 246, 242, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-c84587a4-90ce-4730-ae11-3383f0dca34f .shogun-heading-component h1 {
  color: rgba(242, 246, 242, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-587c1fd2-7ffb-4b61-ac03-ddd108c94937 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-587c1fd2-7ffb-4b61-ac03-ddd108c94937"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-587c1fd2-7ffb-4b61-ac03-ddd108c94937"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-587c1fd2-7ffb-4b61-ac03-ddd108c94937"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-587c1fd2-7ffb-4b61-ac03-ddd108c94937"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-29e2eae6-b9d0-4b73-a8f9-adf5e8911052 {
  box-shadow:-10px 10px 60px 0px rgba(238, 204, 238, 1);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-29e2eae6-b9d0-4b73-a8f9-adf5e8911052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29e2eae6-b9d0-4b73-a8f9-adf5e8911052 {
  cursor: pointer;
}#s-29e2eae6-b9d0-4b73-a8f9-adf5e8911052.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cba5006-7c05-4c3e-ba1a-0fb72732ed73 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-6f6c000e-8371-456d-9f40-3cf166164696 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6f6c000e-8371-456d-9f40-3cf166164696 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-42f59d5e-64c7-4a45-8225-ac7a79537bfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-42f59d5e-64c7-4a45-8225-ac7a79537bfe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-42f59d5e-64c7-4a45-8225-ac7a79537bfe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-1bdfdc2f-c2e1-4bea-8467-49078a8f4f55 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-1bdfdc2f-c2e1-4bea-8467-49078a8f4f55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bdfdc2f-c2e1-4bea-8467-49078a8f4f55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1bdfdc2f-c2e1-4bea-8467-49078a8f4f55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bdfdc2f-c2e1-4bea-8467-49078a8f4f55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc64556b-b33b-4d70-a360-d66e2462f93f {
  box-shadow:-10px 10px 60px 0px rgba(77, 162, 97, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 26px;
min-height: 50px;
background-position: center center;
}








#s-fc64556b-b33b-4d70-a360-d66e2462f93f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc64556b-b33b-4d70-a360-d66e2462f93f {
  cursor: pointer;
}#s-fc64556b-b33b-4d70-a360-d66e2462f93f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5ba34b2-12c0-4202-87b8-98b724f2ed75 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-91b00c99-8865-44ff-83b8-b451ff3b9390 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-91b00c99-8865-44ff-83b8-b451ff3b9390 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-a84024b5-71aa-41a7-aa92-1b4ab89d31c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a84024b5-71aa-41a7-aa92-1b4ab89d31c2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-a84024b5-71aa-41a7-aa92-1b4ab89d31c2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-7961b773-3c98-437a-a834-c358bfc90fa5 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-7961b773-3c98-437a-a834-c358bfc90fa5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7961b773-3c98-437a-a834-c358bfc90fa5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7961b773-3c98-437a-a834-c358bfc90fa5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7961b773-3c98-437a-a834-c358bfc90fa5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-691188aa-b335-46f7-ae96-b488633fd5ec hr {
  border-top: 1px solid rgba(251, 243, 234, 1);
}

#s-e8894e6c-6eeb-4b3d-ae64-d1e851482508 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center top;
}








#s-e8894e6c-6eeb-4b3d-ae64-d1e851482508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8894e6c-6eeb-4b3d-ae64-d1e851482508.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a924287b-9be2-4a6f-8dfc-cf06263ad61a {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a924287b-9be2-4a6f-8dfc-cf06263ad61a .shogun-heading-component h1 {
  color: rgba(107, 76, 75, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



#s-65f2fd29-be57-4e9c-a893-c2c32ce3bd71 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-65f2fd29-be57-4e9c-a893-c2c32ce3bd71 {
  
}
}
#s-65f2fd29-be57-4e9c-a893-c2c32ce3bd71 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-65f2fd29-be57-4e9c-a893-c2c32ce3bd71 .shg-sld-nav-button.shg-sld-left,
#s-65f2fd29-be57-4e9c-a893-c2c32ce3bd71 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7f3dfb60-e9e4-44f8-8345-e16d229b3135 {
  margin-top: 35px;
}

@media (min-width: 0px) {
[id="s-7f3dfb60-e9e4-44f8-8345-e16d229b3135"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7f3dfb60-e9e4-44f8-8345-e16d229b3135"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7f3dfb60-e9e4-44f8-8345-e16d229b3135"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7f3dfb60-e9e4-44f8-8345-e16d229b3135"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6bc88a2b-4ba3-4179-8d27-25087861b389 {
  box-shadow:-10px 10px 60px 0px rgba(234, 83, 159, 0.35);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-6bc88a2b-4ba3-4179-8d27-25087861b389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bc88a2b-4ba3-4179-8d27-25087861b389 {
  cursor: pointer;
}#s-6bc88a2b-4ba3-4179-8d27-25087861b389.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ec2daee-790d-4ec3-a21a-631a2ed48222 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-0ad4ba57-9338-422e-acc0-bd520ccb5fb9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0ad4ba57-9338-422e-acc0-bd520ccb5fb9 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-67137cea-49bb-4082-be4e-c34cc2c26d09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-67137cea-49bb-4082-be4e-c34cc2c26d09 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: left;
}



#s-5f881aa7-e10c-4267-aedc-238dff10cebf {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-5f881aa7-e10c-4267-aedc-238dff10cebf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f881aa7-e10c-4267-aedc-238dff10cebf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f881aa7-e10c-4267-aedc-238dff10cebf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f881aa7-e10c-4267-aedc-238dff10cebf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ceb344e9-6add-41c5-993d-e099c7b541bd {
  padding-top: 7px;
padding-left: 10px;
padding-bottom: 7px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0.3);
}

#s-ceb344e9-6add-41c5-993d-e099c7b541bd .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-ceb344e9-6add-41c5-993d-e099c7b541bd .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-ceb344e9-6add-41c5-993d-e099c7b541bd .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-d94d3813-9248-45dc-8b90-38f9fa51f125 {
  box-shadow:-10px 10px 60px 0px rgba(229, 165, 146, 0.5);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-d94d3813-9248-45dc-8b90-38f9fa51f125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d94d3813-9248-45dc-8b90-38f9fa51f125 {
  cursor: pointer;
}#s-d94d3813-9248-45dc-8b90-38f9fa51f125.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9795a4f4-ba19-46fd-b187-8b7165811c57 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-d7c14d96-6f05-4269-9b9e-a45512fe6709 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d7c14d96-6f05-4269-9b9e-a45512fe6709 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-2397e519-7fb2-4dcd-b27b-e9d7f6f02aad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2397e519-7fb2-4dcd-b27b-e9d7f6f02aad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: left;
}



#s-c3d1b5b3-d7f4-429f-9537-01240385bb69 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-c3d1b5b3-d7f4-429f-9537-01240385bb69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3d1b5b3-d7f4-429f-9537-01240385bb69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3d1b5b3-d7f4-429f-9537-01240385bb69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3d1b5b3-d7f4-429f-9537-01240385bb69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-74e7d1fc-0732-4483-9e29-a25c8be499f1 {
  padding-top: 7px;
padding-left: 10px;
padding-bottom: 7px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0.3);
}

#s-74e7d1fc-0732-4483-9e29-a25c8be499f1 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-74e7d1fc-0732-4483-9e29-a25c8be499f1 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-74e7d1fc-0732-4483-9e29-a25c8be499f1 .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-6e216ab1-485a-43ce-94b7-08d202da8b9b {
  box-shadow:-10px 10px 60px 0px rgba(4, 200, 215, 0.5);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-6e216ab1-485a-43ce-94b7-08d202da8b9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e216ab1-485a-43ce-94b7-08d202da8b9b {
  cursor: pointer;
}#s-6e216ab1-485a-43ce-94b7-08d202da8b9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97af24fc-2d31-41b2-9d4c-c1af6a59df5c {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-695c04b8-24c3-4f34-bae6-f25e3022c1e4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-695c04b8-24c3-4f34-bae6-f25e3022c1e4 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-3c7ab116-9fc3-4b6a-a176-56ed4f796c54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3c7ab116-9fc3-4b6a-a176-56ed4f796c54 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: left;
}



#s-32c9e07a-dfbf-4d4f-a02d-efdebfd73319 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-32c9e07a-dfbf-4d4f-a02d-efdebfd73319"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32c9e07a-dfbf-4d4f-a02d-efdebfd73319"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32c9e07a-dfbf-4d4f-a02d-efdebfd73319"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32c9e07a-dfbf-4d4f-a02d-efdebfd73319"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a427d4c0-e1d6-477b-96e6-247ebfef7723 {
  padding-top: 7px;
padding-left: 10px;
padding-bottom: 7px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0.3);
}

#s-a427d4c0-e1d6-477b-96e6-247ebfef7723 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-a427d4c0-e1d6-477b-96e6-247ebfef7723 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-a427d4c0-e1d6-477b-96e6-247ebfef7723 .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-44e99362-ce8b-4384-b015-988e2358efad {
  box-shadow:-10px 10px 60px 0px rgba(185, 17, 167, 0.35);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-44e99362-ce8b-4384-b015-988e2358efad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44e99362-ce8b-4384-b015-988e2358efad {
  cursor: pointer;
}#s-44e99362-ce8b-4384-b015-988e2358efad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff65ed4f-8cf0-4d83-a93b-0b1191ba1f33 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-0c8bca1c-9fe8-47b5-9ada-6a55db2b0c5d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0c8bca1c-9fe8-47b5-9ada-6a55db2b0c5d .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-6d0ccf21-2929-46a3-9de2-8dac0ef0ea59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6d0ccf21-2929-46a3-9de2-8dac0ef0ea59 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-28df66e5-a73e-4291-b7c8-df31a04243de {
  margin-top: 85%;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-28df66e5-a73e-4291-b7c8-df31a04243de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28df66e5-a73e-4291-b7c8-df31a04243de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28df66e5-a73e-4291-b7c8-df31a04243de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28df66e5-a73e-4291-b7c8-df31a04243de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14670aad-ab45-4790-a851-700a762b493f {
  padding-top: 7px;
padding-left: 10px;
padding-bottom: 7px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0.3);
}

#s-14670aad-ab45-4790-a851-700a762b493f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-14670aad-ab45-4790-a851-700a762b493f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-14670aad-ab45-4790-a851-700a762b493f .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-fcdb0880-7d0c-4976-9f3d-93edc54a9095 {
  margin-top: 35px;
min-height: 0px;
background-color: rgba(246, 232, 216, 1);
}

@media (min-width: 0px) {
[id="s-fcdb0880-7d0c-4976-9f3d-93edc54a9095"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 14.0px);
}

}

@media (min-width: 768px) {
[id="s-fcdb0880-7d0c-4976-9f3d-93edc54a9095"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 21.0px);
}

}

@media (min-width: 992px) {
[id="s-fcdb0880-7d0c-4976-9f3d-93edc54a9095"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 21.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcdb0880-7d0c-4976-9f3d-93edc54a9095"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 21.0px);
}

}

#s-201362e9-a4b1-4875-80f7-319e81a8a716 {
  box-shadow:-10px 10px 60px 0px rgba(214, 139, 115, 1);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-201362e9-a4b1-4875-80f7-319e81a8a716 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-201362e9-a4b1-4875-80f7-319e81a8a716.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-648c52ad-a8aa-407a-9c70-e6532f3baa7c {
  box-shadow:-10px 10px 60px 0px rgba(214, 166, 85, 1);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-648c52ad-a8aa-407a-9c70-e6532f3baa7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-648c52ad-a8aa-407a-9c70-e6532f3baa7c {
  cursor: pointer;
}#s-648c52ad-a8aa-407a-9c70-e6532f3baa7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-284b5a5d-6598-49bc-a1f3-56b647f13320 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-4a964db7-88e5-428f-9c33-dd9146290026 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-4a964db7-88e5-428f-9c33-dd9146290026 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-4cb56f9e-8efc-4bf2-a8f2-089dafff3b2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4cb56f9e-8efc-4bf2-a8f2-089dafff3b2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-4cb56f9e-8efc-4bf2-a8f2-089dafff3b2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-16989a7f-6865-4048-a6a7-3ad4070bee13 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-16989a7f-6865-4048-a6a7-3ad4070bee13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16989a7f-6865-4048-a6a7-3ad4070bee13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16989a7f-6865-4048-a6a7-3ad4070bee13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16989a7f-6865-4048-a6a7-3ad4070bee13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bccc297d-15ab-44c0-8d7e-0ae4422eedb9 {
  box-shadow:-10px 10px 60px 0px rgba(165, 221, 91, 1);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-bccc297d-15ab-44c0-8d7e-0ae4422eedb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bccc297d-15ab-44c0-8d7e-0ae4422eedb9 {
  cursor: pointer;
}#s-bccc297d-15ab-44c0-8d7e-0ae4422eedb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25c290db-68a8-47a8-9862-16a66d59184a {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-7a6185f6-8f93-4fb1-be23-7b35e3f06778 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-7a6185f6-8f93-4fb1-be23-7b35e3f06778 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-4ca1536d-9d83-4cdb-b8f1-090c8fdabefe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ca1536d-9d83-4cdb-b8f1-090c8fdabefe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-4ca1536d-9d83-4cdb-b8f1-090c8fdabefe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-6b91f30d-d4da-44b6-a5cd-24d51ad4c7cb {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-6b91f30d-d4da-44b6-a5cd-24d51ad4c7cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b91f30d-d4da-44b6-a5cd-24d51ad4c7cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b91f30d-d4da-44b6-a5cd-24d51ad4c7cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b91f30d-d4da-44b6-a5cd-24d51ad4c7cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ef0b9818-2801-48ea-bb63-24f90389eda7 {
  box-shadow:-10px 10px 60px 0px rgba(179, 123, 221, 1);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-ef0b9818-2801-48ea-bb63-24f90389eda7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef0b9818-2801-48ea-bb63-24f90389eda7 {
  cursor: pointer;
}#s-ef0b9818-2801-48ea-bb63-24f90389eda7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e43a582-4cea-457e-a4b9-b74d6f0b2058 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-567fb380-1504-4d67-b083-3c376224ace7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-567fb380-1504-4d67-b083-3c376224ace7 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-386e60ef-4698-429a-b5f7-75d50d8c4fc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-386e60ef-4698-429a-b5f7-75d50d8c4fc3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-386e60ef-4698-429a-b5f7-75d50d8c4fc3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-3826595d-13d5-4c00-94c8-f9fda95feb29 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-3826595d-13d5-4c00-94c8-f9fda95feb29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3826595d-13d5-4c00-94c8-f9fda95feb29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3826595d-13d5-4c00-94c8-f9fda95feb29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3826595d-13d5-4c00-94c8-f9fda95feb29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-97b33204-0dee-48e8-9b97-c42bb48f2ec8 hr {
  border-top: 1px solid rgba(251, 243, 234, 1);
}

#s-3cf9ff0b-a159-41d3-86d7-385326677071 {
  min-height: 50px;
}








#s-3cf9ff0b-a159-41d3-86d7-385326677071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cf9ff0b-a159-41d3-86d7-385326677071.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cc3a6f7-0a71-45b5-a708-478e6d9a61a1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7cc3a6f7-0a71-45b5-a708-478e6d9a61a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cc3a6f7-0a71-45b5-a708-478e6d9a61a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cc3a6f7-0a71-45b5-a708-478e6d9a61a1 {
  
}
}@media (max-width: 767px){#s-7cc3a6f7-0a71-45b5-a708-478e6d9a61a1 {
  
}
}







#s-7cc3a6f7-0a71-45b5-a708-478e6d9a61a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cc3a6f7-0a71-45b5-a708-478e6d9a61a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7ded86b0-66b0-4ca6-8d47-bbbde5dadd38 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 35px;
padding-left: 55px;
padding-bottom: 35px;
padding-right: 55px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-7ded86b0-66b0-4ca6-8d47-bbbde5dadd38 {
  
}
}







#s-7ded86b0-66b0-4ca6-8d47-bbbde5dadd38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ded86b0-66b0-4ca6-8d47-bbbde5dadd38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d96e4df-7d5a-411e-a4a4-f9b32b2fd9d1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2d96e4df-7d5a-411e-a4a4-f9b32b2fd9d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2d96e4df-7d5a-411e-a4a4-f9b32b2fd9d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d96e4df-7d5a-411e-a4a4-f9b32b2fd9d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d96e4df-7d5a-411e-a4a4-f9b32b2fd9d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-94afd61b-5760-4f48-af4b-e77e048bd032 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-94afd61b-5760-4f48-af4b-e77e048bd032 img.shogun-image {
    

    
    
    
  }


#s-94afd61b-5760-4f48-af4b-e77e048bd032 .shogun-image-content {
  
    align-items: center;
  
}

#s-aaf353a8-518c-4f26-a323-023dc0f634fb {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 80%;
text-align: center;
}

#s-aaf353a8-518c-4f26-a323-023dc0f634fb .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  line-height: 1.2em;
  
  text-align: center;
}



#s-3f8b1a8c-2461-4501-9540-1c3b4b679a5b {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3f8b1a8c-2461-4501-9540-1c3b4b679a5b img.shogun-image {
    

    
    
    
  }


#s-3f8b1a8c-2461-4501-9540-1c3b4b679a5b .shogun-image-content {
  
    align-items: center;
  
}

#s-0b356e3d-ec4b-42d6-9184-650afc4cfea6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 80%;
text-align: center;
}

#s-0b356e3d-ec4b-42d6-9184-650afc4cfea6 .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  line-height: 1.2em;
  
  text-align: center;
}



#s-a65952dd-0be9-4625-bd6e-a32d140e943a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-a65952dd-0be9-4625-bd6e-a32d140e943a img.shogun-image {
    

    
    
    
  }


#s-a65952dd-0be9-4625-bd6e-a32d140e943a .shogun-image-content {
  
    align-items: center;
  
}

#s-287211a8-e436-4cd5-9597-2497007525b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 80%;
text-align: center;
}

#s-287211a8-e436-4cd5-9597-2497007525b1 .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  line-height: 1.2em;
  
  text-align: center;
}



#s-89c30c38-b78d-46c0-b70f-3675b7636497 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-89c30c38-b78d-46c0-b70f-3675b7636497 img.shogun-image {
    

    
    
    
  }


#s-89c30c38-b78d-46c0-b70f-3675b7636497 .shogun-image-content {
  
    align-items: center;
  
}

#s-8687d461-8725-4e84-bf1d-42f546dac27b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 80%;
text-align: center;
}

#s-8687d461-8725-4e84-bf1d-42f546dac27b .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  line-height: 1.2em;
  
  text-align: center;
}



#s-e4f0dcf7-2505-4ea4-8dce-9dfff425551d {
  min-height: 50px;
background-color: rgba(253, 249, 246, 1);
}








#s-e4f0dcf7-2505-4ea4-8dce-9dfff425551d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4f0dcf7-2505-4ea4-8dce-9dfff425551d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-387e02cf-08a5-43f3-abc5-400d7f2fe235 {
  padding-top: 75px;
padding-bottom: 100px;
min-height: 50px;
}
@media (max-width: 767px){#s-387e02cf-08a5-43f3-abc5-400d7f2fe235 {
  margin-top: -33px;
margin-left: 0%;
margin-bottom: -33px;
margin-right: 0%;
padding-bottom: 100px;
padding-right: 0%;
}
}







#s-387e02cf-08a5-43f3-abc5-400d7f2fe235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-387e02cf-08a5-43f3-abc5-400d7f2fe235.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b17b153-7e06-4d27-a45c-fd7879d36732 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-4b17b153-7e06-4d27-a45c-fd7879d36732 {
  margin-top: 8px;
margin-bottom: 8px;
}
}
#s-4b17b153-7e06-4d27-a45c-fd7879d36732 .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: -2px;
  text-align: center;
}



#s-f628623f-25d4-451c-915f-7cdb33dcb350 {
  text-align: center;
}

#s-f628623f-25d4-451c-915f-7cdb33dcb350 .shogun-heading-component h3 {
  color: rgba(210, 117, 29, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0px;
  text-align: center;
}



#s-aad0bfd1-82c6-405c-9cfb-06c61ac1f6a9 {
  margin-top: 55px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-aad0bfd1-82c6-405c-9cfb-06c61ac1f6a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aad0bfd1-82c6-405c-9cfb-06c61ac1f6a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-aad0bfd1-82c6-405c-9cfb-06c61ac1f6a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-aad0bfd1-82c6-405c-9cfb-06c61ac1f6a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

}

#s-71475c0b-9c92-4bcc-874b-1ca8cf38de5a {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 35px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(246, 232, 216, 1);
}
@media (max-width: 767px){#s-71475c0b-9c92-4bcc-874b-1ca8cf38de5a {
  margin-top: -27px;
margin-left: 11%;
margin-bottom: -66px;
margin-right: 11%;
min-height: 225px;
max-width: 666px;
}
}







#s-71475c0b-9c92-4bcc-874b-1ca8cf38de5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71475c0b-9c92-4bcc-874b-1ca8cf38de5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4aff1778-c393-4eca-a4fc-c3afa1f46c9a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-4aff1778-c393-4eca-a4fc-c3afa1f46c9a {
  margin-left: 27%;
margin-right: 27%;
}
}






  #s-4aff1778-c393-4eca-a4fc-c3afa1f46c9a img.shogun-image {
    

    
    
    
  }


#s-4aff1778-c393-4eca-a4fc-c3afa1f46c9a .shogun-image-content {
  
    align-items: center;
  
}

#s-9b53e72a-7517-4262-89f8-5d9d59c7de88 {
  margin-top: 15px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-9b53e72a-7517-4262-89f8-5d9d59c7de88 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-9b53e72a-7517-4262-89f8-5d9d59c7de88 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  
  letter-spacing: -2px;
  text-align: center;
}



#s-0437af16-0248-494b-a911-f197a7b8f045 {
  text-align: center;
}
@media (max-width: 767px){#s-0437af16-0248-494b-a911-f197a7b8f045 {
  margin-top: 6px;
margin-bottom: 1px;
}
}
#s-0437af16-0248-494b-a911-f197a7b8f045 .shogun-heading-component h5 {
  color: rgba(210, 117, 29, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-0437af16-0248-494b-a911-f197a7b8f045 .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


}
#s-e8e67901-c063-4c34-9715-580c4e61fd38 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 80%;
text-align: center;
}
@media (max-width: 767px){#s-e8e67901-c063-4c34-9715-580c4e61fd38 {
  margin-top: 0px;
}
}
#s-e8e67901-c063-4c34-9715-580c4e61fd38 .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}


@media (max-width: 767px){#s-e8e67901-c063-4c34-9715-580c4e61fd38 .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-b75fee64-7a01-4bea-afb0-581b9e4ef14e {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 35px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(246, 232, 216, 1);
}
@media (max-width: 767px){#s-b75fee64-7a01-4bea-afb0-581b9e4ef14e {
  margin-top: -32px;
margin-left: 11%;
margin-bottom: -45px;
margin-right: 11%;
min-height: 225px;
max-width: 666px;
}
}







#s-b75fee64-7a01-4bea-afb0-581b9e4ef14e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b75fee64-7a01-4bea-afb0-581b9e4ef14e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02012d35-49e8-4ef7-8337-af386d342e72 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-02012d35-49e8-4ef7-8337-af386d342e72 {
  margin-top: 77px;
margin-left: 26%;
margin-bottom: 0px;
margin-right: 26%;
}
}






  #s-02012d35-49e8-4ef7-8337-af386d342e72 img.shogun-image {
    

    
    
    
  }


#s-02012d35-49e8-4ef7-8337-af386d342e72 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffb0e07d-300e-417a-86b3-41e93c27eae4 {
  margin-top: 15px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ffb0e07d-300e-417a-86b3-41e93c27eae4 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-ffb0e07d-300e-417a-86b3-41e93c27eae4 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  
  letter-spacing: -2px;
  text-align: center;
}



#s-aad40d3e-fe60-4f81-98ba-1f45afe6890f {
  text-align: center;
}
@media (max-width: 767px){#s-aad40d3e-fe60-4f81-98ba-1f45afe6890f {
  margin-top: 9px;
margin-bottom: 9px;
}
}
#s-aad40d3e-fe60-4f81-98ba-1f45afe6890f .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-aad40d3e-fe60-4f81-98ba-1f45afe6890f .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


}
#s-c3aaf4fd-8d80-4286-bc06-4034a99307b2 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 80%;
text-align: center;
}
@media (max-width: 767px){#s-c3aaf4fd-8d80-4286-bc06-4034a99307b2 {
  margin-top: 0px;
}
}
#s-c3aaf4fd-8d80-4286-bc06-4034a99307b2 .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}


@media (max-width: 767px){#s-c3aaf4fd-8d80-4286-bc06-4034a99307b2 .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-b3de48c1-ec46-41f1-8af8-bb4c12b69f12 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 35px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(246, 232, 216, 1);
}
@media (max-width: 767px){#s-b3de48c1-ec46-41f1-8af8-bb4c12b69f12 {
  margin-top: 16px;
margin-left: 11%;
margin-bottom: 16px;
margin-right: 11%;
min-height: 225px;
max-width: 666px;
}
}







#s-b3de48c1-ec46-41f1-8af8-bb4c12b69f12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3de48c1-ec46-41f1-8af8-bb4c12b69f12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2e8bf4b-f1ba-4795-9917-9e057efe049d {
  text-align: center;
}
@media (max-width: 767px){#s-f2e8bf4b-f1ba-4795-9917-9e057efe049d {
  margin-left: 26%;
margin-right: 26%;
}
}






  #s-f2e8bf4b-f1ba-4795-9917-9e057efe049d img.shogun-image {
    

    
    
    
  }


#s-f2e8bf4b-f1ba-4795-9917-9e057efe049d .shogun-image-content {
  
    align-items: center;
  
}

#s-99d2b3f9-fa2d-40f6-bac3-e18c8c6ff7b9 {
  margin-top: 15px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-99d2b3f9-fa2d-40f6-bac3-e18c8c6ff7b9 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-99d2b3f9-fa2d-40f6-bac3-e18c8c6ff7b9 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  
  letter-spacing: -2px;
  text-align: center;
}



#s-a3575ef0-e928-4096-b578-23e21592579a {
  text-align: center;
}
@media (max-width: 767px){#s-a3575ef0-e928-4096-b578-23e21592579a {
  margin-top: 6px;
}
}
#s-a3575ef0-e928-4096-b578-23e21592579a .shogun-heading-component h5 {
  color: rgba(210, 117, 29, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-a3575ef0-e928-4096-b578-23e21592579a .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


}
#s-0c4a4359-d455-4496-95ab-5d58c97bc94c {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 80%;
text-align: center;
}
@media (max-width: 767px){#s-0c4a4359-d455-4496-95ab-5d58c97bc94c {
  margin-top: 0px;
}
}
#s-0c4a4359-d455-4496-95ab-5d58c97bc94c .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}


@media (max-width: 767px){#s-0c4a4359-d455-4496-95ab-5d58c97bc94c .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-00da67e2-1d07-43df-b808-e69052740745 {
  margin-top: 55px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-00da67e2-1d07-43df-b808-e69052740745 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-00da67e2-1d07-43df-b808-e69052740745 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 3px;
  text-align: center;
}



#s-98e50537-716d-4454-a24a-dd8ce56463a7 {
  box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(123, 132, 131, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-98e50537-716d-4454-a24a-dd8ce56463a7:hover {box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(123, 132, 131, 1) !important;
border-radius: 0px !important;
background-color: rgba(216, 41, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-98e50537-716d-4454-a24a-dd8ce56463a7:active {background-color: rgba(67, 174, 203, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-98e50537-716d-4454-a24a-dd8ce56463a7-root {
    text-align: center;
  }


#s-98e50537-716d-4454-a24a-dd8ce56463a7.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-98e50537-716d-4454-a24a-dd8ce56463a7-root {
    text-align: center;
  }


#s-98e50537-716d-4454-a24a-dd8ce56463a7.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98e50537-716d-4454-a24a-dd8ce56463a7-root {
    text-align: center;
  }


#s-98e50537-716d-4454-a24a-dd8ce56463a7.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98e50537-716d-4454-a24a-dd8ce56463a7-root {
    text-align: center;
  }


#s-98e50537-716d-4454-a24a-dd8ce56463a7.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-98e50537-716d-4454-a24a-dd8ce56463a7-root {
    text-align: center;
  }


#s-98e50537-716d-4454-a24a-dd8ce56463a7.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}
#s-335969e7-e904-4855-a415-7f12c640090a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-335969e7-e904-4855-a415-7f12c640090a {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 25px;
padding-right: 25px;
}
}







#s-335969e7-e904-4855-a415-7f12c640090a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-335969e7-e904-4855-a415-7f12c640090a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bd7e48d-8078-4ba6-897a-26c075392c3c {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bd7e48d-8078-4ba6-897a-26c075392c3c {
  margin-left: 8%;
margin-right: 8%;
}
}@media (max-width: 767px){#s-1bd7e48d-8078-4ba6-897a-26c075392c3c {
  margin-left: 28px;
text-align: center;
}
}
#s-1bd7e48d-8078-4ba6-897a-26c075392c3c .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (max-width: 767px){#s-1bd7e48d-8078-4ba6-897a-26c075392c3c .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-c584ed63-5e0e-41ae-87da-cf15986f7110 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c584ed63-5e0e-41ae-87da-cf15986f7110 {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-c584ed63-5e0e-41ae-87da-cf15986f7110 {
  margin-left: 49px;
margin-right: 49px;
text-align: center;
}
}
#s-c584ed63-5e0e-41ae-87da-cf15986f7110 .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  
  letter-spacing: 2px;
  text-align: left;
}



#s-3e2de984-5348-4893-8fd8-3606782e7165 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3e2de984-5348-4893-8fd8-3606782e7165 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3e2de984-5348-4893-8fd8-3606782e7165 .shg-sld-nav-button.shg-sld-left,
#s-3e2de984-5348-4893-8fd8-3606782e7165 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c48facd0-d955-4c90-8e17-34f31688c8da {
  margin-top: 35px;
}

@media (min-width: 0px) {
[id="s-c48facd0-d955-4c90-8e17-34f31688c8da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c48facd0-d955-4c90-8e17-34f31688c8da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c48facd0-d955-4c90-8e17-34f31688c8da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c48facd0-d955-4c90-8e17-34f31688c8da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-714cab55-962e-49e1-957b-ba29698b4454 {
  box-shadow:-10px 10px 60px 0px rgba(234, 83, 159, 0.35);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-714cab55-962e-49e1-957b-ba29698b4454 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-714cab55-962e-49e1-957b-ba29698b4454 {
  cursor: pointer;
}#s-714cab55-962e-49e1-957b-ba29698b4454.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db1b0e9e-3764-40da-8ecd-ce76874dbff4 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-a7456e7e-0c03-43f2-8a3b-e4e5785e23e4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a7456e7e-0c03-43f2-8a3b-e4e5785e23e4 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-da75c131-897d-4dc6-96bc-75b11689453a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-da75c131-897d-4dc6-96bc-75b11689453a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-da75c131-897d-4dc6-96bc-75b11689453a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-276f6b13-291c-4d1b-8aa4-cf45640cd6a2 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-276f6b13-291c-4d1b-8aa4-cf45640cd6a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-276f6b13-291c-4d1b-8aa4-cf45640cd6a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-276f6b13-291c-4d1b-8aa4-cf45640cd6a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-276f6b13-291c-4d1b-8aa4-cf45640cd6a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2f384077-05bb-421a-ade8-15e85d6ba8a3 {
  box-shadow:-10px 10px 60px 0px rgba(229, 165, 146, 0.5);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-2f384077-05bb-421a-ade8-15e85d6ba8a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f384077-05bb-421a-ade8-15e85d6ba8a3 {
  cursor: pointer;
}#s-2f384077-05bb-421a-ade8-15e85d6ba8a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc2b62b8-d41e-4d9c-a08f-eb1dad1f0ead {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-c381f8c2-075d-4b8a-87ae-80acd3ff6ce4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c381f8c2-075d-4b8a-87ae-80acd3ff6ce4 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-b2b68f11-6b44-44ff-92fd-9d0415ac1900 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2b68f11-6b44-44ff-92fd-9d0415ac1900 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-b2b68f11-6b44-44ff-92fd-9d0415ac1900 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-f8ff4222-659a-4d14-8095-79e62ef43acd {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-f8ff4222-659a-4d14-8095-79e62ef43acd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8ff4222-659a-4d14-8095-79e62ef43acd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8ff4222-659a-4d14-8095-79e62ef43acd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8ff4222-659a-4d14-8095-79e62ef43acd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-30a38b95-240e-4dd9-b338-348e10d0af47 {
  box-shadow:-10px 10px 60px 0px rgba(4, 200, 215, 0.5);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-30a38b95-240e-4dd9-b338-348e10d0af47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30a38b95-240e-4dd9-b338-348e10d0af47 {
  cursor: pointer;
}#s-30a38b95-240e-4dd9-b338-348e10d0af47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13add564-5c47-4341-a829-09e29b50f642 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-b7bc0db9-2c88-4985-96f9-63e23fa98434 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b7bc0db9-2c88-4985-96f9-63e23fa98434 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-528ba032-3381-43e8-92d5-acb2a75d38cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-528ba032-3381-43e8-92d5-acb2a75d38cf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-528ba032-3381-43e8-92d5-acb2a75d38cf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-ad2233f8-6cc1-4dc2-9756-25d668133fb2 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-ad2233f8-6cc1-4dc2-9756-25d668133fb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad2233f8-6cc1-4dc2-9756-25d668133fb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad2233f8-6cc1-4dc2-9756-25d668133fb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad2233f8-6cc1-4dc2-9756-25d668133fb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e4668491-77e5-4561-8c3e-40d3bc499809 {
  box-shadow:-10px 10px 60px 0px rgba(185, 17, 167, 0.35);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-e4668491-77e5-4561-8c3e-40d3bc499809 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4668491-77e5-4561-8c3e-40d3bc499809 {
  cursor: pointer;
}#s-e4668491-77e5-4561-8c3e-40d3bc499809.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b786a7bc-d233-403a-8e41-b796f5e56e1a {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-90ae6f4e-c5b1-4357-b696-4fdbf9e3a66a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-90ae6f4e-c5b1-4357-b696-4fdbf9e3a66a .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-b8781ea9-8b7a-4815-9d51-9d4a04300da5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b8781ea9-8b7a-4815-9d51-9d4a04300da5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-b8781ea9-8b7a-4815-9d51-9d4a04300da5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-712df32a-bc00-4f99-8088-7d58af290b5c {
  margin-top: 85%;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-712df32a-bc00-4f99-8088-7d58af290b5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-712df32a-bc00-4f99-8088-7d58af290b5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-712df32a-bc00-4f99-8088-7d58af290b5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-712df32a-bc00-4f99-8088-7d58af290b5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a30511a4-490f-4c54-b4d7-235ee7acd9e2 {
  margin-top: 35px;
}

@media (min-width: 0px) {
[id="s-a30511a4-490f-4c54-b4d7-235ee7acd9e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a30511a4-490f-4c54-b4d7-235ee7acd9e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a30511a4-490f-4c54-b4d7-235ee7acd9e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a30511a4-490f-4c54-b4d7-235ee7acd9e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c5dbd203-9eec-4931-8d82-be7b4e9ca531 {
  box-shadow:0px 10px 60px 0px rgba(233, 195, 191, 0.5);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-c5dbd203-9eec-4931-8d82-be7b4e9ca531 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5dbd203-9eec-4931-8d82-be7b4e9ca531 {
  cursor: pointer;
}#s-c5dbd203-9eec-4931-8d82-be7b4e9ca531.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8700a51d-ee48-42e1-91af-98a9064d4853 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-74a2246f-cef6-45f2-95dc-aaa78220c0d4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-74a2246f-cef6-45f2-95dc-aaa78220c0d4 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-bff001da-19bb-4cab-8621-c34a63ece552 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bff001da-19bb-4cab-8621-c34a63ece552 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-bff001da-19bb-4cab-8621-c34a63ece552 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-98454e88-3cb9-4c81-9e9b-cb097d27da60 {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-98454e88-3cb9-4c81-9e9b-cb097d27da60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98454e88-3cb9-4c81-9e9b-cb097d27da60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98454e88-3cb9-4c81-9e9b-cb097d27da60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98454e88-3cb9-4c81-9e9b-cb097d27da60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dd2eea9a-ccf4-44dc-9537-1f3e92e840eb {
  box-shadow:-10px 10px 60px 0px rgba(130, 43, 68, 0.3);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-dd2eea9a-ccf4-44dc-9537-1f3e92e840eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd2eea9a-ccf4-44dc-9537-1f3e92e840eb {
  cursor: pointer;
}#s-dd2eea9a-ccf4-44dc-9537-1f3e92e840eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85e209d0-cf6b-4a7a-950f-a09705678041 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}
@media (max-width: 767px){#s-85e209d0-cf6b-4a7a-950f-a09705678041 {
  margin-right: 0px;
}
}
#s-fda7e75f-bdf9-4f44-8251-77e229ade118 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fda7e75f-bdf9-4f44-8251-77e229ade118 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-d05d1142-4032-4dc6-80ff-837cd13c668d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d05d1142-4032-4dc6-80ff-837cd13c668d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-d05d1142-4032-4dc6-80ff-837cd13c668d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-eb3be31f-6fe1-40f2-abe0-a2ea70d326ad {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-eb3be31f-6fe1-40f2-abe0-a2ea70d326ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb3be31f-6fe1-40f2-abe0-a2ea70d326ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb3be31f-6fe1-40f2-abe0-a2ea70d326ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb3be31f-6fe1-40f2-abe0-a2ea70d326ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e142b62a-e9b6-465b-911f-4cdc4cf5bc0e {
  box-shadow:-10px 10px 60px 0px rgba(231, 110, 148, 0.5);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-e142b62a-e9b6-465b-911f-4cdc4cf5bc0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e142b62a-e9b6-465b-911f-4cdc4cf5bc0e {
  cursor: pointer;
}#s-e142b62a-e9b6-465b-911f-4cdc4cf5bc0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1af6f650-73a7-4d79-9e50-0133c2810a9e {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-fe579852-da2a-40fa-8ddf-06353743c52d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fe579852-da2a-40fa-8ddf-06353743c52d .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-395622c3-36ae-4099-8c49-d4ba6e6a7e83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-395622c3-36ae-4099-8c49-d4ba6e6a7e83 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-395622c3-36ae-4099-8c49-d4ba6e6a7e83 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-11e79db7-5f48-41e7-85c0-eba83f97c77b {
  margin-top: 85%;
}

@media (min-width: 0px) {
[id="s-11e79db7-5f48-41e7-85c0-eba83f97c77b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11e79db7-5f48-41e7-85c0-eba83f97c77b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11e79db7-5f48-41e7-85c0-eba83f97c77b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11e79db7-5f48-41e7-85c0-eba83f97c77b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14fa492e-cfc6-414a-879f-eda28d7b92ac {
  box-shadow:-10px 10px 60px 0px rgba(126, 159, 205, 0.5);
background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-position: center center;
}








#s-14fa492e-cfc6-414a-879f-eda28d7b92ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14fa492e-cfc6-414a-879f-eda28d7b92ac {
  cursor: pointer;
}#s-14fa492e-cfc6-414a-879f-eda28d7b92ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fff835c4-b52b-4d3e-97d0-8b28ec75fcd9 {
  box-shadow:-10px 10px 60px 1px rgba(233, 195, 191, 0);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(233, 195, 191, 0);
}

#s-2b64a4db-266c-4e23-ba12-4e2cde937a52 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-2b64a4db-266c-4e23-ba12-4e2cde937a52 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-c7312754-f213-4283-bed4-6f1c1cd96bce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7312754-f213-4283-bed4-6f1c1cd96bce .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 35px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-c7312754-f213-4283-bed4-6f1c1cd96bce .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-95b3a7cf-a288-4679-aa11-caf459551f02 {
  margin-top: 85%;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-95b3a7cf-a288-4679-aa11-caf459551f02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95b3a7cf-a288-4679-aa11-caf459551f02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95b3a7cf-a288-4679-aa11-caf459551f02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95b3a7cf-a288-4679-aa11-caf459551f02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e6d10af7-21a0-4c36-ad50-4a3343080934 {
  padding-top: 0px;
}

#s-e6d10af7-21a0-4c36-ad50-4a3343080934 {
  background-image: url();
}








#s-e6d10af7-21a0-4c36-ad50-4a3343080934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6d10af7-21a0-4c36-ad50-4a3343080934.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8f73123-ca63-4c41-9989-456e0dd9312d {
  margin-top: 55px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f8f73123-ca63-4c41-9989-456e0dd9312d .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 3px;
  text-align: center;
}



#s-4d6f0e37-f1dd-4796-a785-b6563500e9cf {
  box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1);
margin-top: 35px;
margin-bottom: 35px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(123, 132, 131, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-4d6f0e37-f1dd-4796-a785-b6563500e9cf:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(123, 132, 131, 1) !important;
border-radius: 0px !important;
background-color: rgba(17, 205, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d6f0e37-f1dd-4796-a785-b6563500e9cf:active {background-color: rgba(67, 174, 203, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4d6f0e37-f1dd-4796-a785-b6563500e9cf-root {
    text-align: center;
  }


#s-4d6f0e37-f1dd-4796-a785-b6563500e9cf.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d6f0e37-f1dd-4796-a785-b6563500e9cf-root {
    text-align: center;
  }


#s-4d6f0e37-f1dd-4796-a785-b6563500e9cf.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d6f0e37-f1dd-4796-a785-b6563500e9cf-root {
    text-align: center;
  }


#s-4d6f0e37-f1dd-4796-a785-b6563500e9cf.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d6f0e37-f1dd-4796-a785-b6563500e9cf-root {
    text-align: center;
  }


#s-4d6f0e37-f1dd-4796-a785-b6563500e9cf.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d6f0e37-f1dd-4796-a785-b6563500e9cf-root {
    text-align: center;
  }


#s-4d6f0e37-f1dd-4796-a785-b6563500e9cf.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}
#s-5a807b8e-737d-4b14-b964-a543edda172d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5a807b8e-737d-4b14-b964-a543edda172d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a807b8e-737d-4b14-b964-a543edda172d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a807b8e-737d-4b14-b964-a543edda172d {
  
}
}@media (max-width: 767px){#s-5a807b8e-737d-4b14-b964-a543edda172d {
  
}
}







#s-5a807b8e-737d-4b14-b964-a543edda172d > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-5a807b8e-737d-4b14-b964-a543edda172d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0078317f-6abd-4a69-803e-bb580a9fc180 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0078317f-6abd-4a69-803e-bb580a9fc180 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0078317f-6abd-4a69-803e-bb580a9fc180 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0078317f-6abd-4a69-803e-bb580a9fc180 {
  
}
}@media (max-width: 767px){#s-0078317f-6abd-4a69-803e-bb580a9fc180 {
  
}
}







#s-0078317f-6abd-4a69-803e-bb580a9fc180 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-0078317f-6abd-4a69-803e-bb580a9fc180.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1934823b-780e-4f2c-b1af-85eaa2052cad {
  box-shadow:0px -7px 15px 10px rgba(246, 232, 216, 1);
margin-left: 0px;
margin-right: 0px;
background-color: rgba(246, 232, 216, 1);
}

@media (min-width: 0px) {
[id="s-1934823b-780e-4f2c-b1af-85eaa2052cad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1934823b-780e-4f2c-b1af-85eaa2052cad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1934823b-780e-4f2c-b1af-85eaa2052cad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1934823b-780e-4f2c-b1af-85eaa2052cad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1934823b-780e-4f2c-b1af-85eaa2052cad"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6bb42b4f-c2ae-4eb3-96fe-c1089627af71 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(246, 232, 216, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}
@media (max-width: 767px){#s-6bb42b4f-c2ae-4eb3-96fe-c1089627af71 {
  margin-top: 15px;
}
}






  #s-6bb42b4f-c2ae-4eb3-96fe-c1089627af71 img.shogun-image {
    

    
    
    
  }


#s-6bb42b4f-c2ae-4eb3-96fe-c1089627af71 .shogun-image-content {
  
    align-items: center;
  
}

#s-b681dc5f-2def-45ac-a6c1-ad0e7739c9fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b681dc5f-2def-45ac-a6c1-ad0e7739c9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b681dc5f-2def-45ac-a6c1-ad0e7739c9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b681dc5f-2def-45ac-a6c1-ad0e7739c9fc {
  
}
}@media (max-width: 767px){#s-b681dc5f-2def-45ac-a6c1-ad0e7739c9fc {
  
}
}
#s-b681dc5f-2def-45ac-a6c1-ad0e7739c9fc .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  
  
  
  
}



#s-8057239c-fcf6-4598-86d3-d6b96a2206e0 {
  margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a:hover {background-color: rgba(17, 205, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a-root {
    text-align: center;
  }


#s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a-root {
    text-align: center;
  }


#s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a-root {
    text-align: center;
  }


#s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a-root {
    text-align: center;
  }


#s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a-root {
    text-align: center;
  }


#s-f2d257a7-5708-4f5b-a5cc-9a1c12d9187a.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}
#s-31ef08b8-5d0e-4a27-ae44-6058a2b6ed19 {
  margin-right: 0%;
padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(246, 232, 216, 1);
border-style: solid;
border-radius: 55px;
text-align: center;
background-color: rgba(246, 232, 216, 1);
}







  #s-31ef08b8-5d0e-4a27-ae44-6058a2b6ed19 img.shogun-image {
    

    
    
    
  }


#s-31ef08b8-5d0e-4a27-ae44-6058a2b6ed19 .shogun-image-content {
  
    align-items: center;
  
}

#s-57df1a51-9bee-4e14-84cf-99a613e9fd17 {
  min-height: 50px;
background-color: rgba(253, 249, 246, 1);
}








#s-57df1a51-9bee-4e14-84cf-99a613e9fd17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57df1a51-9bee-4e14-84cf-99a613e9fd17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2301ed97-dd79-4ce6-90fd-37e6cbea794d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-attachment: scroll;
background-repeat: no-repeat;
}








#s-2301ed97-dd79-4ce6-90fd-37e6cbea794d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2301ed97-dd79-4ce6-90fd-37e6cbea794d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd0885bd-5f79-49a9-86e0-3afce207ec23 {
  margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
padding-top: 35px;
padding-bottom: 35px;
max-width: 1200px;
}
@media (max-width: 767px){#s-bd0885bd-5f79-49a9-86e0-3afce207ec23 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-bd0885bd-5f79-49a9-86e0-3afce207ec23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd0885bd-5f79-49a9-86e0-3afce207ec23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-bd0885bd-5f79-49a9-86e0-3afce207ec23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-bd0885bd-5f79-49a9-86e0-3afce207ec23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-bd0885bd-5f79-49a9-86e0-3afce207ec23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd0885bd-5f79-49a9-86e0-3afce207ec23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-bd0885bd-5f79-49a9-86e0-3afce207ec23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-454f9050-f9f3-4860-9a6c-e54df28a26bf {
  margin-top: 50px;
}
@media (max-width: 767px){#s-454f9050-f9f3-4860-9a6c-e54df28a26bf {
  margin-top: 0px;
padding-left: 25px;
padding-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-454f9050-f9f3-4860-9a6c-e54df28a26bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-454f9050-f9f3-4860-9a6c-e54df28a26bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-454f9050-f9f3-4860-9a6c-e54df28a26bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-454f9050-f9f3-4860-9a6c-e54df28a26bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-454f9050-f9f3-4860-9a6c-e54df28a26bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-454f9050-f9f3-4860-9a6c-e54df28a26bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-454f9050-f9f3-4860-9a6c-e54df28a26bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-890f13da-0a87-43dd-a685-24735d85662f {
  text-align: center;
}
@media (max-width: 767px){#s-890f13da-0a87-43dd-a685-24735d85662f {
  max-width: 75px;
display: none;
}
#s-890f13da-0a87-43dd-a685-24735d85662f, #wrap-s-890f13da-0a87-43dd-a685-24735d85662f { display: none !important; }}






  #s-890f13da-0a87-43dd-a685-24735d85662f img.shogun-image {
    

    
    
    
  }


#s-890f13da-0a87-43dd-a685-24735d85662f .shogun-image-content {
  
    align-items: center;
  
}

#s-37212b34-8849-43a2-aae2-a0f5c88bf196 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-37212b34-8849-43a2-aae2-a0f5c88bf196 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-37212b34-8849-43a2-aae2-a0f5c88bf196 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (max-width: 767px){#s-37212b34-8849-43a2-aae2-a0f5c88bf196 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: -2px;
  text-align: center;
}


}
#s-c40e9652-f053-467d-8b88-2ace3bc54d51 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: left;
}
@media (max-width: 767px){#s-c40e9652-f053-467d-8b88-2ace3bc54d51 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
}
#s-c40e9652-f053-467d-8b88-2ace3bc54d51 .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-c40e9652-f053-467d-8b88-2ace3bc54d51 .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: left;
}


}@media (max-width: 767px){#s-c40e9652-f053-467d-8b88-2ace3bc54d51 .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


}
#s-ed2b663d-a81b-41f4-b60c-3119df6f1c49 {
  margin-right: 55px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ed2b663d-a81b-41f4-b60c-3119df6f1c49 {
  margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-ed2b663d-a81b-41f4-b60c-3119df6f1c49 .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.7em;
  
  text-align: left;
}


@media (max-width: 767px){#s-ed2b663d-a81b-41f4-b60c-3119df6f1c49 .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.7em;
  
  text-align: center;
}


}
#s-ef21969e-3c62-4edf-ab00-5b8bcab749f8 {
  box-shadow:1px 20px 60px 1px rgba(212, 173, 137, 0.47);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 500px;
text-align: center;
}
@media (max-width: 767px){#s-ef21969e-3c62-4edf-ab00-5b8bcab749f8 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
max-width: 300px;
}
}






  #s-ef21969e-3c62-4edf-ab00-5b8bcab749f8 img.shogun-image {
    

    
    
    
  }


#s-ef21969e-3c62-4edf-ab00-5b8bcab749f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-beceffbb-30d5-4ca6-a110-832ed19e999c {
  box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1);
border-style: solid;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(123, 132, 131, 1);
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-beceffbb-30d5-4ca6-a110-832ed19e999c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(123, 132, 131, 1) !important;
border-radius: 0px !important;
background-color: rgba(216, 41, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-beceffbb-30d5-4ca6-a110-832ed19e999c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-beceffbb-30d5-4ca6-a110-832ed19e999c {
  margin-bottom: 17px;
}
}@media (max-width: 767px){#s-beceffbb-30d5-4ca6-a110-832ed19e999c {
  margin-bottom: 22px;
}
}

  #s-beceffbb-30d5-4ca6-a110-832ed19e999c-root {
    text-align: center;
  }


#s-beceffbb-30d5-4ca6-a110-832ed19e999c.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-beceffbb-30d5-4ca6-a110-832ed19e999c-root {
    text-align: center;
  }


#s-beceffbb-30d5-4ca6-a110-832ed19e999c.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-beceffbb-30d5-4ca6-a110-832ed19e999c-root {
    text-align: center;
  }


#s-beceffbb-30d5-4ca6-a110-832ed19e999c.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-beceffbb-30d5-4ca6-a110-832ed19e999c-root {
    text-align: center;
  }


#s-beceffbb-30d5-4ca6-a110-832ed19e999c.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-beceffbb-30d5-4ca6-a110-832ed19e999c-root {
    text-align: center;
  }


#s-beceffbb-30d5-4ca6-a110-832ed19e999c.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}
#s-3f3fa7d9-e2ef-4b59-9992-ab2954834657 {
  min-height: 120px;
background-color: rgba(246, 232, 216, 1);
}
@media (max-width: 767px){#s-3f3fa7d9-e2ef-4b59-9992-ab2954834657 {
  display: none;
}
#s-3f3fa7d9-e2ef-4b59-9992-ab2954834657, #wrap-s-3f3fa7d9-e2ef-4b59-9992-ab2954834657 { display: none !important; }}







#s-3f3fa7d9-e2ef-4b59-9992-ab2954834657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f3fa7d9-e2ef-4b59-9992-ab2954834657.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb741f98-3b8b-45d0-8d7d-91d0196b8933 {
  margin-left: auto;
margin-right: auto;
min-height: 65px;
max-width: 1100px;
}
@media (max-width: 767px){#s-cb741f98-3b8b-45d0-8d7d-91d0196b8933 {
  padding-top: 25px;
padding-left: 55px;
padding-bottom: 25px;
padding-right: 55px;
}
}
@media (min-width: 0px) {
[id="s-cb741f98-3b8b-45d0-8d7d-91d0196b8933"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 27.5px);
}

}

@media (min-width: 768px) {
[id="s-cb741f98-3b8b-45d0-8d7d-91d0196b8933"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 45.833333333333336px);
}

}

@media (min-width: 992px) {
[id="s-cb741f98-3b8b-45d0-8d7d-91d0196b8933"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 45.833333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-cb741f98-3b8b-45d0-8d7d-91d0196b8933"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 45.833333333333336px);
}

}

#s-bb7e3bcf-8124-4bc3-a9be-8e8a024ea485 {
  text-align: center;
}







  #s-bb7e3bcf-8124-4bc3-a9be-8e8a024ea485 img.shogun-image {
    

    
    
    
  }


#s-bb7e3bcf-8124-4bc3-a9be-8e8a024ea485 .shogun-image-content {
  
    align-items: center;
  
}

#s-34d339f8-f1fc-40f6-a0e1-7897cc8fe9dd {
  margin-top: 18px;
margin-bottom: 18px;
}







  #s-34d339f8-f1fc-40f6-a0e1-7897cc8fe9dd img.shogun-image {
    

    
    
    
  }


#s-34d339f8-f1fc-40f6-a0e1-7897cc8fe9dd .shogun-image-content {
  
    align-items: center;
  
}

#s-e5b50e25-093e-485d-90fc-89a640857b1f {
  margin-top: 16px;
text-align: center;
opacity: 1;
}







  #s-e5b50e25-093e-485d-90fc-89a640857b1f img.shogun-image {
    

    
    
    
  }


#s-e5b50e25-093e-485d-90fc-89a640857b1f .shogun-image-content {
  
    align-items: center;
  
}

#s-c6d88f76-a6af-40a5-9b06-ce6be4b4cbb4 {
  text-align: center;
}







  #s-c6d88f76-a6af-40a5-9b06-ce6be4b4cbb4 img.shogun-image {
    

    
    
    
  }


#s-c6d88f76-a6af-40a5-9b06-ce6be4b4cbb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d63761ae-ad8c-4b9b-8832-2142bf294e9c {
  text-align: center;
}







  #s-d63761ae-ad8c-4b9b-8832-2142bf294e9c img.shogun-image {
    

    
    
    
  }


#s-d63761ae-ad8c-4b9b-8832-2142bf294e9c .shogun-image-content {
  
    align-items: center;
  
}

#s-5231fb37-e46b-4620-8386-dd7084ef977a {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-5231fb37-e46b-4620-8386-dd7084ef977a img.shogun-image {
    

    
    
    
  }


#s-5231fb37-e46b-4620-8386-dd7084ef977a .shogun-image-content {
  
    align-items: center;
  
}

#s-3bac5f66-865b-4039-8d8e-1aa430224323 {
  min-height: 50px;
background-color: rgba(253, 249, 246, 1);
}








#s-3bac5f66-865b-4039-8d8e-1aa430224323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bac5f66-865b-4039-8d8e-1aa430224323.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90eb3ba4-1367-4af7-af7e-a2f95efc20d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(253, 249, 246, 1);
}
@media (max-width: 767px){#s-90eb3ba4-1367-4af7-af7e-a2f95efc20d8 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-90eb3ba4-1367-4af7-af7e-a2f95efc20d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90eb3ba4-1367-4af7-af7e-a2f95efc20d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c69b5ece-48b5-486b-9041-03eeb271cca0 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}

#s-c69b5ece-48b5-486b-9041-03eeb271cca0 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-c69b5ece-48b5-486b-9041-03eeb271cca0 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  text-align: center;
}


}
#s-f29b035e-6fb8-4721-8baa-84051fe70b7d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-f29b035e-6fb8-4721-8baa-84051fe70b7d .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  
  letter-spacing: 2px;
  text-align: center;
}



#s-e645b16e-a563-4979-b5b9-e6daeb8158ed {
  min-height: 50px;
background-color: rgba(253, 249, 246, 1);
}








#s-e645b16e-a563-4979-b5b9-e6daeb8158ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e645b16e-a563-4979-b5b9-e6daeb8158ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1628dee3-b740-4edf-b038-6cb930fd90d5 {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-1628dee3-b740-4edf-b038-6cb930fd90d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1628dee3-b740-4edf-b038-6cb930fd90d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1628dee3-b740-4edf-b038-6cb930fd90d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1628dee3-b740-4edf-b038-6cb930fd90d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d8db060c-b024-49a2-b8e2-101cdf018b63 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}
@media (max-width: 767px){#s-d8db060c-b024-49a2-b8e2-101cdf018b63 {
  margin-left: 14%;
margin-right: 14%;
}
}






  #s-d8db060c-b024-49a2-b8e2-101cdf018b63 img.shogun-image {
    

    
    
    
  }


#s-d8db060c-b024-49a2-b8e2-101cdf018b63 .shogun-image-content {
  
    align-items: center;
  
}

#s-d22cb9a9-3496-4d9f-ba78-c4cf25b98a42 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}
@media (max-width: 767px){#s-d22cb9a9-3496-4d9f-ba78-c4cf25b98a42 {
  margin-left: 14%;
margin-right: 14%;
}
}






  #s-d22cb9a9-3496-4d9f-ba78-c4cf25b98a42 img.shogun-image {
    

    
    
    
  }


#s-d22cb9a9-3496-4d9f-ba78-c4cf25b98a42 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a06afb3-60f0-401b-b385-75fcb84b0412 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-9a06afb3-60f0-401b-b385-75fcb84b0412 {
  display: none;
}
#s-9a06afb3-60f0-401b-b385-75fcb84b0412, #wrap-s-9a06afb3-60f0-401b-b385-75fcb84b0412 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9a06afb3-60f0-401b-b385-75fcb84b0412"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a06afb3-60f0-401b-b385-75fcb84b0412"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a06afb3-60f0-401b-b385-75fcb84b0412"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a06afb3-60f0-401b-b385-75fcb84b0412"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0b6e95e8-4118-451a-8569-3cf0a46719eb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}
@media (max-width: 767px){#s-0b6e95e8-4118-451a-8569-3cf0a46719eb {
  margin-left: 14%;
margin-right: 14%;
}
}






  #s-0b6e95e8-4118-451a-8569-3cf0a46719eb img.shogun-image {
    

    
    
    
  }


#s-0b6e95e8-4118-451a-8569-3cf0a46719eb .shogun-image-content {
  
    align-items: center;
  
}

#s-faaacd48-159a-4f80-90e9-f75b7d4d5685 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}
@media (max-width: 767px){#s-faaacd48-159a-4f80-90e9-f75b7d4d5685 {
  margin-left: 14%;
margin-right: 14%;
}
}






  #s-faaacd48-159a-4f80-90e9-f75b7d4d5685 img.shogun-image {
    

    
    
    
  }


#s-faaacd48-159a-4f80-90e9-f75b7d4d5685 .shogun-image-content {
  
    align-items: center;
  
}

#s-66af16bc-18c6-46ac-b864-d1578bc67aaa {
  min-height: 50px;
background-color: rgba(253, 249, 246, 1);
}








#s-66af16bc-18c6-46ac-b864-d1578bc67aaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66af16bc-18c6-46ac-b864-d1578bc67aaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-949060d6-ab71-434e-9d5f-ea1ed132765f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-949060d6-ab71-434e-9d5f-ea1ed132765f {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-949060d6-ab71-434e-9d5f-ea1ed132765f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-949060d6-ab71-434e-9d5f-ea1ed132765f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-363e701f-658d-403e-a976-863ef1c4686c {
  min-height: 50px;
}








#s-363e701f-658d-403e-a976-863ef1c4686c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-363e701f-658d-403e-a976-863ef1c4686c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05 {
  box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1);
margin-top: 35px;
margin-bottom: 35px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(123, 132, 131, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(123, 132, 131, 1) !important;
border-radius: 11px !important;
background-color: rgba(216, 41, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05:active {background-color: rgba(67, 174, 203, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05-root {
    text-align: center;
  }


#s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Ubuntu Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05-root {
    text-align: center;
  }


#s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Ubuntu Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05-root {
    text-align: center;
  }


#s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Ubuntu Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05-root {
    text-align: center;
  }


#s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Ubuntu Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05-root {
    text-align: center;
  }


#s-d90cd6c0-acf5-4418-8fc9-4e1cd0a9ff05.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Ubuntu Condensed;
  display:  inline-block ;
}
}
#s-4d6d0e6f-d1cb-4007-8ee4-7c07e75bb062 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(246, 232, 216, 1);
}
@media (max-width: 767px){#s-4d6d0e6f-d1cb-4007-8ee4-7c07e75bb062 {
  display: none;
}
#s-4d6d0e6f-d1cb-4007-8ee4-7c07e75bb062, #wrap-s-4d6d0e6f-d1cb-4007-8ee4-7c07e75bb062 { display: none !important; }}







#s-4d6d0e6f-d1cb-4007-8ee4-7c07e75bb062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d6d0e6f-d1cb-4007-8ee4-7c07e75bb062.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab {
  background-image: url(https://i.shgcdn.com/eb5054dc-0333-4535-b32c-7cced86b5a79/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 1200px;
background-position: left center;
}
@media (max-width: 767px){#s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab {
  padding-left: 25px;
padding-right: 25px;
display: none;
}
#s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab, #wrap-s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab { display: none !important; }}
@media (min-width: 0px) {
[id="s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-b8bd3c29-6fb4-40f3-a5d0-f45252c35bab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

}

#s-96c172d2-f83b-46ba-9cf7-33660c8e6e44 {
  margin-top: 35px;
margin-bottom: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-96c172d2-f83b-46ba-9cf7-33660c8e6e44 .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (max-width: 767px){#s-96c172d2-f83b-46ba-9cf7-33660c8e6e44 .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-1993064b-efb0-43f0-89df-4efabbe3a35f {
  margin-right: 55px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1993064b-efb0-43f0-89df-4efabbe3a35f .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  line-height: 1.5em;
  
  text-align: left;
}



#s-0305474d-d919-42ad-a119-613ceef5796b {
  margin-top: 15px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0305474d-d919-42ad-a119-613ceef5796b .shogun-heading-component h3 {
  color: rgba(221, 60, 17, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  
  letter-spacing: 3px;
  text-align: left;
}


#s-0305474d-d919-42ad-a119-613ceef5796b .shogun-heading-component h3 a {
  color: rgba(221, 60, 17, 1);
}


#s-6a7c9856-1e6f-4cde-9e06-a379b449610a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
border-radius: 7px;
text-align: center;
}







  #s-6a7c9856-1e6f-4cde-9e06-a379b449610a img.shogun-image {
    

    
    
    
  }


#s-6a7c9856-1e6f-4cde-9e06-a379b449610a .shogun-image-content {
  
    align-items: center;
  
}

#s-43f407aa-19cc-451a-af81-42a10704ed0d {
  min-height: 50px;
}
@media (max-width: 767px){#s-43f407aa-19cc-451a-af81-42a10704ed0d {
  margin-top: -31px;
margin-bottom: 0px;
padding-left: 25px;
padding-right: 25px;
}
}
#s-43f407aa-19cc-451a-af81-42a10704ed0d {
  background-image: url();
}








#s-43f407aa-19cc-451a-af81-42a10704ed0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43f407aa-19cc-451a-af81-42a10704ed0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-279f4c01-72b0-4187-ab9b-5d8d25f25b00 {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-279f4c01-72b0-4187-ab9b-5d8d25f25b00 {
  margin-top: 75px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}
}
#s-279f4c01-72b0-4187-ab9b-5d8d25f25b00 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-279f4c01-72b0-4187-ab9b-5d8d25f25b00 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


}
#s-5468788f-169a-4e2d-b06f-5f914d2604d5 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-5468788f-169a-4e2d-b06f-5f914d2604d5 .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  
  letter-spacing: 2px;
  text-align: center;
}



#s-5bf8cd4c-778e-4eaa-ae1b-9fe2a99aa42e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 25px;
padding-left: 55px;
padding-bottom: 25px;
padding-right: 55px;
min-height: 50px;
background-position: center center;
}








#s-5bf8cd4c-778e-4eaa-ae1b-9fe2a99aa42e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bf8cd4c-778e-4eaa-ae1b-9fe2a99aa42e {
  cursor: pointer;
}#s-5bf8cd4c-778e-4eaa-ae1b-9fe2a99aa42e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9be01fdc-e7fa-4751-bc21-88a851a5a45e {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-9be01fdc-e7fa-4751-bc21-88a851a5a45e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9be01fdc-e7fa-4751-bc21-88a851a5a45e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9be01fdc-e7fa-4751-bc21-88a851a5a45e {
  
}
}@media (max-width: 767px){#s-9be01fdc-e7fa-4751-bc21-88a851a5a45e {
  margin-top: -29px;
margin-left: 1%;
margin-bottom: -29px;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-9be01fdc-e7fa-4751-bc21-88a851a5a45e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9be01fdc-e7fa-4751-bc21-88a851a5a45e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-9be01fdc-e7fa-4751-bc21-88a851a5a45e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-9be01fdc-e7fa-4751-bc21-88a851a5a45e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-b3dee2e1-9060-4b67-838e-d8431327e02b {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(237, 184, 221, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b3dee2e1-9060-4b67-838e-d8431327e02b {
  margin-bottom: 0px;
}
}







#s-b3dee2e1-9060-4b67-838e-d8431327e02b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3dee2e1-9060-4b67-838e-d8431327e02b {
  cursor: pointer;
}#s-b3dee2e1-9060-4b67-838e-d8431327e02b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e6be9dab-9258-4111-b3a7-3bb970059a69 {
  margin-top: 40px;
text-align: center;
}







  #s-e6be9dab-9258-4111-b3a7-3bb970059a69 img.shogun-image {
    

    
    
    
  }


#s-e6be9dab-9258-4111-b3a7-3bb970059a69 .shogun-image-content {
  
    align-items: center;
  
}

#s-a06bdc40-bc5e-4aac-afce-934a0f3dff2d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-a06bdc40-bc5e-4aac-afce-934a0f3dff2d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a06bdc40-bc5e-4aac-afce-934a0f3dff2d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a06bdc40-bc5e-4aac-afce-934a0f3dff2d {
  
}
}@media (max-width: 767px){#s-a06bdc40-bc5e-4aac-afce-934a0f3dff2d {
  
}
}
#s-e3f84080-5fb2-4093-aa36-f48b9713db68 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(237, 184, 221, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e3f84080-5fb2-4093-aa36-f48b9713db68 {
  display: none;
}
#s-e3f84080-5fb2-4093-aa36-f48b9713db68, #wrap-s-e3f84080-5fb2-4093-aa36-f48b9713db68 { display: none !important; }}







#s-e3f84080-5fb2-4093-aa36-f48b9713db68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3f84080-5fb2-4093-aa36-f48b9713db68.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9fe7a442-fe07-4137-9966-550ed74b7003 {
  margin-top: 40px;
text-align: center;
}







  #s-9fe7a442-fe07-4137-9966-550ed74b7003 img.shogun-image {
    

    
    
    
  }


#s-9fe7a442-fe07-4137-9966-550ed74b7003 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc0c7703-e9cc-4fa1-addb-0b7e9cc25727 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-dc0c7703-e9cc-4fa1-addb-0b7e9cc25727 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc0c7703-e9cc-4fa1-addb-0b7e9cc25727 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc0c7703-e9cc-4fa1-addb-0b7e9cc25727 {
  
}
}@media (max-width: 767px){#s-dc0c7703-e9cc-4fa1-addb-0b7e9cc25727 {
  
}
}
#s-291dc598-b3f1-4e45-96d5-1ddc34545817 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(237, 184, 221, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-291dc598-b3f1-4e45-96d5-1ddc34545817 {
  display: none;
}
#s-291dc598-b3f1-4e45-96d5-1ddc34545817, #wrap-s-291dc598-b3f1-4e45-96d5-1ddc34545817 { display: none !important; }}







#s-291dc598-b3f1-4e45-96d5-1ddc34545817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-291dc598-b3f1-4e45-96d5-1ddc34545817.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6181b7d1-aefd-4015-a171-7be18dcaf099 {
  margin-top: 40px;
text-align: center;
}







  #s-6181b7d1-aefd-4015-a171-7be18dcaf099 img.shogun-image {
    

    
    
    
  }


#s-6181b7d1-aefd-4015-a171-7be18dcaf099 .shogun-image-content {
  
    align-items: center;
  
}

#s-a09ac3b7-4d74-4429-a81d-0c46911ad435 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-a09ac3b7-4d74-4429-a81d-0c46911ad435 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a09ac3b7-4d74-4429-a81d-0c46911ad435 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a09ac3b7-4d74-4429-a81d-0c46911ad435 {
  
}
}@media (max-width: 767px){#s-a09ac3b7-4d74-4429-a81d-0c46911ad435 {
  
}
}
#s-247ac550-6263-4f30-bca9-120a2338bd6f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-247ac550-6263-4f30-bca9-120a2338bd6f {
  display: none;
}
#s-247ac550-6263-4f30-bca9-120a2338bd6f, #wrap-s-247ac550-6263-4f30-bca9-120a2338bd6f { display: none !important; }}
#s-247ac550-6263-4f30-bca9-120a2338bd6f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 3px;
  text-align: center;
}


#s-247ac550-6263-4f30-bca9-120a2338bd6f .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-247ac550-6263-4f30-bca9-120a2338bd6f .shogun-heading-component h1 {
  color: rgba(131, 51, 51, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 3px;
  text-align: center;
}


#s-247ac550-6263-4f30-bca9-120a2338bd6f .shogun-heading-component h1 a {
  color: rgba(131, 51, 51, 1);
}

}
#s-1f724a62-4cf8-4ffe-aeeb-1974083732f3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-1f724a62-4cf8-4ffe-aeeb-1974083732f3 {
  padding-left: 25px;
padding-right: 25px;
display: none;
}
#s-1f724a62-4cf8-4ffe-aeeb-1974083732f3, #wrap-s-1f724a62-4cf8-4ffe-aeeb-1974083732f3 { display: none !important; }}







#s-1f724a62-4cf8-4ffe-aeeb-1974083732f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f724a62-4cf8-4ffe-aeeb-1974083732f3 {
  cursor: pointer;
}#s-1f724a62-4cf8-4ffe-aeeb-1974083732f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fcb3386-717a-49a4-932d-fd930449fc65 {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}

#s-9fcb3386-717a-49a4-932d-fd930449fc65 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-9fcb3386-717a-49a4-932d-fd930449fc65 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}


}
#s-c2908e9e-1f2f-4859-bcc6-49243c7e92a0 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-c2908e9e-1f2f-4859-bcc6-49243c7e92a0 .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  
  letter-spacing: 2px;
  text-align: center;
}



#s-bec1397b-e765-4d7e-a054-ca6b4356cadc {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 55px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-bec1397b-e765-4d7e-a054-ca6b4356cadc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bec1397b-e765-4d7e-a054-ca6b4356cadc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bec1397b-e765-4d7e-a054-ca6b4356cadc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bec1397b-e765-4d7e-a054-ca6b4356cadc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5be12c13-c88f-4382-b063-896dac1e3d1c {
  text-align: center;
}







  #s-5be12c13-c88f-4382-b063-896dac1e3d1c img.shogun-image {
    

    
    
    
  }


#s-5be12c13-c88f-4382-b063-896dac1e3d1c .shogun-image-content {
  
    align-items: center;
  
}

#s-41ed6640-c424-4b26-8744-81358011ac5c {
  text-align: center;
}







  #s-41ed6640-c424-4b26-8744-81358011ac5c img.shogun-image {
    

    
    
    
  }


#s-41ed6640-c424-4b26-8744-81358011ac5c .shogun-image-content {
  
    align-items: center;
  
}

#s-155afb71-e3a5-4fb4-8dbf-c64529747e00 {
  box-shadow:1px 7px 15px 1px rgba(123, 132, 131, 1);
margin-top: 9px;
margin-bottom: 17px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(123, 132, 131, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
}
#s-155afb71-e3a5-4fb4-8dbf-c64529747e00:hover {box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(251, 243, 234, 1) !important;
border-radius: 0px !important;
background-color: rgba(216, 41, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-155afb71-e3a5-4fb4-8dbf-c64529747e00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-155afb71-e3a5-4fb4-8dbf-c64529747e00-root {
    text-align: center;
  }


#s-155afb71-e3a5-4fb4-8dbf-c64529747e00.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-155afb71-e3a5-4fb4-8dbf-c64529747e00-root {
    text-align: center;
  }


#s-155afb71-e3a5-4fb4-8dbf-c64529747e00.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-155afb71-e3a5-4fb4-8dbf-c64529747e00-root {
    text-align: center;
  }


#s-155afb71-e3a5-4fb4-8dbf-c64529747e00.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-155afb71-e3a5-4fb4-8dbf-c64529747e00-root {
    text-align: center;
  }


#s-155afb71-e3a5-4fb4-8dbf-c64529747e00.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-155afb71-e3a5-4fb4-8dbf-c64529747e00-root {
    text-align: center;
  }


#s-155afb71-e3a5-4fb4-8dbf-c64529747e00.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}
#s-396a31b1-f4d9-4e16-be5b-9d46f1323291 {
  min-height: 50px;
}
@media (max-width: 767px){#s-396a31b1-f4d9-4e16-be5b-9d46f1323291 {
  display: none;
}
#s-396a31b1-f4d9-4e16-be5b-9d46f1323291, #wrap-s-396a31b1-f4d9-4e16-be5b-9d46f1323291 { display: none !important; }}







#s-396a31b1-f4d9-4e16-be5b-9d46f1323291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-396a31b1-f4d9-4e16-be5b-9d46f1323291.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36cd9e3c-5809-427a-912d-430af2f03031 {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}

#s-36cd9e3c-5809-427a-912d-430af2f03031 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 39px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-36cd9e3c-5809-427a-912d-430af2f03031 .shogun-heading-component h2 {
  color: rgba(22, 2, 2, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 39px;
  
  
  text-align: center;
}


}
#s-26a573e0-3233-4258-8edb-95231a39956e {
  margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-26a573e0-3233-4258-8edb-95231a39956e .shogun-heading-component h5 {
  color: rgba(221, 60, 17, 1);
  font-weight:  700 ;
  font-family: "Ubuntu";
  font-style:  normal ;
  
  
  letter-spacing: 2px;
  text-align: center;
}



#s-287f8f87-44c7-49b1-af68-eba86c14d3dd {
  min-height: 50px;
background-color: rgba(253, 249, 246, 1);
}








#s-287f8f87-44c7-49b1-af68-eba86c14d3dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-287f8f87-44c7-49b1-af68-eba86c14d3dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-8d856000-46a9-4cab-8cf6-f0385734367a {
  display: none;
}
#s-8d856000-46a9-4cab-8cf6-f0385734367a, #wrap-s-8d856000-46a9-4cab-8cf6-f0385734367a { display: none !important; }}
@media (min-width: 0px) {
[id="s-8d856000-46a9-4cab-8cf6-f0385734367a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8d856000-46a9-4cab-8cf6-f0385734367a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8d856000-46a9-4cab-8cf6-f0385734367a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d856000-46a9-4cab-8cf6-f0385734367a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-8c47526f-523d-41be-a0a7-9efe7f154b21 {
  text-align: center;
}







  #s-8c47526f-523d-41be-a0a7-9efe7f154b21 img.shogun-image {
    

    
    
    
  }


#s-8c47526f-523d-41be-a0a7-9efe7f154b21 .shogun-image-content {
  
    align-items: center;
  
}

#s-53106fc2-6dd6-4be7-be54-77aeac3a8124 {
  text-align: center;
}







  #s-53106fc2-6dd6-4be7-be54-77aeac3a8124 img.shogun-image {
    

    
    
    
  }


#s-53106fc2-6dd6-4be7-be54-77aeac3a8124 .shogun-image-content {
  
    align-items: center;
  
}

#s-88d4d958-45fd-4b9e-86b3-53178715c1e0 {
  text-align: center;
}







  #s-88d4d958-45fd-4b9e-86b3-53178715c1e0 img.shogun-image {
    

    
    
    
  }


#s-88d4d958-45fd-4b9e-86b3-53178715c1e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b0d9f8f-9b36-493d-8aeb-92a72e54128c {
  text-align: center;
}







  #s-3b0d9f8f-9b36-493d-8aeb-92a72e54128c img.shogun-image {
    

    
    
    
  }


#s-3b0d9f8f-9b36-493d-8aeb-92a72e54128c .shogun-image-content {
  
    align-items: center;
  
}

#s-9996a55c-560d-4a3c-8329-0c7eb3194696 {
  text-align: center;
}







  #s-9996a55c-560d-4a3c-8329-0c7eb3194696 img.shogun-image {
    

    
    
    
  }


#s-9996a55c-560d-4a3c-8329-0c7eb3194696 .shogun-image-content {
  
    align-items: center;
  
}

#s-c62f1a0f-2c8d-4a81-b8b5-68b235ba0391 {
  text-align: center;
}







  #s-c62f1a0f-2c8d-4a81-b8b5-68b235ba0391 img.shogun-image {
    

    
    
    
  }


#s-c62f1a0f-2c8d-4a81-b8b5-68b235ba0391 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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}
