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

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

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: 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-593ea415-b295-4ca4-ad2b-40e4c6dbc501 {
  background-image: url(https://i.shgcdn.com/327c9eae-238a-437d-b017-d1851fc30577/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-position: center center;
}








#s-593ea415-b295-4ca4-ad2b-40e4c6dbc501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-593ea415-b295-4ca4-ad2b-40e4c6dbc501.shg-box.shg-c {
  justify-content: center;
}

#s-7d39770b-5502-40ef-8e28-554ac2b347b6 {
  background-attachment: fixed;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.66);
}








#s-7d39770b-5502-40ef-8e28-554ac2b347b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d39770b-5502-40ef-8e28-554ac2b347b6.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;
}

#s-19dc1365-34a2-497b-b493-9b08e044ecf3 {
  box-shadow:1px 4px 7px 1px rgba(0, 0, 0, 0);
border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(241, 180, 20, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0.79);
}

@media (min-width: 0px) {
[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-19dc1365-34a2-497b-b493-9b08e044ecf3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

.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-7e6c6d62-9765-494a-a735-c44e8b2e0e8e {
  text-align: center;
background-color: rgba(255, 255, 255, 0);
}




  #s-7e6c6d62-9765-494a-a735-c44e8b2e0e8e img.shogun-image {
    
    width: px;
  }


#s-7e6c6d62-9765-494a-a735-c44e8b2e0e8e .shogun-image-content {
  
    align-items: 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-faf3fbfc-d2e2-4904-af23-ca5994e76e99 {
  border-style: solid;
margin-top: 9px;
margin-left: 5%;
margin-bottom: 9px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(241, 180, 20, 1);
border-radius: 4px;
min-height: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
line-height: 1em;
}
#s-faf3fbfc-d2e2-4904-af23-ca5994e76e99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-faf3fbfc-d2e2-4904-af23-ca5994e76e99:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-faf3fbfc-d2e2-4904-af23-ca5994e76e99 {
  display: none;
}
#s-faf3fbfc-d2e2-4904-af23-ca5994e76e99, #wrap-s-faf3fbfc-d2e2-4904-af23-ca5994e76e99 { display:none !important; }}

  #s-faf3fbfc-d2e2-4904-af23-ca5994e76e99-btn-wrapper {
    text-align: right;
  }


#s-faf3fbfc-d2e2-4904-af23-ca5994e76e99.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Days One;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35d43ee0-73fb-47f1-b1ac-34023236e7c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d01928c0-7689-4a14-b94b-035774ab0458 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(241, 180, 20, 1);
}

.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-e84321f7-944e-44f0-93ad-9f42ad698265 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e84321f7-944e-44f0-93ad-9f42ad698265 .shogun-heading-component h5 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-df93c840-975d-46bf-904c-9aa5c602c15a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df93c840-975d-46bf-904c-9aa5c602c15a .shogun-heading-component h1 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 45px;
  line-height: 0.8em;
  letter-spacing: ;
  text-align: center;
}



#s-c3c98f80-8208-4bfc-8e29-a126c326c30e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3c98f80-8208-4bfc-8e29-a126c326c30e .shogun-heading-component h1 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2e60dd9d-abeb-42f9-b1ec-1066913c775d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e60dd9d-abeb-42f9-b1ec-1066913c775d .shogun-heading-component h1 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 150px;
  line-height: 0.7000000000000001em;
  letter-spacing: ;
  text-align: center;
}



#s-5100f5e4-48d9-47c3-bc11-fecba039502f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5100f5e4-48d9-47c3-bc11-fecba039502f .shogun-heading-component h1 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:   ;
  font-size: 27px;
  line-height: 0.5em;
  letter-spacing: 5px;
  text-align: center;
}



#s-267ddea7-5116-4b30-b384-6c2749a39d93 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-267ddea7-5116-4b30-b384-6c2749a39d93 .shogun-heading-component h1 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 62px;
  line-height: 0.5em;
  letter-spacing: 5px;
  text-align: center;
}



#s-30898c21-4954-464e-8fee-c557a7d34c18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30898c21-4954-464e-8fee-c557a7d34c18 .shogun-heading-component h1 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a2cbf75c-5133-4af1-8262-2b49bcea24fa hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(241, 180, 20, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-cb0b4876-b61d-485f-9ae0-d3b62dab7d47 {
  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-24938ec5-4e94-4431-aeda-170943a1c9cc {
  text-align: left;
}


.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc {
  max-width: 100%;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc .shg-image-zoom,
.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc {
  max-width: 100%;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc .shg-image-zoom,
.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc {
  max-width: 100%;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc .shg-image-zoom,
.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc {
  max-width: 100%;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc .shg-image-zoom,
.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc {
  max-width: 100%;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc .shg-image-zoom,
.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24938ec5-4e94-4431-aeda-170943a1c9cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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-ceb20e9e-8ec6-4f9f-833a-3742df9b4471 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ceb20e9e-8ec6-4f9f-833a-3742df9b4471 .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
}

#s-06c5e3a2-aa6d-4a8b-890e-d92283ecd3ab {
  text-align: center;
}

#s-06c5e3a2-aa6d-4a8b-890e-d92283ecd3ab .shg-product-sold-out {
  display: none;
  color: rgba(241, 180, 20, 1);
  font-size: 27px;
  font-weight:   ;
  font-family: Days One;
  font-style:  normal ;
}

#s-06c5e3a2-aa6d-4a8b-890e-d92283ecd3ab .shg-product-price {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:  normal ;
  font-size: 27px;
}

#s-06c5e3a2-aa6d-4a8b-890e-d92283ecd3ab .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-df1c3355-c385-49f3-9461-3065d28798d1 {
  display: none;
}
#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc {
  text-align: left;
}


.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc {
  max-width: 100%;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc .shg-image-zoom,
.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc {
  max-width: 100%;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc .shg-image-zoom,
.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc {
  max-width: 100%;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc .shg-image-zoom,
.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc {
  max-width: 100%;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc .shg-image-zoom,
.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc {
  max-width: 100%;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc .shg-image-zoom,
.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fb5f80f-b74a-47ce-960b-f73c22c143dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c429746b-b2a0-42df-b08a-ceec441c5d94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c429746b-b2a0-42df-b08a-ceec441c5d94 .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
}

#s-8f5edebf-b7de-4b19-a736-70173f70038b {
  text-align: center;
}

#s-8f5edebf-b7de-4b19-a736-70173f70038b .shg-product-sold-out {
  display: none;
  color: rgba(241, 180, 20, 1);
  font-size: 27px;
  font-weight:   ;
  font-family: Days One;
  font-style:  normal ;
}

#s-8f5edebf-b7de-4b19-a736-70173f70038b .shg-product-price {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:  normal ;
  font-size: 27px;
}

#s-8f5edebf-b7de-4b19-a736-70173f70038b .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-00464a74-edd8-4c37-bb55-e781e61ab89f {
  display: none;
}
#s-b1f9f2c7-b069-4995-b400-25dbed9940fb {
  text-align: left;
}


.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb {
  max-width: 100%;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb .shg-image-zoom,
.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb {
  max-width: 100%;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb .shg-image-zoom,
.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb {
  max-width: 100%;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb .shg-image-zoom,
.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb {
  max-width: 100%;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb .shg-image-zoom,
.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb {
  max-width: 100%;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb .shg-image-zoom,
.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1f9f2c7-b069-4995-b400-25dbed9940fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1b8d2e72-7154-4520-bb6d-739885d8a3fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b8d2e72-7154-4520-bb6d-739885d8a3fc .shg-product-title-component h1 {
  color: rgba(254, 253, 253, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
}

#s-f11be16b-a529-40ed-bc55-4e8dc9ea18bc {
  text-align: center;
}

#s-f11be16b-a529-40ed-bc55-4e8dc9ea18bc .shg-product-sold-out {
  display: none;
  color: rgba(241, 180, 20, 1);
  font-size: 27px;
  font-weight:   ;
  font-family: Days One;
  font-style:  normal ;
}

#s-f11be16b-a529-40ed-bc55-4e8dc9ea18bc .shg-product-price {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:  normal ;
  font-size: 27px;
}

#s-f11be16b-a529-40ed-bc55-4e8dc9ea18bc .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-459c88d3-90e4-43b0-98f0-60ba0c5a13a9 {
  min-height: 50px;
}








#s-459c88d3-90e4-43b0-98f0-60ba0c5a13a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-459c88d3-90e4-43b0-98f0-60ba0c5a13a9.shg-box.shg-c {
  justify-content: center;
}

#s-519e7b88-aa79-42c8-9488-211708339d4e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(241, 180, 20, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-519e7b88-aa79-42c8-9488-211708339d4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-519e7b88-aa79-42c8-9488-211708339d4e.shg-box.shg-c {
  justify-content: center;
}

#s-7c085289-f463-481d-b3ab-c1fee2547cc3 {
  margin-top: 6px;
margin-bottom: 6px;
}

@media (min-width: 0px) {
[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c085289-f463-481d-b3ab-c1fee2547cc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b95a5602-48a0-4bd6-af16-f7487cbfca13 {
  text-align: right;
}




  #s-b95a5602-48a0-4bd6-af16-f7487cbfca13 img.shogun-image {
    
    width: px;
  }


#s-b95a5602-48a0-4bd6-af16-f7487cbfca13 .shogun-image-content {
  
    align-items: center;
  
}

#s-403be1f4-1c5e-4f0f-bc08-5a4c32d3e48c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-403be1f4-1c5e-4f0f-bc08-5a4c32d3e48c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 3px;
  text-align: center;
}



@media (max-width: 767px){#s-37a5c704-1c0f-40ba-a02a-7762b0ee2761 {
  display: none;
}
#s-37a5c704-1c0f-40ba-a02a-7762b0ee2761, #wrap-s-37a5c704-1c0f-40ba-a02a-7762b0ee2761 { display:none !important; }}
@media (min-width: 0px) {
[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-37a5c704-1c0f-40ba-a02a-7762b0ee2761"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4bdb8e9b-67c1-4d52-a795-e4df180dd710 {
  text-align: center;
}
@media (max-width: 767px){#s-4bdb8e9b-67c1-4d52-a795-e4df180dd710 {
  display: none;
}
#s-4bdb8e9b-67c1-4d52-a795-e4df180dd710, #wrap-s-4bdb8e9b-67c1-4d52-a795-e4df180dd710 { display:none !important; }}



  #s-4bdb8e9b-67c1-4d52-a795-e4df180dd710 img.shogun-image {
    
    width: px;
  }


#s-4bdb8e9b-67c1-4d52-a795-e4df180dd710 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8845192-ef8b-40cb-8dc9-e62a72feba34 {
  text-align: center;
}
@media (max-width: 767px){#s-d8845192-ef8b-40cb-8dc9-e62a72feba34 {
  display: none;
}
#s-d8845192-ef8b-40cb-8dc9-e62a72feba34, #wrap-s-d8845192-ef8b-40cb-8dc9-e62a72feba34 { display:none !important; }}



  #s-d8845192-ef8b-40cb-8dc9-e62a72feba34 img.shogun-image {
    
    width: px;
  }


#s-d8845192-ef8b-40cb-8dc9-e62a72feba34 .shogun-image-content {
  
    align-items: center;
  
}

#s-21b384bd-8fe8-4ea0-b641-f236391d5691 {
  text-align: center;
}
@media (max-width: 767px){#s-21b384bd-8fe8-4ea0-b641-f236391d5691 {
  display: none;
}
#s-21b384bd-8fe8-4ea0-b641-f236391d5691, #wrap-s-21b384bd-8fe8-4ea0-b641-f236391d5691 { display:none !important; }}



  #s-21b384bd-8fe8-4ea0-b641-f236391d5691 img.shogun-image {
    
    width: px;
  }


#s-21b384bd-8fe8-4ea0-b641-f236391d5691 .shogun-image-content {
  
    align-items: center;
  
}

#s-15034880-3652-4131-a6e9-bf1e54621569 {
  text-align: center;
}
@media (max-width: 767px){#s-15034880-3652-4131-a6e9-bf1e54621569 {
  display: none;
}
#s-15034880-3652-4131-a6e9-bf1e54621569, #wrap-s-15034880-3652-4131-a6e9-bf1e54621569 { display:none !important; }}



  #s-15034880-3652-4131-a6e9-bf1e54621569 img.shogun-image {
    
    width: px;
  }


#s-15034880-3652-4131-a6e9-bf1e54621569 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8f9072b8-4f94-4d98-9910-64b4e0a6a7ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-13b72df4-bc3f-4183-be85-cfcfa1749a14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13b72df4-bc3f-4183-be85-cfcfa1749a14 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-439da1d8-5eaf-466a-b995-6d79c098f69a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-439da1d8-5eaf-466a-b995-6d79c098f69a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-81f7cc89-726c-4f4e-8bf5-7448fc297308 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81f7cc89-726c-4f4e-8bf5-7448fc297308 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-02382644-1ca8-429a-85ba-bd23bf3ec3c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02382644-1ca8-429a-85ba-bd23bf3ec3c9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (max-width: 767px){#s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69 {
  display: none;
}
#s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69, #wrap-s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69 { display:none !important; }}
@media (min-width: 0px) {
[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-989d40fd-e1a6-4474-a3f2-f57c2c5edb69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-aa6b7633-f362-4d28-9699-935910b06fb8 {
  text-align: center;
}
@media (max-width: 767px){#s-aa6b7633-f362-4d28-9699-935910b06fb8 {
  display: none;
}
#s-aa6b7633-f362-4d28-9699-935910b06fb8, #wrap-s-aa6b7633-f362-4d28-9699-935910b06fb8 { display:none !important; }}



  #s-aa6b7633-f362-4d28-9699-935910b06fb8 img.shogun-image {
    
    width: px;
  }


#s-aa6b7633-f362-4d28-9699-935910b06fb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-04020e62-f73f-436f-af3e-621032405c50 {
  text-align: center;
}
@media (min-width: 1200px){#s-04020e62-f73f-436f-af3e-621032405c50 {
  
}
}@media (max-width: 767px){#s-04020e62-f73f-436f-af3e-621032405c50 {
  display: none;
}
#s-04020e62-f73f-436f-af3e-621032405c50, #wrap-s-04020e62-f73f-436f-af3e-621032405c50 { display:none !important; }}



  #s-04020e62-f73f-436f-af3e-621032405c50 img.shogun-image {
    
    width: px;
  }


#s-04020e62-f73f-436f-af3e-621032405c50 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc627fe1-70a5-4cc1-8005-ad9f05436c1b {
  text-align: center;
}
@media (max-width: 767px){#s-cc627fe1-70a5-4cc1-8005-ad9f05436c1b {
  display: none;
}
#s-cc627fe1-70a5-4cc1-8005-ad9f05436c1b, #wrap-s-cc627fe1-70a5-4cc1-8005-ad9f05436c1b { display:none !important; }}



  #s-cc627fe1-70a5-4cc1-8005-ad9f05436c1b img.shogun-image {
    
    width: px;
  }


#s-cc627fe1-70a5-4cc1-8005-ad9f05436c1b .shogun-image-content {
  
    align-items: center;
  
}

#s-25f01b70-3407-4369-adb5-e72ce35582de {
  text-align: center;
}
@media (max-width: 767px){#s-25f01b70-3407-4369-adb5-e72ce35582de {
  display: none;
}
#s-25f01b70-3407-4369-adb5-e72ce35582de, #wrap-s-25f01b70-3407-4369-adb5-e72ce35582de { display:none !important; }}



  #s-25f01b70-3407-4369-adb5-e72ce35582de img.shogun-image {
    
    width: px;
  }


#s-25f01b70-3407-4369-adb5-e72ce35582de .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3c15de51-577a-47a4-ac82-9da41784ba9a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9f530454-a02b-4bd8-b023-2cd9d7469b23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f530454-a02b-4bd8-b023-2cd9d7469b23 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-f3f8ffe9-1d2a-4dca-866c-c037b2ddce45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3f8ffe9-1d2a-4dca-866c-c037b2ddce45 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-0339d7bb-718e-400a-a2c7-68e2d6e91d54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0339d7bb-718e-400a-a2c7-68e2d6e91d54 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-6c52a01b-d789-44b8-918b-c23d68e11837 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c52a01b-d789-44b8-918b-c23d68e11837 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-ff81966d-fef7-41ae-ad2d-e75feee7d8ff {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(241, 180, 20, 1);
border-style: solid;
text-align: center;
}

#s-ff81966d-fef7-41ae-ad2d-e75feee7d8ff .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-826622d4-9b3c-43d7-b816-cfe45d7137df {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-826622d4-9b3c-43d7-b816-cfe45d7137df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-826622d4-9b3c-43d7-b816-cfe45d7137df.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7794fd6b-a762-406e-b54c-8956ad2b5f06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-a4daa605-14f1-496d-94d9-b4d150c38ed4 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(241, 180, 20, 1);
text-align: center;
}




  #s-a4daa605-14f1-496d-94d9-b4d150c38ed4 img.shogun-image {
    
    width: px;
  }


#s-a4daa605-14f1-496d-94d9-b4d150c38ed4 .shogun-image-content {
  
    align-items: center;
  
}

#s-28aa5a0b-d6a2-406e-aa3e-a12bf5c5ac86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28aa5a0b-d6a2-406e-aa3e-a12bf5c5ac86 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c53c7d75-f0c4-4fdf-9b57-177400aac590 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-c53c7d75-f0c4-4fdf-9b57-177400aac590 img.shogun-image {
    
    width: px;
  }


#s-c53c7d75-f0c4-4fdf-9b57-177400aac590 .shogun-image-content {
  
    align-items: center;
  
}

#s-7411e886-83d6-4265-baa0-7f31e3b678fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7411e886-83d6-4265-baa0-7f31e3b678fa .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-19560f6d-2817-4ede-9097-5bae807303ab {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-19560f6d-2817-4ede-9097-5bae807303ab img.shogun-image {
    
    width: px;
  }


#s-19560f6d-2817-4ede-9097-5bae807303ab .shogun-image-content {
  
    align-items: center;
  
}

#s-f225c109-f458-44d4-a8c6-29a06da32546 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f225c109-f458-44d4-a8c6-29a06da32546 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f5a1072b-56db-4d7d-93cd-198a0769028b {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-f5a1072b-56db-4d7d-93cd-198a0769028b img.shogun-image {
    
    width: px;
  }


#s-f5a1072b-56db-4d7d-93cd-198a0769028b .shogun-image-content {
  
    align-items: center;
  
}

#s-83397621-96a9-4ad2-8bf3-ddd15d9db3df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83397621-96a9-4ad2-8bf3-ddd15d9db3df .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cc0484fd-9fc6-4ef7-b069-91007dbf1d63 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-cc0484fd-9fc6-4ef7-b069-91007dbf1d63 img.shogun-image {
    
    width: px;
  }


#s-cc0484fd-9fc6-4ef7-b069-91007dbf1d63 .shogun-image-content {
  
    align-items: center;
  
}

#s-93be1c93-e1e9-43e8-9f68-7bccbe604449 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93be1c93-e1e9-43e8-9f68-7bccbe604449 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1ad5f542-190e-4030-928e-aa7ef9ee2e97 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-1ad5f542-190e-4030-928e-aa7ef9ee2e97 img.shogun-image {
    
    width: px;
  }


#s-1ad5f542-190e-4030-928e-aa7ef9ee2e97 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5545c90-e1ab-41b7-bbf0-ae6d46cddaeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5545c90-e1ab-41b7-bbf0-ae6d46cddaeb .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-569c912a-3849-4e55-987e-3d6af60900d4 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-569c912a-3849-4e55-987e-3d6af60900d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-569c912a-3849-4e55-987e-3d6af60900d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-569c912a-3849-4e55-987e-3d6af60900d4 {
  
}
}@media (max-width: 767px){#s-569c912a-3849-4e55-987e-3d6af60900d4 {
  
}
}







#s-569c912a-3849-4e55-987e-3d6af60900d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-569c912a-3849-4e55-987e-3d6af60900d4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-210daaae-79f2-46b2-aca8-5c92eaad6466 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(241, 180, 20, 1);
border-style: solid;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-210daaae-79f2-46b2-aca8-5c92eaad6466 .shogun-heading-component h2 {
  color: rgba(254, 254, 254, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-7a0da6a0-d016-4c18-b822-cb72fbc5ffe6 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7a0da6a0-d016-4c18-b822-cb72fbc5ffe6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a0da6a0-d016-4c18-b822-cb72fbc5ffe6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a0da6a0-d016-4c18-b822-cb72fbc5ffe6 {
  
}
}@media (max-width: 767px){#s-7a0da6a0-d016-4c18-b822-cb72fbc5ffe6 {
  
}
}







#s-7a0da6a0-d016-4c18-b822-cb72fbc5ffe6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7a0da6a0-d016-4c18-b822-cb72fbc5ffe6.shg-box.shg-c {
  justify-content: center;
}

#s-665c23dc-2e92-468d-a848-88c69081cf98 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-665c23dc-2e92-468d-a848-88c69081cf98"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-31480745-2747-4ab7-a329-0accf195cdd6 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(0, 0, 0, 1);
}








#s-31480745-2747-4ab7-a329-0accf195cdd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31480745-2747-4ab7-a329-0accf195cdd6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba2a1b30-62f8-4ee1-846b-3f16eb7a8a1b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-48ad8860-03bc-47f4-a736-238b79260c3b {
  text-align: right;
}
@media (max-width: 767px){#s-48ad8860-03bc-47f4-a736-238b79260c3b {
  display: none;
}
#s-48ad8860-03bc-47f4-a736-238b79260c3b, #wrap-s-48ad8860-03bc-47f4-a736-238b79260c3b { display:none !important; }}



  #s-48ad8860-03bc-47f4-a736-238b79260c3b img.shogun-image {
    
    width: px;
  }


#s-48ad8860-03bc-47f4-a736-238b79260c3b .shogun-image-content {
  
    align-items: center;
  
}

#s-ebc947f8-af40-4d6c-b9c3-e607d8bb9ec6 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-ebc947f8-af40-4d6c-b9c3-e607d8bb9ec6 .shogun-heading-component h2 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 22px;
  line-height: 2.5em;
  letter-spacing: 1px;
  text-align: right;
}



#s-6ceb4666-4a05-4a84-a46a-8511ad33e0e5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-6ceb4666-4a05-4a84-a46a-8511ad33e0e5 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(241, 180, 20, 1);
}

#s-4183120c-e748-4977-9f58-18dc8078413f {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-4183120c-e748-4977-9f58-18dc8078413f .shogun-heading-component h3 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-8a08d629-f63f-4232-a4d4-c87864766576 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-8a08d629-f63f-4232-a4d4-c87864766576 > .shg-box-overlay {
  background-color: rgba(241, 180, 20, 1);
  opacity: 0.4;
}#s-8a08d629-f63f-4232-a4d4-c87864766576.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aae5a246-d10a-498c-b326-7ddbeabca6a6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aae5a246-d10a-498c-b326-7ddbeabca6a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-39178fb1-8db7-40d6-89c3-de51ca2f9e9f {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center top;
background-attachment: scroll;
}








#s-39178fb1-8db7-40d6-89c3-de51ca2f9e9f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-39178fb1-8db7-40d6-89c3-de51ca2f9e9f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cd175788-4e7e-4a17-a60a-371639f573d7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(241, 180, 20, 1);
}








#s-cd175788-4e7e-4a17-a60a-371639f573d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd175788-4e7e-4a17-a60a-371639f573d7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6864a1b-e397-4667-8da7-c796d28c3557"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f1e19cb1-73e4-423e-bce3-1dd0e1b17c81 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f1e19cb1-73e4-423e-bce3-1dd0e1b17c81 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 22px;
  line-height: 2.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-c8b7508f-85cd-4d7c-9841-02ad542c037f {
  text-align: left;
}
@media (max-width: 767px){#s-c8b7508f-85cd-4d7c-9841-02ad542c037f {
  display: none;
}
#s-c8b7508f-85cd-4d7c-9841-02ad542c037f, #wrap-s-c8b7508f-85cd-4d7c-9841-02ad542c037f { display:none !important; }}



  #s-c8b7508f-85cd-4d7c-9841-02ad542c037f img.shogun-image {
    
    width: px;
  }


#s-c8b7508f-85cd-4d7c-9841-02ad542c037f .shogun-image-content {
  
    align-items: center;
  
}

#s-e7293ff3-00ec-4b3d-9135-a59011dd0d80 {
  margin-left: 50px;
margin-right: 50px;
}

#s-e7293ff3-00ec-4b3d-9135-a59011dd0d80 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-750dc37f-2a68-4cd8-8d1c-1874bda2ef1c {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-750dc37f-2a68-4cd8-8d1c-1874bda2ef1c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c4fe2857-5877-49c4-9e2e-459fa5d30bba {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c4fe2857-5877-49c4-9e2e-459fa5d30bba .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b90aff18-d1a9-44f4-a8ca-a659ddcc65e3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-21eb808d-4aa7-4e5b-b095-a5343195aed4 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(0, 0, 0, 1);
}








#s-21eb808d-4aa7-4e5b-b095-a5343195aed4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21eb808d-4aa7-4e5b-b095-a5343195aed4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e09b85fa-b634-4e73-aed8-c572a7ae2c15"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-79a09385-4428-4686-95de-302e7860263b {
  text-align: right;
}
@media (max-width: 767px){#s-79a09385-4428-4686-95de-302e7860263b {
  display: none;
}
#s-79a09385-4428-4686-95de-302e7860263b, #wrap-s-79a09385-4428-4686-95de-302e7860263b { display:none !important; }}



  #s-79a09385-4428-4686-95de-302e7860263b img.shogun-image {
    
    width: px;
  }


#s-79a09385-4428-4686-95de-302e7860263b .shogun-image-content {
  
    align-items: center;
  
}

#s-77b3ddca-0e7e-41fa-8840-f4e011e8fc39 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-77b3ddca-0e7e-41fa-8840-f4e011e8fc39 .shogun-heading-component h2 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 1px;
  text-align: right;
}



#s-f3fc3acf-7e63-41cd-ad2b-63261948b9ec {
  margin-left: 50px;
margin-right: 50px;
}

#s-f3fc3acf-7e63-41cd-ad2b-63261948b9ec hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(241, 180, 20, 1);
}

#s-41357a8c-323b-4ef3-ba7f-50b9ef11cf59 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-41357a8c-323b-4ef3-ba7f-50b9ef11cf59 .shogun-heading-component h3 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



.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-176af786-e810-41f2-b100-5846d5df8b8e {
  margin-left: 50px;
margin-right: 50px;
}

#s-6e9ca51c-9141-47d2-8ade-1f4c2133b4ba {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-6e9ca51c-9141-47d2-8ade-1f4c2133b4ba > .shg-box-overlay {
  background-color: rgba(241, 180, 20, 1);
  opacity: 0.3;
}#s-6e9ca51c-9141-47d2-8ade-1f4c2133b4ba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e00025e9-536f-489f-a5e8-64aeba7b41ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 180, 20, 1);
}

#s-e00025e9-536f-489f-a5e8-64aeba7b41ca .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-f3446126-174c-4800-a444-8e3e288d83a0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f3446126-174c-4800-a444-8e3e288d83a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3446126-174c-4800-a444-8e3e288d83a0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-194c071c-3076-4776-bb85-3935335c2558"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-70f4335f-c825-4496-ae29-1e28a72ee320 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70f4335f-c825-4496-ae29-1e28a72ee320 .shogun-heading-component h3 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-91c1b68f-8240-4c87-8d0b-4f51fefc73c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91c1b68f-8240-4c87-8d0b-4f51fefc73c3 .shogun-heading-component h4 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-e164adf4-fb05-4546-945c-0d078a43d45a {
  margin-left: 50px;
margin-right: 50px;
}

#s-e164adf4-fb05-4546-945c-0d078a43d45a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(241, 180, 20, 1);
}

#s-12f8e176-fd62-481c-a743-a15417ac55ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12f8e176-fd62-481c-a743-a15417ac55ea .shogun-heading-component h3 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-916cdd10-4da3-4ecb-aff9-9cf24d1701fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-916cdd10-4da3-4ecb-aff9-9cf24d1701fc .shogun-heading-component h3 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 3px;
  text-align: left;
}



.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-9bf93b8e-804d-4b9e-9f6b-8e4bde242e41 {
  min-height: 400px;
}

#s-1a494461-d4d4-4495-bf68-3f31c4d95071 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a494461-d4d4-4495-bf68-3f31c4d95071 .shogun-heading-component h3 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-70912b8f-23c1-493a-8d41-689b1fac2c83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70912b8f-23c1-493a-8d41-689b1fac2c83 .shogun-heading-component h2 {
  color: rgba(241, 180, 20, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-e4c91bcf-775c-449d-b1c8-86cb89084e30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 180, 20, 1);
}

#s-e4c91bcf-775c-449d-b1c8-86cb89084e30 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Days One;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}