.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-e9931d1c-05c7-4390-ac55-802c5a1ed345 {
  min-height: 50px;
}








#s-e9931d1c-05c7-4390-ac55-802c5a1ed345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9931d1c-05c7-4390-ac55-802c5a1ed345.shg-box.shg-c {
  justify-content: center;
}

.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;
  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;
}
#s-2e715fba-5b25-4c73-afd0-720c56955d7d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 7px;
max-width: 240px;
text-align: center;
}




  #s-2e715fba-5b25-4c73-afd0-720c56955d7d img.shogun-image {
    
    width: px;
  }


#s-2e715fba-5b25-4c73-afd0-720c56955d7d .shogun-image-content {
  
    align-items: center;
  
}

#s-369421bd-c476-4aaa-a93b-bc2fa3f0b483 {
  background-image: url(https://i.shgcdn.com/f1d90142-796f-40b5-b0d0-e7f58af6040a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 460px;
background-position: center center;
}








#s-369421bd-c476-4aaa-a93b-bc2fa3f0b483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-369421bd-c476-4aaa-a93b-bc2fa3f0b483.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;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-29eab7b9-5812-4285-a188-780f89a09dee {
  padding-top: 22px;
padding-bottom: 22px;
text-align: center;
}

#s-29eab7b9-5812-4285-a188-780f89a09dee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-29eab7b9-5812-4285-a188-780f89a09dee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-27b37bd4-bf10-4982-910f-086abc8dfc24 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-27b37bd4-bf10-4982-910f-086abc8dfc24 img.shogun-image {
    
    width: px;
  }


#s-27b37bd4-bf10-4982-910f-086abc8dfc24 .shogun-image-content {
  
    align-items: center;
  
}

#s-adddd976-a5e5-416f-ba55-61b29b7ee041 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-adddd976-a5e5-416f-ba55-61b29b7ee041 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adddd976-a5e5-416f-ba55-61b29b7ee041.shg-box.shg-c {
  justify-content: center;
}

#s-83fd98cd-3409-4bff-ae5b-a70a66a94f6c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-83fd98cd-3409-4bff-ae5b-a70a66a94f6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83fd98cd-3409-4bff-ae5b-a70a66a94f6c.shg-box.shg-c {
  justify-content: center;
}

#s-94239735-b42b-4d30-9a65-dc5d5adad3b0 {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}








#s-94239735-b42b-4d30-9a65-dc5d5adad3b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94239735-b42b-4d30-9a65-dc5d5adad3b0.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;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9b166924-74e2-418e-9f86-b4f284694c5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e8338837-9c30-4384-94b1-5e6856a43791 {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}








#s-e8338837-9c30-4384-94b1-5e6856a43791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8338837-9c30-4384-94b1-5e6856a43791.shg-box.shg-c {
  justify-content: center;
}

#s-03d88a60-a77a-425d-a36b-20b92c72c00b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03d88a60-a77a-425d-a36b-20b92c72c00b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  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.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-8331deff-7587-40db-ab58-125f02b30d00 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 15px;
padding-left: 65px;
padding-bottom: 15px;
padding-right: 65px;
border-radius: 2px;
background-color: rgba(251, 174, 37, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 1px;
}
#s-8331deff-7587-40db-ab58-125f02b30d00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8331deff-7587-40db-ab58-125f02b30d00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8331deff-7587-40db-ab58-125f02b30d00.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-ff84fb53-e328-471c-ab33-e10f183fe477 {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}








#s-ff84fb53-e328-471c-ab33-e10f183fe477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff84fb53-e328-471c-ab33-e10f183fe477.shg-box.shg-c {
  justify-content: center;
}

#s-b4500bd4-fc52-4838-8d9d-97dbd4ca38c2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b4500bd4-fc52-4838-8d9d-97dbd4ca38c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4500bd4-fc52-4838-8d9d-97dbd4ca38c2.shg-box.shg-c {
  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 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;
  font-weight: normal;
  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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-5a44327d-5568-4080-b1f2-4e3bdfe8ad4d {
  margin-left: 50px;
margin-right: 50px;
}

#s-cdcae993-f480-4366-92fb-9b2dd333194f {
  margin-top: 20px;
margin-left: 59px;
margin-bottom: 20px;
margin-right: 59px;
}

@media (min-width: 0px) {
[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cdcae993-f480-4366-92fb-9b2dd333194f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3847989e-acc2-4b43-ae9d-f01acbd7c149 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3847989e-acc2-4b43-ae9d-f01acbd7c149 .shogun-icon-wrapper {
  text-align: right;
}


#s-3847989e-acc2-4b43-ae9d-f01acbd7c149 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(83, 141, 140, 1);
}
@media (max-width: 767px){#s-3847989e-acc2-4b43-ae9d-f01acbd7c149 .shogun-icon-wrapper {
  text-align: left;
}


#s-3847989e-acc2-4b43-ae9d-f01acbd7c149 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(83, 141, 140, 1);
}
}
#s-817797af-427c-43ed-9cdc-0ae8e6e2cf9a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988 {
  margin-top: 20px;
margin-left: 59px;
margin-bottom: 20px;
margin-right: 59px;
}

@media (min-width: 0px) {
[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-216fd9c7-0db1-4586-bfa6-f4fbf02cd988"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8d50b2b6-bc88-45a0-bc70-37132efe862c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8d50b2b6-bc88-45a0-bc70-37132efe862c .shogun-icon-wrapper {
  text-align: right;
}


#s-8d50b2b6-bc88-45a0-bc70-37132efe862c .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(83, 141, 140, 1);
}
@media (max-width: 767px){#s-8d50b2b6-bc88-45a0-bc70-37132efe862c .shogun-icon-wrapper {
  text-align: left;
}


#s-8d50b2b6-bc88-45a0-bc70-37132efe862c .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(83, 141, 140, 1);
}
}
#s-87f3b895-dd09-47ea-91fb-b8935099ddd1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1ec00e98-a9c0-4f08-9fed-09fa3a631081 {
  margin-top: 20px;
margin-left: 59px;
margin-bottom: 20px;
margin-right: 59px;
}

@media (min-width: 0px) {
[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1ec00e98-a9c0-4f08-9fed-09fa3a631081"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-339783c3-861e-4efd-a1ee-d16b7e75e1b5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-339783c3-861e-4efd-a1ee-d16b7e75e1b5 .shogun-icon-wrapper {
  text-align: right;
}


#s-339783c3-861e-4efd-a1ee-d16b7e75e1b5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(83, 141, 140, 1);
}
@media (max-width: 767px){#s-339783c3-861e-4efd-a1ee-d16b7e75e1b5 .shogun-icon-wrapper {
  text-align: left;
}


#s-339783c3-861e-4efd-a1ee-d16b7e75e1b5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(83, 141, 140, 1);
}
}
#s-0feb246e-df4f-4071-a3cd-873b9962e470 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18 {
  margin-top: 20px;
margin-left: 59px;
margin-bottom: 20px;
margin-right: 59px;
}

@media (min-width: 0px) {
[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c6a2116-62a3-4bf9-94ce-1f35253a6e18"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-21207d48-471c-4267-9d69-46e03dffdfee {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-21207d48-471c-4267-9d69-46e03dffdfee .shogun-icon-wrapper {
  text-align: right;
}


#s-21207d48-471c-4267-9d69-46e03dffdfee .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(83, 141, 140, 1);
}
@media (max-width: 767px){#s-21207d48-471c-4267-9d69-46e03dffdfee .shogun-icon-wrapper {
  text-align: left;
}


#s-21207d48-471c-4267-9d69-46e03dffdfee .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(83, 141, 140, 1);
}
}
#s-abb84263-2298-4ca7-9d54-0d6b096cf1ce {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7280f416-a255-4b3f-ba89-3ca071200459 {
  margin-top: 20px;
margin-left: 59px;
margin-bottom: 20px;
margin-right: 59px;
}

@media (min-width: 0px) {
[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7280f416-a255-4b3f-ba89-3ca071200459"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7904c537-e396-4d2b-8a22-a55d7269cdfc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7904c537-e396-4d2b-8a22-a55d7269cdfc .shogun-icon-wrapper {
  text-align: right;
}


#s-7904c537-e396-4d2b-8a22-a55d7269cdfc .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(83, 141, 140, 1);
}
@media (max-width: 767px){#s-7904c537-e396-4d2b-8a22-a55d7269cdfc .shogun-icon-wrapper {
  text-align: left;
}


#s-7904c537-e396-4d2b-8a22-a55d7269cdfc .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(83, 141, 140, 1);
}
}
#s-e8dbf012-ed3b-4cc0-9792-c695e0d835e4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-893cd352-454d-4840-a4f0-d4123cd7806c {
  min-height: 50px;
}








#s-893cd352-454d-4840-a4f0-d4123cd7806c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-893cd352-454d-4840-a4f0-d4123cd7806c.shg-box.shg-c {
  justify-content: center;
}

#s-05422599-7096-478c-83d5-83601b824aaf {
  padding-left: 80px;
padding-right: 80px;
}

#s-05422599-7096-478c-83d5-83601b824aaf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a00302d7-5f53-4eea-8e94-f0df6ffbe186 {
  min-height: 50px;
}








#s-a00302d7-5f53-4eea-8e94-f0df6ffbe186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a00302d7-5f53-4eea-8e94-f0df6ffbe186.shg-box.shg-c {
  justify-content: center;
}

#s-4e35a308-6a70-46ab-8c08-7fb50076293a {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}

#s-4e35a308-6a70-46ab-8c08-7fb50076293a .shogun-heading-component h1 {
  color: rgba(110, 110, 110, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5caef903-1ad3-4adb-a739-517174c970d4 {
  min-height: 50px;
}








#s-5caef903-1ad3-4adb-a739-517174c970d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5caef903-1ad3-4adb-a739-517174c970d4.shg-box.shg-c {
  justify-content: center;
}

#s-2ec25371-8e7b-47f6-ad67-556256493ef3 {
  min-height: 50px;
}








#s-2ec25371-8e7b-47f6-ad67-556256493ef3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ec25371-8e7b-47f6-ad67-556256493ef3.shg-box.shg-c {
  justify-content: center;
}

#s-82442631-a3b4-42d8-a912-3c39dce518a3 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 300px;
background-position: center center;
}








#s-82442631-a3b4-42d8-a912-3c39dce518a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82442631-a3b4-42d8-a912-3c39dce518a3.shg-box.shg-c {
  justify-content: center;
}

#s-669fd4ff-f4f7-4c4e-833a-c2792ccb5f71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-669fd4ff-f4f7-4c4e-833a-c2792ccb5f71 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-669fd4ff-f4f7-4c4e-833a-c2792ccb5f71 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 39px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-4c885653-a05d-4165-991d-66712636d50d {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4c885653-a05d-4165-991d-66712636d50d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ecf07918-2795-44aa-b2d4-121855e8bd0b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecf07918-2795-44aa-b2d4-121855e8bd0b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-82a39535-1e7f-4a80-a3a4-da7c10e44436 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
max-width: 200px;
text-align: center;
}




  #s-82a39535-1e7f-4a80-a3a4-da7c10e44436 img.shogun-image {
    
    width: px;
  }


#s-82a39535-1e7f-4a80-a3a4-da7c10e44436 .shogun-image-content {
  
    align-items: center;
  
}

#s-178e1a52-0705-4eb7-98ea-4a1b3a46d78d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 174, 37, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 1px;
}
#s-178e1a52-0705-4eb7-98ea-4a1b3a46d78d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-178e1a52-0705-4eb7-98ea-4a1b3a46d78d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-178e1a52-0705-4eb7-98ea-4a1b3a46d78d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-102afb57-5216-4550-8c09-e32d2d29c063 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-102afb57-5216-4550-8c09-e32d2d29c063 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5372b232-4cf7-4440-bde4-1395c9cc009a {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
max-width: 320px;
text-align: center;
}




  #s-5372b232-4cf7-4440-bde4-1395c9cc009a img.shogun-image {
    
    width: px;
  }


#s-5372b232-4cf7-4440-bde4-1395c9cc009a .shogun-image-content {
  
    align-items: center;
  
}

#s-1cf36a85-7860-4727-8514-ade3aa8ac11e {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 174, 37, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 1px;
}
#s-1cf36a85-7860-4727-8514-ade3aa8ac11e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cf36a85-7860-4727-8514-ade3aa8ac11e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1cf36a85-7860-4727-8514-ade3aa8ac11e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-f945f0f6-893a-4d0c-a0b9-cb49caddf0ed {
  min-height: 50px;
}








#s-f945f0f6-893a-4d0c-a0b9-cb49caddf0ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f945f0f6-893a-4d0c-a0b9-cb49caddf0ed.shg-box.shg-c {
  justify-content: center;
}

#s-1dd22a91-fd3e-482a-b24e-e6f9d8173dfa {
  min-height: 100px;
}








#s-1dd22a91-fd3e-482a-b24e-e6f9d8173dfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dd22a91-fd3e-482a-b24e-e6f9d8173dfa.shg-box.shg-c {
  justify-content: center;
}

#s-9371277f-cc37-4b8a-9b01-faa325d9a9da {
  margin-left: 30px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9371277f-cc37-4b8a-9b01-faa325d9a9da .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-9371277f-cc37-4b8a-9b01-faa325d9a9da .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-b7833b8e-5b41-4737-8a78-4d25e94847f5 {
  min-height: 50px;
}








#s-b7833b8e-5b41-4737-8a78-4d25e94847f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7833b8e-5b41-4737-8a78-4d25e94847f5.shg-box.shg-c {
  justify-content: center;
}

#s-4fc428b6-0416-449f-98f2-7b1483b9a21f {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-4fc428b6-0416-449f-98f2-7b1483b9a21f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fc428b6-0416-449f-98f2-7b1483b9a21f.shg-box.shg-c {
  justify-content: center;
}

#s-7afb373f-bfd7-4dbe-a50f-e65bc5868673 {
  margin-left: 30px;
margin-right: 30px;
min-height: 300px;
}

@media (min-width: 0px) {
[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7afb373f-bfd7-4dbe-a50f-e65bc5868673"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f2883eed-1bd8-4345-bfa7-397e19b867a8 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-313a3c21-fac3-42e2-9641-d95edef23df0 {
  margin-bottom: 10px;
text-align: center;
}


.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 {
  max-width: 100%;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 .shg-image-zoom,
.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 {
  max-width: 100%;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 .shg-image-zoom,
.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 {
  max-width: 100%;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 .shg-image-zoom,
.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 {
  max-width: 100%;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 .shg-image-zoom,
.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 {
  max-width: 100%;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 .shg-image-zoom,
.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-313a3c21-fac3-42e2-9641-d95edef23df0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5149bc8d-e3f7-45f4-a444-caffc9804e45 {
  display: none;
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-6aba32a4-50e3-4c16-9831-82f8e84bcd4f {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6aba32a4-50e3-4c16-9831-82f8e84bcd4f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:   ;
  font-size: 28px;
}

#s-ec9f0cb0-e577-4f7f-8cbc-e6a979b0d3a5 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec9f0cb0-e577-4f7f-8cbc-e6a979b0d3a5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0ed5dec6-483b-4602-b4ed-f34038b82868 {
  margin-top: 5px;
margin-left: 15px;
margin-bottom: 5px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-99db7609-dba4-465c-99de-f516ca62ec0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-aa9aa45a-062f-47be-932f-f1e0c6a58042 {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}

#s-aa9aa45a-062f-47be-932f-f1e0c6a58042 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-aa9aa45a-062f-47be-932f-f1e0c6a58042 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-aa9aa45a-062f-47be-932f-f1e0c6a58042 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-aa9aa45a-062f-47be-932f-f1e0c6a58042 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-8b7f10f2-f301-4cc2-ad28-fd418da353d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b7f10f2-f301-4cc2-ad28-fd418da353d6 .shg-product-sold-out {
  display: none;
  color: rgba(244, 16, 16, 1);
  font-size: 18px;
}

#s-8b7f10f2-f301-4cc2-ad28-fd418da353d6 .shg-product-price {
  color: rgba(244, 16, 16, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8b7f10f2-f301-4cc2-ad28-fd418da353d6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-ec6325c9-cac8-4256-8c4a-e6549344d4df {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 174, 37, 1);
text-align: center;
cursor: pointer;
}
#s-ec6325c9-cac8-4256-8c4a-e6549344d4df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec6325c9-cac8-4256-8c4a-e6549344d4df:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec6325c9-cac8-4256-8c4a-e6549344d4df {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec6325c9-cac8-4256-8c4a-e6549344d4df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec6325c9-cac8-4256-8c4a-e6549344d4df.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-ec6325c9-cac8-4256-8c4a-e6549344d4df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a1424925-135c-4439-a261-b238bdde1f9a {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-a1424925-135c-4439-a261-b238bdde1f9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1424925-135c-4439-a261-b238bdde1f9a.shg-box.shg-c {
  justify-content: center;
}

#s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb {
  margin-left: 30px;
margin-right: 30px;
min-height: 300px;
}

@media (min-width: 0px) {
[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ba03377-0dd3-44e3-b1cb-6cc0adb761eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ca941377-dc82-471e-a718-bdea71a54859 {
  display: none;
}
#s-72c0edb4-37e0-40e4-9843-36e4f72e36df {
  margin-bottom: 10px;
text-align: center;
}


.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df {
  max-width: 100%;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df .shg-image-zoom,
.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df {
  max-width: 100%;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df .shg-image-zoom,
.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df {
  max-width: 100%;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df .shg-image-zoom,
.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df {
  max-width: 100%;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df .shg-image-zoom,
.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df {
  max-width: 100%;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df .shg-image-zoom,
.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-72c0edb4-37e0-40e4-9843-36e4f72e36df .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-521adf88-8ad3-43a3-b03f-756f64620f8d {
  display: none;
}
#s-933dee5c-fedf-4532-bd70-b5545988c0d3 {
  margin-top: 10px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-933dee5c-fedf-4532-bd70-b5545988c0d3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:   ;
  font-size: 24px;
}

#s-872a5edf-34cb-4a20-b493-188e3dc5285f {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-872a5edf-34cb-4a20-b493-188e3dc5285f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ade9577a-fce4-4f4c-8239-5625455d6aee {
  margin-top: 5px;
margin-left: 15px;
margin-bottom: 5px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f6b2fa8a-3ec6-4cb4-ae21-adc664a39e91"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c10968c2-93c7-4c87-9775-85fd084b3887 {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}

#s-c10968c2-93c7-4c87-9775-85fd084b3887 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c10968c2-93c7-4c87-9775-85fd084b3887 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c10968c2-93c7-4c87-9775-85fd084b3887 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c10968c2-93c7-4c87-9775-85fd084b3887 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-d78be535-fc05-4098-9e3c-9e20d8a0fdc2 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d78be535-fc05-4098-9e3c-9e20d8a0fdc2 .shg-product-sold-out {
  display: none;
  color: rgba(244, 16, 16, 1);
  font-size: 20px;
}

#s-d78be535-fc05-4098-9e3c-9e20d8a0fdc2 .shg-product-price {
  color: rgba(244, 16, 16, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 20px;
}

#s-d78be535-fc05-4098-9e3c-9e20d8a0fdc2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-25a3cb3e-3873-4211-8cac-1a664c577098 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 174, 37, 1);
text-align: center;
cursor: pointer;
}
#s-25a3cb3e-3873-4211-8cac-1a664c577098:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25a3cb3e-3873-4211-8cac-1a664c577098:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-25a3cb3e-3873-4211-8cac-1a664c577098 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25a3cb3e-3873-4211-8cac-1a664c577098.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25a3cb3e-3873-4211-8cac-1a664c577098.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-25a3cb3e-3873-4211-8cac-1a664c577098.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2adeece1-0171-4532-9bcf-c8994ad8c618 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-2adeece1-0171-4532-9bcf-c8994ad8c618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2adeece1-0171-4532-9bcf-c8994ad8c618.shg-box.shg-c {
  justify-content: center;
}

#s-ce1def5e-48fe-43d8-b433-787b78d32bb4 {
  margin-left: 30px;
margin-right: 30px;
min-height: 300px;
}

@media (min-width: 0px) {
[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce1def5e-48fe-43d8-b433-787b78d32bb4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-890ba05d-f81a-4e7c-a65e-0f2736dcd765 {
  display: none;
}
#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 {
  margin-bottom: 10px;
text-align: center;
}


.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 {
  max-width: 100%;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 .shg-image-zoom,
.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 {
  max-width: 100%;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 .shg-image-zoom,
.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 {
  max-width: 100%;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 .shg-image-zoom,
.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 {
  max-width: 100%;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 .shg-image-zoom,
.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 {
  max-width: 100%;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 .shg-image-zoom,
.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-a3a57efc-2093-4503-9e65-f96d4623d9a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-94458a98-8d36-405b-aa4d-62370285f7af {
  display: none;
}
#s-5f844fb6-7e63-4ee5-ac36-dd75001d6c97 {
  margin-top: 10px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f844fb6-7e63-4ee5-ac36-dd75001d6c97 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Libre Baskerville;
  font-style:   ;
  font-size: 24px;
}

#s-eb5cebf2-1f51-4da3-9535-3eeacbe9c8eb {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb5cebf2-1f51-4da3-9535-3eeacbe9c8eb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8977018d-e686-4cf5-b369-37ec190a0cf1 {
  margin-top: 5px;
margin-left: 15px;
margin-bottom: 5px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5cb0346d-22c3-4e34-b913-2053e2ccbac4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a3291199-8320-4b5c-89c6-82aeacec739d {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}

#s-a3291199-8320-4b5c-89c6-82aeacec739d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a3291199-8320-4b5c-89c6-82aeacec739d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a3291199-8320-4b5c-89c6-82aeacec739d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a3291199-8320-4b5c-89c6-82aeacec739d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-68d36a07-a341-452e-9e81-147a02be9767 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68d36a07-a341-452e-9e81-147a02be9767 .shg-product-sold-out {
  display: none;
  color: rgba(244, 16, 16, 1);
  font-size: 20px;
}

#s-68d36a07-a341-452e-9e81-147a02be9767 .shg-product-price {
  color: rgba(244, 16, 16, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 20px;
}

#s-68d36a07-a341-452e-9e81-147a02be9767 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9a9466a4-1df1-46e2-975e-08ad64a78b10 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 174, 37, 1);
text-align: center;
cursor: pointer;
}
#s-9a9466a4-1df1-46e2-975e-08ad64a78b10:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a9466a4-1df1-46e2-975e-08ad64a78b10:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a9466a4-1df1-46e2-975e-08ad64a78b10 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a9466a4-1df1-46e2-975e-08ad64a78b10.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a9466a4-1df1-46e2-975e-08ad64a78b10.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-9a9466a4-1df1-46e2-975e-08ad64a78b10.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d48d4390-a5f4-4321-a7de-6a7d810edbeb {
  min-height: 50px;
}








#s-d48d4390-a5f4-4321-a7de-6a7d810edbeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d48d4390-a5f4-4321-a7de-6a7d810edbeb.shg-box.shg-c {
  justify-content: center;
}

#s-d0098d71-bc23-4a81-a679-f4e65e48f6a4 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (max-width: 767px){#s-d0098d71-bc23-4a81-a679-f4e65e48f6a4 {
  display: none;
}
#s-d0098d71-bc23-4a81-a679-f4e65e48f6a4, #wrap-s-d0098d71-bc23-4a81-a679-f4e65e48f6a4 { display:none !important; }}







#s-d0098d71-bc23-4a81-a679-f4e65e48f6a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0098d71-bc23-4a81-a679-f4e65e48f6a4.shg-box.shg-c {
  justify-content: flex-end;
}

#s-03e6ac3c-e272-4be0-b932-ae755cc550ef {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03e6ac3c-e272-4be0-b932-ae755cc550ef .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1bdfdd74-db54-432c-800e-743456000be6 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1bdfdd74-db54-432c-800e-743456000be6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2f3b1446-8d6b-41e1-9e69-c4d4fd53b00a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 174, 37, 1);
text-align: right;
text-decoration: none;
hover-type: color;
letter-spacing: 1px;
}
#s-2f3b1446-8d6b-41e1-9e69-c4d4fd53b00a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f3b1446-8d6b-41e1-9e69-c4d4fd53b00a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2f3b1446-8d6b-41e1-9e69-c4d4fd53b00a {
  text-align: center;
}
}

  #s-2f3b1446-8d6b-41e1-9e69-c4d4fd53b00a-btn-wrapper {
    text-align: right;
  }


#s-2f3b1446-8d6b-41e1-9e69-c4d4fd53b00a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}

#s-06c4bfc3-c893-4c3e-9fdc-fb3a40b0104c {
  min-height: 50px;
}








#s-06c4bfc3-c893-4c3e-9fdc-fb3a40b0104c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06c4bfc3-c893-4c3e-9fdc-fb3a40b0104c.shg-box.shg-c {
  justify-content: center;
}

#s-eab051fa-fdd9-4809-8e1c-d3febe92c0df {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 174, 37, 1);
text-align: left;
text-decoration: none;
hover-type: color;
letter-spacing: 1px;
}
#s-eab051fa-fdd9-4809-8e1c-d3febe92c0df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eab051fa-fdd9-4809-8e1c-d3febe92c0df:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-eab051fa-fdd9-4809-8e1c-d3febe92c0df {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 174, 37, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 1px;
}
#s-eab051fa-fdd9-4809-8e1c-d3febe92c0df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eab051fa-fdd9-4809-8e1c-d3febe92c0df:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-eab051fa-fdd9-4809-8e1c-d3febe92c0df-btn-wrapper {
    text-align: left;
  }


#s-eab051fa-fdd9-4809-8e1c-d3febe92c0df.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-eab051fa-fdd9-4809-8e1c-d3febe92c0df-btn-wrapper {
    text-align: center;
  }


#s-eab051fa-fdd9-4809-8e1c-d3febe92c0df.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Lato;
  display:  inline-block ;
}
}
#s-59c034b8-9991-42c8-ae76-a12513dda5fb {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-59c034b8-9991-42c8-ae76-a12513dda5fb {
  display: none;
}
#s-59c034b8-9991-42c8-ae76-a12513dda5fb, #wrap-s-59c034b8-9991-42c8-ae76-a12513dda5fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59c034b8-9991-42c8-ae76-a12513dda5fb {
  display: none;
}
#s-59c034b8-9991-42c8-ae76-a12513dda5fb, #wrap-s-59c034b8-9991-42c8-ae76-a12513dda5fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59c034b8-9991-42c8-ae76-a12513dda5fb {
  display: none;
}
#s-59c034b8-9991-42c8-ae76-a12513dda5fb, #wrap-s-59c034b8-9991-42c8-ae76-a12513dda5fb { display:none !important; }}







#s-59c034b8-9991-42c8-ae76-a12513dda5fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59c034b8-9991-42c8-ae76-a12513dda5fb.shg-box.shg-c {
  justify-content: flex-end;
}

#s-a378e2c8-dcb2-4e1d-b956-70dc186e1bfb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a378e2c8-dcb2-4e1d-b956-70dc186e1bfb .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7393ed17-dfa0-489c-8ac8-b85d13e056b9 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7393ed17-dfa0-489c-8ac8-b85d13e056b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-281016dc-3d5d-488b-b1e2-231fac33e1d6 {
  min-height: 50px;
}








#s-281016dc-3d5d-488b-b1e2-231fac33e1d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-281016dc-3d5d-488b-b1e2-231fac33e1d6.shg-box.shg-c {
  justify-content: center;
}

#s-02535779-ee72-4a0a-83a0-ebc3462a93b5 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 174, 37, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 1px;
}
#s-02535779-ee72-4a0a-83a0-ebc3462a93b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02535779-ee72-4a0a-83a0-ebc3462a93b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-02535779-ee72-4a0a-83a0-ebc3462a93b5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-a7e93d7f-4918-4d26-9916-c7949fd426c0 {
  min-height: 50px;
}








#s-a7e93d7f-4918-4d26-9916-c7949fd426c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7e93d7f-4918-4d26-9916-c7949fd426c0.shg-box.shg-c {
  justify-content: center;
}

#s-e86cd1ea-c7ee-46b3-b818-26266c6df21b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(251, 174, 37, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 1px;
}
#s-e86cd1ea-c7ee-46b3-b818-26266c6df21b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e86cd1ea-c7ee-46b3-b818-26266c6df21b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e86cd1ea-c7ee-46b3-b818-26266c6df21b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-f06abb28-5b41-46f6-ab07-3af303a1315a {
  min-height: 50px;
}








#s-f06abb28-5b41-46f6-ab07-3af303a1315a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f06abb28-5b41-46f6-ab07-3af303a1315a.shg-box.shg-c {
  justify-content: center;
}

#s-20e33bf0-8ada-4092-b83d-786c866ae520 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
min-height: 50px;
}








#s-20e33bf0-8ada-4092-b83d-786c866ae520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20e33bf0-8ada-4092-b83d-786c866ae520.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63c14d62-ebc3-465e-a7ac-81149a284f85"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

#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;
      -ms-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;
}
