.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

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

.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-ed0f0e72-0692-4af1-a450-b5ad54f677cd {
  min-height: 50px;
}








#s-ed0f0e72-0692-4af1-a450-b5ad54f677cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed0f0e72-0692-4af1-a450-b5ad54f677cd.shg-box.shg-c {
  justify-content: center;
}

.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-01f85f14-7f8e-427a-92f3-adc71030f71e {
  margin-top: -100px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-5b534f78-70ac-4bfc-b802-43980732ac08 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-5b534f78-70ac-4bfc-b802-43980732ac08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b534f78-70ac-4bfc-b802-43980732ac08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b534f78-70ac-4bfc-b802-43980732ac08 {
  display: none;
}
#s-5b534f78-70ac-4bfc-b802-43980732ac08, #wrap-s-5b534f78-70ac-4bfc-b802-43980732ac08 { display:none !important; }}@media (max-width: 767px){#s-5b534f78-70ac-4bfc-b802-43980732ac08 {
  display: none;
}
#s-5b534f78-70ac-4bfc-b802-43980732ac08, #wrap-s-5b534f78-70ac-4bfc-b802-43980732ac08 { display:none !important; }}
.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-650764ff-8e25-45c3-a5e3-6aa1dde16998 {
  text-align: left;
}





#s-650764ff-8e25-45c3-a5e3-6aa1dde16998 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

@media (min-width: 0px) {
[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d09ba376-3d6f-4306-866c-f197b792c319"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-7df3af16-b43f-480f-9141-2c5744a3a0e1 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-7df3af16-b43f-480f-9141-2c5744a3a0e1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9d6b9545-98dd-42c8-b432-fec7560566ed {
  margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9d6b9545-98dd-42c8-b432-fec7560566ed .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  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-c4840bee-251b-416f-bcee-6d5f47718e6d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(228, 134, 0, 1);
}
#s-c4840bee-251b-416f-bcee-6d5f47718e6d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c4840bee-251b-416f-bcee-6d5f47718e6d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c4840bee-251b-416f-bcee-6d5f47718e6d.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-a09939a3-cfcb-4a50-ae13-3e0233bc855b {
  text-align: center;
}





#s-a09939a3-cfcb-4a50-ae13-3e0233bc855b .shogun-image-content {
  
    align-items: center;
  
}

#s-c16b5b92-49ff-495e-879c-0c30d1c944f3 {
  text-align: center;
}





#s-c16b5b92-49ff-495e-879c-0c30d1c944f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2b3227b-74f3-4ca2-ac94-47fac2aadd95 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-f2b3227b-74f3-4ca2-ac94-47fac2aadd95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6c9d32d2-b5f4-45f2-a02d-9ad36594e310 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}

#s-8f1bd73e-b51f-4bd5-bde1-4f2999732e3a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(228, 134, 0, 1);
hover-type: color;
}
#s-8f1bd73e-b51f-4bd5-bde1-4f2999732e3a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-8f1bd73e-b51f-4bd5-bde1-4f2999732e3a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f1bd73e-b51f-4bd5-bde1-4f2999732e3a.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d5b7ca94-d712-4843-9506-bcee0d2f474e {
  text-align: center;
}





#s-d5b7ca94-d712-4843-9506-bcee0d2f474e .shogun-image-content {
  
    align-items: center;
  
}

#s-6512aa62-0ef5-4e3e-be54-df35fe68b4be {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6512aa62-0ef5-4e3e-be54-df35fe68b4be .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-396262de-49cc-4a9d-974f-417974227b3a {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-1c713ac6-698c-42f2-8904-ca59b41e6752 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(228, 134, 0, 1);
hover-type: color;
}
#s-1c713ac6-698c-42f2-8904-ca59b41e6752:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1c713ac6-698c-42f2-8904-ca59b41e6752:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c713ac6-698c-42f2-8904-ca59b41e6752.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bed8c50-c49b-43dd-b73d-1ce3166e1528 {
  text-align: center;
}





#s-1bed8c50-c49b-43dd-b73d-1ce3166e1528 .shogun-image-content {
  
    align-items: center;
  
}

#s-e40844a1-950c-41a8-9479-6d00c2ed1f2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e40844a1-950c-41a8-9479-6d00c2ed1f2c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c58a8d10-3b69-4098-af19-430b1aafd8c0 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-216a5fde-9af9-4e94-9b56-9525a5c96e1c {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 33px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(228, 134, 0, 1);
}
#s-216a5fde-9af9-4e94-9b56-9525a5c96e1c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-216a5fde-9af9-4e94-9b56-9525a5c96e1c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-216a5fde-9af9-4e94-9b56-9525a5c96e1c.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-5c3c0099-cf94-43ce-aa27-349ae5c8b64a {
  text-align: center;
}





#s-5c3c0099-cf94-43ce-aa27-349ae5c8b64a .shogun-image-content {
  
    align-items: center;
  
}

#s-c7f29240-026c-4228-abef-2218f27aa6a9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c7f29240-026c-4228-abef-2218f27aa6a9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6177305f-873d-48b0-939b-4945f95e8e26 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-ecf5933b-a858-44f9-92f0-dbca75b07d38 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ecf5933b-a858-44f9-92f0-dbca75b07d38 {
  display: none;
}
#s-ecf5933b-a858-44f9-92f0-dbca75b07d38, #wrap-s-ecf5933b-a858-44f9-92f0-dbca75b07d38 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecf5933b-a858-44f9-92f0-dbca75b07d38 {
  display: none;
}
#s-ecf5933b-a858-44f9-92f0-dbca75b07d38, #wrap-s-ecf5933b-a858-44f9-92f0-dbca75b07d38 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecf5933b-a858-44f9-92f0-dbca75b07d38 {
  display: none;
}
#s-ecf5933b-a858-44f9-92f0-dbca75b07d38, #wrap-s-ecf5933b-a858-44f9-92f0-dbca75b07d38 { display:none !important; }}@media (max-width: 767px){#s-ecf5933b-a858-44f9-92f0-dbca75b07d38 {
  
}
}
#s-1001f839-3cd3-42e1-be3c-efea007127a8 {
  text-align: left;
}





#s-1001f839-3cd3-42e1-be3c-efea007127a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-896d5e07-c582-414f-ba54-4f2c100d3009 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-896d5e07-c582-414f-ba54-4f2c100d3009 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-16f86572-64a5-46ab-a88f-d30ffc32a8af {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-16f86572-64a5-46ab-a88f-d30ffc32a8af .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-097545f7-f4ed-4f5a-a177-589892b6cc9b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(228, 134, 0, 1);
}
#s-097545f7-f4ed-4f5a-a177-589892b6cc9b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-097545f7-f4ed-4f5a-a177-589892b6cc9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-097545f7-f4ed-4f5a-a177-589892b6cc9b.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-583521e1-2de1-42f5-9343-f442ee55e8e0 {
  text-align: center;
}





#s-583521e1-2de1-42f5-9343-f442ee55e8e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-76cdc091-0d28-4c07-b9cd-ee0757f83a8f {
  text-align: center;
}





#s-76cdc091-0d28-4c07-b9cd-ee0757f83a8f .shogun-image-content {
  
    align-items: center;
  
}

#s-78faba07-2191-4fb2-897e-15f0b7258ff7 {
  margin-top: 50px;
padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
text-align: center;
}

#s-78faba07-2191-4fb2-897e-15f0b7258ff7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-04e670db-9a09-4f13-8d24-62ea063dbb2c {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
}
@media (max-width: 767px){#s-04e670db-9a09-4f13-8d24-62ea063dbb2c {
  display: none;
}
#s-04e670db-9a09-4f13-8d24-62ea063dbb2c, #wrap-s-04e670db-9a09-4f13-8d24-62ea063dbb2c { display:none !important; }}
#s-48b86fe8-9a46-4c4a-985b-9e13c9afe9fd {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(228, 134, 0, 1);
hover-type: color;
}
#s-48b86fe8-9a46-4c4a-985b-9e13c9afe9fd:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-48b86fe8-9a46-4c4a-985b-9e13c9afe9fd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-48b86fe8-9a46-4c4a-985b-9e13c9afe9fd.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7faf6c9c-eb73-4fc1-87be-b3a26f61cadb {
  text-align: center;
}





#s-7faf6c9c-eb73-4fc1-87be-b3a26f61cadb .shogun-image-content {
  
    align-items: center;
  
}

#s-93e46377-c469-4c33-b708-77e6e7199e40 {
  margin-top: 15px;
margin-left: 40px;
margin-bottom: -19px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-93e46377-c469-4c33-b708-77e6e7199e40 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1240e264-b3a8-4f94-b23b-c0cedf10c5f7 {
  padding-top: 0px;
padding-bottom: 10px;
}

#s-a14253fb-8cb6-49ca-8cd9-823c372841c6 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(228, 134, 0, 1);
hover-type: color;
}
#s-a14253fb-8cb6-49ca-8cd9-823c372841c6:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a14253fb-8cb6-49ca-8cd9-823c372841c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a14253fb-8cb6-49ca-8cd9-823c372841c6.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6fabc79-bb90-423e-b367-ed7f77905955 {
  text-align: center;
}





#s-c6fabc79-bb90-423e-b367-ed7f77905955 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fde7ef6-b7d9-4ac7-a822-c52355105d33 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8fde7ef6-b7d9-4ac7-a822-c52355105d33 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cdd65231-eccc-4751-ab53-f5033bb0b01a {
  margin-top: -20px;
margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 20px;
}

#s-9a3a77a5-d58b-4ed3-a9ea-0bba8f93ea66 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 33px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(228, 134, 0, 1);
}
#s-9a3a77a5-d58b-4ed3-a9ea-0bba8f93ea66:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9a3a77a5-d58b-4ed3-a9ea-0bba8f93ea66:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a3a77a5-d58b-4ed3-a9ea-0bba8f93ea66.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-e58e92a3-f4a3-481d-9452-ce020331a634 {
  text-align: center;
}





#s-e58e92a3-f4a3-481d-9452-ce020331a634 .shogun-image-content {
  
    align-items: center;
  
}

#s-6eb8a85b-e243-4f55-8387-9e56f88564c8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6eb8a85b-e243-4f55-8387-9e56f88564c8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4f5712a7-cc80-4872-86e0-e40a5add8351 {
  margin-top: -15px;
margin-left: 0px;
margin-bottom: -15px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-4697175f-b39d-4425-a604-a7211152cda5 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-4697175f-b39d-4425-a604-a7211152cda5 {
  display: none;
}
#s-4697175f-b39d-4425-a604-a7211152cda5, #wrap-s-4697175f-b39d-4425-a604-a7211152cda5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4697175f-b39d-4425-a604-a7211152cda5 {
  display: none;
}
#s-4697175f-b39d-4425-a604-a7211152cda5, #wrap-s-4697175f-b39d-4425-a604-a7211152cda5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4697175f-b39d-4425-a604-a7211152cda5 {
  
}
}@media (max-width: 767px){#s-4697175f-b39d-4425-a604-a7211152cda5 {
  display: none;
}
#s-4697175f-b39d-4425-a604-a7211152cda5, #wrap-s-4697175f-b39d-4425-a604-a7211152cda5 { display:none !important; }}
#s-68df119a-c4af-4a50-bb7b-51c1d983f18d {
  text-align: left;
}





#s-68df119a-c4af-4a50-bb7b-51c1d983f18d .shogun-image-content {
  
    align-items: center;
  
}

#s-78c71873-14f3-44eb-a66a-d90097a1a5e6 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-78c71873-14f3-44eb-a66a-d90097a1a5e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cca009e2-6e34-4a8c-be99-6b6c5518e7f1 {
  margin-top: -10px;
margin-left: 0px;
margin-bottom: -10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cca009e2-6e34-4a8c-be99-6b6c5518e7f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5fb8df89-8b2d-4a4d-b449-8c18351b201b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(228, 134, 0, 1);
}
#s-5fb8df89-8b2d-4a4d-b449-8c18351b201b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5fb8df89-8b2d-4a4d-b449-8c18351b201b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5fb8df89-8b2d-4a4d-b449-8c18351b201b.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-e9a9ebf8-0f8c-4add-88e4-136db07ee1d8 {
  text-align: center;
}





#s-e9a9ebf8-0f8c-4add-88e4-136db07ee1d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c94efd4-41f2-4c77-9b61-5c62f1a6820c {
  text-align: center;
}





#s-8c94efd4-41f2-4c77-9b61-5c62f1a6820c .shogun-image-content {
  
    align-items: center;
  
}

#s-4cf5d767-2044-45f2-bd09-da9ebb206da0 {
  margin-top: 50px;
padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
text-align: center;
}

#s-4cf5d767-2044-45f2-bd09-da9ebb206da0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ccaf59a1-80f7-42d1-a03f-32a488a7e82f {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
}
@media (max-width: 767px){#s-ccaf59a1-80f7-42d1-a03f-32a488a7e82f {
  display: none;
}
#s-ccaf59a1-80f7-42d1-a03f-32a488a7e82f, #wrap-s-ccaf59a1-80f7-42d1-a03f-32a488a7e82f { display:none !important; }}
#s-62fe1839-5737-483d-8e63-77d08c07e268 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(228, 134, 0, 1);
hover-type: color;
}
#s-62fe1839-5737-483d-8e63-77d08c07e268:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-62fe1839-5737-483d-8e63-77d08c07e268:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-62fe1839-5737-483d-8e63-77d08c07e268.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d174123b-b969-4ef4-9bb6-4c2d7a0da475 {
  text-align: center;
}





#s-d174123b-b969-4ef4-9bb6-4c2d7a0da475 .shogun-image-content {
  
    align-items: center;
  
}

#s-b582e4f0-9eba-44ea-903f-3175e46eef48 {
  margin-top: 15px;
margin-left: 40px;
margin-bottom: -19px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b582e4f0-9eba-44ea-903f-3175e46eef48 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eae94f5e-1f46-4083-bf9a-9352625680e2 {
  padding-top: 0px;
padding-bottom: 20px;
}

#s-65d8e657-c2df-4b47-af47-702a244d6726 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(228, 134, 0, 1);
hover-type: color;
}
#s-65d8e657-c2df-4b47-af47-702a244d6726:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-65d8e657-c2df-4b47-af47-702a244d6726:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-65d8e657-c2df-4b47-af47-702a244d6726.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-387e7e8d-2346-40c0-b5f6-183583febf07 {
  text-align: center;
}





#s-387e7e8d-2346-40c0-b5f6-183583febf07 .shogun-image-content {
  
    align-items: center;
  
}

#s-63f14bb3-8520-4718-b6f8-184661619820 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-63f14bb3-8520-4718-b6f8-184661619820 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-572bee4d-094e-46fc-a27d-2ada23e56495 {
  margin-top: -20px;
padding-top: 0px;
padding-bottom: 20px;
}

#s-85350aeb-4166-47ce-af06-e8a01da4a13d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 33px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(228, 134, 0, 1);
}
#s-85350aeb-4166-47ce-af06-e8a01da4a13d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-85350aeb-4166-47ce-af06-e8a01da4a13d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-85350aeb-4166-47ce-af06-e8a01da4a13d.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-245a88a8-e6ce-464c-8c6a-920f5d614ab0 {
  text-align: center;
}





#s-245a88a8-e6ce-464c-8c6a-920f5d614ab0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e8c6cd7-e94d-4de1-ba12-f8360818ebf2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2e8c6cd7-e94d-4de1-ba12-f8360818ebf2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2021beeb-7ac9-4ba0-9eb9-9035777c12b3 {
  margin-top: -15px;
margin-left: 0px;
margin-bottom: -15px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-4abae85b-431f-4f09-b6b0-e9fe68d396da {
  min-height: 50px;
}








#s-4abae85b-431f-4f09-b6b0-e9fe68d396da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4abae85b-431f-4f09-b6b0-e9fe68d396da.shg-box.shg-c {
  justify-content: center;
}

#s-dd5b76bf-aff7-4d97-8f8d-c3981053c16a {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-dd5b76bf-aff7-4d97-8f8d-c3981053c16a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd5b76bf-aff7-4d97-8f8d-c3981053c16a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd5b76bf-aff7-4d97-8f8d-c3981053c16a {
  display: none;
}
#s-dd5b76bf-aff7-4d97-8f8d-c3981053c16a, #wrap-s-dd5b76bf-aff7-4d97-8f8d-c3981053c16a { display:none !important; }}@media (max-width: 767px){#s-dd5b76bf-aff7-4d97-8f8d-c3981053c16a {
  display: none;
}
#s-dd5b76bf-aff7-4d97-8f8d-c3981053c16a, #wrap-s-dd5b76bf-aff7-4d97-8f8d-c3981053c16a { display:none !important; }}
#s-dd5b76bf-aff7-4d97-8f8d-c3981053c16a .shogun-heading-component h1 {
  color: rgba(227, 125, 13, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cb51c276-8bfc-4a49-9e15-9f7494a7ce20 {
  padding-top: 30px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-cb51c276-8bfc-4a49-9e15-9f7494a7ce20 {
  display: none;
}
#s-cb51c276-8bfc-4a49-9e15-9f7494a7ce20, #wrap-s-cb51c276-8bfc-4a49-9e15-9f7494a7ce20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb51c276-8bfc-4a49-9e15-9f7494a7ce20 {
  display: none;
}
#s-cb51c276-8bfc-4a49-9e15-9f7494a7ce20, #wrap-s-cb51c276-8bfc-4a49-9e15-9f7494a7ce20 { display:none !important; }}
#s-cb51c276-8bfc-4a49-9e15-9f7494a7ce20 .shogun-heading-component h1 {
  color: rgba(227, 125, 13, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0d7a18c8-243b-42a5-85ad-687d37565381 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d7a18c8-243b-42a5-85ad-687d37565381 {
  display: none;
}
#s-0d7a18c8-243b-42a5-85ad-687d37565381, #wrap-s-0d7a18c8-243b-42a5-85ad-687d37565381 { display:none !important; }}@media (max-width: 767px){#s-0d7a18c8-243b-42a5-85ad-687d37565381 {
  display: none;
}
#s-0d7a18c8-243b-42a5-85ad-687d37565381, #wrap-s-0d7a18c8-243b-42a5-85ad-687d37565381 { display:none !important; }}
#s-0d7a18c8-243b-42a5-85ad-687d37565381 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4d7ffb43-9518-42c3-9780-afb2e602fe32 {
  padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-4d7ffb43-9518-42c3-9780-afb2e602fe32 {
  display: none;
}
#s-4d7ffb43-9518-42c3-9780-afb2e602fe32, #wrap-s-4d7ffb43-9518-42c3-9780-afb2e602fe32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d7ffb43-9518-42c3-9780-afb2e602fe32 {
  display: none;
}
#s-4d7ffb43-9518-42c3-9780-afb2e602fe32, #wrap-s-4d7ffb43-9518-42c3-9780-afb2e602fe32 { display:none !important; }}
#s-4d7ffb43-9518-42c3-9780-afb2e602fe32 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7078bcbb-075b-4c59-8b28-cefb7aab8fe5 {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 50px;
}








#s-7078bcbb-075b-4c59-8b28-cefb7aab8fe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7078bcbb-075b-4c59-8b28-cefb7aab8fe5.shg-box.shg-c {
  justify-content: center;
}

#s-a55e8541-8dd1-44ed-9001-bf92b0b86bbd {
  text-align: center;
}




  #s-a55e8541-8dd1-44ed-9001-bf92b0b86bbd img.shogun-image {
    
    width: px;
  }


#s-a55e8541-8dd1-44ed-9001-bf92b0b86bbd .shogun-image-content {
  
    align-items: center;
  
}

#s-fe587db1-0d6e-461c-bfea-72fe32c67ca1 {
  min-height: 50px;
}








#s-fe587db1-0d6e-461c-bfea-72fe32c67ca1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe587db1-0d6e-461c-bfea-72fe32c67ca1.shg-box.shg-c {
  justify-content: center;
}

#s-a78fd491-1d66-469a-a4c6-437af7581a12 {
  min-height: 50px;
}








#s-a78fd491-1d66-469a-a4c6-437af7581a12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a78fd491-1d66-469a-a4c6-437af7581a12.shg-box.shg-c {
  justify-content: center;
}

#s-3cf9191e-ee59-4548-b5e6-12cb65d10726 {
  padding-top: 15px;
padding-bottom: 0px;
text-align: center;
}

#s-3cf9191e-ee59-4548-b5e6-12cb65d10726 .shogun-heading-component h1 {
  color: rgba(228, 134, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ae4f9fca-4044-40d3-999a-99fde6cc21e8 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae4f9fca-4044-40d3-999a-99fde6cc21e8 {
  display: none;
}
#s-ae4f9fca-4044-40d3-999a-99fde6cc21e8, #wrap-s-ae4f9fca-4044-40d3-999a-99fde6cc21e8 { display:none !important; }}@media (max-width: 767px){#s-ae4f9fca-4044-40d3-999a-99fde6cc21e8 {
  display: none;
}
#s-ae4f9fca-4044-40d3-999a-99fde6cc21e8, #wrap-s-ae4f9fca-4044-40d3-999a-99fde6cc21e8 { display:none !important; }}
#s-ae4f9fca-4044-40d3-999a-99fde6cc21e8 .shogun-heading-component h1 {
  color: rgba(228, 134, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c654ff17-3622-4b13-a3d3-36d2278bafb1 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-c654ff17-3622-4b13-a3d3-36d2278bafb1 {
  display: none;
}
#s-c654ff17-3622-4b13-a3d3-36d2278bafb1, #wrap-s-c654ff17-3622-4b13-a3d3-36d2278bafb1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c654ff17-3622-4b13-a3d3-36d2278bafb1 {
  display: none;
}
#s-c654ff17-3622-4b13-a3d3-36d2278bafb1, #wrap-s-c654ff17-3622-4b13-a3d3-36d2278bafb1 { display:none !important; }}
#s-c654ff17-3622-4b13-a3d3-36d2278bafb1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-088cb659-127f-496e-aaa7-55be54275fdd {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-088cb659-127f-496e-aaa7-55be54275fdd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-088cb659-127f-496e-aaa7-55be54275fdd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-088cb659-127f-496e-aaa7-55be54275fdd {
  display: none;
}
#s-088cb659-127f-496e-aaa7-55be54275fdd, #wrap-s-088cb659-127f-496e-aaa7-55be54275fdd { display:none !important; }}@media (max-width: 767px){#s-088cb659-127f-496e-aaa7-55be54275fdd {
  display: none;
}
#s-088cb659-127f-496e-aaa7-55be54275fdd, #wrap-s-088cb659-127f-496e-aaa7-55be54275fdd { display:none !important; }}
#s-088cb659-127f-496e-aaa7-55be54275fdd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-ccab567b-e9b9-4717-a850-d626e133003e {
  display: none;
}
#s-ccab567b-e9b9-4717-a850-d626e133003e, #wrap-s-ccab567b-e9b9-4717-a850-d626e133003e { display:none !important; }}@media (max-width: 767px){#s-ccab567b-e9b9-4717-a850-d626e133003e {
  display: none;
}
#s-ccab567b-e9b9-4717-a850-d626e133003e, #wrap-s-ccab567b-e9b9-4717-a850-d626e133003e { display:none !important; }}
#s-ccab567b-e9b9-4717-a850-d626e133003e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(227, 125, 13, 1);
}

#s-9ed50e60-905b-48e8-a9bb-cda08c96b5c8 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-9ed50e60-905b-48e8-a9bb-cda08c96b5c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ed50e60-905b-48e8-a9bb-cda08c96b5c8.shg-box.shg-c {
  justify-content: center;
}

#s-880f6107-1538-44ce-abe3-fa2242a96818 {
  text-align: center;
}




  #s-880f6107-1538-44ce-abe3-fa2242a96818 img.shogun-image {
    
    width: px;
  }


#s-880f6107-1538-44ce-abe3-fa2242a96818 .shogun-image-content {
  
    align-items: center;
  
}

#s-f38e080a-1443-46de-8be0-44c1e933cb7b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 50px;
padding-bottom: 30px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f38e080a-1443-46de-8be0-44c1e933cb7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d8e09d63-f806-41f2-b0ba-2b71c9196216 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8e09d63-f806-41f2-b0ba-2b71c9196216 .shogun-heading-component h1 {
  color: rgba(228, 134, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-848766da-3388-43dd-aaa0-cf3252f69adc {
  padding-bottom: 5px;
}
@media (min-width: 1200px){#s-848766da-3388-43dd-aaa0-cf3252f69adc {
  display: none;
}
#s-848766da-3388-43dd-aaa0-cf3252f69adc, #wrap-s-848766da-3388-43dd-aaa0-cf3252f69adc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-848766da-3388-43dd-aaa0-cf3252f69adc {
  display: none;
}
#s-848766da-3388-43dd-aaa0-cf3252f69adc, #wrap-s-848766da-3388-43dd-aaa0-cf3252f69adc { display:none !important; }}
#s-f1762a31-a84c-4f14-aa9d-fbd72ffe0085 {
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1762a31-a84c-4f14-aa9d-fbd72ffe0085 {
  display: none;
}
#s-f1762a31-a84c-4f14-aa9d-fbd72ffe0085, #wrap-s-f1762a31-a84c-4f14-aa9d-fbd72ffe0085 { display:none !important; }}@media (max-width: 767px){#s-f1762a31-a84c-4f14-aa9d-fbd72ffe0085 {
  display: none;
}
#s-f1762a31-a84c-4f14-aa9d-fbd72ffe0085, #wrap-s-f1762a31-a84c-4f14-aa9d-fbd72ffe0085 { display:none !important; }}
#s-1095194f-bebc-4162-901d-449f9bf97046 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(227, 125, 13, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-1095194f-bebc-4162-901d-449f9bf97046:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1095194f-bebc-4162-901d-449f9bf97046:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1095194f-bebc-4162-901d-449f9bf97046.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-621df713-d650-4e60-8abd-3afa29539a38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-621df713-d650-4e60-8abd-3afa29539a38 .shogun-heading-component h1 {
  color: rgba(228, 134, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e2e8c5a0-56a9-482e-b09c-d7507a86b691 {
  padding-bottom: 30px;
}

#s-867f7c3f-2480-41e7-b43a-835fc84ff333 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(227, 125, 13, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-867f7c3f-2480-41e7-b43a-835fc84ff333:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-867f7c3f-2480-41e7-b43a-835fc84ff333:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-867f7c3f-2480-41e7-b43a-835fc84ff333.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d431b6ca-04e7-4d48-bc95-2f94be8336a5 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(227, 125, 13, 1);
}

#s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 50px;
padding-bottom: 30px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-028fbfdf-a0cf-485a-9eb3-fba6edf8a89c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e7316186-5742-40d5-abd4-4e29eb022609 {
  text-align: center;
}




  #s-e7316186-5742-40d5-abd4-4e29eb022609 img.shogun-image {
    
    width: px;
  }


#s-e7316186-5742-40d5-abd4-4e29eb022609 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca3fc775-52d7-4c16-9c0b-48e67bbbbdc3 {
  padding-bottom: 0px;
}

#s-4a7e27ca-2a28-4562-ab2b-aae3c3d9f19d {
  text-align: center;
}




  #s-4a7e27ca-2a28-4562-ab2b-aae3c3d9f19d img.shogun-image {
    
    width: px;
  }


#s-4a7e27ca-2a28-4562-ab2b-aae3c3d9f19d .shogun-image-content {
  
    align-items: center;
  
}

#s-bc59cfee-5cf9-499c-935d-742abd698517 {
  padding-bottom: 0px;
}

#s-de9fa739-1d75-44f6-bb16-3db8e3fd140e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 50px;
padding-bottom: 30px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de9fa739-1d75-44f6-bb16-3db8e3fd140e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1edcb898-23dd-41f5-8eaa-c4e48eccce62 {
  text-align: center;
}




  #s-1edcb898-23dd-41f5-8eaa-c4e48eccce62 img.shogun-image {
    
    width: px;
  }


#s-1edcb898-23dd-41f5-8eaa-c4e48eccce62 .shogun-image-content {
  
    align-items: center;
  
}

#s-d678c866-79be-483b-b053-49f7afa575da {
  padding-bottom: 0px;
}

#s-a03a48ad-55ed-460a-83a4-d0141c4e280a {
  text-align: center;
}




  #s-a03a48ad-55ed-460a-83a4-d0141c4e280a img.shogun-image {
    
    width: px;
  }


#s-a03a48ad-55ed-460a-83a4-d0141c4e280a .shogun-image-content {
  
    align-items: center;
  
}

#s-c77995e2-256a-4a13-988c-1a5cbf16389f {
  padding-bottom: 0px;
}

#s-f0341335-f23f-4920-acc5-36987cc370e0 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(227, 125, 13, 1);
}

#s-35b703e1-6070-4dbf-8fea-92bd2b1a0dac {
  min-height: 50px;
}








#s-35b703e1-6070-4dbf-8fea-92bd2b1a0dac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b703e1-6070-4dbf-8fea-92bd2b1a0dac.shg-box.shg-c {
  justify-content: center;
}

#s-13dbd3fd-02e1-4f8a-ba05-f061443d50d5 {
  padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}




  #s-13dbd3fd-02e1-4f8a-ba05-f061443d50d5 img.shogun-image {
    
    width: px;
  }


#s-13dbd3fd-02e1-4f8a-ba05-f061443d50d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-16f892ff-88ef-4857-88b2-b1c20f2984d9 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-16f892ff-88ef-4857-88b2-b1c20f2984d9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16f892ff-88ef-4857-88b2-b1c20f2984d9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16f892ff-88ef-4857-88b2-b1c20f2984d9 {
  
}
}@media (max-width: 767px){#s-16f892ff-88ef-4857-88b2-b1c20f2984d9 {
  
}
}







#s-16f892ff-88ef-4857-88b2-b1c20f2984d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16f892ff-88ef-4857-88b2-b1c20f2984d9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e22270ec-9a9b-4184-be30-9c2e96ec5bd8 {
  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-e22270ec-9a9b-4184-be30-9c2e96ec5bd8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e22270ec-9a9b-4184-be30-9c2e96ec5bd8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e22270ec-9a9b-4184-be30-9c2e96ec5bd8 {
  
}
}@media (max-width: 767px){#s-e22270ec-9a9b-4184-be30-9c2e96ec5bd8 {
  
}
}







#s-e22270ec-9a9b-4184-be30-9c2e96ec5bd8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e22270ec-9a9b-4184-be30-9c2e96ec5bd8.shg-box.shg-c {
  justify-content: center;
}

#s-5081079d-94ec-4bab-b648-03d90190aa62 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5081079d-94ec-4bab-b648-03d90190aa62"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-50bf83ff-f74b-4e4e-ba71-3bb7f9c4928d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-50bf83ff-f74b-4e4e-ba71-3bb7f9c4928d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50bf83ff-f74b-4e4e-ba71-3bb7f9c4928d.shg-box.shg-c {
  justify-content: center;
}

#s-7fb926fe-1bc1-486b-997f-ad093b63afca {
  margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7fb926fe-1bc1-486b-997f-ad093b63afca .shogun-heading-component h1 {
  color: rgba(227, 125, 13, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7398e6a5-8eed-4996-885a-2f4967460e7b {
  margin-left: 70px;
margin-right: 70px;
}

#s-418cbb89-1311-454a-9a7a-296bf31a4fec {
  margin-left: 70px;
margin-right: 70px;
}

#s-ad0061ac-3e0f-4599-9841-dc9f58c9615e {
  margin-left: 70px;
margin-right: 70px;
padding-top: 15px;
padding-bottom: 15px;
}

#s-cf8be67e-5fe8-4d3b-9c31-ad7fc8203d37 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-cf8be67e-5fe8-4d3b-9c31-ad7fc8203d37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf8be67e-5fe8-4d3b-9c31-ad7fc8203d37.shg-box.shg-c {
  justify-content: flex-start;
}

#s-159cdcc8-ede9-4efb-b628-bb371b41bb0c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-159cdcc8-ede9-4efb-b628-bb371b41bb0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-63dc974e-5c0e-48f3-9cc1-bb03f1187702 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-63dc974e-5c0e-48f3-9cc1-bb03f1187702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63dc974e-5c0e-48f3-9cc1-bb03f1187702.shg-box.shg-c {
  justify-content: flex-start;
}

#s-141debb8-3ba5-4521-898d-93866df310ef {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-141debb8-3ba5-4521-898d-93866df310ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-141debb8-3ba5-4521-898d-93866df310ef.shg-box.shg-c {
  justify-content: center;
}

#s-6c74252e-784c-4662-b26d-e471cca2c03d {
  margin-left: 60px;
margin-right: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6c74252e-784c-4662-b26d-e471cca2c03d .shogun-heading-component h1 {
  color: rgba(227, 125, 13, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f92d1e1c-6f8f-464c-a6fb-5fcfb080b300 {
  margin-left: 60px;
margin-right: 60px;
}

#s-d89a9677-f547-44a6-aeb8-e0489cea7ba9 {
  margin-left: 60px;
margin-right: 60px;
padding-top: 15px;
padding-bottom: 15px;
}

#s-828f7255-b349-4ddd-b6f9-509b2fee04a8 {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(227, 125, 13, 1);
}








#s-828f7255-b349-4ddd-b6f9-509b2fee04a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-828f7255-b349-4ddd-b6f9-509b2fee04a8.shg-box.shg-c {
  justify-content: center;
}

#s-07836db9-6a85-4e7e-bae9-ac711f4b8a73 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-07836db9-6a85-4e7e-bae9-ac711f4b8a73 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1dbdf4bf-5c6b-457f-8f8e-c625b4973622 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 30px;
padding-left: 80px;
padding-bottom: 30px;
padding-right: 80px;
text-align: center;
}

#s-1dbdf4bf-5c6b-457f-8f8e-c625b4973622 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f59f09af-5e18-4654-bc74-9456c50a2529 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(228, 134, 0, 1);
}
#s-f59f09af-5e18-4654-bc74-9456c50a2529:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f59f09af-5e18-4654-bc74-9456c50a2529:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f59f09af-5e18-4654-bc74-9456c50a2529.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-7baccda2-a248-45c1-b5c5-e6d979453294 {
  min-height: 50px;
}








#s-7baccda2-a248-45c1-b5c5-e6d979453294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7baccda2-a248-45c1-b5c5-e6d979453294.shg-box.shg-c {
  justify-content: center;
}

#s-ea83cb64-f6dd-4262-9ac1-4008a841e147 {
  text-align: center;
}




  #s-ea83cb64-f6dd-4262-9ac1-4008a841e147 img.shogun-image {
    
    width: px;
  }


#s-ea83cb64-f6dd-4262-9ac1-4008a841e147 .shogun-image-content {
  
    align-items: center;
  
}

#s-e965f67b-02bd-4148-92c6-cf108e4065b0 {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(227, 125, 13, 1);
}








#s-e965f67b-02bd-4148-92c6-cf108e4065b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e965f67b-02bd-4148-92c6-cf108e4065b0.shg-box.shg-c {
  justify-content: center;
}

#s-535425d5-fcde-4ebc-a618-ab3b8fe76ae9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-535425d5-fcde-4ebc-a618-ab3b8fe76ae9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-66f98265-9950-4a7c-8b52-408b14542847 {
  margin-top: 30px;
margin-left: 60px;
margin-bottom: 30px;
margin-right: 60px;
padding-top: 50px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-66f98265-9950-4a7c-8b52-408b14542847"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cc3963d4-d563-409f-b7b4-15c77ff718cf {
  text-align: center;
}




  #s-cc3963d4-d563-409f-b7b4-15c77ff718cf img.shogun-image {
    
    width: px;
  }


#s-cc3963d4-d563-409f-b7b4-15c77ff718cf .shogun-image-content {
  
    align-items: center;
  
}

#s-9642053f-a442-40d7-9f79-546bb2f6f908 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-9642053f-a442-40d7-9f79-546bb2f6f908 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9683ad69-1ddf-4cd8-82bf-1fb9a8df7f12 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d439c719-9920-4a56-9e7b-511a605a7736 {
  padding-bottom: 30px;
}

#s-d4ade59a-3fb5-4cdc-b5e2-45f9c3ac11a9 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(228, 134, 0, 1);
}
#s-d4ade59a-3fb5-4cdc-b5e2-45f9c3ac11a9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d4ade59a-3fb5-4cdc-b5e2-45f9c3ac11a9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4ade59a-3fb5-4cdc-b5e2-45f9c3ac11a9.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-0312eb86-564e-484e-93fe-9e0c4860c8bd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-02d4a6d3-cf51-4779-9548-e7ee00336252 {
  text-align: center;
}




  #s-02d4a6d3-cf51-4779-9548-e7ee00336252 img.shogun-image {
    
    width: px;
  }


#s-02d4a6d3-cf51-4779-9548-e7ee00336252 .shogun-image-content {
  
    align-items: center;
  
}

#s-34df22dc-81e6-4807-8bc5-5c1df51d0b09 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-34df22dc-81e6-4807-8bc5-5c1df51d0b09 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-af4de8db-88b2-42fa-9785-4bac2e75c98d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-75cf7fca-7130-4189-a273-f4e0f3cb6af3 {
  padding-bottom: 30px;
}

#s-2476901f-fdab-415e-b8be-7f9cfe0b495b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(228, 134, 0, 1);
}
#s-2476901f-fdab-415e-b8be-7f9cfe0b495b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2476901f-fdab-415e-b8be-7f9cfe0b495b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2476901f-fdab-415e-b8be-7f9cfe0b495b.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6030f939-9120-4daa-89ab-41a70c777f62 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-fd299563-d742-4244-85ce-d02854c6a7c5 {
  text-align: center;
}




  #s-fd299563-d742-4244-85ce-d02854c6a7c5 img.shogun-image {
    
    width: px;
  }


#s-fd299563-d742-4244-85ce-d02854c6a7c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f1869e0-1a6a-4706-a3af-078b81c2b778 {
  padding-top: 20px;
padding-bottom: 1px;
text-align: center;
}

#s-7f1869e0-1a6a-4706-a3af-078b81c2b778 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c4881a48-0fb5-4855-a617-2dabc64fb7d8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f954fa87-8f54-4eb5-bcb1-85e7a8e70785 {
  padding-bottom: 30px;
}

#s-bcc8c631-4f8f-4f8b-9a08-a49edad94e35 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(228, 134, 0, 1);
}
#s-bcc8c631-4f8f-4f8b-9a08-a49edad94e35:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bcc8c631-4f8f-4f8b-9a08-a49edad94e35:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bcc8c631-4f8f-4f8b-9a08-a49edad94e35.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-ecc90de9-2cc7-43bc-920f-a83fdc1804c3 {
  min-height: 50px;
}








#s-ecc90de9-2cc7-43bc-920f-a83fdc1804c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecc90de9-2cc7-43bc-920f-a83fdc1804c3.shg-box.shg-c {
  justify-content: center;
}

#s-3839b73b-623b-40de-af09-02f0d1ae221d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 24px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(228, 134, 0, 1);
}
#s-3839b73b-623b-40de-af09-02f0d1ae221d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(228, 134, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3839b73b-623b-40de-af09-02f0d1ae221d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3839b73b-623b-40de-af09-02f0d1ae221d.shg-btn {
  color: rgba(228, 134, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-d73ab615-bd23-47d4-8602-e0e39a33f8b1 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-d73ab615-bd23-47d4-8602-e0e39a33f8b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d73ab615-bd23-47d4-8602-e0e39a33f8b1.shg-box.shg-c {
  justify-content: center;
}

#s-58518e6f-0347-4fab-b09f-032b08fd2988 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-58518e6f-0347-4fab-b09f-032b08fd2988 .shogun-heading-component h1 {
  color: rgba(227, 125, 13, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-08b5ee9e-cb5d-4a0f-989c-4990b9ca0307 {
  min-height: 50px;
}








#s-08b5ee9e-cb5d-4a0f-989c-4990b9ca0307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08b5ee9e-cb5d-4a0f-989c-4990b9ca0307.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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