.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-a7e1d035-e845-4902-8958-3eaae672375b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a7e1d035-e845-4902-8958-3eaae672375b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7e1d035-e845-4902-8958-3eaae672375b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7e1d035-e845-4902-8958-3eaae672375b {
  
}
}@media (max-width: 767px){#s-a7e1d035-e845-4902-8958-3eaae672375b {
  
}
}







#s-a7e1d035-e845-4902-8958-3eaae672375b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7e1d035-e845-4902-8958-3eaae672375b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-302ac112-bceb-4926-ae20-7ebbb7f6fd83 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
background-color: rgba(245, 245, 245, 1);
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-302ac112-bceb-4926-ae20-7ebbb7f6fd83 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-302ac112-bceb-4926-ae20-7ebbb7f6fd83 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-302ac112-bceb-4926-ae20-7ebbb7f6fd83 {
  
}
}@media (max-width: 767px){#s-302ac112-bceb-4926-ae20-7ebbb7f6fd83 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-302ac112-bceb-4926-ae20-7ebbb7f6fd83 > .shg-box-overlay {
  background-color: rgba(51, 54, 149, 1);
  opacity: 0;
}#s-302ac112-bceb-4926-ae20-7ebbb7f6fd83.shg-box.shg-c {
  justify-content: center;
}

#s-6742d555-8f91-4eff-ab73-7bfa13138863 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6742d555-8f91-4eff-ab73-7bfa13138863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6742d555-8f91-4eff-ab73-7bfa13138863.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-852686f1-547c-40bb-8446-2179110e9539 {
  text-align: center;
opacity: 1;
}
@media (max-width: 767px){#s-852686f1-547c-40bb-8446-2179110e9539 {
  
}
}



  #s-852686f1-547c-40bb-8446-2179110e9539 img.shogun-image {
    
    width: px;
  }


#s-852686f1-547c-40bb-8446-2179110e9539 .shogun-image-content {
  
    align-items: center;
  
}

#s-6096fedb-44d9-419f-9055-47ee641e6a25 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 200px;
padding-bottom: 200px;
min-height: 900px;
background-position: center center;
}
@media (min-width: 1200px){#s-6096fedb-44d9-419f-9055-47ee641e6a25 {
  display: none;
}
#s-6096fedb-44d9-419f-9055-47ee641e6a25, #wrap-s-6096fedb-44d9-419f-9055-47ee641e6a25 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6096fedb-44d9-419f-9055-47ee641e6a25 {
  display: none;
}
#s-6096fedb-44d9-419f-9055-47ee641e6a25, #wrap-s-6096fedb-44d9-419f-9055-47ee641e6a25 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6096fedb-44d9-419f-9055-47ee641e6a25 {
  min-height: 400px;
display: none;
}
#s-6096fedb-44d9-419f-9055-47ee641e6a25, #wrap-s-6096fedb-44d9-419f-9055-47ee641e6a25 { display:none !important; }}@media (max-width: 767px){#s-6096fedb-44d9-419f-9055-47ee641e6a25 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
display: none;
}
#s-6096fedb-44d9-419f-9055-47ee641e6a25, #wrap-s-6096fedb-44d9-419f-9055-47ee641e6a25 { display:none !important; }}







#s-6096fedb-44d9-419f-9055-47ee641e6a25 > .shg-box-overlay {
  background-color: rgba(51, 54, 149, 1);
  opacity: 0.7;
}#s-6096fedb-44d9-419f-9055-47ee641e6a25.shg-box.shg-c {
  justify-content: center;
}

#s-a3ebccba-269b-48ed-9908-de401730616d {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1170px;
}








#s-a3ebccba-269b-48ed-9908-de401730616d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3ebccba-269b-48ed-9908-de401730616d.shg-box.shg-c {
  justify-content: center;
}

#s-75d8335b-5416-4d3a-86bf-afc12163ad8c {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-75d8335b-5416-4d3a-86bf-afc12163ad8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75d8335b-5416-4d3a-86bf-afc12163ad8c.shg-box.shg-c {
  justify-content: center;
}

.display-bold{font-weight:700;}
#s-1ef63627-d2fd-4f19-854e-5dd30dcb703e {
  text-align: center;
}

#s-291e37b3-7410-4716-82e1-98aadfb69277 {
  text-align: center;
}

#s-d8d1741c-5c1a-4874-94b1-102944c0ed13 {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8d1741c-5c1a-4874-94b1-102944c0ed13 {
  margin-left: auto;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-d8d1741c-5c1a-4874-94b1-102944c0ed13 {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-d8d1741c-5c1a-4874-94b1-102944c0ed13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8d1741c-5c1a-4874-94b1-102944c0ed13.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-77c8c7d6-116d-4d6b-8643-bc45b91ce012 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77c8c7d6-116d-4d6b-8643-bc45b91ce012"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d32e1f6a-f5f7-4b99-be07-b6488c1b5b1d {
  margin-top: 30px;
text-align: center;
}

#s-dc7304e1-1ea4-4457-85b0-aebfbf94262e {
  margin-top: 30px;
text-align: center;
}

#s-5279d62b-ef03-4985-9c76-eb433cd7a2f9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5279d62b-ef03-4985-9c76-eb433cd7a2f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5279d62b-ef03-4985-9c76-eb433cd7a2f9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-26fa0f80-15f2-4ce2-b243-0a5215be1e2f {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-26fa0f80-15f2-4ce2-b243-0a5215be1e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26fa0f80-15f2-4ce2-b243-0a5215be1e2f.shg-box.shg-c {
  justify-content: center;
}

#s-c8fb2691-addf-44b4-a740-98da2c808312 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-c8fb2691-addf-44b4-a740-98da2c808312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8fb2691-addf-44b4-a740-98da2c808312.shg-box.shg-c {
  justify-content: center;
}

#s-2444a7c2-b497-4e98-9f9c-4cbb584d5f83 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2444a7c2-b497-4e98-9f9c-4cbb584d5f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2444a7c2-b497-4e98-9f9c-4cbb584d5f83.shg-box.shg-c {
  justify-content: center;
}

#s-496596ef-1b72-4540-a98b-e641d2193fa6 {
  min-height: 50px;
}








#s-496596ef-1b72-4540-a98b-e641d2193fa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-496596ef-1b72-4540-a98b-e641d2193fa6.shg-box.shg-c {
  justify-content: center;
}

#s-5b8ffae4-ca6c-4cbf-b41e-4a845b66196e {
  text-align: center;
}

#s-44eec261-f69c-460b-91e8-3f059c32fddd {
  text-align: center;
}

#s-eb062796-ef37-4e96-89b7-edc582ad55a7 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-eb062796-ef37-4e96-89b7-edc582ad55a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb062796-ef37-4e96-89b7-edc582ad55a7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b122bde8-873a-4677-bbb7-c1f12c0a6d65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-048cb03d-86d9-4d1c-a63e-5d16131b503c {
  margin-bottom: 30px;
min-height: 50px;
}








#s-048cb03d-86d9-4d1c-a63e-5d16131b503c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-048cb03d-86d9-4d1c-a63e-5d16131b503c.shg-box.shg-c {
  justify-content: center;
}

#s-730eed96-a608-4819-8df4-e68b740a2222 {
  text-align: center;
}




  #s-730eed96-a608-4819-8df4-e68b740a2222 img.shogun-image {
    
    width: px;
  }


#s-730eed96-a608-4819-8df4-e68b740a2222 .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-8eace85b-b1b0-4b26-8a98-0afdba7b9c05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8eace85b-b1b0-4b26-8a98-0afdba7b9c05 .shogun-heading-component h3 {
  color: rgba(51, 54, 149, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-8eace85b-b1b0-4b26-8a98-0afdba7b9c05 .shogun-heading-component h3 a {
  color: rgba(51, 54, 149, 1);
}


#s-5f499b71-d519-47ff-b293-c991167072f0 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-5f499b71-d519-47ff-b293-c991167072f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f499b71-d519-47ff-b293-c991167072f0.shg-box.shg-c {
  justify-content: center;
}

#s-c251de13-3437-4cb9-bfca-264abd43c742 {
  text-align: center;
}




  #s-c251de13-3437-4cb9-bfca-264abd43c742 img.shogun-image {
    
    width: px;
  }


#s-c251de13-3437-4cb9-bfca-264abd43c742 .shogun-image-content {
  
    align-items: center;
  
}

#s-0663918c-0001-4176-83c8-699b0628fd4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0663918c-0001-4176-83c8-699b0628fd4b .shogun-heading-component h3 {
  color: rgba(51, 54, 149, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0663918c-0001-4176-83c8-699b0628fd4b .shogun-heading-component h3 a {
  color: rgba(51, 54, 149, 1);
}


#s-79e2a3e6-9881-4a3c-bc07-14c9b90bc722 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-79e2a3e6-9881-4a3c-bc07-14c9b90bc722 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79e2a3e6-9881-4a3c-bc07-14c9b90bc722.shg-box.shg-c {
  justify-content: center;
}

#s-c460bab7-05b9-4b39-bf45-eb97e4b4ba38 {
  text-align: center;
}




  #s-c460bab7-05b9-4b39-bf45-eb97e4b4ba38 img.shogun-image {
    
    width: px;
  }


#s-c460bab7-05b9-4b39-bf45-eb97e4b4ba38 .shogun-image-content {
  
    align-items: center;
  
}

#s-995ab362-429f-4230-b472-dda5ecac0b09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-995ab362-429f-4230-b472-dda5ecac0b09 .shogun-heading-component h3 {
  color: rgba(51, 54, 149, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-995ab362-429f-4230-b472-dda5ecac0b09 .shogun-heading-component h3 a {
  color: rgba(51, 54, 149, 1);
}


#s-2f9ebbbe-c956-4830-b7d5-d0a04a0633c6 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-2f9ebbbe-c956-4830-b7d5-d0a04a0633c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f9ebbbe-c956-4830-b7d5-d0a04a0633c6.shg-box.shg-c {
  justify-content: center;
}

#s-8e677486-148b-4aeb-826f-92b720742359 {
  text-align: center;
}




  #s-8e677486-148b-4aeb-826f-92b720742359 img.shogun-image {
    
    width: px;
  }


#s-8e677486-148b-4aeb-826f-92b720742359 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6986303-b40c-48ea-864b-0f486d6450d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6986303-b40c-48ea-864b-0f486d6450d1 .shogun-heading-component h3 {
  color: rgba(51, 54, 149, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-f6986303-b40c-48ea-864b-0f486d6450d1 .shogun-heading-component h3 a {
  color: rgba(51, 54, 149, 1);
}


#s-1486a035-e768-414d-abe1-eb4dca0e39fa {
  min-height: 50px;
}








#s-1486a035-e768-414d-abe1-eb4dca0e39fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1486a035-e768-414d-abe1-eb4dca0e39fa.shg-box.shg-c {
  justify-content: center;
}

#s-45745990-2437-4e76-ba74-adbf5bc26222 {
  text-align: center;
}

#s-5a5602a7-5aaf-4635-abc0-7e1a4257b2d1 {
  text-align: center;
}

#s-ae8a577c-cf2d-46cf-a0fd-ebc67f534e50 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-ae8a577c-cf2d-46cf-a0fd-ebc67f534e50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae8a577c-cf2d-46cf-a0fd-ebc67f534e50.shg-box.shg-c {
  justify-content: center;
}

#s-9c969e04-e17c-427f-b6c7-f4f8cf0c5ece {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 15px;
padding-bottom: 60px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}








#s-9c969e04-e17c-427f-b6c7-f4f8cf0c5ece > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c969e04-e17c-427f-b6c7-f4f8cf0c5ece.shg-box.shg-c {
  justify-content: center;
}

#s-985dae3d-ada7-4dfc-adaa-0ef4c6def2c5 {
  text-align: center;
}

#s-feca7716-d880-4bdd-86f7-75d98f109120 {
  text-align: center;
}

#s-5f6ca791-c099-486b-9399-0026f22e555b {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-225085b9-1a9f-495b-b821-0f33e100a37d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-225085b9-1a9f-495b-b821-0f33e100a37d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-225085b9-1a9f-495b-b821-0f33e100a37d.shg-box.shg-c {
  justify-content: center;
}

#s-d00afdb8-abf6-4e00-9488-f92d9fc40184 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d00afdb8-abf6-4e00-9488-f92d9fc40184 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d00afdb8-abf6-4e00-9488-f92d9fc40184.shg-box.shg-c {
  justify-content: center;
}

#s-f42aa864-7b6c-49a6-98fe-85893b72f71e {
  min-height: 50px;
}








#s-f42aa864-7b6c-49a6-98fe-85893b72f71e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f42aa864-7b6c-49a6-98fe-85893b72f71e.shg-box.shg-c {
  justify-content: center;
}

#s-94dafd95-b7b2-4765-9d3c-5e4fa5f7ccca {
  text-align: center;
}

#s-9715913e-a0ad-416f-99f1-ce1dd917adb1 {
  text-align: center;
}

#s-a876b297-39eb-41bc-8a9c-ca3ef29afcb9 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-a876b297-39eb-41bc-8a9c-ca3ef29afcb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a876b297-39eb-41bc-8a9c-ca3ef29afcb9.shg-box.shg-c {
  justify-content: center;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}














/* Slick Carousel THEME */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
.slick-arrow-left,
.slick-arrow-right {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    /*color: #2f2a95;*/
    border: none;
    outline: none;
    background: transparent;
}
.slick-arrow-left {
    left: -30px;
}
.slick-arrow-right {
    right: -25px;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.card-product h3 {
    --lh: 1.4rem !important;
    line-height: var(--lh) !important;
    letter-spacing: -.021em !important;
}
.truncate-wrapper {
    overflow: hidden;
}
.truncate-wrapper h3 {
    margin: 0;
}
.overflow {
  --max-lines: 1;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
.overflow::before {
  position: absolute;
  content: "...";
/*   inset-block-end: 0;
  inset-inline-end: 0; */
  bottom: 0;
  right: 0;
}
.overflow::after {
  content: "";
  position: absolute;
/*   inset-inline-end: 0; */
  right: 0;
  width: 1rem;
  height: 1rem;
  background: white;
}
#s-d0a6d767-18ee-468c-bb59-fcb127c7c03d {
  min-height: 50px;
}








#s-d0a6d767-18ee-468c-bb59-fcb127c7c03d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0a6d767-18ee-468c-bb59-fcb127c7c03d.shg-box.shg-c {
  justify-content: center;
}

#s-52578639-c712-4e16-850e-371f338c41cb {
  text-align: center;
}

#s-05dfff84-83e7-4412-9a1b-d31b699f3ed3 {
  text-align: center;
}

#s-5950b2e0-336e-4504-bf98-e223f57fb40b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-5950b2e0-336e-4504-bf98-e223f57fb40b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5950b2e0-336e-4504-bf98-e223f57fb40b.shg-box.shg-c {
  justify-content: center;
}

#s-42184fb9-1cd1-4156-8b8a-fd027e429087 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-42184fb9-1cd1-4156-8b8a-fd027e429087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42184fb9-1cd1-4156-8b8a-fd027e429087.shg-box.shg-c {
  justify-content: center;
}

#s-f853cd44-40e9-458a-8d8b-e64d2b376972 {
  min-height: 50px;
}








#s-f853cd44-40e9-458a-8d8b-e64d2b376972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f853cd44-40e9-458a-8d8b-e64d2b376972.shg-box.shg-c {
  justify-content: center;
}

#s-4d90c564-3db8-431d-a4e7-fe1075995976 {
  text-align: center;
}

#s-e1c962f9-1392-4a6d-8130-e67d41ab974e {
  text-align: center;
}

#s-7677a22e-80eb-4965-820e-cfb7f44dcd3b {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-7677a22e-80eb-4965-820e-cfb7f44dcd3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7677a22e-80eb-4965-820e-cfb7f44dcd3b.shg-box.shg-c {
  justify-content: center;
}

#s-114597bd-10ab-40f7-9473-6c3116d3ef8e {
  min-height: 50px;
}








#s-114597bd-10ab-40f7-9473-6c3116d3ef8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-114597bd-10ab-40f7-9473-6c3116d3ef8e.shg-box.shg-c {
  justify-content: center;
}

#s-eff79609-ec20-467d-9f24-7b75ab9f56ef {
  text-align: center;
}

#s-0d96b239-5e15-4ed2-9ce0-d065d847d941 {
  text-align: center;
}

#s-eae1a7d5-09bc-4a64-bbf9-b0340e192fe1 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-eae1a7d5-09bc-4a64-bbf9-b0340e192fe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eae1a7d5-09bc-4a64-bbf9-b0340e192fe1.shg-box.shg-c {
  justify-content: center;
}

#s-3b9a31d0-6e10-4500-807c-8d2fdd853208 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3b9a31d0-6e10-4500-807c-8d2fdd853208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b9a31d0-6e10-4500-807c-8d2fdd853208.shg-box.shg-c {
  justify-content: center;
}

#s-b1832a8f-d1a6-4f39-8b7d-ed9b2421cd63 {
  min-height: 50px;
}








#s-b1832a8f-d1a6-4f39-8b7d-ed9b2421cd63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1832a8f-d1a6-4f39-8b7d-ed9b2421cd63.shg-box.shg-c {
  justify-content: center;
}

#s-9c2fda59-008a-4e15-a422-810c40678e0b {
  text-align: center;
}

#s-0c29c32a-0d49-4754-9efc-f301a851b993 {
  text-align: center;
}

#s-5d936ed1-b51a-4803-a30a-63e0c3e85f59 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-5d936ed1-b51a-4803-a30a-63e0c3e85f59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d936ed1-b51a-4803-a30a-63e0c3e85f59.shg-box.shg-c {
  justify-content: center;
}

#s-d6e82aec-33b1-4c5c-91bc-99d8663a21ca {
  min-height: 50px;
}








#s-d6e82aec-33b1-4c5c-91bc-99d8663a21ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6e82aec-33b1-4c5c-91bc-99d8663a21ca.shg-box.shg-c {
  justify-content: center;
}

#s-dbb63f98-4d7e-42fa-9ccf-1208c401632d {
  text-align: center;
}

#s-439a444b-eb54-4997-9824-4d8c41a9ec49 {
  text-align: center;
}

#s-d692a1e6-c0fb-4df4-9ad8-70e605493852 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-d692a1e6-c0fb-4df4-9ad8-70e605493852 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d692a1e6-c0fb-4df4-9ad8-70e605493852.shg-box.shg-c {
  justify-content: center;
}

#s-cf76e9dd-0826-404d-9a6a-0267524b6f57 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cf76e9dd-0826-404d-9a6a-0267524b6f57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf76e9dd-0826-404d-9a6a-0267524b6f57.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96a3a1a9-3b9f-4138-b9d8-821cf2fcd605"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6ce7a32a-d6c7-4dd7-96d0-6110cdd0d8af {
  min-height: 50px;
}








#s-6ce7a32a-d6c7-4dd7-96d0-6110cdd0d8af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ce7a32a-d6c7-4dd7-96d0-6110cdd0d8af.shg-box.shg-c {
  justify-content: center;
}

#s-07ab8413-13d6-4c34-b7bf-e0d7f6a55062 {
  margin-bottom: 30px;
text-align: center;
}




  #s-07ab8413-13d6-4c34-b7bf-e0d7f6a55062 img.shogun-image {
    
    width: px;
  }


#s-07ab8413-13d6-4c34-b7bf-e0d7f6a55062 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3d4dc36-90c9-43c3-bf6d-ef50620e818b {
  min-height: 50px;
}








#s-e3d4dc36-90c9-43c3-bf6d-ef50620e818b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3d4dc36-90c9-43c3-bf6d-ef50620e818b.shg-box.shg-c {
  justify-content: center;
}

#s-03dd2ab4-2130-444a-ac8e-f7179f744263 {
  text-align: center;
}

#s-7ec86b49-448f-4058-ad5e-8d37bc1ecc15 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-1a91c302-32f2-4555-ad03-7de2faf1f572 {
  padding-top: 30px;
padding-bottom: 30px;
}

#s-635ff0b0-75a2-4f00-85a4-fa059fd5ce2a {
  padding-top: 30px;
padding-bottom: 30px;
text-align: left;
}

#s-aba2543b-d7f7-4f22-802f-31cf35dccf27 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-aba2543b-d7f7-4f22-802f-31cf35dccf27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aba2543b-d7f7-4f22-802f-31cf35dccf27.shg-box.shg-c {
  justify-content: center;
}

#s-277f63a4-3ba3-4454-be80-3ec0a0f0ce88 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-277f63a4-3ba3-4454-be80-3ec0a0f0ce88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-277f63a4-3ba3-4454-be80-3ec0a0f0ce88.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f928e933-3c91-4b23-bc79-42aff5e428b4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0a7c55d5-ca30-4994-a531-cc324b9b87c3 {
  min-height: 50px;
}








#s-0a7c55d5-ca30-4994-a531-cc324b9b87c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a7c55d5-ca30-4994-a531-cc324b9b87c3.shg-box.shg-c {
  justify-content: center;
}

#s-68274009-f923-4324-9422-3414d1a6df61 {
  text-align: center;
}

#s-9421fe95-cb03-4679-b140-560cf298afc8 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-7270257a-6d39-4e90-bf11-c1768606d1d4 {
  padding-top: 30px;
padding-bottom: 30px;
}

#s-0fdd635e-ac3c-4e13-bd2d-0b1ff56905b0 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: left;
}

#s-b848747a-f36f-487d-a76f-908b57fe52bf {
  min-height: 50px;
}








#s-b848747a-f36f-487d-a76f-908b57fe52bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b848747a-f36f-487d-a76f-908b57fe52bf.shg-box.shg-c {
  justify-content: center;
}

#s-e082511e-c257-4251-8692-e0d409b36833 {
  margin-bottom: 30px;
text-align: center;
}




  #s-e082511e-c257-4251-8692-e0d409b36833 img.shogun-image {
    
    width: px;
  }


#s-e082511e-c257-4251-8692-e0d409b36833 .shogun-image-content {
  
    align-items: center;
  
}

#s-b81dd830-f2a1-447e-9258-1874fdca5e50 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-b81dd830-f2a1-447e-9258-1874fdca5e50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b81dd830-f2a1-447e-9258-1874fdca5e50.shg-box.shg-c {
  justify-content: center;
}

#s-d40a7208-30a9-4975-900e-5ff80cdbcf75 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d40a7208-30a9-4975-900e-5ff80cdbcf75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d40a7208-30a9-4975-900e-5ff80cdbcf75.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce12d26f-6913-4932-a059-c7886ac6c1cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-76036980-b82b-4a88-ad5a-ab8e792110ec {
  min-height: 50px;
}








#s-76036980-b82b-4a88-ad5a-ab8e792110ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76036980-b82b-4a88-ad5a-ab8e792110ec.shg-box.shg-c {
  justify-content: center;
}

#s-bcac7410-7dac-45e4-89aa-e3c8be529dde {
  margin-bottom: 30px;
text-align: center;
}




  #s-bcac7410-7dac-45e4-89aa-e3c8be529dde img.shogun-image {
    
    width: px;
  }


#s-bcac7410-7dac-45e4-89aa-e3c8be529dde .shogun-image-content {
  
    align-items: center;
  
}

#s-697c7dd4-a0ea-43cb-9a10-650af6af1189 {
  min-height: 50px;
}








#s-697c7dd4-a0ea-43cb-9a10-650af6af1189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-697c7dd4-a0ea-43cb-9a10-650af6af1189.shg-box.shg-c {
  justify-content: center;
}

#s-f081b117-4d95-4a27-83f6-171b5a6e9c7d {
  text-align: center;
}

#s-6f3c3db3-0011-496c-b729-81ed46f66f23 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-ccb60d57-cd9b-4852-bce9-1bb6528a8ac7 {
  padding-top: 30px;
padding-bottom: 30px;
}

#s-c3c55943-a5de-4455-a157-bdb21ccaa90c {
  padding-top: 30px;
padding-bottom: 30px;
text-align: left;
}

#s-47f76a28-96da-475c-b287-628152879d88 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}
@media (min-width: 1200px){#s-47f76a28-96da-475c-b287-628152879d88 {
  display: none;
}
#s-47f76a28-96da-475c-b287-628152879d88, #wrap-s-47f76a28-96da-475c-b287-628152879d88 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47f76a28-96da-475c-b287-628152879d88 {
  display: none;
}
#s-47f76a28-96da-475c-b287-628152879d88, #wrap-s-47f76a28-96da-475c-b287-628152879d88 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47f76a28-96da-475c-b287-628152879d88 {
  display: none;
}
#s-47f76a28-96da-475c-b287-628152879d88, #wrap-s-47f76a28-96da-475c-b287-628152879d88 { display:none !important; }}@media (max-width: 767px){#s-47f76a28-96da-475c-b287-628152879d88 {
  display: none;
}
#s-47f76a28-96da-475c-b287-628152879d88, #wrap-s-47f76a28-96da-475c-b287-628152879d88 { display:none !important; }}







#s-47f76a28-96da-475c-b287-628152879d88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47f76a28-96da-475c-b287-628152879d88.shg-box.shg-c {
  justify-content: center;
}

#s-58918a52-46e2-4077-9b31-4df823992e92 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-58918a52-46e2-4077-9b31-4df823992e92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58918a52-46e2-4077-9b31-4df823992e92.shg-box.shg-c {
  justify-content: center;
}

#s-126d6ad2-3556-4901-9658-e487d8f21a56 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-126d6ad2-3556-4901-9658-e487d8f21a56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-126d6ad2-3556-4901-9658-e487d8f21a56.shg-box.shg-c {
  justify-content: center;
}

#s-969849a2-f475-4dd7-90e4-fdfd6f75e9eb {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 15px;
padding-bottom: 60px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}








#s-969849a2-f475-4dd7-90e4-fdfd6f75e9eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-969849a2-f475-4dd7-90e4-fdfd6f75e9eb.shg-box.shg-c {
  justify-content: center;
}

#s-890b4aff-7b85-4ca0-b38c-ed2348a642b6 {
  text-align: center;
}

#s-22beab4e-0b0c-4531-be65-77fbe8892d1e {
  text-align: center;
}

#s-4f1d18ce-45bb-42de-8242-f698b2eac493 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-63eed50b-0962-4a9f-bfba-8c78c864cdd3 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-63eed50b-0962-4a9f-bfba-8c78c864cdd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63eed50b-0962-4a9f-bfba-8c78c864cdd3.shg-box.shg-c {
  justify-content: center;
}

#s-9a01bd7b-e20b-4d99-99c7-3027714ec443 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 220px;
padding-bottom: 220px;
min-height: 50px;
max-width: 1140px;
background-position: center center;
}








#s-9a01bd7b-e20b-4d99-99c7-3027714ec443 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-9a01bd7b-e20b-4d99-99c7-3027714ec443.shg-box.shg-c {
  justify-content: center;
}

#s-2c6e5362-766b-4331-9762-ecceb0a611e3 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1170px;
}








#s-2c6e5362-766b-4331-9762-ecceb0a611e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c6e5362-766b-4331-9762-ecceb0a611e3.shg-box.shg-c {
  justify-content: center;
}

#s-b5f08294-2334-40cd-8119-526dfa4cd53d {
  text-align: center;
}

#s-aa2dbd8a-f9e2-4751-8784-fcea5a767434 {
  text-align: center;
}

#s-1aea3682-97fe-43e2-a170-a2167a706b8c {
  text-align: center;
}

#s-40b33198-5e43-4353-b0b1-69d6065a2ad5 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-c8490604-7f3d-40bb-8090-566570842817 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-c8490604-7f3d-40bb-8090-566570842817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8490604-7f3d-40bb-8090-566570842817.shg-box.shg-c {
  justify-content: center;
}

#s-bf4339a1-8082-45bb-9449-1693006e5638 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bf4339a1-8082-45bb-9449-1693006e5638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf4339a1-8082-45bb-9449-1693006e5638.shg-box.shg-c {
  justify-content: center;
}

#s-18ab4970-9811-42d9-94ce-972f88a28bcf {
  min-height: 50px;
}








#s-18ab4970-9811-42d9-94ce-972f88a28bcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18ab4970-9811-42d9-94ce-972f88a28bcf.shg-box.shg-c {
  justify-content: center;
}

#s-7b591905-dd80-4310-badd-22a0f7ffc308 {
  text-align: center;
}

#s-240829dc-5c1b-4510-9c0f-fed702385701 {
  text-align: center;
}

#s-a509738e-9264-4061-b992-72e424e32fa9 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-a509738e-9264-4061-b992-72e424e32fa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a509738e-9264-4061-b992-72e424e32fa9.shg-box.shg-c {
  justify-content: center;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}














/* Slick Carousel THEME */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
.slick-arrow-left,
.slick-arrow-right {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    /*color: #2f2a95;*/
    border: none;
    outline: none;
    background: transparent;
}
.slick-arrow-left {
    left: -30px;
}
.slick-arrow-right {
    right: -25px;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

#s-1444c88c-d835-4f4c-8f9f-2d775a6a63c3 {
  min-height: 50px;
}








#s-1444c88c-d835-4f4c-8f9f-2d775a6a63c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1444c88c-d835-4f4c-8f9f-2d775a6a63c3.shg-box.shg-c {
  justify-content: center;
}

#s-bfe46d93-1e83-4bc8-93b7-f6551339a7c1 {
  margin-bottom: 15px;
text-align: center;
}




  #s-bfe46d93-1e83-4bc8-93b7-f6551339a7c1 img.shogun-image {
    
    width: px;
  }


#s-bfe46d93-1e83-4bc8-93b7-f6551339a7c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-52d2f8aa-423c-420b-8a33-97d0df534950 {
  text-align: center;
}

#s-3fe2b02f-4a65-4e60-8a33-e9fd8d0d22fa {
  min-height: 50px;
}








#s-3fe2b02f-4a65-4e60-8a33-e9fd8d0d22fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fe2b02f-4a65-4e60-8a33-e9fd8d0d22fa.shg-box.shg-c {
  justify-content: center;
}

#s-30a95fd9-43a5-4c3a-b4c2-ef0d255ce7ef {
  margin-bottom: 15px;
text-align: center;
}




  #s-30a95fd9-43a5-4c3a-b4c2-ef0d255ce7ef img.shogun-image {
    
    width: px;
  }


#s-30a95fd9-43a5-4c3a-b4c2-ef0d255ce7ef .shogun-image-content {
  
    align-items: center;
  
}

#s-04682f37-0769-4d4b-aa0e-43e5cba873b4 {
  text-align: center;
}

#s-917f5b90-883d-4e78-a3ac-57866b0fc3bb {
  min-height: 50px;
}








#s-917f5b90-883d-4e78-a3ac-57866b0fc3bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-917f5b90-883d-4e78-a3ac-57866b0fc3bb.shg-box.shg-c {
  justify-content: center;
}

#s-9286fed3-06d6-409a-8aff-8678d117eebf {
  margin-bottom: 15px;
text-align: center;
}




  #s-9286fed3-06d6-409a-8aff-8678d117eebf img.shogun-image {
    
    width: px;
  }


#s-9286fed3-06d6-409a-8aff-8678d117eebf .shogun-image-content {
  
    align-items: center;
  
}

#s-80e07200-6677-4398-965d-162f87f91bba {
  text-align: center;
}

#s-10b1886e-7e17-419c-a770-ea64ebd293f9 {
  min-height: 50px;
}








#s-10b1886e-7e17-419c-a770-ea64ebd293f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10b1886e-7e17-419c-a770-ea64ebd293f9.shg-box.shg-c {
  justify-content: center;
}

#s-eac65337-7f72-41b6-adee-887beef2b48b {
  margin-bottom: 15px;
text-align: center;
}




  #s-eac65337-7f72-41b6-adee-887beef2b48b img.shogun-image {
    
    width: px;
  }


#s-eac65337-7f72-41b6-adee-887beef2b48b .shogun-image-content {
  
    align-items: center;
  
}

#s-c77432e4-15f7-45c7-8f92-22bcd274e494 {
  text-align: center;
}

#s-35a2fcf4-6aad-4d1b-9230-9fa2c1748218 {
  min-height: 50px;
}








#s-35a2fcf4-6aad-4d1b-9230-9fa2c1748218 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35a2fcf4-6aad-4d1b-9230-9fa2c1748218.shg-box.shg-c {
  justify-content: center;
}

#s-ad611e75-47f6-4202-9ad1-9e9c417ffdfc {
  margin-bottom: 15px;
text-align: center;
}




  #s-ad611e75-47f6-4202-9ad1-9e9c417ffdfc img.shogun-image {
    
    width: px;
  }


#s-ad611e75-47f6-4202-9ad1-9e9c417ffdfc .shogun-image-content {
  
    align-items: center;
  
}

#s-c6db3219-7c5c-4e5e-9497-6224331026a5 {
  text-align: center;
}

#s-c352b9f5-9888-4d7c-ab47-6b79ce572673 {
  min-height: 50px;
}








#s-c352b9f5-9888-4d7c-ab47-6b79ce572673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c352b9f5-9888-4d7c-ab47-6b79ce572673.shg-box.shg-c {
  justify-content: center;
}

#s-f9db2630-a998-46a1-8d13-9152b152eea4 {
  margin-bottom: 15px;
text-align: center;
}




  #s-f9db2630-a998-46a1-8d13-9152b152eea4 img.shogun-image {
    
    width: px;
  }


#s-f9db2630-a998-46a1-8d13-9152b152eea4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8596174-8c09-4ee9-ab63-b634a9a7ed16 {
  text-align: center;
}

#s-83fc6e81-6b5a-41a0-84fa-86ef511e0727 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
min-height: 50px;
}








#s-83fc6e81-6b5a-41a0-84fa-86ef511e0727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83fc6e81-6b5a-41a0-84fa-86ef511e0727.shg-box.shg-c {
  justify-content: center;
}

#s-bdc023da-3909-4ca0-9b1b-ddd190693be0 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
}








#s-bdc023da-3909-4ca0-9b1b-ddd190693be0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-bdc023da-3909-4ca0-9b1b-ddd190693be0.shg-box.shg-c {
  justify-content: center;
}

#s-453c09fd-a95e-4279-83c7-b8c5e7bf7034 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-453c09fd-a95e-4279-83c7-b8c5e7bf7034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-453c09fd-a95e-4279-83c7-b8c5e7bf7034.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54e4aecc-3ec9-471f-b286-7a9c8fa5175d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a2bab5bb-d360-4136-9fac-5daac414200a {
  min-height: 50px;
}








#s-a2bab5bb-d360-4136-9fac-5daac414200a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2bab5bb-d360-4136-9fac-5daac414200a.shg-box.shg-c {
  justify-content: center;
}

#s-12114a66-d284-49f2-87c0-7a9c6709f41e {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 220px;
padding-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-12114a66-d284-49f2-87c0-7a9c6709f41e > .shg-box-overlay {
  background-color: rgba(200, 16, 46, 1);
  opacity: 0;
}#s-12114a66-d284-49f2-87c0-7a9c6709f41e.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1052044f-b3d2-4bb0-bc54-69771fd6260e {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1170px;
background-color: rgba(255, 255, 255, 1);
}








#s-1052044f-b3d2-4bb0-bc54-69771fd6260e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1052044f-b3d2-4bb0-bc54-69771fd6260e.shg-box.shg-c {
  justify-content: center;
}

#s-d04a6786-7dc0-4444-8bfb-afb097d5bc5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d04a6786-7dc0-4444-8bfb-afb097d5bc5c .shogun-heading-component h2 {
  color: rgba(51, 54, 146, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-954343cf-4e7c-4f43-879b-64777a5ba3af {
  text-align: left;
}

#s-80f04482-4656-4059-b266-6d3c9c7d36da {
  min-height: 50px;
}








#s-80f04482-4656-4059-b266-6d3c9c7d36da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80f04482-4656-4059-b266-6d3c9c7d36da.shg-box.shg-c {
  justify-content: center;
}

#s-6c1869d3-9fa5-4339-a322-b7b849a9ebbe {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 220px;
padding-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-6c1869d3-9fa5-4339-a322-b7b849a9ebbe > .shg-box-overlay {
  background-color: rgba(200, 16, 46, 1);
  opacity: 0;
}#s-6c1869d3-9fa5-4339-a322-b7b849a9ebbe.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2183ba39-e48d-4018-9913-45aa365d2c66 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1170px;
background-color: rgba(255, 255, 255, 1);
}








#s-2183ba39-e48d-4018-9913-45aa365d2c66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2183ba39-e48d-4018-9913-45aa365d2c66.shg-box.shg-c {
  justify-content: center;
}

#s-72bb8fe0-5d7b-4241-bf12-adc6efc30d5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72bb8fe0-5d7b-4241-bf12-adc6efc30d5e .shogun-heading-component h2 {
  color: rgba(51, 54, 149, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9ce65f34-9946-4e27-a5e5-a9986926e6c7 {
  text-align: left;
}

#s-fbcba178-8998-4431-8847-f0a1e1d8794f {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-fbcba178-8998-4431-8847-f0a1e1d8794f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbcba178-8998-4431-8847-f0a1e1d8794f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d278716d-c578-4f56-acd7-b182dccf8edd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0e97e8f7-4a99-432b-9392-b86ae906fd1f {
  min-height: 50px;
}








#s-0e97e8f7-4a99-432b-9392-b86ae906fd1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e97e8f7-4a99-432b-9392-b86ae906fd1f.shg-box.shg-c {
  justify-content: center;
}

#s-4bcf90d2-12a8-4936-b4f7-9026d949a0ca {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 220px;
padding-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-4bcf90d2-12a8-4936-b4f7-9026d949a0ca > .shg-box-overlay {
  background-color: rgba(200, 16, 46, 1);
  opacity: 0;
}#s-4bcf90d2-12a8-4936-b4f7-9026d949a0ca.shg-box.shg-c {
  justify-content: flex-end;
}

#s-4fefce66-2dfa-4431-9bf1-a5f143916f83 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1170px;
background-color: rgba(255, 255, 255, 1);
}








#s-4fefce66-2dfa-4431-9bf1-a5f143916f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fefce66-2dfa-4431-9bf1-a5f143916f83.shg-box.shg-c {
  justify-content: center;
}

#s-e70bc9a7-4d90-4176-87f2-0e63093743ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e70bc9a7-4d90-4176-87f2-0e63093743ca .shogun-heading-component h2 {
  color: rgba(51, 54, 149, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8a32515b-a7b6-467f-a972-817eadd987ad {
  text-align: left;
}

#s-80ab0942-ea80-4c3f-845a-b8a587ccc0c5 {
  min-height: 50px;
}








#s-80ab0942-ea80-4c3f-845a-b8a587ccc0c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80ab0942-ea80-4c3f-845a-b8a587ccc0c5.shg-box.shg-c {
  justify-content: center;
}

#s-7f2f7d62-0121-4c73-9a43-92ce09594fa4 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 220px;
padding-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-7f2f7d62-0121-4c73-9a43-92ce09594fa4 > .shg-box-overlay {
  background-color: rgba(200, 16, 46, 1);
  opacity: 0;
}#s-7f2f7d62-0121-4c73-9a43-92ce09594fa4.shg-box.shg-c {
  justify-content: flex-end;
}

#s-654eafc4-83c5-486d-b880-a76734cb77d1 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1170px;
background-color: rgba(255, 255, 255, 1);
}








#s-654eafc4-83c5-486d-b880-a76734cb77d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-654eafc4-83c5-486d-b880-a76734cb77d1.shg-box.shg-c {
  justify-content: center;
}

#s-0f879c28-f4d1-4116-9f2e-09933cc53f03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0f879c28-f4d1-4116-9f2e-09933cc53f03 .shogun-heading-component h2 {
  color: rgba(51, 54, 149, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-01aac3db-9481-4803-8de5-e672564b4756 {
  text-align: left;
}

#s-a19f56e0-7722-41ce-8eaf-186c66917071 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-a19f56e0-7722-41ce-8eaf-186c66917071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a19f56e0-7722-41ce-8eaf-186c66917071.shg-box.shg-c {
  justify-content: center;
}

#s-00cf2525-2aa2-4b53-964d-a3854b28af93 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 15px;
padding-bottom: 60px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
background-color: rgba(51, 51, 51, 1);
}








#s-00cf2525-2aa2-4b53-964d-a3854b28af93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00cf2525-2aa2-4b53-964d-a3854b28af93.shg-box.shg-c {
  justify-content: center;
}

#s-57fdef56-8f90-4143-ba49-52cc96854141 {
  text-align: center;
}

#s-f3e5b7df-8994-4cfa-bbc1-173042ce3fa3 {
  text-align: center;
}

#s-31601ca3-e707-40d2-9f1d-7025d4a7e571 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-7ae22599-10f7-4033-ad09-89a0c8b480b7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-7ae22599-10f7-4033-ad09-89a0c8b480b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ae22599-10f7-4033-ad09-89a0c8b480b7.shg-box.shg-c {
  justify-content: center;
}

#s-52c82fbf-fc69-4e8e-8cb7-a4cc54120bf8 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-52c82fbf-fc69-4e8e-8cb7-a4cc54120bf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52c82fbf-fc69-4e8e-8cb7-a4cc54120bf8.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-09425dcc-cf79-4f10-ac24-46790243d574"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d52a263b-05a0-4ce6-8f36-a97d69bd8024 {
  min-height: 50px;
}








#s-d52a263b-05a0-4ce6-8f36-a97d69bd8024 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d52a263b-05a0-4ce6-8f36-a97d69bd8024.shg-box.shg-c {
  justify-content: center;
}

.display-bold{font-weight:700;}
#s-bf9e51df-8d01-44c9-9bea-6ce42146f286 {
  text-align: left;
}

#s-d9cfcd3a-0d39-4de0-b07e-59b5f6af4b2c {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-77478a73-c28e-46c4-be8d-a4c578863c2a {
  min-height: 50px;
}
@media (max-width: 767px){#s-77478a73-c28e-46c4-be8d-a4c578863c2a {
  margin-bottom: 30px;
}
}







#s-77478a73-c28e-46c4-be8d-a4c578863c2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77478a73-c28e-46c4-be8d-a4c578863c2a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ac4005b7-0c8b-4131-b4bb-4d3cb963a1e4 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}




  #s-ac4005b7-0c8b-4131-b4bb-4d3cb963a1e4 img.shogun-image {
    
    width: px;
  }


#s-ac4005b7-0c8b-4131-b4bb-4d3cb963a1e4 .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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