.shogun-nav-tabs {
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  list-style: none !important;
}

.shogun-nav-tabs:before,
.shogun-nav-tabs:after {
  display: table;
  content: " ";
}

.shogun-nav-tabs:after {
  clear: both;
}

.shogun-nav-tabs > li {
  float: left;
  margin-bottom: -1px !important;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.shogun-nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px !important;
  text-decoration: none;
}

.shogun-nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.shogun-tab-content > .shogun-tab-pane {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.shogun-tab-content > .shogun-tab-pane.active {
  display: block;
  opacity: 1;
}

#s-dd91873d-6d26-48c9-a7fb-d386ba7315e1 .shogun-nav-tabs > li > a {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-dd91873d-6d26-48c9-a7fb-d386ba7315e1 .shogun-nav-tabs > li.active > a {
  background-color: #fff;
  color: #555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#s-dd91873d-6d26-48c9-a7fb-d386ba7315e1 .shogun-nav-tabs {
  border-bottom: 1px solid #ddd;
}
.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-3671f12f-b398-472f-b1b0-a66bba5a4439 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}








#s-3671f12f-b398-472f-b1b0-a66bba5a4439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3671f12f-b398-472f-b1b0-a66bba5a4439.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-c5b8d4d3-214e-45f5-9fed-d1f433daf278 {
  background-image: url(https://i.shgcdn.com/7fd9862f-583c-44f8-b90c-6cf6f8c4ef7c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 1150px;
background-position: center center;
}








#s-c5b8d4d3-214e-45f5-9fed-d1f433daf278 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b8d4d3-214e-45f5-9fed-d1f433daf278.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-ba43bbe0-50bd-41dd-8aba-7c8703bff019 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0%;
max-width: 200px;
text-align: center;
}




  #s-ba43bbe0-50bd-41dd-8aba-7c8703bff019 img.shogun-image {
    
    width: px;
  }


#s-ba43bbe0-50bd-41dd-8aba-7c8703bff019 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: 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;
}

.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-e2366c03-d869-41b3-8e22-00267f03281e {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-e2366c03-d869-41b3-8e22-00267f03281e .shogun-heading-component h2 {
  color: rgba(63, 63, 63, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  
  
  text-align: center;
}



#s-53813f59-d6cf-41d6-a091-c1ccc8636936 {
  background-size: contain;
min-height: 0px;
background-position: center top;
}








#s-53813f59-d6cf-41d6-a091-c1ccc8636936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53813f59-d6cf-41d6-a091-c1ccc8636936.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-1255be52-5541-41b5-a7a6-a388a9560fbc {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(0, 0, 0, 1);
}

#s-4c635590-2db0-429e-b5e5-f7f739c6b0ca {
  text-align: center;
}




  #s-4c635590-2db0-429e-b5e5-f7f739c6b0ca img.shogun-image {
    
    width: px;
  }


#s-4c635590-2db0-429e-b5e5-f7f739c6b0ca .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0456153e-dc52-42ee-ae00-d2ba69943f8f {
  background-image: url(https://i.shgcdn.com/02b33976-4c61-4695-873b-980500a0289c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center bottom;
}








#s-0456153e-dc52-42ee-ae00-d2ba69943f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0456153e-dc52-42ee-ae00-d2ba69943f8f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-3861881c-f114-41b7-aa5d-a2d90a427f32 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 0.87);
}

#s-bf463ba0-2cb7-43d0-9149-557a27d0e671 {
  background-image: url(https://i.shgcdn.com/529168ed-5f95-4ea1-8f25-a79a8a6e9db7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center bottom;
}








#s-bf463ba0-2cb7-43d0-9149-557a27d0e671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf463ba0-2cb7-43d0-9149-557a27d0e671.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-42092810-ef57-4006-a70e-30dc132731be {
  box-shadow:1px 1px 7px 1px rgba(0, 0, 0, 0);
margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 0.76);
}

#s-75ed7fbb-eb42-42f9-8929-5b49539914e7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWMyOTI1ODMtY2UwMi00ZTBjLWJiNjktMDUzNzVjNWY3MjQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2U3ZTdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjNmM2YzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYzI5MjU4My1jZTAyLTRlMGMtYmI2OS0wNTM3NWM1ZjcyNDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
min-height: 50px;
}








#s-75ed7fbb-eb42-42f9-8929-5b49539914e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75ed7fbb-eb42-42f9-8929-5b49539914e7.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-999279cf-3ff2-42af-b6d4-45a0b5b8588b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(115, 110, 109, 1);
}

#s-3cc73174-fe0b-481c-9d40-643fe1d2f3b1 {
  text-align: center;
}




  #s-3cc73174-fe0b-481c-9d40-643fe1d2f3b1 img.shogun-image {
    
    width: px;
  }


#s-3cc73174-fe0b-481c-9d40-643fe1d2f3b1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

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

@media (min-width: 0px) {
[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aa166086-cffc-4be0-b3d6-6481140928af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fd2a96b9-3107-48e6-97b2-0b51b471b9c3 {
  min-height: 50px;
}








#s-fd2a96b9-3107-48e6-97b2-0b51b471b9c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd2a96b9-3107-48e6-97b2-0b51b471b9c3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-298e1ed4-8b19-44dd-85cb-c4679b7c5481 {
  background-image: url(https://i.shgcdn.com/5c592927-4005-4e30-b20e-179fc0c1fc2d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center top;
}








#s-298e1ed4-8b19-44dd-85cb-c4679b7c5481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-298e1ed4-8b19-44dd-85cb-c4679b7c5481.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-8fcf9fa5-93c0-4d6d-bef0-10ef4b576063 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0.23);
}

#s-ae171e65-d641-4620-abbd-89fc9bfa9ac0 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-ae171e65-d641-4620-abbd-89fc9bfa9ac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae171e65-d641-4620-abbd-89fc9bfa9ac0.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-0c708e7e-5668-4af1-8918-938fd4b54dd6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-76d02bcd-7479-45cf-b0d3-d7764c535972 {
  text-align: center;
}




  #s-76d02bcd-7479-45cf-b0d3-d7764c535972 img.shogun-image {
    
    width: px;
  }


#s-76d02bcd-7479-45cf-b0d3-d7764c535972 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d939e60e-7641-4389-8319-148d32502db6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-cd551629-6819-44d0-802e-e1e3773ee6bd {
  box-shadow:1px 1px 7px 1px rgba(0, 0, 0, 0.21);
margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
background-color: rgba(255, 255, 255, 1);
}

#s-9ee3673d-7b68-45c5-9375-eb56815a1255 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9ee3673d-7b68-45c5-9375-eb56815a1255"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-437d0871-ccb4-4129-b775-b5b5ce757b97 {
  min-height: 50px;
}








#s-437d0871-ccb4-4129-b775-b5b5ce757b97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-437d0871-ccb4-4129-b775-b5b5ce757b97.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6f18a6f4-f5b5-4b2d-b893-6817a763c2a4 {
  text-align: center;
}




  #s-6f18a6f4-f5b5-4b2d-b893-6817a763c2a4 img.shogun-image {
    
    width: px;
  }


#s-6f18a6f4-f5b5-4b2d-b893-6817a763c2a4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d423a7e3-5ec3-420b-a36d-ccea96b33b3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d423a7e3-5ec3-420b-a36d-ccea96b33b3c .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-25d66341-b243-4317-8152-7292e12f4e90 {
  min-height: 50px;
}








#s-25d66341-b243-4317-8152-7292e12f4e90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25d66341-b243-4317-8152-7292e12f4e90.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-fa907c6c-9c0f-4ff1-b42f-509eb5989bfa {
  text-align: center;
}




  #s-fa907c6c-9c0f-4ff1-b42f-509eb5989bfa img.shogun-image {
    
    width: px;
  }


#s-fa907c6c-9c0f-4ff1-b42f-509eb5989bfa .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-878faa7f-120d-46e4-8c1b-8e2e08d4c7dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-878faa7f-120d-46e4-8c1b-8e2e08d4c7dc .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-2781912e-f8c0-4cd2-9d9d-fa5c094324f2 {
  min-height: 50px;
}








#s-2781912e-f8c0-4cd2-9d9d-fa5c094324f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2781912e-f8c0-4cd2-9d9d-fa5c094324f2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7e4a5bbb-2ec6-4c53-8b42-bbd876bd4fd4 {
  text-align: left;
}




  #s-7e4a5bbb-2ec6-4c53-8b42-bbd876bd4fd4 img.shogun-image {
    
    width: px;
  }


#s-7e4a5bbb-2ec6-4c53-8b42-bbd876bd4fd4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7463523e-d2ab-420f-a356-759312c4bfe9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7463523e-d2ab-420f-a356-759312c4bfe9 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-716f4089-14e0-4980-beed-2546c4abbc15 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-716f4089-14e0-4980-beed-2546c4abbc15"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-62d303bb-e788-45e0-adc4-fac8dab2dd90 {
  min-height: 50px;
}








#s-62d303bb-e788-45e0-adc4-fac8dab2dd90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d303bb-e788-45e0-adc4-fac8dab2dd90.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-acb14d6e-273d-448b-b695-e5ae31a2ef3c {
  text-align: left;
}




  #s-acb14d6e-273d-448b-b695-e5ae31a2ef3c img.shogun-image {
    
    width: px;
  }


#s-acb14d6e-273d-448b-b695-e5ae31a2ef3c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9bd3ddfe-314a-44d7-9ef8-dad4225867b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9bd3ddfe-314a-44d7-9ef8-dad4225867b7 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-19780d63-3202-477c-9571-c7e37e80ef67 {
  min-height: 50px;
}








#s-19780d63-3202-477c-9571-c7e37e80ef67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19780d63-3202-477c-9571-c7e37e80ef67.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-eab2f8a9-15c2-4cac-a719-aac714918f8d {
  text-align: left;
}




  #s-eab2f8a9-15c2-4cac-a719-aac714918f8d img.shogun-image {
    
    width: px;
  }


#s-eab2f8a9-15c2-4cac-a719-aac714918f8d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9deebe43-28c1-4bdc-b94f-79be01aa54ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9deebe43-28c1-4bdc-b94f-79be01aa54ad .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-d3a9041e-e5bb-4eb0-aba4-4af9ac254d96 {
  min-height: 50px;
}








#s-d3a9041e-e5bb-4eb0-aba4-4af9ac254d96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3a9041e-e5bb-4eb0-aba4-4af9ac254d96.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-4be15896-75b0-49dc-bcff-6c889667101c {
  text-align: left;
}




  #s-4be15896-75b0-49dc-bcff-6c889667101c img.shogun-image {
    
    width: px;
  }


#s-4be15896-75b0-49dc-bcff-6c889667101c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c0a58430-28d4-4a58-bb22-688510b7f79d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c0a58430-28d4-4a58-bb22-688510b7f79d .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-e8e216a0-0459-4fc1-9122-65296e2b5b73 {
  background-image: url(https://i.shgcdn.com/489dae7a-2e6d-4bc9-aa5a-bf4d7ae2c77c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 880px;
background-position: center bottom;
}








#s-e8e216a0-0459-4fc1-9122-65296e2b5b73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8e216a0-0459-4fc1-9122-65296e2b5b73.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2134cb35-4ce8-4fd6-bef5-5e54e8b0b0dd {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 0.64);
}

#s-dfc64b45-d0e4-426a-920f-101d9d7ed4df {
  background-image: url(https://i.shgcdn.com/11e302b5-8b45-4738-a9a0-7141a379f06d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 880px;
background-position: center bottom;
}








#s-dfc64b45-d0e4-426a-920f-101d9d7ed4df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfc64b45-d0e4-426a-920f-101d9d7ed4df.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-65e1e26c-e72b-4ceb-8760-7f69c0bf7763 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 0.64);
}

#s-d2793949-db5f-4d48-9c88-c00d488cea37 {
  background-image: url(https://i.shgcdn.com/969c43d1-0f7e-4d23-8f88-1dcdcea3f8b4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center bottom;
}








#s-d2793949-db5f-4d48-9c88-c00d488cea37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2793949-db5f-4d48-9c88-c00d488cea37.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6bdedb27-0c7b-4ec6-a282-539760ab5136 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 0.64);
}

#s-d40ad060-6992-4599-9fec-e1c0a6833438 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzk1OTdkNTQtMzFiNC00MjMwLTg0YTgtYTYyNTFmN2VjMzExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjM0NSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC41NjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlNmU2ZTY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuNjQ0IiBzdHlsZT0ic3RvcC1jb2xvcjojYjBiMGIwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOTU5N2Q1NC0zMWI0LTQyMzAtODRhOC1hNjI1MWY3ZWMzMTEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-d40ad060-6992-4599-9fec-e1c0a6833438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d40ad060-6992-4599-9fec-e1c0a6833438.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-4657eb6a-8947-407d-a02b-0f2e9c856cf1 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-efc027e8-c54b-4931-bf92-102339d3b945 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-efc027e8-c54b-4931-bf92-102339d3b945 .shogun-heading-component h4 {
  color: rgba(101, 101, 101, 0.99);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-30635a6d-5719-47ea-bc6e-8301feaaa270 {
  text-align: center;
}




  #s-30635a6d-5719-47ea-bc6e-8301feaaa270 img.shogun-image {
    
    width: px;
  }


#s-30635a6d-5719-47ea-bc6e-8301feaaa270 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b41f6691-dc15-4f0f-880d-e3b8995f7b6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b10cdfb1-4583-4c55-9a4b-fd3d4054a0ec {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-b0937edd-ab1a-4fe6-a68c-e9687fbbcd9a {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-ccab7f9b-9f60-4713-a2b3-8f7649614d11 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-1e832f51-2171-445c-aa3c-b08f05460208 {
  min-height: 50px;
}








#s-1e832f51-2171-445c-aa3c-b08f05460208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e832f51-2171-445c-aa3c-b08f05460208.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e7da225c-a86e-4654-aca3-ee3758154dfc {
  text-align: center;
}




  #s-e7da225c-a86e-4654-aca3-ee3758154dfc img.shogun-image {
    
    width: px;
  }


#s-e7da225c-a86e-4654-aca3-ee3758154dfc .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-04b350a5-15d7-43c5-8d51-c6609c727611"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ca5334e8-4497-4d15-8072-6bf5b282ca9b {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-7014ded1-671d-4775-a5b8-63c02c55b502 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-81397fdd-9a52-4c0e-8df2-35ddc6f8a58e {
  min-height: 50px;
}








#s-81397fdd-9a52-4c0e-8df2-35ddc6f8a58e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81397fdd-9a52-4c0e-8df2-35ddc6f8a58e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2e57d326-7957-4374-9b1d-8f0198b24561 {
  box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.36);
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
background-color: rgba(230, 230, 230, 1);
}

#s-04cec22d-2b3a-48a0-b401-4338fa1b6374 {
  min-height: 50px;
}








#s-04cec22d-2b3a-48a0-b401-4338fa1b6374 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04cec22d-2b3a-48a0-b401-4338fa1b6374.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d6778d29-613d-4941-8347-a588100449f9 {
  text-align: center;
}




  #s-d6778d29-613d-4941-8347-a588100449f9 img.shogun-image {
    
    width: px;
  }


#s-d6778d29-613d-4941-8347-a588100449f9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-344e4150-cb75-4b75-985c-922275dea4d9 {
  min-height: 50px;
}








#s-344e4150-cb75-4b75-985c-922275dea4d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-344e4150-cb75-4b75-985c-922275dea4d9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-0260a4c9-77c1-4223-a2ad-290f88bbe6c8 {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-0260a4c9-77c1-4223-a2ad-290f88bbe6c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0260a4c9-77c1-4223-a2ad-290f88bbe6c8.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7183594c-016e-4fca-852b-d53f28c1c15e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-001a6c91-14a8-415c-a33a-dd4ed199297b {
  text-align: center;
}




  #s-001a6c91-14a8-415c-a33a-dd4ed199297b img.shogun-image {
    
    width: px;
  }


#s-001a6c91-14a8-415c-a33a-dd4ed199297b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1ee05e3b-36db-4c98-b5b4-a0096113a066 {
  min-height: 50px;
}








#s-1ee05e3b-36db-4c98-b5b4-a0096113a066 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ee05e3b-36db-4c98-b5b4-a0096113a066.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6c531710-0ac1-4742-a0d0-07676f46845c {
  display: none;
}
#s-f804b865-f052-4380-92b4-fc9056bac6c8 {
  margin-top: 5%;
margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f804b865-f052-4380-92b4-fc9056bac6c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-e1506dd4-5326-4b7f-933d-b6798bde0efe {
  text-align: left;
}

.shg-gallery-thumb-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  align-items: center;
}

#s-6b46480a-d737-4e6e-be6c-de2dc26c9e52 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-6b46480a-d737-4e6e-be6c-de2dc26c9e52 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-6b46480a-d737-4e6e-be6c-de2dc26c9e52 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

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

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

#s-f20288f2-e028-4685-9ef1-da42a4575f4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f20288f2-e028-4685-9ef1-da42a4575f4a .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-ef57a58b-248f-4ed8-b867-dcc8261e26a6 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-ef57a58b-248f-4ed8-b867-dcc8261e26a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ef57a58b-248f-4ed8-b867-dcc8261e26a6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ef57a58b-248f-4ed8-b867-dcc8261e26a6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a1587b44-c63b-4792-b663-f94922bb3e5f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-a1587b44-c63b-4792-b663-f94922bb3e5f .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-a1587b44-c63b-4792-b663-f94922bb3e5f .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-a1587b44-c63b-4792-b663-f94922bb3e5f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a1587b44-c63b-4792-b663-f94922bb3e5f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-6c126423-1b35-438f-8ef2-e7bfeaa0d18b {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-6c126423-1b35-438f-8ef2-e7bfeaa0d18b .shg-product-quantity-wrapper {
  display: -webkit-box;
  display: flex;
}

#s-6c126423-1b35-438f-8ef2-e7bfeaa0d18b .shg-product-quantity-wrapper input {
  -webkit-box-flex: 1;
          flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6c126423-1b35-438f-8ef2-e7bfeaa0d18b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6c126423-1b35-438f-8ef2-e7bfeaa0d18b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6c126423-1b35-438f-8ef2-e7bfeaa0d18b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-7e836edd-2cf7-4e0c-ba67-31c4da4d8815 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 150px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-7e836edd-2cf7-4e0c-ba67-31c4da4d8815:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-7e836edd-2cf7-4e0c-ba67-31c4da4d8815:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7e836edd-2cf7-4e0c-ba67-31c4da4d8815 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-7e836edd-2cf7-4e0c-ba67-31c4da4d8815.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e836edd-2cf7-4e0c-ba67-31c4da4d8815.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-7e836edd-2cf7-4e0c-ba67-31c4da4d8815.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6971ac18-9c25-4774-8b43-e4314e9d7641 {
  min-height: 50px;
}








#s-6971ac18-9c25-4774-8b43-e4314e9d7641 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6971ac18-9c25-4774-8b43-e4314e9d7641.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2707e0cb-5ec9-4ba9-b169-9d55b93091bd {
  min-height: 50px;
}








#s-2707e0cb-5ec9-4ba9-b169-9d55b93091bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2707e0cb-5ec9-4ba9-b169-9d55b93091bd.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-48cc2765-9f7f-491b-bb53-ee9ff29e1e34 {
  min-height: 50px;
}








#s-48cc2765-9f7f-491b-bb53-ee9ff29e1e34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48cc2765-9f7f-491b-bb53-ee9ff29e1e34.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-68961b9f-4164-4b7f-a490-70293c84db98 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-68961b9f-4164-4b7f-a490-70293c84db98 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-68961b9f-4164-4b7f-a490-70293c84db98 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-68961b9f-4164-4b7f-a490-70293c84db98 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-68961b9f-4164-4b7f-a490-70293c84db98 td.shogun-table-column, #s-68961b9f-4164-4b7f-a490-70293c84db98 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-3dbc2d8a-9066-4cd6-b9a2-43b160287092 {
  min-height: 50px;
}








#s-3dbc2d8a-9066-4cd6-b9a2-43b160287092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dbc2d8a-9066-4cd6-b9a2-43b160287092.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6b75107a-48b5-430c-b1af-943937f5dbec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}








#s-6b75107a-48b5-430c-b1af-943937f5dbec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b75107a-48b5-430c-b1af-943937f5dbec.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6225484f-6898-4864-a24c-e95cd61cc39e {
  min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}








#s-6225484f-6898-4864-a24c-e95cd61cc39e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6225484f-6898-4864-a24c-e95cd61cc39e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-86f911d1-6574-46fa-a5c2-295c2b35def9 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-243ea35f-74c9-41a7-a0ec-259a73631196 {
  box-shadow:1px 1px 3px 1px rgba(0, 0, 0, 0.22);
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(249, 249, 249, 1);
}

@media (min-width: 0px) {
[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-243ea35f-74c9-41a7-a0ec-259a73631196"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a4ee9256-3673-4f0e-8278-64bce9294a2a {
  padding-left: 5%;
padding-right: 5%;
}

#s-b26cf8cd-2c4b-4b4e-b64e-557f55483e98 {
  text-align: center;
}




  #s-b26cf8cd-2c4b-4b4e-b64e-557f55483e98 img.shogun-image {
    
    width: px;
  }


#s-b26cf8cd-2c4b-4b4e-b64e-557f55483e98 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5861121e-dba3-4f9d-aa0c-c064a72c8736 {
  padding-left: 5%;
padding-right: 5%;
}

#s-f22fd894-9b5d-45bd-8682-381a626a196a {
  padding-left: 5%;
padding-right: 5%;
}

#s-0761b196-303a-4f50-bbfe-283cd59bdc90 {
  padding-left: 5%;
padding-right: 5%;
}

#s-3dae2cbe-146e-4fe5-ae34-1600c52cd633 {
  text-align: center;
}




  #s-3dae2cbe-146e-4fe5-ae34-1600c52cd633 img.shogun-image {
    
    width: px;
  }


#s-3dae2cbe-146e-4fe5-ae34-1600c52cd633 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a1aa8d2b-38bc-4a71-a4e3-bb841483000d {
  padding-left: 5%;
padding-right: 5%;
}

#s-de66b502-7907-441e-84de-5f8957853fd6 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-de66b502-7907-441e-84de-5f8957853fd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de66b502-7907-441e-84de-5f8957853fd6.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-cc3045ca-88da-46c8-94fd-f9e84a6ea6c6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-49d995ee-be2f-49c3-bae0-e580413dab55 {
  text-align: center;
}




  #s-49d995ee-be2f-49c3-bae0-e580413dab55 img.shogun-image {
    
    width: px;
  }


#s-49d995ee-be2f-49c3-bae0-e580413dab55 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6e857377-df6b-4056-93b7-d67999ceea2c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-c3b8e72f-7e65-454e-a5db-9ad76a35c9b9 {
  box-shadow:1px 1px 7px 1px rgba(0, 0, 0, 0.21);
margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
background-color: rgba(255, 255, 255, 1);
}

#s-8b766f23-f28e-4315-837a-3846c841ae78 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b766f23-f28e-4315-837a-3846c841ae78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ce5c6a25-03f3-469f-8a4d-3c4a349b1a7c {
  min-height: 50px;
}








#s-ce5c6a25-03f3-469f-8a4d-3c4a349b1a7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce5c6a25-03f3-469f-8a4d-3c4a349b1a7c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-a5bcac16-0ef7-4be0-b1c3-f28e0b29788e {
  text-align: center;
}




  #s-a5bcac16-0ef7-4be0-b1c3-f28e0b29788e img.shogun-image {
    
    width: px;
  }


#s-a5bcac16-0ef7-4be0-b1c3-f28e0b29788e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ea19e1e8-9a58-43f1-8bb8-f54743027008 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ea19e1e8-9a58-43f1-8bb8-f54743027008 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-34c031ab-b929-410e-a46d-e594f84761eb {
  min-height: 50px;
}








#s-34c031ab-b929-410e-a46d-e594f84761eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34c031ab-b929-410e-a46d-e594f84761eb.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-aea3b05e-8a07-4525-a1f8-8e3ea706dd14 {
  text-align: center;
}




  #s-aea3b05e-8a07-4525-a1f8-8e3ea706dd14 img.shogun-image {
    
    width: px;
  }


#s-aea3b05e-8a07-4525-a1f8-8e3ea706dd14 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2b72a1dc-ac5c-4d11-9505-50f99cdaed0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b72a1dc-ac5c-4d11-9505-50f99cdaed0c .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-8c6fae6d-fd28-40dc-8020-578a70952f23 {
  min-height: 50px;
}








#s-8c6fae6d-fd28-40dc-8020-578a70952f23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c6fae6d-fd28-40dc-8020-578a70952f23.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-210187c2-ef44-4c52-ae3c-df415bb261aa {
  text-align: left;
}




  #s-210187c2-ef44-4c52-ae3c-df415bb261aa img.shogun-image {
    
    width: px;
  }


#s-210187c2-ef44-4c52-ae3c-df415bb261aa .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a0a4dade-f56e-4772-8d1f-23a1c3977dbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a0a4dade-f56e-4772-8d1f-23a1c3977dbe .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-0c551227-78ea-4f5c-84a6-62fb3b6505d5 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c551227-78ea-4f5c-84a6-62fb3b6505d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0af2f1a9-cdf7-42ae-ae69-54df0988301e {
  min-height: 50px;
}








#s-0af2f1a9-cdf7-42ae-ae69-54df0988301e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0af2f1a9-cdf7-42ae-ae69-54df0988301e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-68287afd-2d7f-406e-a895-c87d1320af22 {
  text-align: left;
}




  #s-68287afd-2d7f-406e-a895-c87d1320af22 img.shogun-image {
    
    width: px;
  }


#s-68287afd-2d7f-406e-a895-c87d1320af22 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-05970ebe-e2dc-4a2e-a173-0ffa991af1d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-05970ebe-e2dc-4a2e-a173-0ffa991af1d6 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-052e7968-cd70-45d3-be57-2e6ab905fdab {
  min-height: 50px;
}








#s-052e7968-cd70-45d3-be57-2e6ab905fdab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-052e7968-cd70-45d3-be57-2e6ab905fdab.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-12d2e1bf-2f3e-4ce9-9d3b-cf7795869c40 {
  text-align: left;
}




  #s-12d2e1bf-2f3e-4ce9-9d3b-cf7795869c40 img.shogun-image {
    
    width: px;
  }


#s-12d2e1bf-2f3e-4ce9-9d3b-cf7795869c40 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c6dbcf92-188c-4126-859b-d1b0f1af387c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c6dbcf92-188c-4126-859b-d1b0f1af387c .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-9b0a46e2-b10d-4c29-9266-2676b5c20ceb {
  min-height: 50px;
}








#s-9b0a46e2-b10d-4c29-9266-2676b5c20ceb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b0a46e2-b10d-4c29-9266-2676b5c20ceb.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-eb2b58da-72c2-426f-9d8d-880486d7f535 {
  text-align: left;
}




  #s-eb2b58da-72c2-426f-9d8d-880486d7f535 img.shogun-image {
    
    width: px;
  }


#s-eb2b58da-72c2-426f-9d8d-880486d7f535 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a2926613-a8fd-44d1-b598-f8c8d2afe27f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a2926613-a8fd-44d1-b598-f8c8d2afe27f .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-98dae026-a074-403a-be3f-fa748c0581a3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzBjNjFhYTUtMTczOC00ZTBkLWJiYWQtZDhkODQwODI0NjU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWNhY2FjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmViZWJlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMGM2MWFhNS0xNzM4LTRlMGQtYmJhZC1kOGQ4NDA4MjQ2NTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
min-height: 50px;
}








#s-98dae026-a074-403a-be3f-fa748c0581a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98dae026-a074-403a-be3f-fa748c0581a3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2a1a5aff-446e-48f7-a7bf-7307e07aec3e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-3d719a4e-17a0-4033-9790-4ec928d299a6 {
  box-shadow:1px 1px 3px 2px rgba(0, 0, 0, 0.17);
margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(253, 253, 253, 1);
}








#s-3d719a4e-17a0-4033-9790-4ec928d299a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d719a4e-17a0-4033-9790-4ec928d299a6.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-0ef867b1-4f4e-4861-afff-8b84381346b6 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ef867b1-4f4e-4861-afff-8b84381346b6 .shogun-heading-component h4 {
  color: rgba(76, 76, 76, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-c49e4b54-d563-4f30-8620-a05606be71d6 {
  text-align: center;
}




  #s-c49e4b54-d563-4f30-8620-a05606be71d6 img.shogun-image {
    
    width: px;
  }


#s-c49e4b54-d563-4f30-8620-a05606be71d6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b749956a-92b9-4461-a67f-8c4ffce3b0fa {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-d36bd483-37ca-462d-918a-b44638030433 {
  margin-top: 3%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d36bd483-37ca-462d-918a-b44638030433"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7d004b0a-2338-4a29-95c7-a0516526a1b6 {
  text-align: center;
}




  #s-7d004b0a-2338-4a29-95c7-a0516526a1b6 img.shogun-image {
    
    width: px;
  }


#s-7d004b0a-2338-4a29-95c7-a0516526a1b6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f0e565fe-d872-4a39-a2c8-3ac28d09c1d2 {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-53cc6474-5c2b-4d54-bbfe-40f3f16f9e34 {
  text-align: center;
}




  #s-53cc6474-5c2b-4d54-bbfe-40f3f16f9e34 img.shogun-image {
    
    width: px;
  }


#s-53cc6474-5c2b-4d54-bbfe-40f3f16f9e34 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-09b81d00-a9b1-4538-822b-3484f043d2ca {
  padding-top: 5px;
padding-bottom: 0px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-272f6468-fe75-44e1-b9b3-5f07a2f07eff {
  padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
}

#s-4f9ac05e-8ce2-4376-abc4-d8bb5be30a42 {
  box-shadow:1px 1px 3px 2px rgba(0, 0, 0, 0.17);
margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(253, 253, 253, 1);
}








#s-4f9ac05e-8ce2-4376-abc4-d8bb5be30a42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f9ac05e-8ce2-4376-abc4-d8bb5be30a42.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-5aecd602-7de1-4c19-a25f-c4781c8a669d {
  margin-top: 3%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5aecd602-7de1-4c19-a25f-c4781c8a669d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b1e77835-c375-4fcf-9331-457a2b187567 {
  text-align: center;
}




  #s-b1e77835-c375-4fcf-9331-457a2b187567 img.shogun-image {
    
    width: px;
  }


#s-b1e77835-c375-4fcf-9331-457a2b187567 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-51361502-5934-40c5-8600-917a352c101b {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-1369176b-5e70-4853-ba0c-b80e9f9a93f1 {
  margin-top: 3%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1369176b-5e70-4853-ba0c-b80e9f9a93f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0b3c5da5-b52f-4ee4-b99d-08151759c6e9 {
  text-align: center;
}




  #s-0b3c5da5-b52f-4ee4-b99d-08151759c6e9 img.shogun-image {
    
    width: px;
  }


#s-0b3c5da5-b52f-4ee4-b99d-08151759c6e9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-18a1a213-0982-42f9-961a-090f607ae32c {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-c40e5955-8ae3-4456-9934-2a1a32f8179b {
  margin-top: 3%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c40e5955-8ae3-4456-9934-2a1a32f8179b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c2101960-c92b-4b05-9ab5-9bfd57cebc6e {
  text-align: center;
}




  #s-c2101960-c92b-4b05-9ab5-9bfd57cebc6e img.shogun-image {
    
    width: px;
  }


#s-c2101960-c92b-4b05-9ab5-9bfd57cebc6e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5bbf6916-acb9-47c8-986e-67429b8b055e {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-45cb18ef-0526-4303-a08a-f28ad90b7d16 {
  margin-top: 3%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45cb18ef-0526-4303-a08a-f28ad90b7d16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ec6af0da-f3c1-489b-9c22-36079b01cdae {
  text-align: center;
}




  #s-ec6af0da-f3c1-489b-9c22-36079b01cdae img.shogun-image {
    
    width: px;
  }


#s-ec6af0da-f3c1-489b-9c22-36079b01cdae .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-eb0e44c7-aef6-4fcb-87b7-1a545d0c1255 {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-46cfc99c-05d6-4a87-8080-31d887d76829 {
  min-height: 50px;
}








#s-46cfc99c-05d6-4a87-8080-31d887d76829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46cfc99c-05d6-4a87-8080-31d887d76829.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-21b440a6-db74-44c2-a355-b0b4c6438289 {
  min-height: 50px;
}








#s-21b440a6-db74-44c2-a355-b0b4c6438289 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21b440a6-db74-44c2-a355-b0b4c6438289.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-687f9147-2f6c-4a0e-8706-c868bc6449ab {
  min-height: 50px;
}








#s-687f9147-2f6c-4a0e-8706-c868bc6449ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-687f9147-2f6c-4a0e-8706-c868bc6449ab.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a010ff6-bcb7-4e7c-8cb1-13e2ed9dd996"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f44fb7f1-87b7-4fe1-8709-5bc769d7a2bf {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-color: rgba(218, 218, 218, 1);
max-width: 400px;
}

#s-f44fb7f1-87b7-4fe1-8709-5bc769d7a2bf {
  display: none;
}
#s-9a720da9-e981-402d-94ae-a8628bf1196f {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-59600fe4-1148-452e-b206-2c35ffe09808 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59600fe4-1148-452e-b206-2c35ffe09808 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-0565a755-8e9c-47f3-8794-6afa293ad809 {
  text-align: center;
}

#s-0565a755-8e9c-47f3-8794-6afa293ad809 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
}

#s-0565a755-8e9c-47f3-8794-6afa293ad809 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-0565a755-8e9c-47f3-8794-6afa293ad809 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-729bbe5f-ec3a-45dc-8ff6-ff391172dfd0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 120px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
}
#s-729bbe5f-ec3a-45dc-8ff6-ff391172dfd0:hover {background-color: rgba(75, 118, 18, 1) !important;
text-decoration: none !important;}#s-729bbe5f-ec3a-45dc-8ff6-ff391172dfd0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-729bbe5f-ec3a-45dc-8ff6-ff391172dfd0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-729bbe5f-ec3a-45dc-8ff6-ff391172dfd0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-729bbe5f-ec3a-45dc-8ff6-ff391172dfd0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-729bbe5f-ec3a-45dc-8ff6-ff391172dfd0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-575afb06-30e4-4088-9942-8af6fb43671b {
  min-height: 50px;
}








#s-575afb06-30e4-4088-9942-8af6fb43671b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-575afb06-30e4-4088-9942-8af6fb43671b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d20e3ed2-a9e9-4905-9278-a32895823311 {
  text-align: center;
}




  #s-d20e3ed2-a9e9-4905-9278-a32895823311 img.shogun-image {
    
    width: px;
  }


#s-d20e3ed2-a9e9-4905-9278-a32895823311 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0dd78d51-83a6-4281-9d6b-2f39865bcdde {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 50px;
}








#s-0dd78d51-83a6-4281-9d6b-2f39865bcdde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dd78d51-83a6-4281-9d6b-2f39865bcdde.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-199a1555-8390-482a-85ed-9b5c61148517 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-199a1555-8390-482a-85ed-9b5c61148517 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  
  
  text-align: center;
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
