.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-4f05e28a-5101-409d-b651-da9b1efe3159 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-4f05e28a-5101-409d-b651-da9b1efe3159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f05e28a-5101-409d-b651-da9b1efe3159.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-3ac2c4f8-2c1b-4138-948a-4cae19be39e4 {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-3ac2c4f8-2c1b-4138-948a-4cae19be39e4 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-3ac2c4f8-2c1b-4138-948a-4cae19be39e4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3ac2c4f8-2c1b-4138-948a-4cae19be39e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3ac2c4f8-2c1b-4138-948a-4cae19be39e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3ac2c4f8-2c1b-4138-948a-4cae19be39e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3ac2c4f8-2c1b-4138-948a-4cae19be39e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ac2c4f8-2c1b-4138-948a-4cae19be39e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3ac2c4f8-2c1b-4138-948a-4cae19be39e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-7cfcf37c-c508-4055-ba08-f26369a59f45 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(236, 236, 236, 1);
border-style: solid;
border-radius: 25px;
min-height: 100%;
background-color: rgba(51, 190, 255, 0.07);
}








#s-7cfcf37c-c508-4055-ba08-f26369a59f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cfcf37c-c508-4055-ba08-f26369a59f45.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-3499672b-7c9d-4661-8aaa-c7db98272ced {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3499672b-7c9d-4661-8aaa-c7db98272ced .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: left;
}



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

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

.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-6d532782-87c3-4b01-917c-40a1098e4ebf {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-6d532782-87c3-4b01-917c-40a1098e4ebf {
  display: none;
}
#s-6d532782-87c3-4b01-917c-40a1098e4ebf, #wrap-s-6d532782-87c3-4b01-917c-40a1098e4ebf, #wrap-content-s-6d532782-87c3-4b01-917c-40a1098e4ebf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d532782-87c3-4b01-917c-40a1098e4ebf {
  display: none;
}
#s-6d532782-87c3-4b01-917c-40a1098e4ebf, #wrap-s-6d532782-87c3-4b01-917c-40a1098e4ebf, #wrap-content-s-6d532782-87c3-4b01-917c-40a1098e4ebf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d532782-87c3-4b01-917c-40a1098e4ebf {
  display: none;
}
#s-6d532782-87c3-4b01-917c-40a1098e4ebf, #wrap-s-6d532782-87c3-4b01-917c-40a1098e4ebf, #wrap-content-s-6d532782-87c3-4b01-917c-40a1098e4ebf { display: none !important; }}
#s-6d532782-87c3-4b01-917c-40a1098e4ebf .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6d532782-87c3-4b01-917c-40a1098e4ebf .shg-sld-nav-button.shg-sld-left,
#s-6d532782-87c3-4b01-917c-40a1098e4ebf .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  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-8ec02a25-0f53-41e4-a1a4-e783a2c59c7a {
  text-align: center;
}

#s-8ec02a25-0f53-41e4-a1a4-e783a2c59c7a {
  overflow: hidden;
}







  #s-8ec02a25-0f53-41e4-a1a4-e783a2c59c7a img.shogun-image {
    

    
    
    
  }


#s-8ec02a25-0f53-41e4-a1a4-e783a2c59c7a .shogun-image-content {
  
    justify-content: center;
  
}

#s-82eee6a8-de8b-49f5-8c88-ec080fda9a11 {
  text-align: center;
}
@media (min-width: 1200px){#s-82eee6a8-de8b-49f5-8c88-ec080fda9a11 {
  display: none;
}
#s-82eee6a8-de8b-49f5-8c88-ec080fda9a11, #wrap-s-82eee6a8-de8b-49f5-8c88-ec080fda9a11, #wrap-content-s-82eee6a8-de8b-49f5-8c88-ec080fda9a11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82eee6a8-de8b-49f5-8c88-ec080fda9a11 {
  display: none;
}
#s-82eee6a8-de8b-49f5-8c88-ec080fda9a11, #wrap-s-82eee6a8-de8b-49f5-8c88-ec080fda9a11, #wrap-content-s-82eee6a8-de8b-49f5-8c88-ec080fda9a11 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82eee6a8-de8b-49f5-8c88-ec080fda9a11 {
  display: none;
}
#s-82eee6a8-de8b-49f5-8c88-ec080fda9a11, #wrap-s-82eee6a8-de8b-49f5-8c88-ec080fda9a11, #wrap-content-s-82eee6a8-de8b-49f5-8c88-ec080fda9a11 { display: none !important; }}
#s-82eee6a8-de8b-49f5-8c88-ec080fda9a11 {
  overflow: hidden;
}







  #s-82eee6a8-de8b-49f5-8c88-ec080fda9a11 img.shogun-image {
    

    
    
    
  }


#s-82eee6a8-de8b-49f5-8c88-ec080fda9a11 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1b169284-2b1f-4963-855f-ad6934deec1d {
  text-align: center;
}
@media (min-width: 1200px){#s-1b169284-2b1f-4963-855f-ad6934deec1d {
  display: none;
}
#s-1b169284-2b1f-4963-855f-ad6934deec1d, #wrap-s-1b169284-2b1f-4963-855f-ad6934deec1d, #wrap-content-s-1b169284-2b1f-4963-855f-ad6934deec1d { display: none !important; }}
#s-1b169284-2b1f-4963-855f-ad6934deec1d {
  overflow: hidden;
}







  #s-1b169284-2b1f-4963-855f-ad6934deec1d img.shogun-image {
    

    
    
    
  }


#s-1b169284-2b1f-4963-855f-ad6934deec1d .shogun-image-content {
  
    justify-content: center;
  
}

#s-587bf54f-9449-4401-b462-6844bee6cef5 {
  text-align: center;
}

#s-587bf54f-9449-4401-b462-6844bee6cef5 {
  overflow: hidden;
}







  #s-587bf54f-9449-4401-b462-6844bee6cef5 img.shogun-image {
    

    
    
    
  }


#s-587bf54f-9449-4401-b462-6844bee6cef5 .shogun-image-content {
  
    justify-content: center;
  
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

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

.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-afe3d426-1f53-4963-acc5-df9de3cb967e {
  box-shadow:0px 5px 0px 0px rgba(180, 101, 0, 1);
margin-top: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-afe3d426-1f53-4963-acc5-df9de3cb967e:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-afe3d426-1f53-4963-acc5-df9de3cb967e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTc4OTlhMGYtMTMzZS00Yjg5LWEwOTktODc4NzUzOGE2NDVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1Nzg5OWEwZi0xMzNlLTRiODktYTA5OS04Nzg3NTM4YTY0NWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-afe3d426-1f53-4963-acc5-df9de3cb967e-root {
    text-align: center;
  }


#s-afe3d426-1f53-4963-acc5-df9de3cb967e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-afe3d426-1f53-4963-acc5-df9de3cb967e-root {
    text-align: center;
  }


#s-afe3d426-1f53-4963-acc5-df9de3cb967e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afe3d426-1f53-4963-acc5-df9de3cb967e-root {
    text-align: center;
  }


#s-afe3d426-1f53-4963-acc5-df9de3cb967e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afe3d426-1f53-4963-acc5-df9de3cb967e-root {
    text-align: center;
  }


#s-afe3d426-1f53-4963-acc5-df9de3cb967e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-afe3d426-1f53-4963-acc5-df9de3cb967e-root {
    text-align: center;
  }


#s-afe3d426-1f53-4963-acc5-df9de3cb967e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}
.atcbump-modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100vw; 
  height: 100vh; 
  overflow: auto;
  background-color: rgba(0,0,0,0.4); 
}

.atcbump-modal-content {
  width: calc(100% - 30px);
  max-width: 800px;
  margin: 15% auto;
  padding: 15px;
  border: 1px solid var(--color-dark-alpha-25);
  border-radius: 6px;
  background-color: var(--bs-light);

}

.atcbump-modal-content img {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.modal-body{
    margin-top:15px;
    margin-bottom:15px;
    font-family: var(--font-heading); 
}

.product-package-group {
    margin: 15px 0;
}

.product-subtitle {
    margin: 15px 0;
}
  
.product-package-selected-discount {
  font-family: var(--font-default); 
  color:var(--color-badge-sold-out);
  text-decoration: line-through;
}

.product-package-selected-price {
  margin-bottom: 25px;
 font-family: var(--font-default); 
 color:var(--color-price);
 font-weight: 700;
}

.product-package label {
   position: relative;
   display: block;
   margin-bottom: 15px;
   cursor: pointer;
   border: 4px solid transparent;
   border-radius: 6px;
   transition: ease 0.3s all;
}

.product-package label:hover {
    border: 4px dashed var(--color-badge-sale);
}

.product-package input[type="radio"]:checked + label {
    border-color: var(--color-badge-sale);
    background: var(--color-badge-sale);
}

.product-package input[type="radio"] + label:after {
    opacity: 0;
    content: 'SELECTED!';
    position: absolute;
    z-index: 100;
    top: -18px;
    right: 8px;
    padding: 5px 7px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    font-family: var(--font-heading); 
    border-radius: 6px;
    background: var(--color-badge-sale);
    transition: ease 0.3s all;
}
.product-package input[type="radio"] + label:before {
    content: '\2713';
    position: absolute;
    z-index: 101;
    top: 0;
    right: 15px;
    opacity: 0;
    font-size: 55px;
    color: var(--color-badge-sale);
    
}

.product-package input[type="radio"]:checked + label:after {
    opacity: 1;
}
.product-package input[type="radio"]:checked + label:before {
    opacity: 0.2;
}

.product-package label:empty,
.product-content:empty {
  display: none;
  margin: 0;
}
.product-subtitle{
  font-family: var(--font-heading); 
}
.product-title {
  font-family: var(--font-heading);
}
#s-82625fbc-44a0-46d7-825e-365cb5051347 {
  margin-top: 10px;
}

#s-f795bdd2-b565-4080-ab6b-2cc317802f3b {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 14px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(245, 20, 12, 0.7);
}
@media (max-width: 767px){#s-f795bdd2-b565-4080-ab6b-2cc317802f3b {
  margin-bottom: 10px;
border-radius: 20px;
}
}
#s-9ee6045a-93cc-4c4e-90ee-3691c208d084 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9ee6045a-93cc-4c4e-90ee-3691c208d084 {
  display: none;
}
#s-9ee6045a-93cc-4c4e-90ee-3691c208d084, #wrap-s-9ee6045a-93cc-4c4e-90ee-3691c208d084, #wrap-content-s-9ee6045a-93cc-4c4e-90ee-3691c208d084 { display: none !important; }}







#s-9ee6045a-93cc-4c4e-90ee-3691c208d084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ee6045a-93cc-4c4e-90ee-3691c208d084.shg-box.shg-c {
  justify-content: center;
}

#s-46b6f58f-d402-46b4-887e-7f47e069173d {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-46b6f58f-d402-46b4-887e-7f47e069173d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46b6f58f-d402-46b4-887e-7f47e069173d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-46b6f58f-d402-46b4-887e-7f47e069173d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-46b6f58f-d402-46b4-887e-7f47e069173d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-171d7fca-3af7-421f-824d-e55a9c1f45f6 {
  text-align: center;
}

#s-171d7fca-3af7-421f-824d-e55a9c1f45f6 {
  overflow: hidden;
}







  #s-171d7fca-3af7-421f-824d-e55a9c1f45f6 img.shogun-image {
    

    
    
    
  }


#s-171d7fca-3af7-421f-824d-e55a9c1f45f6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9e97836e-425c-4830-aa62-f7392d05f44e {
  text-align: center;
}

#s-9e97836e-425c-4830-aa62-f7392d05f44e {
  overflow: hidden;
}







  #s-9e97836e-425c-4830-aa62-f7392d05f44e img.shogun-image {
    

    
    
    
  }


#s-9e97836e-425c-4830-aa62-f7392d05f44e .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-ab5402b5-efc6-446d-8f4b-e29c29bedf5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab5402b5-efc6-446d-8f4b-e29c29bedf5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ab5402b5-efc6-446d-8f4b-e29c29bedf5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ab5402b5-efc6-446d-8f4b-e29c29bedf5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-69dbdfc9-737a-47af-8261-9c0614e8116e {
  text-align: center;
}

#s-69dbdfc9-737a-47af-8261-9c0614e8116e {
  overflow: hidden;
}







  #s-69dbdfc9-737a-47af-8261-9c0614e8116e img.shogun-image {
    

    
    
    
  }


#s-69dbdfc9-737a-47af-8261-9c0614e8116e .shogun-image-content {
  
    justify-content: center;
  
}

#s-e4e3ad88-8e70-4905-b76f-f1e023caac1f {
  text-align: center;
}

#s-e4e3ad88-8e70-4905-b76f-f1e023caac1f {
  overflow: hidden;
}







  #s-e4e3ad88-8e70-4905-b76f-f1e023caac1f img.shogun-image {
    

    
    
    
  }


#s-e4e3ad88-8e70-4905-b76f-f1e023caac1f .shogun-image-content {
  
    justify-content: center;
  
}

#s-44e6708a-0cf9-412a-8e70-3841290b95e0 {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-44e6708a-0cf9-412a-8e70-3841290b95e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44e6708a-0cf9-412a-8e70-3841290b95e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-44e6708a-0cf9-412a-8e70-3841290b95e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-44e6708a-0cf9-412a-8e70-3841290b95e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-44e6708a-0cf9-412a-8e70-3841290b95e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-44e6708a-0cf9-412a-8e70-3841290b95e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-44e6708a-0cf9-412a-8e70-3841290b95e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.0px);
}

}

#s-59152c57-c0f9-43d8-a92b-391913b51db6 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-59152c57-c0f9-43d8-a92b-391913b51db6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59152c57-c0f9-43d8-a92b-391913b51db6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-59152c57-c0f9-43d8-a92b-391913b51db6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-59152c57-c0f9-43d8-a92b-391913b51db6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-8696f8df-8fc8-422f-8e91-843b66ed9906 {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8696f8df-8fc8-422f-8e91-843b66ed9906 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8696f8df-8fc8-422f-8e91-843b66ed9906 {
  
}
}@media (max-width: 767px){#s-8696f8df-8fc8-422f-8e91-843b66ed9906 {
  margin-bottom: 15px;
display: none;
}
#s-8696f8df-8fc8-422f-8e91-843b66ed9906, #wrap-s-8696f8df-8fc8-422f-8e91-843b66ed9906, #wrap-content-s-8696f8df-8fc8-422f-8e91-843b66ed9906 { display: none !important; }}
#s-8696f8df-8fc8-422f-8e91-843b66ed9906 {
  overflow: hidden;
}







  #s-8696f8df-8fc8-422f-8e91-843b66ed9906 img.shogun-image {
    

    
    
    
  }


#s-8696f8df-8fc8-422f-8e91-843b66ed9906 .shogun-image-content {
  
    justify-content: center;
  
}

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

@media (min-width: 768px) and (max-width: 991px){#s-3c803f8e-9a64-4061-9469-650c96a20444 {
  
}
}@media (max-width: 767px){#s-3c803f8e-9a64-4061-9469-650c96a20444 {
  display: none;
}
#s-3c803f8e-9a64-4061-9469-650c96a20444, #wrap-s-3c803f8e-9a64-4061-9469-650c96a20444, #wrap-content-s-3c803f8e-9a64-4061-9469-650c96a20444 { display: none !important; }}
#s-c5fe2f3d-d30e-4090-aa02-26c3b81a1228 {
  margin-top: 5px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c5fe2f3d-d30e-4090-aa02-26c3b81a1228 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5fe2f3d-d30e-4090-aa02-26c3b81a1228 {
  
}
}@media (max-width: 767px){#s-c5fe2f3d-d30e-4090-aa02-26c3b81a1228 {
  margin-bottom: 15px;
display: none;
}
#s-c5fe2f3d-d30e-4090-aa02-26c3b81a1228, #wrap-s-c5fe2f3d-d30e-4090-aa02-26c3b81a1228, #wrap-content-s-c5fe2f3d-d30e-4090-aa02-26c3b81a1228 { display: none !important; }}
#s-c5fe2f3d-d30e-4090-aa02-26c3b81a1228 {
  overflow: hidden;
}







  #s-c5fe2f3d-d30e-4090-aa02-26c3b81a1228 img.shogun-image {
    

    
    
    
  }


#s-c5fe2f3d-d30e-4090-aa02-26c3b81a1228 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9616bf03-996b-4f56-a0a3-f1374e2f1a7b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(236, 236, 236, 1);
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-color: rgba(51, 190, 255, 0.07);
}
@media (max-width: 767px){#s-9616bf03-996b-4f56-a0a3-f1374e2f1a7b {
  margin-top: 15px;
}
}







#s-9616bf03-996b-4f56-a0a3-f1374e2f1a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9616bf03-996b-4f56-a0a3-f1374e2f1a7b.shg-box.shg-c {
  justify-content: center;
}

#s-f8607d84-5f9a-4277-9a6a-f39399940616 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8607d84-5f9a-4277-9a6a-f39399940616 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: left;
}



#s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0 {
  display: none;
}
#s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0, #wrap-s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0, #wrap-content-s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0 {
  display: none;
}
#s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0, #wrap-s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0, #wrap-content-s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0 {
  display: none;
}
#s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0, #wrap-s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0, #wrap-content-s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0 { display: none !important; }}
#s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0 .shg-sld-nav-button.shg-sld-left,
#s-d834a8db-b1e3-45ff-98ad-42ede4ea4ce0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-03c96570-530d-47b1-9ab1-2eac54b1bc8f {
  text-align: center;
}

#s-03c96570-530d-47b1-9ab1-2eac54b1bc8f {
  overflow: hidden;
}







  #s-03c96570-530d-47b1-9ab1-2eac54b1bc8f img.shogun-image {
    

    
    
    
  }


#s-03c96570-530d-47b1-9ab1-2eac54b1bc8f .shogun-image-content {
  
    justify-content: center;
  
}

#s-46f9d7e2-2632-488e-8bf6-7f8ea352edbe {
  text-align: center;
}

#s-46f9d7e2-2632-488e-8bf6-7f8ea352edbe {
  overflow: hidden;
}







  #s-46f9d7e2-2632-488e-8bf6-7f8ea352edbe img.shogun-image {
    

    
    
    
  }


#s-46f9d7e2-2632-488e-8bf6-7f8ea352edbe .shogun-image-content {
  
    justify-content: center;
  
}

#s-bdac9384-1644-4e95-a2ce-00c300a2b8e1 {
  text-align: center;
}
@media (min-width: 1200px){#s-bdac9384-1644-4e95-a2ce-00c300a2b8e1 {
  display: none;
}
#s-bdac9384-1644-4e95-a2ce-00c300a2b8e1, #wrap-s-bdac9384-1644-4e95-a2ce-00c300a2b8e1, #wrap-content-s-bdac9384-1644-4e95-a2ce-00c300a2b8e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdac9384-1644-4e95-a2ce-00c300a2b8e1 {
  display: none;
}
#s-bdac9384-1644-4e95-a2ce-00c300a2b8e1, #wrap-s-bdac9384-1644-4e95-a2ce-00c300a2b8e1, #wrap-content-s-bdac9384-1644-4e95-a2ce-00c300a2b8e1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bdac9384-1644-4e95-a2ce-00c300a2b8e1 {
  display: none;
}
#s-bdac9384-1644-4e95-a2ce-00c300a2b8e1, #wrap-s-bdac9384-1644-4e95-a2ce-00c300a2b8e1, #wrap-content-s-bdac9384-1644-4e95-a2ce-00c300a2b8e1 { display: none !important; }}
#s-bdac9384-1644-4e95-a2ce-00c300a2b8e1 {
  overflow: hidden;
}







  #s-bdac9384-1644-4e95-a2ce-00c300a2b8e1 img.shogun-image {
    

    
    
    
  }


#s-bdac9384-1644-4e95-a2ce-00c300a2b8e1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0f22d036-540a-46be-95c9-96aa33c645ed {
  box-shadow:0px 5px 0px 0px rgba(180, 101, 0, 1);
margin-top: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-0f22d036-540a-46be-95c9-96aa33c645ed:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f22d036-540a-46be-95c9-96aa33c645ed:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWIwMDAwNzctODdiYy00ZjQxLWEzZTUtNmQyNzkxMWYyOWMzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYjAwMDA3Ny04N2JjLTRmNDEtYTNlNS02ZDI3OTExZjI5YzMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-0f22d036-540a-46be-95c9-96aa33c645ed-root {
    text-align: center;
  }


#s-0f22d036-540a-46be-95c9-96aa33c645ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f22d036-540a-46be-95c9-96aa33c645ed-root {
    text-align: center;
  }


#s-0f22d036-540a-46be-95c9-96aa33c645ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f22d036-540a-46be-95c9-96aa33c645ed-root {
    text-align: center;
  }


#s-0f22d036-540a-46be-95c9-96aa33c645ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f22d036-540a-46be-95c9-96aa33c645ed-root {
    text-align: center;
  }


#s-0f22d036-540a-46be-95c9-96aa33c645ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f22d036-540a-46be-95c9-96aa33c645ed-root {
    text-align: center;
  }


#s-0f22d036-540a-46be-95c9-96aa33c645ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-36f9cce8-8bec-4a10-91bd-cb8bec1778dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36f9cce8-8bec-4a10-91bd-cb8bec1778dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-36f9cce8-8bec-4a10-91bd-cb8bec1778dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-36f9cce8-8bec-4a10-91bd-cb8bec1778dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-8c213d5a-325d-4063-957e-459b2fae14ab {
  margin-top: 25px;
padding-top: 8px;
padding-left: 22px;
padding-bottom: 8px;
padding-right: 22px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(141, 141, 141, 0.43);
border-style: solid;
border-radius: 6px;
background-color: rgba(255, 255, 255, 0.85);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 145, 0, 1);
}
#s-8c213d5a-325d-4063-957e-459b2fae14ab:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8c213d5a-325d-4063-957e-459b2fae14ab:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmVjM2ZmZTQtYzVlMS00NTIwLWJkYzEtZWM2ZjA3OGQ2OGE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZWMzZmZlNC1jNWUxLTQ1MjAtYmRjMS1lYzZmMDc4ZDY4YTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-8c213d5a-325d-4063-957e-459b2fae14ab-root {
    text-align: center;
  }


#s-8c213d5a-325d-4063-957e-459b2fae14ab.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8c213d5a-325d-4063-957e-459b2fae14ab-root {
    text-align: center;
  }


#s-8c213d5a-325d-4063-957e-459b2fae14ab.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c213d5a-325d-4063-957e-459b2fae14ab-root {
    text-align: center;
  }


#s-8c213d5a-325d-4063-957e-459b2fae14ab.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c213d5a-325d-4063-957e-459b2fae14ab-root {
    text-align: center;
  }


#s-8c213d5a-325d-4063-957e-459b2fae14ab.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8c213d5a-325d-4063-957e-459b2fae14ab-root {
    text-align: center;
  }


#s-8c213d5a-325d-4063-957e-459b2fae14ab.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-d70719ba-edf3-4737-9778-4370af8391bf {
  margin-top: 25px;
padding-top: 8px;
padding-left: 22px;
padding-bottom: 8px;
padding-right: 22px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 145, 0, 1);
border-style: solid;
border-radius: 6px;
background-color: rgba(255, 255, 255, 0.85);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 145, 0, 1);
}
#s-d70719ba-edf3-4737-9778-4370af8391bf:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d70719ba-edf3-4737-9778-4370af8391bf:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjk4NTFjNGQtZTI0OS00ZmI2LWJmMGEtMDQ1Njc1MGZiYzU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiOTg1MWM0ZC1lMjQ5LTRmYjYtYmYwYS0wNDU2NzUwZmJjNTcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-d70719ba-edf3-4737-9778-4370af8391bf-root {
    text-align: center;
  }


#s-d70719ba-edf3-4737-9778-4370af8391bf.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d70719ba-edf3-4737-9778-4370af8391bf-root {
    text-align: center;
  }


#s-d70719ba-edf3-4737-9778-4370af8391bf.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d70719ba-edf3-4737-9778-4370af8391bf-root {
    text-align: center;
  }


#s-d70719ba-edf3-4737-9778-4370af8391bf.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d70719ba-edf3-4737-9778-4370af8391bf-root {
    text-align: center;
  }


#s-d70719ba-edf3-4737-9778-4370af8391bf.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d70719ba-edf3-4737-9778-4370af8391bf-root {
    text-align: center;
  }


#s-d70719ba-edf3-4737-9778-4370af8391bf.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-c6939ea4-ba07-4f1f-b9fa-8ca0d0370c9d {
  margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
padding-top: 37px;
padding-bottom: 37px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.04);
border-style: solid;
border-radius: 25px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(12, 164, 245, 0.07);
}








#s-c6939ea4-ba07-4f1f-b9fa-8ca0d0370c9d > .shg-box-overlay {
  background-color: rgba(12, 164, 245, 0.8);
  opacity: 0;
  display: block;
}#s-c6939ea4-ba07-4f1f-b9fa-8ca0d0370c9d.shg-box.shg-c {
  justify-content: center;
}

#s-1b5b985a-eb89-40ab-be04-3da022640d85 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-1b5b985a-eb89-40ab-be04-3da022640d85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b5b985a-eb89-40ab-be04-3da022640d85.shg-box.shg-c {
  justify-content: center;
}

#s-357d12af-9c35-4ff0-929b-2dcb25d718c9 {
  margin-left: 23px;
margin-right: 23px;
}

@media (min-width: 0px) {
[id="s-357d12af-9c35-4ff0-929b-2dcb25d718c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-357d12af-9c35-4ff0-929b-2dcb25d718c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-357d12af-9c35-4ff0-929b-2dcb25d718c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-357d12af-9c35-4ff0-929b-2dcb25d718c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-357d12af-9c35-4ff0-929b-2dcb25d718c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-357d12af-9c35-4ff0-929b-2dcb25d718c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-357d12af-9c35-4ff0-929b-2dcb25d718c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-357d12af-9c35-4ff0-929b-2dcb25d718c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-357d12af-9c35-4ff0-929b-2dcb25d718c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-357d12af-9c35-4ff0-929b-2dcb25d718c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-ee90abce-b21e-4a74-b37d-098a2c09ce7e {
  text-align: center;
}

#s-ee90abce-b21e-4a74-b37d-098a2c09ce7e {
  overflow: hidden;
}







  #s-ee90abce-b21e-4a74-b37d-098a2c09ce7e img.shogun-image {
    

    
    
    
  }


#s-ee90abce-b21e-4a74-b37d-098a2c09ce7e .shogun-image-content {
  
    justify-content: center;
  
}

#s-13e23de6-7750-4621-9de0-a0ca20f92990 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13e23de6-7750-4621-9de0-a0ca20f92990 .shogun-heading-component h1 {
  color: rgba(10, 5, 5, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-ded83757-d703-4d3a-b6e8-a4c1d663748e {
  box-shadow:0px 5px 0px 0px rgba(180, 101, 0, 1);
margin-top: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-ded83757-d703-4d3a-b6e8-a4c1d663748e:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ded83757-d703-4d3a-b6e8-a4c1d663748e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTQyMDQ1ZGEtZjA5NC00YjI2LWFmNWUtZTk3NzI3M2NjZjg2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNDIwNDVkYS1mMDk0LTRiMjYtYWY1ZS1lOTc3MjczY2NmODYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-ded83757-d703-4d3a-b6e8-a4c1d663748e-root {
    text-align: center;
  }


#s-ded83757-d703-4d3a-b6e8-a4c1d663748e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ded83757-d703-4d3a-b6e8-a4c1d663748e-root {
    text-align: center;
  }


#s-ded83757-d703-4d3a-b6e8-a4c1d663748e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ded83757-d703-4d3a-b6e8-a4c1d663748e-root {
    text-align: center;
  }


#s-ded83757-d703-4d3a-b6e8-a4c1d663748e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ded83757-d703-4d3a-b6e8-a4c1d663748e-root {
    text-align: center;
  }


#s-ded83757-d703-4d3a-b6e8-a4c1d663748e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ded83757-d703-4d3a-b6e8-a4c1d663748e-root {
    text-align: center;
  }


#s-ded83757-d703-4d3a-b6e8-a4c1d663748e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-11c5e221-ce40-4c81-9067-e0b2405893cc {
  margin-top: 15px;
padding-top: 8px;
padding-left: 22px;
padding-bottom: 8px;
padding-right: 22px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(141, 141, 141, 0.43);
border-style: solid;
border-radius: 6px;
background-color: rgba(255, 255, 255, 0.85);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 145, 0, 1);
}
#s-11c5e221-ce40-4c81-9067-e0b2405893cc:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-11c5e221-ce40-4c81-9067-e0b2405893cc:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTE4YzllNDUtZGQ1OS00ZTUxLThjOTctOGZjNGJhYTMyOGFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMThjOWU0NS1kZDU5LTRlNTEtOGM5Ny04ZmM0YmFhMzI4YWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-11c5e221-ce40-4c81-9067-e0b2405893cc-root {
    text-align: center;
  }


#s-11c5e221-ce40-4c81-9067-e0b2405893cc.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-11c5e221-ce40-4c81-9067-e0b2405893cc-root {
    text-align: center;
  }


#s-11c5e221-ce40-4c81-9067-e0b2405893cc.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11c5e221-ce40-4c81-9067-e0b2405893cc-root {
    text-align: center;
  }


#s-11c5e221-ce40-4c81-9067-e0b2405893cc.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11c5e221-ce40-4c81-9067-e0b2405893cc-root {
    text-align: center;
  }


#s-11c5e221-ce40-4c81-9067-e0b2405893cc.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-11c5e221-ce40-4c81-9067-e0b2405893cc-root {
    text-align: center;
  }


#s-11c5e221-ce40-4c81-9067-e0b2405893cc.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-22d1e485-4f52-4729-abe1-3b8a19b16587 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 37px;
padding-bottom: 37px;
min-height: 50px;
background-position: center center;
}








#s-22d1e485-4f52-4729-abe1-3b8a19b16587 > .shg-box-overlay {
  background-color: rgba(12, 164, 245, 0.8);
  opacity: 1;
  display: block;
}#s-22d1e485-4f52-4729-abe1-3b8a19b16587.shg-box.shg-c {
  justify-content: center;
}

#s-aed18cd6-1d73-4d9a-8d1f-82dc22c1a885 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-aed18cd6-1d73-4d9a-8d1f-82dc22c1a885 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aed18cd6-1d73-4d9a-8d1f-82dc22c1a885.shg-box.shg-c {
  justify-content: center;
}

#s-86d9e548-b1fe-4b34-97b7-e43753aef7f3 {
  margin-left: 23px;
margin-right: 23px;
}

@media (min-width: 0px) {
[id="s-86d9e548-b1fe-4b34-97b7-e43753aef7f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86d9e548-b1fe-4b34-97b7-e43753aef7f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86d9e548-b1fe-4b34-97b7-e43753aef7f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86d9e548-b1fe-4b34-97b7-e43753aef7f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4571122a-d03e-46e1-9363-4160ba770907 {
  min-height: 50px;
}








#s-4571122a-d03e-46e1-9363-4160ba770907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4571122a-d03e-46e1-9363-4160ba770907.shg-box.shg-c {
  justify-content: center;
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-fa12efda-b839-4d32-a0bf-50544e9a828d .shg-product-reviews-container {
  
  font-size: 16px;
  color: #4E486D;
}

#s-fa12efda-b839-4d32-a0bf-50544e9a828d .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-fa12efda-b839-4d32-a0bf-50544e9a828d .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-fa12efda-b839-4d32-a0bf-50544e9a828d .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-fa12efda-b839-4d32-a0bf-50544e9a828d .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-fa12efda-b839-4d32-a0bf-50544e9a828d .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-fa12efda-b839-4d32-a0bf-50544e9a828d .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-fa12efda-b839-4d32-a0bf-50544e9a828d .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-fa12efda-b839-4d32-a0bf-50544e9a828d .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-d6f24823-ea07-4091-ad85-870a2f6fb11b {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-d6f24823-ea07-4091-ad85-870a2f6fb11b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6f24823-ea07-4091-ad85-870a2f6fb11b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6f24823-ea07-4091-ad85-870a2f6fb11b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6f24823-ea07-4091-ad85-870a2f6fb11b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6f24823-ea07-4091-ad85-870a2f6fb11b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6f24823-ea07-4091-ad85-870a2f6fb11b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6f24823-ea07-4091-ad85-870a2f6fb11b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-984d974f-858b-4498-814f-81f13a37e0ea {
  margin-bottom: 11px;
border-radius: 500px;
max-width: 40px;
text-align: center;
}

#s-984d974f-858b-4498-814f-81f13a37e0ea {
  overflow: hidden;
}







  #s-984d974f-858b-4498-814f-81f13a37e0ea img.shogun-image {
    

    
    
    
  }


#s-984d974f-858b-4498-814f-81f13a37e0ea .shogun-image-content {
  
    justify-content: center;
  
}

#s-a6ef81f4-c3b8-40bb-b769-f2a23ca13fc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a6ef81f4-c3b8-40bb-b769-f2a23ca13fc1 .shogun-heading-component h6 {
  color: rgba(250, 246, 246, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-52006418-0202-413a-8678-aafc6d02288b {
  min-height: 50px;
}








#s-52006418-0202-413a-8678-aafc6d02288b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52006418-0202-413a-8678-aafc6d02288b.shg-box.shg-c {
  justify-content: center;
}

#s-22612205-6884-481f-9bf9-5ce94a86666e .shg-product-reviews-container {
  
  font-size: 16px;
  color: #4E486D;
}

#s-22612205-6884-481f-9bf9-5ce94a86666e .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-22612205-6884-481f-9bf9-5ce94a86666e .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-22612205-6884-481f-9bf9-5ce94a86666e .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-22612205-6884-481f-9bf9-5ce94a86666e .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-22612205-6884-481f-9bf9-5ce94a86666e .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-22612205-6884-481f-9bf9-5ce94a86666e .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-22612205-6884-481f-9bf9-5ce94a86666e .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-22612205-6884-481f-9bf9-5ce94a86666e .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-22eddc49-73cb-45ab-bb78-71f23572d994 {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-22eddc49-73cb-45ab-bb78-71f23572d994"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22eddc49-73cb-45ab-bb78-71f23572d994"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-22eddc49-73cb-45ab-bb78-71f23572d994"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-22eddc49-73cb-45ab-bb78-71f23572d994"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-22eddc49-73cb-45ab-bb78-71f23572d994"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-22eddc49-73cb-45ab-bb78-71f23572d994"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-22eddc49-73cb-45ab-bb78-71f23572d994"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-e4330ce5-eab6-4f7d-873e-12dad30d9c52 {
  margin-bottom: 11px;
border-radius: 500px;
max-width: 40px;
text-align: center;
}

#s-e4330ce5-eab6-4f7d-873e-12dad30d9c52 {
  overflow: hidden;
}







  #s-e4330ce5-eab6-4f7d-873e-12dad30d9c52 img.shogun-image {
    

    
    
    
  }


#s-e4330ce5-eab6-4f7d-873e-12dad30d9c52 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6f114117-f63e-43ba-b84f-272f49d1c764 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f114117-f63e-43ba-b84f-272f49d1c764 .shogun-heading-component h6 {
  color: rgba(250, 246, 246, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-4076d235-051c-4e80-b7c5-a498cf25e1fb {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 75px;
padding-bottom: 75px;
min-height: 50px;
background-position: center center;
}

#s-4076d235-051c-4e80-b7c5-a498cf25e1fb {
  background-image: url(https://i.shgcdn.com/07541265-f98f-4f1a-97d8-bde2060b0ec1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4076d235-051c-4e80-b7c5-a498cf25e1fb > .shg-box-overlay {
  background-color: rgba(42, 157, 255, 1);
  opacity: 0.8;
  display: block;
}#s-4076d235-051c-4e80-b7c5-a498cf25e1fb.shg-box.shg-c {
  justify-content: center;
}

#s-b7becf33-6c35-47bc-b74c-c984bf171882 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-b7becf33-6c35-47bc-b74c-c984bf171882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7becf33-6c35-47bc-b74c-c984bf171882.shg-box.shg-c {
  justify-content: center;
}

#s-de2b15f4-81c2-43a3-be8c-fb129196d615 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de2b15f4-81c2-43a3-be8c-fb129196d615 .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6b32aa39-46a6-4bc6-985b-6fd47ad04edb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b32aa39-46a6-4bc6-985b-6fd47ad04edb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



/*
  $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;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

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