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

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

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

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

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

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-b87a3839-f138-4d87-b5af-99167ce778f7 {
  background-image: url(https://i.shgcdn.com/850c2679-ddc8-422f-afcc-b16162a0d4c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 350px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b87a3839-f138-4d87-b5af-99167ce778f7 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-b87a3839-f138-4d87-b5af-99167ce778f7 {
  min-height: 150px;
}
}







#s-b87a3839-f138-4d87-b5af-99167ce778f7 > .shg-box-overlay {
  background-color: rgba(51, 29, 3, 1);
  opacity: 0.3;
}#s-b87a3839-f138-4d87-b5af-99167ce778f7.shg-box.shg-c {
  justify-content: center;
}

#s-7f68841a-74a1-4ae9-a0ed-2c84eee50651 {
  min-height: 50px;
}








#s-7f68841a-74a1-4ae9-a0ed-2c84eee50651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f68841a-74a1-4ae9-a0ed-2c84eee50651.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-a94e327f-e482-49be-8bb5-8ce7b7c68fdd {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}




  #s-a94e327f-e482-49be-8bb5-8ce7b7c68fdd img.shogun-image {
    
    width: px;
  }


#s-a94e327f-e482-49be-8bb5-8ce7b7c68fdd .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-fdcf4548-461d-40ac-a890-d986e064f984 {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fdcf4548-461d-40ac-a890-d986e064f984 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-fdcf4548-461d-40ac-a890-d986e064f984 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-fdcf4548-461d-40ac-a890-d986e064f984 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-3613615c-bd92-41ea-881f-251a72544c74 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODY2OWYwOGUtYTk1Yi00N2ZjLTllODAtOTc0YjU4MGEzYTQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjY4NjFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjY4NjFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4OTQ0MDkxNzk2ODc1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjY4NjFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NjY5ZjA4ZS1hOTViLTQ3ZmMtOWU4MC05NzRiNTgwYTNhNDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
min-height: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f6861f"}, {"id"=>3, "pos"=>0.05, "color"=>"#f6861f"}, {"id"=>4, "pos"=>0.98944091796875, "color"=>"#f6861f"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
letter-spacing: 1px;
}
#s-3613615c-bd92-41ea-881f-251a72544c74:hover {background-color: rgba(246, 159, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3613615c-bd92-41ea-881f-251a72544c74:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3613615c-bd92-41ea-881f-251a72544c74 {
  margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3613615c-bd92-41ea-881f-251a72544c74 {
  margin-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3613615c-bd92-41ea-881f-251a72544c74 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-3613615c-bd92-41ea-881f-251a72544c74 {
  margin-bottom: 30px;
}
}


#s-3613615c-bd92-41ea-881f-251a72544c74.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  
  display:  inline-block ;
}

#s-dd1d7fdf-3a91-40d3-9666-7d695c9099fb {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-dd1d7fdf-3a91-40d3-9666-7d695c9099fb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7999999999999999;
}#s-dd1d7fdf-3a91-40d3-9666-7d695c9099fb.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-dd1d7fdf-3a91-40d3-9666-7d695c9099fb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-dd1d7fdf-3a91-40d3-9666-7d695c9099fb.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-dd1d7fdf-3a91-40d3-9666-7d695c9099fb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-dd1d7fdf-3a91-40d3-9666-7d695c9099fb.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-dd1d7fdf-3a91-40d3-9666-7d695c9099fb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-dd1d7fdf-3a91-40d3-9666-7d695c9099fb.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-dd1d7fdf-3a91-40d3-9666-7d695c9099fb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-dd1d7fdf-3a91-40d3-9666-7d695c9099fb.shg-box.shg-c {
  justify-content: center;
}
}
#s-9e920243-24f7-42eb-896e-dadb706d12ec {
  margin-top: -20px;
margin-left: 20%;
margin-right: 20%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e920243-24f7-42eb-896e-dadb706d12ec {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-9e920243-24f7-42eb-896e-dadb706d12ec {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: -5px;
margin-right: 0%;
}
}



  #s-9e920243-24f7-42eb-896e-dadb706d12ec img.shogun-image {
    
    width: px;
  }


#s-9e920243-24f7-42eb-896e-dadb706d12ec .shogun-image-content {
  
    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;
}

#s-77b43254-e2a1-4b11-859e-7ca01988ad51 {
  margin-top: -80px;
margin-left: 10%;
margin-right: 65%;
}
@media (min-width: 1200px){#s-77b43254-e2a1-4b11-859e-7ca01988ad51 {
  margin-top: -50px;
margin-bottom: 20px;
margin-right: 50%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77b43254-e2a1-4b11-859e-7ca01988ad51 {
  margin-top: -50px;
margin-bottom: 20px;
margin-right: 50%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-77b43254-e2a1-4b11-859e-7ca01988ad51 {
  margin-top: -20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-77b43254-e2a1-4b11-859e-7ca01988ad51 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 50px;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-e350eb97-c487-40e9-af99-f30523a69f66 {
  border-style: solid;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-e350eb97-c487-40e9-af99-f30523a69f66:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e350eb97-c487-40e9-af99-f30523a69f66:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e350eb97-c487-40e9-af99-f30523a69f66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Proxima Nova;
  display:  inline-block ;
}

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

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

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

@media (min-width: 0px) {
[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df790911-7764-47f2-b1e6-ce1cf72a71e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d2be4c60-fb6d-4e4d-94a2-20b17e553e84 {
  min-height: 50px;
}








#s-d2be4c60-fb6d-4e4d-94a2-20b17e553e84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2be4c60-fb6d-4e4d-94a2-20b17e553e84.shg-box.shg-c {
  justify-content: center;
}

#s-27987a8b-7ecc-4aa3-9d96-60a40ce4812c {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-27987a8b-7ecc-4aa3-9d96-60a40ce4812c {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-27987a8b-7ecc-4aa3-9d96-60a40ce4812c {
  margin-left: 10%;
margin-right: 10%;
}
}



  #s-27987a8b-7ecc-4aa3-9d96-60a40ce4812c img.shogun-image {
    
    width: px;
  }


#s-27987a8b-7ecc-4aa3-9d96-60a40ce4812c .shogun-image-content {
  
    align-items: center;
  
}

#s-f6671e0a-c018-40b6-afe6-40f0867aa9f1 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 30%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6671e0a-c018-40b6-afe6-40f0867aa9f1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-f6671e0a-c018-40b6-afe6-40f0867aa9f1 {
  margin-left: 10%;
margin-right: 10%;
}
}



  #s-f6671e0a-c018-40b6-afe6-40f0867aa9f1 img.shogun-image {
    
    width: px;
  }


#s-f6671e0a-c018-40b6-afe6-40f0867aa9f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-45005717-8760-438c-a615-1e7d8977a8ba {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-45005717-8760-438c-a615-1e7d8977a8ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45005717-8760-438c-a615-1e7d8977a8ba.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-45005717-8760-438c-a615-1e7d8977a8ba > .shg-box-overlay {
  background-color: rgba(12, 12, 12, 1);
  opacity: 0.7;
}#s-45005717-8760-438c-a615-1e7d8977a8ba.shg-box.shg-c {
  justify-content: center;
}
}
#s-c64661cf-5e69-4ac3-adef-42517607aeb8 {
  margin-top: 50px;
margin-left: 10%;
}
@media (min-width: 1200px){#s-c64661cf-5e69-4ac3-adef-42517607aeb8 {
  display: none;
}
#s-c64661cf-5e69-4ac3-adef-42517607aeb8, #wrap-s-c64661cf-5e69-4ac3-adef-42517607aeb8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c64661cf-5e69-4ac3-adef-42517607aeb8 {
  display: none;
}
#s-c64661cf-5e69-4ac3-adef-42517607aeb8, #wrap-s-c64661cf-5e69-4ac3-adef-42517607aeb8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c64661cf-5e69-4ac3-adef-42517607aeb8 {
  display: none;
}
#s-c64661cf-5e69-4ac3-adef-42517607aeb8, #wrap-s-c64661cf-5e69-4ac3-adef-42517607aeb8 { display:none !important; }}@media (max-width: 767px){#s-c64661cf-5e69-4ac3-adef-42517607aeb8 {
  margin-bottom: 20px;
margin-right: 36px;
}
}
#s-a56e6dd8-04fe-4527-8cfd-c01f070c43ad {
  margin-top: 50px;
margin-left: 10%;
}
@media (max-width: 767px){#s-a56e6dd8-04fe-4527-8cfd-c01f070c43ad {
  margin-right: 36px;
display: none;
}
#s-a56e6dd8-04fe-4527-8cfd-c01f070c43ad, #wrap-s-a56e6dd8-04fe-4527-8cfd-c01f070c43ad { display:none !important; }}
#s-a084a416-621b-4c6b-9f42-43202e98b2b7 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-a084a416-621b-4c6b-9f42-43202e98b2b7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a084a416-621b-4c6b-9f42-43202e98b2b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a084a416-621b-4c6b-9f42-43202e98b2b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Proxima Nova;
  display:  inline-block ;
}

#s-66ffe867-b5fb-475a-8a6d-7237c3e74440 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-66ffe867-b5fb-475a-8a6d-7237c3e74440 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66ffe867-b5fb-475a-8a6d-7237c3e74440.shg-box.shg-c {
  justify-content: center;
}

#s-9ec06324-4b4c-41a4-9675-ee487b7be1d3 {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ec06324-4b4c-41a4-9675-ee487b7be1d3 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-062e2b4b-14c9-4edb-9b18-293b1f105965 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3ce239ea-0858-4b0e-8f64-1e110c5b878e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-22679479-f72d-42f3-a93c-619f34b8eee5 {
  margin-top: 40px;
margin-left: 40%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-22679479-f72d-42f3-a93c-619f34b8eee5 {
  display: none;
}
#s-22679479-f72d-42f3-a93c-619f34b8eee5, #wrap-s-22679479-f72d-42f3-a93c-619f34b8eee5 { display:none !important; }}@media (max-width: 767px){#s-22679479-f72d-42f3-a93c-619f34b8eee5 {
  display: none;
}
#s-22679479-f72d-42f3-a93c-619f34b8eee5, #wrap-s-22679479-f72d-42f3-a93c-619f34b8eee5 { display:none !important; }}
#s-b32317c5-5835-442d-8f31-192d965e8599 {
  margin-top: 120px;
margin-left: 40%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b32317c5-5835-442d-8f31-192d965e8599 {
  display: none;
}
#s-b32317c5-5835-442d-8f31-192d965e8599, #wrap-s-b32317c5-5835-442d-8f31-192d965e8599 { display:none !important; }}@media (max-width: 767px){#s-b32317c5-5835-442d-8f31-192d965e8599 {
  display: none;
}
#s-b32317c5-5835-442d-8f31-192d965e8599, #wrap-s-b32317c5-5835-442d-8f31-192d965e8599 { display:none !important; }}
#s-316316e0-d1c6-4490-9edf-a50502130484 {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
text-align: center;
}




  #s-316316e0-d1c6-4490-9edf-a50502130484 img.shogun-image {
    
    width: px;
  }


#s-316316e0-d1c6-4490-9edf-a50502130484 .shogun-image-content {
  
    align-items: center;
  
}

#s-58fd8c69-ce62-4dcb-baef-b2b5657b058b {
  margin-top: 150px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-58fd8c69-ce62-4dcb-baef-b2b5657b058b {
  display: none;
}
#s-58fd8c69-ce62-4dcb-baef-b2b5657b058b, #wrap-s-58fd8c69-ce62-4dcb-baef-b2b5657b058b { display:none !important; }}@media (max-width: 767px){#s-58fd8c69-ce62-4dcb-baef-b2b5657b058b {
  display: none;
}
#s-58fd8c69-ce62-4dcb-baef-b2b5657b058b, #wrap-s-58fd8c69-ce62-4dcb-baef-b2b5657b058b { display:none !important; }}
#s-268e3af1-4cfe-42ce-9c44-6ea0410a5194 {
  margin-top: -120px;
margin-left: -54%;
margin-bottom: 150px;
margin-right: 102%;
}
@media (min-width: 1200px){#s-268e3af1-4cfe-42ce-9c44-6ea0410a5194 {
  display: none;
}
#s-268e3af1-4cfe-42ce-9c44-6ea0410a5194, #wrap-s-268e3af1-4cfe-42ce-9c44-6ea0410a5194 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-268e3af1-4cfe-42ce-9c44-6ea0410a5194 {
  display: none;
}
#s-268e3af1-4cfe-42ce-9c44-6ea0410a5194, #wrap-s-268e3af1-4cfe-42ce-9c44-6ea0410a5194 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-268e3af1-4cfe-42ce-9c44-6ea0410a5194 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-268e3af1-4cfe-42ce-9c44-6ea0410a5194 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
}
#s-39425885-41b3-47f4-9bbe-a1c75db46bd3 {
  margin-top: 0px;
margin-left: -54%;
margin-bottom: 0px;
margin-right: 80%;
}
@media (min-width: 1200px){#s-39425885-41b3-47f4-9bbe-a1c75db46bd3 {
  display: none;
}
#s-39425885-41b3-47f4-9bbe-a1c75db46bd3, #wrap-s-39425885-41b3-47f4-9bbe-a1c75db46bd3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39425885-41b3-47f4-9bbe-a1c75db46bd3 {
  display: none;
}
#s-39425885-41b3-47f4-9bbe-a1c75db46bd3, #wrap-s-39425885-41b3-47f4-9bbe-a1c75db46bd3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39425885-41b3-47f4-9bbe-a1c75db46bd3 {
  margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-39425885-41b3-47f4-9bbe-a1c75db46bd3 {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
}
#s-5ce94f6c-241e-4d73-912e-319b928b6b25 {
  margin-top: -80px;
margin-left: 6%;
margin-right: 60%;
}
@media (min-width: 1200px){#s-5ce94f6c-241e-4d73-912e-319b928b6b25 {
  display: none;
}
#s-5ce94f6c-241e-4d73-912e-319b928b6b25, #wrap-s-5ce94f6c-241e-4d73-912e-319b928b6b25 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ce94f6c-241e-4d73-912e-319b928b6b25 {
  display: none;
}
#s-5ce94f6c-241e-4d73-912e-319b928b6b25, #wrap-s-5ce94f6c-241e-4d73-912e-319b928b6b25 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ce94f6c-241e-4d73-912e-319b928b6b25 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-5ce94f6c-241e-4d73-912e-319b928b6b25 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
}
#s-15876e99-6410-4aaa-85dd-82ac13c449b6 {
  min-height: 50px;
}








#s-15876e99-6410-4aaa-85dd-82ac13c449b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15876e99-6410-4aaa-85dd-82ac13c449b6.shg-box.shg-c {
  justify-content: center;
}

#s-0aa50bd3-e339-4e66-98f6-523b39f036f3 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(16, 16, 16, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
color: rgba(16, 16, 16, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-0aa50bd3-e339-4e66-98f6-523b39f036f3:hover {background-color: rgba(16, 16, 16, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0aa50bd3-e339-4e66-98f6-523b39f036f3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0aa50bd3-e339-4e66-98f6-523b39f036f3 {
  margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0aa50bd3-e339-4e66-98f6-523b39f036f3 {
  margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0aa50bd3-e339-4e66-98f6-523b39f036f3 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-0aa50bd3-e339-4e66-98f6-523b39f036f3 {
  margin-bottom: 10px;
}
}


#s-0aa50bd3-e339-4e66-98f6-523b39f036f3.shg-btn {
  color: rgba(16, 16, 16, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-d467b3d5-1619-4bc1-abfd-9cb4a8378897 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 350px;
background-position: center center;
}








#s-d467b3d5-1619-4bc1-abfd-9cb4a8378897 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-d467b3d5-1619-4bc1-abfd-9cb4a8378897.shg-box.shg-c {
  justify-content: center;
}

#s-938bd492-eba8-4c09-8a68-9d9c2173eb76 {
  min-height: 50px;
}








#s-938bd492-eba8-4c09-8a68-9d9c2173eb76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-938bd492-eba8-4c09-8a68-9d9c2173eb76.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd60c53-08d9-4923-b558-aa934e6a2bee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b23a51df-6ca1-4df5-b270-7a5e652c75c9 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b23a51df-6ca1-4df5-b270-7a5e652c75c9 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-b23a51df-6ca1-4df5-b270-7a5e652c75c9 {
  margin-left: 5%;
margin-right: 5%;
}
}



  #s-b23a51df-6ca1-4df5-b270-7a5e652c75c9 img.shogun-image {
    
    width: px;
  }


#s-b23a51df-6ca1-4df5-b270-7a5e652c75c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cd438ec-e5af-41d9-97fa-fe47c5fe5e6b {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-1cd438ec-e5af-41d9-97fa-fe47c5fe5e6b {
  margin-top: 100px;
margin-bottom: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cd438ec-e5af-41d9-97fa-fe47c5fe5e6b {
  margin-top: 100px;
margin-bottom: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cd438ec-e5af-41d9-97fa-fe47c5fe5e6b {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-1cd438ec-e5af-41d9-97fa-fe47c5fe5e6b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}
}
#s-d211faa9-853b-46bd-9fc1-bea582b7c545 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(134, 196, 64, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-d211faa9-853b-46bd-9fc1-bea582b7c545:hover {background-color: rgba(171, 220, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d211faa9-853b-46bd-9fc1-bea582b7c545:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d211faa9-853b-46bd-9fc1-bea582b7c545 {
  margin-top: 25px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-d211faa9-853b-46bd-9fc1-bea582b7c545 {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}

  #s-d211faa9-853b-46bd-9fc1-bea582b7c545-btn-wrapper {
    text-align: left;
  }


#s-d211faa9-853b-46bd-9fc1-bea582b7c545.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Proxima Nova;
  display:  inline-block ;
}

#s-dcdc4db1-6729-4df0-8b1c-2b8bfeeb06f0 {
  min-height: 50px;
background-color: rgba(58, 58, 58, 1);
}








#s-dcdc4db1-6729-4df0-8b1c-2b8bfeeb06f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcdc4db1-6729-4df0-8b1c-2b8bfeeb06f0.shg-box.shg-c {
  justify-content: center;
}

#s-19705a13-28ec-49da-9576-8b50f90dce64 {
  margin-top: 10px;
margin-left: -20%;
margin-bottom: 10px;
margin-right: -20%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-19705a13-28ec-49da-9576-8b50f90dce64 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-19705a13-28ec-49da-9576-8b50f90dce64 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
}



  #s-19705a13-28ec-49da-9576-8b50f90dce64 img.shogun-image {
    
    width: px;
  }


#s-19705a13-28ec-49da-9576-8b50f90dce64 .shogun-image-content {
  
    align-items: center;
  
}

#s-724ab28f-2710-40ec-9a1f-7c2fe1b8b884 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-724ab28f-2710-40ec-9a1f-7c2fe1b8b884:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(18, 18, 18, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-724ab28f-2710-40ec-9a1f-7c2fe1b8b884:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-724ab28f-2710-40ec-9a1f-7c2fe1b8b884.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Proxima Nova;
  display:  inline-block ;
}

#s-0900793f-c7b7-4f6d-b7db-a5874e3495f3 {
  min-height: 50px;
}








#s-0900793f-c7b7-4f6d-b7db-a5874e3495f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0900793f-c7b7-4f6d-b7db-a5874e3495f3.shg-box.shg-c {
  justify-content: center;
}

#s-dafcccf6-a820-40a1-9d16-32f29b6bb8c5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dafcccf6-a820-40a1-9d16-32f29b6bb8c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dafcccf6-a820-40a1-9d16-32f29b6bb8c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dafcccf6-a820-40a1-9d16-32f29b6bb8c5 {
  
}
}@media (max-width: 767px){#s-dafcccf6-a820-40a1-9d16-32f29b6bb8c5 {
  
}
}







#s-dafcccf6-a820-40a1-9d16-32f29b6bb8c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dafcccf6-a820-40a1-9d16-32f29b6bb8c5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-529f0a3e-6c33-4c58-9cb2-58afca25d77a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 100px;
background-position: center center;
}
@media (min-width: 1200px){#s-529f0a3e-6c33-4c58-9cb2-58afca25d77a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-529f0a3e-6c33-4c58-9cb2-58afca25d77a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-529f0a3e-6c33-4c58-9cb2-58afca25d77a {
  
}
}@media (max-width: 767px){#s-529f0a3e-6c33-4c58-9cb2-58afca25d77a {
  
}
}







#s-529f0a3e-6c33-4c58-9cb2-58afca25d77a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-529f0a3e-6c33-4c58-9cb2-58afca25d77a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2ed3298f-b63d-4319-8173-502bdfac0553 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-2ed3298f-b63d-4319-8173-502bdfac0553 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ed3298f-b63d-4319-8173-502bdfac0553 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ed3298f-b63d-4319-8173-502bdfac0553 {
  
}
}@media (max-width: 767px){#s-2ed3298f-b63d-4319-8173-502bdfac0553 {
  
}
}
@media (min-width: 0px) {
[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-2ed3298f-b63d-4319-8173-502bdfac0553"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-429abcaa-2a11-4729-9ed6-6bbb99add1e8 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.55);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.6);
}








#s-429abcaa-2a11-4729-9ed6-6bbb99add1e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-429abcaa-2a11-4729-9ed6-6bbb99add1e8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-279e1ad0-188f-40dd-b06c-84d8f51bdd9b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-279e1ad0-188f-40dd-b06c-84d8f51bdd9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-279e1ad0-188f-40dd-b06c-84d8f51bdd9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-279e1ad0-188f-40dd-b06c-84d8f51bdd9b {
  
}
}@media (max-width: 767px){#s-279e1ad0-188f-40dd-b06c-84d8f51bdd9b {
  
}
}
#s-fd1f7d5c-c19e-4b46-9456-820e3b554994 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.55);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.6);
}








#s-fd1f7d5c-c19e-4b46-9456-820e3b554994 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd1f7d5c-c19e-4b46-9456-820e3b554994.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c46c97f9-4b8d-4bf7-acde-7043d1739edd {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-c46c97f9-4b8d-4bf7-acde-7043d1739edd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c46c97f9-4b8d-4bf7-acde-7043d1739edd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c46c97f9-4b8d-4bf7-acde-7043d1739edd {
  
}
}@media (max-width: 767px){#s-c46c97f9-4b8d-4bf7-acde-7043d1739edd {
  
}
}
#s-46c073f3-48c2-4c4b-a7b1-13cbaec85807 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.55);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.6);
}








#s-46c073f3-48c2-4c4b-a7b1-13cbaec85807 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46c073f3-48c2-4c4b-a7b1-13cbaec85807.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8156fbca-7e94-4ef2-ab81-7f33c4ee5e9c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8156fbca-7e94-4ef2-ab81-7f33c4ee5e9c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8156fbca-7e94-4ef2-ab81-7f33c4ee5e9c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8156fbca-7e94-4ef2-ab81-7f33c4ee5e9c {
  
}
}@media (max-width: 767px){#s-8156fbca-7e94-4ef2-ab81-7f33c4ee5e9c {
  
}
}
#s-6080f97d-597d-445f-8148-ee0edebeb914 {
  min-height: 50px;
}








#s-6080f97d-597d-445f-8148-ee0edebeb914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6080f97d-597d-445f-8148-ee0edebeb914.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f2c9ec56-d10e-4f83-ba8c-de9a7a48f59e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6048f455-95a0-4c26-811e-73c41c345ce2 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6048f455-95a0-4c26-811e-73c41c345ce2 {
  margin-left: 20%;
margin-right: 20%;
}
}



  #s-6048f455-95a0-4c26-811e-73c41c345ce2 img.shogun-image {
    
    width: px;
  }


#s-6048f455-95a0-4c26-811e-73c41c345ce2 .shogun-image-content {
  
    align-items: center;
  
}

#s-aec59754-963b-458b-ad94-0c25b9f44715 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aec59754-963b-458b-ad94-0c25b9f44715 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-aec59754-963b-458b-ad94-0c25b9f44715 {
  margin-left: 10%;
margin-right: 10%;
}
}



  #s-aec59754-963b-458b-ad94-0c25b9f44715 img.shogun-image {
    
    width: px;
  }


#s-aec59754-963b-458b-ad94-0c25b9f44715 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a34c78e-a2b6-4071-b99f-3ec915570f55 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a34c78e-a2b6-4071-b99f-3ec915570f55 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-4a34c78e-a2b6-4071-b99f-3ec915570f55 {
  margin-left: 10%;
margin-right: 10%;
}
}



  #s-4a34c78e-a2b6-4071-b99f-3ec915570f55 img.shogun-image {
    
    width: px;
  }


#s-4a34c78e-a2b6-4071-b99f-3ec915570f55 .shogun-image-content {
  
    align-items: center;
  
}

#s-1492af05-2a27-47c7-b47b-eba54b4ab7da {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 134, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-1492af05-2a27-47c7-b47b-eba54b4ab7da:hover {background-color: rgba(255, 159, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1492af05-2a27-47c7-b47b-eba54b4ab7da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1492af05-2a27-47c7-b47b-eba54b4ab7da.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-4ae69ed9-ee0c-4674-b692-15d45df9d1df {
  background-color: rgba(58, 58, 58, 1);
}

@media (min-width: 0px) {
[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ae69ed9-ee0c-4674-b692-15d45df9d1df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c4d85a87-7f40-4d13-875a-c56bc5501dfa {
  min-height: 50px;
background-color: rgba(58, 58, 58, 1);
}








#s-c4d85a87-7f40-4d13-875a-c56bc5501dfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4d85a87-7f40-4d13-875a-c56bc5501dfa.shg-box.shg-c {
  justify-content: center;
}

#s-7f45c521-3d9f-41de-b3a6-e2e0dfef10c7 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
background-color: rgba(58, 58, 58, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7f45c521-3d9f-41de-b3a6-e2e0dfef10c7 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (max-width: 767px){#s-7f45c521-3d9f-41de-b3a6-e2e0dfef10c7 {
  margin-left: 6%;
margin-right: 6%;
}
}



  #s-7f45c521-3d9f-41de-b3a6-e2e0dfef10c7 img.shogun-image {
    
    width: px;
  }


#s-7f45c521-3d9f-41de-b3a6-e2e0dfef10c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f97bcf16-a076-4256-812e-5260c6ee969b {
  margin-top: 95px;
margin-left: 0%;
margin-right: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f97bcf16-a076-4256-812e-5260c6ee969b {
  margin-top: 0px;
margin-left: 6%;
}
}@media (max-width: 767px){#s-f97bcf16-a076-4256-812e-5260c6ee969b {
  margin-top: -10px;
margin-left: 6%;
margin-right: 0%;
}
}
#s-e4379162-5a07-430c-8bcf-446f35180a20 {
  margin-left: 0%;
margin-right: 30%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4379162-5a07-430c-8bcf-446f35180a20 {
  margin-left: 6%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-e4379162-5a07-430c-8bcf-446f35180a20 {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-c383b942-1500-4b9c-bf20-0a7d7ca7ee6f {
  margin-left: -2%;
margin-right: 30%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c383b942-1500-4b9c-bf20-0a7d7ca7ee6f {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-c383b942-1500-4b9c-bf20-0a7d7ca7ee6f {
  margin-left: 5%;
margin-right: 5%;
}
}



  #s-c383b942-1500-4b9c-bf20-0a7d7ca7ee6f img.shogun-image {
    
    width: px;
  }


#s-c383b942-1500-4b9c-bf20-0a7d7ca7ee6f .shogun-image-content {
  
    align-items: center;
  
}

#s-ffc38005-36b9-49fe-b0d2-ec1bd4429c1b {
  min-height: 50px;
background-color: rgba(58, 58, 58, 1);
}








#s-ffc38005-36b9-49fe-b0d2-ec1bd4429c1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffc38005-36b9-49fe-b0d2-ec1bd4429c1b.shg-box.shg-c {
  justify-content: center;
}

#s-5a4f0fef-2357-4b05-8c6d-6b5db54983f2 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(58, 58, 58, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
}
#s-5a4f0fef-2357-4b05-8c6d-6b5db54983f2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(58, 58, 58, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5a4f0fef-2357-4b05-8c6d-6b5db54983f2:active {background-color: rgba(58, 58, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5a4f0fef-2357-4b05-8c6d-6b5db54983f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Proxima Nova;
  display:  inline-block ;
}

#s-37cc8528-e7c1-4461-95f3-bd1cc6dc7f1e {
  min-height: 50px;
}








#s-37cc8528-e7c1-4461-95f3-bd1cc6dc7f1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37cc8528-e7c1-4461-95f3-bd1cc6dc7f1e.shg-box.shg-c {
  justify-content: center;
}

#s-9dec3826-6d8f-4f8a-a44f-facd20f2b6e6 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-100d4b0b-bbe5-4bd8-880f-cdcae976e8b7 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-100d4b0b-bbe5-4bd8-880f-cdcae976e8b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-100d4b0b-bbe5-4bd8-880f-cdcae976e8b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-100d4b0b-bbe5-4bd8-880f-cdcae976e8b7 {
  
}
}@media (max-width: 767px){#s-100d4b0b-bbe5-4bd8-880f-cdcae976e8b7 {
  
}
}







#s-100d4b0b-bbe5-4bd8-880f-cdcae976e8b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-100d4b0b-bbe5-4bd8-880f-cdcae976e8b7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-282dce57-93ec-4d21-9944-6ab505ad136b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-282dce57-93ec-4d21-9944-6ab505ad136b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-282dce57-93ec-4d21-9944-6ab505ad136b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-282dce57-93ec-4d21-9944-6ab505ad136b {
  
}
}@media (max-width: 767px){#s-282dce57-93ec-4d21-9944-6ab505ad136b {
  
}
}







#s-282dce57-93ec-4d21-9944-6ab505ad136b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-282dce57-93ec-4d21-9944-6ab505ad136b.shg-box.shg-c {
  justify-content: center;
}

#s-4ce298ce-c6e7-44d0-a299-f79cc04f3249 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ce298ce-c6e7-44d0-a299-f79cc04f3249"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2dc456d3-0417-40a3-9f04-c138c6edda01 {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
text-align: center;
}




  #s-2dc456d3-0417-40a3-9f04-c138c6edda01 img.shogun-image {
    
    width: px;
  }


#s-2dc456d3-0417-40a3-9f04-c138c6edda01 .shogun-image-content {
  
    align-items: center;
  
}

#s-083769c4-1bba-442d-8e70-e2f041693398 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-083769c4-1bba-442d-8e70-e2f041693398 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-083769c4-1bba-442d-8e70-e2f041693398.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4abc3b42-f701-4a5c-9818-ebf646b7f0ce {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4abc3b42-f701-4a5c-9818-ebf646b7f0ce .shogun-heading-component h1 {
  color: rgba(49, 49, 49, 1);
  font-weight:   ;
  font-family: Proxima Nova;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-189e36e6-6710-4e29-82c8-146c2f7ba744 {
  margin-left: 20px;
margin-right: 20px;
}

#s-76e74c92-46c0-43a8-9128-de0096222d50 {
  margin-left: 2%;
margin-right: 2%;
text-align: center;
}




  #s-76e74c92-46c0-43a8-9128-de0096222d50 img.shogun-image {
    
    width: px;
  }


#s-76e74c92-46c0-43a8-9128-de0096222d50 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba20f7ea-9e89-40c4-a804-962c6100e789 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-ba20f7ea-9e89-40c4-a804-962c6100e789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba20f7ea-9e89-40c4-a804-962c6100e789.shg-box.shg-c {
  justify-content: flex-start;
}

#s-63d43029-0200-41d2-ab3f-1c5611c46e2a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-63d43029-0200-41d2-ab3f-1c5611c46e2a .shogun-heading-component h1 {
  color: rgba(49, 49, 49, 1);
  font-weight:   ;
  font-family: Proxima Nova;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5056d579-d436-46fb-887a-6fdd1d6c3ada {
  margin-left: 20px;
margin-right: 20px;
}

#s-b5058679-a4d2-46e2-936d-57c73dffe46e {
  margin-left: 2%;
margin-right: 2%;
text-align: center;
}




  #s-b5058679-a4d2-46e2-936d-57c73dffe46e img.shogun-image {
    
    width: px;
  }


#s-b5058679-a4d2-46e2-936d-57c73dffe46e .shogun-image-content {
  
    align-items: center;
  
}

#s-a7712df8-f732-4d3b-8faf-194394354b9a {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-a7712df8-f732-4d3b-8faf-194394354b9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7712df8-f732-4d3b-8faf-194394354b9a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-647da0ef-7195-4d3a-919c-0ebe65fcf3c9 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-647da0ef-7195-4d3a-919c-0ebe65fcf3c9 .shogun-heading-component h1 {
  color: rgba(49, 49, 49, 1);
  font-weight:   ;
  font-family: Proxima Nova;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c24b8a03-f0f6-4a39-bff5-7f3bc5cb0844 {
  margin-left: 20px;
margin-right: 20px;
}

#s-909fff67-76c2-4c4d-a430-7c29dcabefd6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 134, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-909fff67-76c2-4c4d-a430-7c29dcabefd6:hover {background-color: rgba(254, 158, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-909fff67-76c2-4c4d-a430-7c29dcabefd6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-909fff67-76c2-4c4d-a430-7c29dcabefd6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Proxima Nova;
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}