.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-98a29898-b300-4e3f-9f4d-b590faccc5bc {
  min-height: 50px;
background-repeat: repeat;
}








#s-98a29898-b300-4e3f-9f4d-b590faccc5bc > .shg-box-overlay {
  background-color: rgba(255, 166, 166, 1);
  opacity: 0;
}#s-98a29898-b300-4e3f-9f4d-b590faccc5bc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a70d4764-357f-4f7b-a31e-a76ad98a741c {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(96, 134, 145, 1);
}








#s-a70d4764-357f-4f7b-a31e-a76ad98a741c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a70d4764-357f-4f7b-a31e-a76ad98a741c.shg-box.shg-c {
  justify-content: flex-start;
}

.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-b0a87bc3-a776-4d5a-ab09-3b409cfbead2 {
  margin-left: auto;
margin-right: auto;
max-width: 966px;
text-align: center;
}




  #s-b0a87bc3-a776-4d5a-ab09-3b409cfbead2 img.shogun-image {
    
    width: px;
  }


#s-b0a87bc3-a776-4d5a-ab09-3b409cfbead2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b632c61f-1c63-4c7b-b114-9860add7420f {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-b632c61f-1c63-4c7b-b114-9860add7420f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b632c61f-1c63-4c7b-b114-9860add7420f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-86add14e-4adc-46ec-84b9-aec01d62502b {
  min-height: 50px;
}








#s-86add14e-4adc-46ec-84b9-aec01d62502b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86add14e-4adc-46ec-84b9-aec01d62502b.shg-box.shg-c {
  justify-content: center;
}

#s-5450729b-7893-409d-87a1-50974599a724 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGFlMjNkYzEtNzY2ZC00YjVmLThhNGQtYmUzYTkyYmMwNjZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzc2ODc3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YWUyM2RjMS03NjZkLTRiNWYtOGE0ZC1iZTNhOTJiYzA2NmIpIi8+PC9zdmc+);
background-repeat: no-repeat;
min-height: 20px;
}








#s-5450729b-7893-409d-87a1-50974599a724 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5450729b-7893-409d-87a1-50974599a724.shg-box.shg-c {
  justify-content: flex-start;
}

#s-92b21473-366f-43e0-b43d-cf80bfcae181 {
  margin-left: auto;
margin-right: auto;
max-width: 966px;
text-align: center;
}




  #s-92b21473-366f-43e0-b43d-cf80bfcae181 img.shogun-image {
    
    width: px;
  }


#s-92b21473-366f-43e0-b43d-cf80bfcae181 .shogun-image-content {
  
    align-items: 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-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324 {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-right: 20px;
max-width: 1006px;
background-color: rgba(76, 83, 71, 0);
}

@media (min-width: 0px) {
[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73f07d6a-4b7e-4c4f-ba5e-4c60f9cc1324"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b6c5c7b3-8252-4ab3-8dd4-f8ac53fe348b {
  padding-bottom: 15px;
min-height: 50px;
}








#s-b6c5c7b3-8252-4ab3-8dd4-f8ac53fe348b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6c5c7b3-8252-4ab3-8dd4-f8ac53fe348b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b61b6be0-125b-4ac3-91ec-7dca8b80cc2a {
  text-align: center;
}




  #s-b61b6be0-125b-4ac3-91ec-7dca8b80cc2a img.shogun-image {
    
    width: px;
  }


#s-b61b6be0-125b-4ac3-91ec-7dca8b80cc2a .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-118daaa0-8231-4bd2-a466-33e08afaa91f {
  background-image: url(https://i.shgcdn.com/3c82ad34-5f88-4ee2-9dad-ae32eabbb236/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-118daaa0-8231-4bd2-a466-33e08afaa91f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-118daaa0-8231-4bd2-a466-33e08afaa91f .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-82bb9e15-4982-42dc-ae0e-1eeaebf49124 {
  padding-bottom: 15px;
min-height: 50px;
}








#s-82bb9e15-4982-42dc-ae0e-1eeaebf49124 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82bb9e15-4982-42dc-ae0e-1eeaebf49124.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9d2560fd-1b53-45b1-ac63-101625509567 {
  text-align: center;
}




  #s-9d2560fd-1b53-45b1-ac63-101625509567 img.shogun-image {
    
    width: px;
  }


#s-9d2560fd-1b53-45b1-ac63-101625509567 .shogun-image-content {
  
    align-items: center;
  
}

#s-174ed58f-00e8-473c-b86e-b73eb7d2ce4b {
  background-image: url(https://i.shgcdn.com/3c82ad34-5f88-4ee2-9dad-ae32eabbb236/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-174ed58f-00e8-473c-b86e-b73eb7d2ce4b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-174ed58f-00e8-473c-b86e-b73eb7d2ce4b .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-72174830-5e03-46b8-aa93-d5b799398e90 {
  padding-bottom: 15px;
min-height: 50px;
}








#s-72174830-5e03-46b8-aa93-d5b799398e90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72174830-5e03-46b8-aa93-d5b799398e90.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4bf1677f-3678-4a64-9cca-99b62d8b9a08 {
  text-align: center;
}




  #s-4bf1677f-3678-4a64-9cca-99b62d8b9a08 img.shogun-image {
    
    width: px;
  }


#s-4bf1677f-3678-4a64-9cca-99b62d8b9a08 .shogun-image-content {
  
    align-items: center;
  
}

#s-8615eb43-fe5a-4aaf-a191-83e5521d0f48 {
  background-image: url(https://i.shgcdn.com/3c82ad34-5f88-4ee2-9dad-ae32eabbb236/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-8615eb43-fe5a-4aaf-a191-83e5521d0f48 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-8615eb43-fe5a-4aaf-a191-83e5521d0f48 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-c23de4f8-58bd-4e92-bbda-6579fc93d01d {
  padding-bottom: 15px;
min-height: 50px;
}








#s-c23de4f8-58bd-4e92-bbda-6579fc93d01d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c23de4f8-58bd-4e92-bbda-6579fc93d01d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0a33ab94-6801-46e3-8d95-d1e1774bc44f {
  text-align: center;
}




  #s-0a33ab94-6801-46e3-8d95-d1e1774bc44f img.shogun-image {
    
    width: px;
  }


#s-0a33ab94-6801-46e3-8d95-d1e1774bc44f .shogun-image-content {
  
    align-items: center;
  
}

#s-c8e2e671-9176-4166-b27c-7dc87bce5744 {
  background-image: url(https://i.shgcdn.com/3c82ad34-5f88-4ee2-9dad-ae32eabbb236/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-c8e2e671-9176-4166-b27c-7dc87bce5744 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-c8e2e671-9176-4166-b27c-7dc87bce5744 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-0260328a-4617-4f8c-9fb8-753dc6280d73 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 0px;
max-width: 966px;
background-color: rgba(76, 83, 71, 0);
}

@media (min-width: 0px) {
[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0260328a-4617-4f8c-9fb8-753dc6280d73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a965d3c0-4f96-41fb-985d-11611ee1e7a2 {
  min-height: 50px;
}








#s-a965d3c0-4f96-41fb-985d-11611ee1e7a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a965d3c0-4f96-41fb-985d-11611ee1e7a2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f36ff25f-9c19-41f0-aa55-02396ed590b9 {
  text-align: center;
}




  #s-f36ff25f-9c19-41f0-aa55-02396ed590b9 img.shogun-image {
    
    width: px;
  }


#s-f36ff25f-9c19-41f0-aa55-02396ed590b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b908f70e-864f-4ad4-8381-559176d58a27 {
  background-image: url(https://i.shgcdn.com/3c82ad34-5f88-4ee2-9dad-ae32eabbb236/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-b908f70e-864f-4ad4-8381-559176d58a27 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b908f70e-864f-4ad4-8381-559176d58a27 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-202da9ae-d97c-49ee-9763-d5e08e887697 {
  min-height: 50px;
}








#s-202da9ae-d97c-49ee-9763-d5e08e887697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-202da9ae-d97c-49ee-9763-d5e08e887697.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0e346825-0f34-4f01-ab3d-2a51441a5a60 {
  text-align: center;
}




  #s-0e346825-0f34-4f01-ab3d-2a51441a5a60 img.shogun-image {
    
    width: px;
  }


#s-0e346825-0f34-4f01-ab3d-2a51441a5a60 .shogun-image-content {
  
    align-items: center;
  
}

#s-79f683a8-799f-4c49-92dc-9fd6468fd187 {
  text-align: center;
}




  #s-79f683a8-799f-4c49-92dc-9fd6468fd187 img.shogun-image {
    
    width: px;
  }


#s-79f683a8-799f-4c49-92dc-9fd6468fd187 .shogun-image-content {
  
    align-items: center;
  
}

#s-346a254e-50f9-4d66-9fb3-0b1e69518f15 {
  background-image: url(https://i.shgcdn.com/3c82ad34-5f88-4ee2-9dad-ae32eabbb236/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-346a254e-50f9-4d66-9fb3-0b1e69518f15 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-346a254e-50f9-4d66-9fb3-0b1e69518f15 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-67a0ff7a-6b67-494e-95ab-41d5d8576873 {
  text-align: center;
}




  #s-67a0ff7a-6b67-494e-95ab-41d5d8576873 img.shogun-image {
    
    width: px;
  }


#s-67a0ff7a-6b67-494e-95ab-41d5d8576873 .shogun-image-content {
  
    align-items: center;
  
}

#s-68667a53-1a3c-46b6-9d73-2f7839f56206 {
  background-image: url(https://i.shgcdn.com/3c82ad34-5f88-4ee2-9dad-ae32eabbb236/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-68667a53-1a3c-46b6-9d73-2f7839f56206 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-68667a53-1a3c-46b6-9d73-2f7839f56206 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-1436adc4-fe3d-4c9d-80b4-86d86b64edb3 {
  text-align: center;
}




  #s-1436adc4-fe3d-4c9d-80b4-86d86b64edb3 img.shogun-image {
    
    width: px;
  }


#s-1436adc4-fe3d-4c9d-80b4-86d86b64edb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-159e4c93-da92-465f-b0dc-6dceddf60a80 {
  background-image: url(https://i.shgcdn.com/3c82ad34-5f88-4ee2-9dad-ae32eabbb236/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-159e4c93-da92-465f-b0dc-6dceddf60a80 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-159e4c93-da92-465f-b0dc-6dceddf60a80 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-53040651-0122-4834-a35b-b5f65b2c95ed {
  background-repeat: no-repeat;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-53040651-0122-4834-a35b-b5f65b2c95ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53040651-0122-4834-a35b-b5f65b2c95ed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bc1bba5e-9746-4caa-9610-a7a7db19c3c8 {
  min-height: 50px;
}








#s-bc1bba5e-9746-4caa-9610-a7a7db19c3c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc1bba5e-9746-4caa-9610-a7a7db19c3c8.shg-box.shg-c {
  justify-content: center;
}

#s-c6dff098-f2eb-4cdf-9f3a-0261a915b0e6 {
  margin-left: auto;
margin-right: auto;
max-width: 966px;
text-align: center;
}




  #s-c6dff098-f2eb-4cdf-9f3a-0261a915b0e6 img.shogun-image {
    
    width: px;
  }


#s-c6dff098-f2eb-4cdf-9f3a-0261a915b0e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-63363734-b7df-40bc-9bcf-072f052a4e84 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
max-width: 966px;
background-color: rgba(76, 83, 71, 0);
}

@media (min-width: 0px) {
[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63363734-b7df-40bc-9bcf-072f052a4e84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-31ced86f-24b4-4bec-9ac4-1b2bbbccf4bc {
  text-align: center;
}




  #s-31ced86f-24b4-4bec-9ac4-1b2bbbccf4bc img.shogun-image {
    
    width: px;
  }


#s-31ced86f-24b4-4bec-9ac4-1b2bbbccf4bc .shogun-image-content {
  
    align-items: center;
  
}

#s-05f6b05d-280d-40a7-938f-ce1c71dd17b0 {
  background-image: url(https://i.shgcdn.com/830fdb1b-3ae7-4fff-8dee-8e034c18eed4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-05f6b05d-280d-40a7-938f-ce1c71dd17b0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-05f6b05d-280d-40a7-938f-ce1c71dd17b0 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-a16c5797-b331-4f72-8062-15a35c5a15a8 {
  text-align: center;
}




  #s-a16c5797-b331-4f72-8062-15a35c5a15a8 img.shogun-image {
    
    width: px;
  }


#s-a16c5797-b331-4f72-8062-15a35c5a15a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-be986483-a202-4bb2-9f8f-de09dfd527ef {
  background-image: url(https://i.shgcdn.com/04dc09f6-cb28-4507-ac36-1e6e0da030df/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-be986483-a202-4bb2-9f8f-de09dfd527ef .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-be986483-a202-4bb2-9f8f-de09dfd527ef .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-0615adfa-5f13-4398-ad9f-aac997d75896 {
  text-align: center;
}




  #s-0615adfa-5f13-4398-ad9f-aac997d75896 img.shogun-image {
    
    width: px;
  }


#s-0615adfa-5f13-4398-ad9f-aac997d75896 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc66c40e-6b24-4f44-a47b-5fe526ed85ae {
  background-image: url(https://i.shgcdn.com/98b5e70a-1b30-4e8c-a8ac-6fb169abae30/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-dc66c40e-6b24-4f44-a47b-5fe526ed85ae .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-dc66c40e-6b24-4f44-a47b-5fe526ed85ae .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-80698ada-0ce6-4d94-8cba-c7d6724ede9e {
  text-align: center;
}




  #s-80698ada-0ce6-4d94-8cba-c7d6724ede9e img.shogun-image {
    
    width: px;
  }


#s-80698ada-0ce6-4d94-8cba-c7d6724ede9e .shogun-image-content {
  
    align-items: center;
  
}

#s-e72d985a-d864-402a-8dd0-cd2d0639e2a7 {
  background-image: url(https://i.shgcdn.com/7fd80e8c-f97f-4d41-95ad-7a304360a261/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-e72d985a-d864-402a-8dd0-cd2d0639e2a7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-e72d985a-d864-402a-8dd0-cd2d0639e2a7 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-e516fe15-5e72-4031-8289-351d95001ade {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 0px;
max-width: 966px;
background-color: rgba(76, 83, 71, 0);
}

@media (min-width: 0px) {
[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e516fe15-5e72-4031-8289-351d95001ade"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e3fa473c-b474-46a3-abe4-41b2e176e390 {
  text-align: center;
}




  #s-e3fa473c-b474-46a3-abe4-41b2e176e390 img.shogun-image {
    
    width: px;
  }


#s-e3fa473c-b474-46a3-abe4-41b2e176e390 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8c7ab82-9490-4bea-b517-90d8e67f1369 {
  background-image: url(https://i.shgcdn.com/3d45c99a-a34c-41ab-afab-3242988b525e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-c8c7ab82-9490-4bea-b517-90d8e67f1369 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-c8c7ab82-9490-4bea-b517-90d8e67f1369 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-4d0ef73e-f830-4ab9-83e5-7abdd34b7d6e {
  text-align: center;
}




  #s-4d0ef73e-f830-4ab9-83e5-7abdd34b7d6e img.shogun-image {
    
    width: px;
  }


#s-4d0ef73e-f830-4ab9-83e5-7abdd34b7d6e .shogun-image-content {
  
    align-items: center;
  
}

#s-0fa290ab-d536-4c2b-a284-136b8079020d {
  background-image: url(https://i.shgcdn.com/433438ca-eecc-4b02-9a15-f8f954c1f8cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-0fa290ab-d536-4c2b-a284-136b8079020d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0fa290ab-d536-4c2b-a284-136b8079020d .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-dc97e10c-4bec-4f59-a989-d6dace7be637 {
  text-align: center;
}




  #s-dc97e10c-4bec-4f59-a989-d6dace7be637 img.shogun-image {
    
    width: px;
  }


#s-dc97e10c-4bec-4f59-a989-d6dace7be637 .shogun-image-content {
  
    align-items: center;
  
}

#s-b70ea189-f7a6-49fa-b6b3-1f93cddc2532 {
  background-image: url(https://i.shgcdn.com/14737fbe-c1c3-44b6-a54c-be191eb11bf0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-b70ea189-f7a6-49fa-b6b3-1f93cddc2532 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b70ea189-f7a6-49fa-b6b3-1f93cddc2532 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-d450ef4b-a42c-4eb2-834b-196a171260eb {
  text-align: center;
}




  #s-d450ef4b-a42c-4eb2-834b-196a171260eb img.shogun-image {
    
    width: px;
  }


#s-d450ef4b-a42c-4eb2-834b-196a171260eb .shogun-image-content {
  
    align-items: center;
  
}

#s-ba08c75f-53e0-41d0-a368-b84b09de1ed7 {
  background-image: url(https://i.shgcdn.com/1b3874a1-b4e4-4d09-8d1f-4622ad739847/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-ba08c75f-53e0-41d0-a368-b84b09de1ed7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ba08c75f-53e0-41d0-a368-b84b09de1ed7 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-d75b9aee-6c13-4ac0-86c1-934bf4c208ae {
  min-height: 50px;
}








#s-d75b9aee-6c13-4ac0-86c1-934bf4c208ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d75b9aee-6c13-4ac0-86c1-934bf4c208ae.shg-box.shg-c {
  justify-content: center;
}

#s-c04019ed-9300-4929-8452-8c5489325163 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c04019ed-9300-4929-8452-8c5489325163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c04019ed-9300-4929-8452-8c5489325163.shg-box.shg-c {
  justify-content: flex-start;
}

#s-566be1ef-5555-480e-9783-8eb63c3c7b07 {
  margin-left: auto;
margin-right: auto;
max-width: 966px;
text-align: center;
}




  #s-566be1ef-5555-480e-9783-8eb63c3c7b07 img.shogun-image {
    
    width: px;
  }


#s-566be1ef-5555-480e-9783-8eb63c3c7b07 .shogun-image-content {
  
    align-items: center;
  
}

#s-378de4e9-35fe-49fe-a5d5-988025032711 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
max-width: 966px;
background-color: rgba(76, 83, 71, 0);
}

@media (min-width: 0px) {
[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-378de4e9-35fe-49fe-a5d5-988025032711"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cb52da16-a7ed-48d1-a279-bfdd94001a2d {
  text-align: center;
}




  #s-cb52da16-a7ed-48d1-a279-bfdd94001a2d img.shogun-image {
    
    width: px;
  }


#s-cb52da16-a7ed-48d1-a279-bfdd94001a2d .shogun-image-content {
  
    align-items: center;
  
}

#s-608c4179-6611-422f-af54-48b39601865c {
  background-image: url(https://i.shgcdn.com/95974b91-5c47-4125-b55d-40e2fc8bb055/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-608c4179-6611-422f-af54-48b39601865c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-608c4179-6611-422f-af54-48b39601865c .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-c8a07c8e-71d9-4c53-a4ab-14a04bd9ae6e {
  text-align: center;
}




  #s-c8a07c8e-71d9-4c53-a4ab-14a04bd9ae6e img.shogun-image {
    
    width: px;
  }


#s-c8a07c8e-71d9-4c53-a4ab-14a04bd9ae6e .shogun-image-content {
  
    align-items: center;
  
}

#s-ae472173-9fb5-431b-b278-c6c871e79ace {
  background-image: url(https://i.shgcdn.com/15117801-8f39-42dd-b802-39c38109b947/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-ae472173-9fb5-431b-b278-c6c871e79ace .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ae472173-9fb5-431b-b278-c6c871e79ace .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-77d3ad57-0a89-42f4-a845-6f72b2d79520 {
  text-align: center;
}




  #s-77d3ad57-0a89-42f4-a845-6f72b2d79520 img.shogun-image {
    
    width: px;
  }


#s-77d3ad57-0a89-42f4-a845-6f72b2d79520 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ea31ef1-c134-4a78-b834-e99cc333cda2 {
  background-image: url(https://i.shgcdn.com/15117801-8f39-42dd-b802-39c38109b947/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-8ea31ef1-c134-4a78-b834-e99cc333cda2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-8ea31ef1-c134-4a78-b834-e99cc333cda2 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-e3a209e2-4739-4e63-9c4f-4576bc5a9e54 {
  text-align: center;
}




  #s-e3a209e2-4739-4e63-9c4f-4576bc5a9e54 img.shogun-image {
    
    width: px;
  }


#s-e3a209e2-4739-4e63-9c4f-4576bc5a9e54 .shogun-image-content {
  
    align-items: center;
  
}

#s-32b65f64-720b-496c-ba1b-f7f7b27b70cd {
  background-image: url(https://i.shgcdn.com/15117801-8f39-42dd-b802-39c38109b947/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-32b65f64-720b-496c-ba1b-f7f7b27b70cd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-32b65f64-720b-496c-ba1b-f7f7b27b70cd .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 0px;
max-width: 966px;
background-color: rgba(76, 83, 71, 0);
}

@media (min-width: 0px) {
[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e0d7f45-bad0-47ce-ba4b-535ce9af885b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-074764e9-402d-4d50-84ea-331bbdb4a9d7 {
  text-align: center;
}




  #s-074764e9-402d-4d50-84ea-331bbdb4a9d7 img.shogun-image {
    
    width: px;
  }


#s-074764e9-402d-4d50-84ea-331bbdb4a9d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-23ad5287-d65b-4bf8-a085-d7a6b0e7ffbc {
  background-image: url(https://i.shgcdn.com/15117801-8f39-42dd-b802-39c38109b947/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-23ad5287-d65b-4bf8-a085-d7a6b0e7ffbc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-23ad5287-d65b-4bf8-a085-d7a6b0e7ffbc .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-ddfc3b90-ea6a-45d7-a86c-170be8e8f0dc {
  text-align: center;
}




  #s-ddfc3b90-ea6a-45d7-a86c-170be8e8f0dc img.shogun-image {
    
    width: px;
  }


#s-ddfc3b90-ea6a-45d7-a86c-170be8e8f0dc .shogun-image-content {
  
    align-items: center;
  
}

#s-5f7865fe-7f14-47de-a903-f01680d24527 {
  background-image: url(https://i.shgcdn.com/15117801-8f39-42dd-b802-39c38109b947/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-5f7865fe-7f14-47de-a903-f01680d24527 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-5f7865fe-7f14-47de-a903-f01680d24527 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-0390fe4a-db34-450d-b2fb-11d2ef752190 {
  text-align: center;
}




  #s-0390fe4a-db34-450d-b2fb-11d2ef752190 img.shogun-image {
    
    width: px;
  }


#s-0390fe4a-db34-450d-b2fb-11d2ef752190 .shogun-image-content {
  
    align-items: center;
  
}

#s-37154b99-9b98-4770-af94-824b06aa50a2 {
  background-image: url(https://i.shgcdn.com/15117801-8f39-42dd-b802-39c38109b947/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-37154b99-9b98-4770-af94-824b06aa50a2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-37154b99-9b98-4770-af94-824b06aa50a2 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-a3f31824-4d73-4b59-b1c5-6f37fb36a841 {
  text-align: center;
}




  #s-a3f31824-4d73-4b59-b1c5-6f37fb36a841 img.shogun-image {
    
    width: px;
  }


#s-a3f31824-4d73-4b59-b1c5-6f37fb36a841 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae1aaa6d-0caf-4d23-bea3-5cda954f11c5 {
  background-image: url(https://i.shgcdn.com/15117801-8f39-42dd-b802-39c38109b947/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(41, 43, 55, 0);
border-style: solid;
text-align: center;
background-position: center center;
background-color: rgba(64, 76, 146, 0);
}

#s-ae1aaa6d-0caf-4d23-bea3-5cda954f11c5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Cabin Sketch;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ae1aaa6d-0caf-4d23-bea3-5cda954f11c5 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


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