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

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

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

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

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

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

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

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

#s-c19ea0da-d83a-48ff-b1a2-466f7fe3331d {
  min-height: 50px;
}








#s-c19ea0da-d83a-48ff-b1a2-466f7fe3331d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c19ea0da-d83a-48ff-b1a2-466f7fe3331d.shg-box.shg-c {
  justify-content: center;
}

.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-613ad2e2-0081-45e8-9204-18134c514831 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-613ad2e2-0081-45e8-9204-18134c514831 {
  display: none;
}
#s-613ad2e2-0081-45e8-9204-18134c514831, #wrap-s-613ad2e2-0081-45e8-9204-18134c514831 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-613ad2e2-0081-45e8-9204-18134c514831 {
  display: none;
}
#s-613ad2e2-0081-45e8-9204-18134c514831, #wrap-s-613ad2e2-0081-45e8-9204-18134c514831 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-613ad2e2-0081-45e8-9204-18134c514831 {
  
}
}@media (max-width: 767px){#s-613ad2e2-0081-45e8-9204-18134c514831 {
  
}
}
.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-61ec57de-cd2d-4c08-a295-5aa4ca963fe3 {
  text-align: center;
}





#s-61ec57de-cd2d-4c08-a295-5aa4ca963fe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec9a42ff-0d75-439b-be93-c37455d7b18f {
  text-align: center;
}
@media (min-width: 1200px){#s-ec9a42ff-0d75-439b-be93-c37455d7b18f {
  display: none;
}
#s-ec9a42ff-0d75-439b-be93-c37455d7b18f, #wrap-s-ec9a42ff-0d75-439b-be93-c37455d7b18f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec9a42ff-0d75-439b-be93-c37455d7b18f {
  display: none;
}
#s-ec9a42ff-0d75-439b-be93-c37455d7b18f, #wrap-s-ec9a42ff-0d75-439b-be93-c37455d7b18f { display:none !important; }}




#s-ec9a42ff-0d75-439b-be93-c37455d7b18f .shogun-image-content {
  
    align-items: center;
  
}

#s-98558480-9e09-41bd-8286-8b7c35346224 {
  text-align: center;
}
@media (min-width: 1200px){#s-98558480-9e09-41bd-8286-8b7c35346224 {
  display: none;
}
#s-98558480-9e09-41bd-8286-8b7c35346224, #wrap-s-98558480-9e09-41bd-8286-8b7c35346224 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98558480-9e09-41bd-8286-8b7c35346224 {
  display: none;
}
#s-98558480-9e09-41bd-8286-8b7c35346224, #wrap-s-98558480-9e09-41bd-8286-8b7c35346224 { display:none !important; }}



  #s-98558480-9e09-41bd-8286-8b7c35346224 img.shogun-image {
    
    width: px;
  }


#s-98558480-9e09-41bd-8286-8b7c35346224 .shogun-image-content {
  
    align-items: 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-19f58d3d-c162-4c45-a100-89a327fe9f19 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 40em;
margin-left: -5px;
margin-bottom: -4px;
margin-right: -5px;
padding-top: 4px;
padding-left: 6px;
padding-bottom: 4px;
padding-right: 6px;
border-radius: 2px;
background-color: rgba(243, 79, 35, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-19f58d3d-c162-4c45-a100-89a327fe9f19:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(173, 14, 14, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-19f58d3d-c162-4c45-a100-89a327fe9f19:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-19f58d3d-c162-4c45-a100-89a327fe9f19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-791b9f4f-1278-46c8-9fa1-56a77b9c684b {
  text-align: center;
}
@media (min-width: 1200px){#s-791b9f4f-1278-46c8-9fa1-56a77b9c684b {
  display: none;
}
#s-791b9f4f-1278-46c8-9fa1-56a77b9c684b, #wrap-s-791b9f4f-1278-46c8-9fa1-56a77b9c684b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-791b9f4f-1278-46c8-9fa1-56a77b9c684b {
  display: none;
}
#s-791b9f4f-1278-46c8-9fa1-56a77b9c684b, #wrap-s-791b9f4f-1278-46c8-9fa1-56a77b9c684b { display:none !important; }}@media (max-width: 767px){#s-791b9f4f-1278-46c8-9fa1-56a77b9c684b {
  
}
}




#s-791b9f4f-1278-46c8-9fa1-56a77b9c684b .shogun-image-content {
  
    align-items: center;
  
}

#s-7771ec31-6bf4-4f9f-98f1-02c28f9a1a2d {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 43em;
padding-top: 5px;
padding-left: 14px;
padding-bottom: 5px;
padding-right: 14px;
border-radius: 2px;
background-color: rgba(216, 198, 24, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-7771ec31-6bf4-4f9f-98f1-02c28f9a1a2d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(173, 143, 20, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-7771ec31-6bf4-4f9f-98f1-02c28f9a1a2d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7771ec31-6bf4-4f9f-98f1-02c28f9a1a2d {
  display: none;
}
#s-7771ec31-6bf4-4f9f-98f1-02c28f9a1a2d, #wrap-s-7771ec31-6bf4-4f9f-98f1-02c28f9a1a2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7771ec31-6bf4-4f9f-98f1-02c28f9a1a2d {
  display: none;
}
#s-7771ec31-6bf4-4f9f-98f1-02c28f9a1a2d, #wrap-s-7771ec31-6bf4-4f9f-98f1-02c28f9a1a2d { display:none !important; }}


#s-7771ec31-6bf4-4f9f-98f1-02c28f9a1a2d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-c674bd15-4f6c-4464-9ffd-cede4fb8f799 {
  text-align: center;
}
@media (min-width: 1200px){#s-c674bd15-4f6c-4464-9ffd-cede4fb8f799 {
  display: none;
}
#s-c674bd15-4f6c-4464-9ffd-cede4fb8f799, #wrap-s-c674bd15-4f6c-4464-9ffd-cede4fb8f799 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c674bd15-4f6c-4464-9ffd-cede4fb8f799 {
  display: none;
}
#s-c674bd15-4f6c-4464-9ffd-cede4fb8f799, #wrap-s-c674bd15-4f6c-4464-9ffd-cede4fb8f799 { display:none !important; }}




#s-c674bd15-4f6c-4464-9ffd-cede4fb8f799 .shogun-image-content {
  
    align-items: center;
  
}

#s-f07875d7-a2dc-464c-8043-bbd767136e83 {
  text-align: center;
}
@media (min-width: 1200px){#s-f07875d7-a2dc-464c-8043-bbd767136e83 {
  display: none;
}
#s-f07875d7-a2dc-464c-8043-bbd767136e83, #wrap-s-f07875d7-a2dc-464c-8043-bbd767136e83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f07875d7-a2dc-464c-8043-bbd767136e83 {
  display: none;
}
#s-f07875d7-a2dc-464c-8043-bbd767136e83, #wrap-s-f07875d7-a2dc-464c-8043-bbd767136e83 { display:none !important; }}



  #s-f07875d7-a2dc-464c-8043-bbd767136e83 img.shogun-image {
    
    width: px;
  }


#s-f07875d7-a2dc-464c-8043-bbd767136e83 .shogun-image-content {
  
    align-items: center;
  
}

#s-be80cc81-684a-4f71-961a-d845aee4b446 {
  background-image: url(https://i.shgcdn.com/f6a41744-083a-4e56-a736-7b360860121d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0em;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: center center;
}
@media (min-width: 1200px){#s-be80cc81-684a-4f71-961a-d845aee4b446 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be80cc81-684a-4f71-961a-d845aee4b446 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be80cc81-684a-4f71-961a-d845aee4b446 {
  
}
}@media (max-width: 767px){#s-be80cc81-684a-4f71-961a-d845aee4b446 {
  
}
}







#s-be80cc81-684a-4f71-961a-d845aee4b446 > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-be80cc81-684a-4f71-961a-d845aee4b446.shg-box.shg-c {
  justify-content: center;
}

#s-a62c3d35-fb2c-4127-9d99-851a34a5f640 {
  background-image: url(https://i.shgcdn.com/4c33896f-7a8c-4115-a6f1-465ef3f59d87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0em;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: center center;
}
@media (min-width: 1200px){#s-a62c3d35-fb2c-4127-9d99-851a34a5f640 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a62c3d35-fb2c-4127-9d99-851a34a5f640 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a62c3d35-fb2c-4127-9d99-851a34a5f640 {
  
}
}@media (max-width: 767px){#s-a62c3d35-fb2c-4127-9d99-851a34a5f640 {
  
}
}







#s-a62c3d35-fb2c-4127-9d99-851a34a5f640 > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-a62c3d35-fb2c-4127-9d99-851a34a5f640.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-7fbcd9e0-8615-4482-99ea-da17a15de107 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-7fbcd9e0-8615-4482-99ea-da17a15de107 .shogun-heading-component h1 {
  color: rgba(251, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-821451d4-7376-4175-b266-a04638eb30b0 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-821451d4-7376-4175-b266-a04638eb30b0 {
  
}
}
#s-821451d4-7376-4175-b266-a04638eb30b0 .shogun-heading-component h1 {
  color: rgba(194, 214, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

#s-57610185-f5e8-4b00-8660-30d0b694e6db {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57610185-f5e8-4b00-8660-30d0b694e6db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-26d2b0ae-56e9-4c71-9311-94ad9ae9fefa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-26d2b0ae-56e9-4c71-9311-94ad9ae9fefa:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-26d2b0ae-56e9-4c71-9311-94ad9ae9fefa:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-26d2b0ae-56e9-4c71-9311-94ad9ae9fefa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9deb2fa9-4753-4301-97f3-602502aa0b80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d1217db5-1c53-4527-ae9e-03cb0aff9385 {
  background-image: url(https://i.shgcdn.com/b0437a6f-6472-4aec-b7de-14f060b8a31f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: cover;
margin-top: -1em;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d1217db5-1c53-4527-ae9e-03cb0aff9385 {
  display: none;
}
#s-d1217db5-1c53-4527-ae9e-03cb0aff9385, #wrap-s-d1217db5-1c53-4527-ae9e-03cb0aff9385 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1217db5-1c53-4527-ae9e-03cb0aff9385 {
  display: none;
}
#s-d1217db5-1c53-4527-ae9e-03cb0aff9385, #wrap-s-d1217db5-1c53-4527-ae9e-03cb0aff9385 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1217db5-1c53-4527-ae9e-03cb0aff9385 {
  
}
}@media (max-width: 767px){#s-d1217db5-1c53-4527-ae9e-03cb0aff9385 {
  
}
}







#s-d1217db5-1c53-4527-ae9e-03cb0aff9385 > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-d1217db5-1c53-4527-ae9e-03cb0aff9385.shg-box.shg-c {
  justify-content: center;
}

#s-a27fa97b-002e-4633-bcac-9ee12dfb20b3 {
  background-image: url(https://i.shgcdn.com/d2af2f86-8938-400e-a895-19706eba7c4c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -1em;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: right center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a27fa97b-002e-4633-bcac-9ee12dfb20b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a27fa97b-002e-4633-bcac-9ee12dfb20b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a27fa97b-002e-4633-bcac-9ee12dfb20b3 {
  
}
}@media (max-width: 767px){#s-a27fa97b-002e-4633-bcac-9ee12dfb20b3 {
  
}
}







#s-a27fa97b-002e-4633-bcac-9ee12dfb20b3 > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-a27fa97b-002e-4633-bcac-9ee12dfb20b3.shg-box.shg-c {
  justify-content: center;
}

#s-2ffba18f-96e8-4338-acbd-939c72935e5d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-2ffba18f-96e8-4338-acbd-939c72935e5d .shogun-heading-component h1 {
  color: rgba(251, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8e847908-4229-46e4-a53a-407620f8f004 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8e847908-4229-46e4-a53a-407620f8f004 {
  
}
}
#s-8e847908-4229-46e4-a53a-407620f8f004 .shogun-heading-component h1 {
  color: rgba(0, 180, 227, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d59e203-0c36-41e4-9c1e-f0d5f9c2bb9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1022f167-f2d3-4fff-a2f8-4f9a023b0b2e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-1022f167-f2d3-4fff-a2f8-4f9a023b0b2e:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-1022f167-f2d3-4fff-a2f8-4f9a023b0b2e:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-1022f167-f2d3-4fff-a2f8-4f9a023b0b2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf5d6e5b-f507-4491-a027-eff59e71e365"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6b32ca82-de85-4e33-93f5-2fceab501955 {
  background-image: url(https://i.shgcdn.com/c68bb37f-0f48-48ac-9c7c-74c01dc06c3b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: -1em;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6b32ca82-de85-4e33-93f5-2fceab501955 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b32ca82-de85-4e33-93f5-2fceab501955 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b32ca82-de85-4e33-93f5-2fceab501955 {
  
}
}@media (max-width: 767px){#s-6b32ca82-de85-4e33-93f5-2fceab501955 {
  
}
}







#s-6b32ca82-de85-4e33-93f5-2fceab501955 > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-6b32ca82-de85-4e33-93f5-2fceab501955 {
  cursor: pointer;
}#s-6b32ca82-de85-4e33-93f5-2fceab501955.shg-box.shg-c {
  justify-content: center;
}

#s-b41109c8-69ba-4da8-97fe-68fb0e2d2bee {
  background-image: url(https://i.shgcdn.com/9ea2d17b-6579-4755-a474-621fbd21db71/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0em;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: center center;
}
@media (min-width: 1200px){#s-b41109c8-69ba-4da8-97fe-68fb0e2d2bee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b41109c8-69ba-4da8-97fe-68fb0e2d2bee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b41109c8-69ba-4da8-97fe-68fb0e2d2bee {
  
}
}@media (max-width: 767px){#s-b41109c8-69ba-4da8-97fe-68fb0e2d2bee {
  
}
}







#s-b41109c8-69ba-4da8-97fe-68fb0e2d2bee > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-b41109c8-69ba-4da8-97fe-68fb0e2d2bee.shg-box.shg-c {
  justify-content: center;
}

#s-0a71f568-da78-4580-85f9-909c6e8d05e7 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0a71f568-da78-4580-85f9-909c6e8d05e7 .shogun-heading-component h1 {
  color: rgba(251, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-02ec8479-9014-428b-a382-8cfc2431ec33 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-02ec8479-9014-428b-a382-8cfc2431ec33 {
  
}
}
#s-02ec8479-9014-428b-a382-8cfc2431ec33 .shogun-heading-component h1 {
  color: rgba(255, 87, 89, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d4368a0-3e6a-4274-a3a5-45c17c593cee {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d4368a0-3e6a-4274-a3a5-45c17c593cee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0729f635-6334-46ac-8873-fec55adf13b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-0729f635-6334-46ac-8873-fec55adf13b0:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-0729f635-6334-46ac-8873-fec55adf13b0:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-0729f635-6334-46ac-8873-fec55adf13b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-220b598e-fa07-4c30-92f1-f150f2cc40ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f832c732-8006-4680-b1be-a103f8111cec {
  background-color: rgba(31, 58, 113, 1);
}
@media (min-width: 1200px){#s-f832c732-8006-4680-b1be-a103f8111cec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f832c732-8006-4680-b1be-a103f8111cec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f832c732-8006-4680-b1be-a103f8111cec {
  
}
}@media (max-width: 767px){#s-f832c732-8006-4680-b1be-a103f8111cec {
  
}
}
@media (min-width: 0px) {
[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f832c732-8006-4680-b1be-a103f8111cec"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-75894458-9dfc-4d8f-9a98-daf3a84d3140 {
  text-align: center;
}




  #s-75894458-9dfc-4d8f-9a98-daf3a84d3140 img.shogun-image {
    
    width: px;
  }


#s-75894458-9dfc-4d8f-9a98-daf3a84d3140 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2da3728-da96-423a-932d-4b2bc2028b01 {
  margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d2da3728-da96-423a-932d-4b2bc2028b01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2da3728-da96-423a-932d-4b2bc2028b01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2da3728-da96-423a-932d-4b2bc2028b01 {
  
}
}@media (max-width: 767px){#s-d2da3728-da96-423a-932d-4b2bc2028b01 {
  
}
}
#s-d2da3728-da96-423a-932d-4b2bc2028b01 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Boogaloo;
  font-style:   ;
  font-size: 60px;
  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-1dd68ac9-9a35-4090-a045-55aa956507c0 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-1dd68ac9-9a35-4090-a045-55aa956507c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dd68ac9-9a35-4090-a045-55aa956507c0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dd68ac9-9a35-4090-a045-55aa956507c0 {
  
}
}@media (max-width: 767px){#s-1dd68ac9-9a35-4090-a045-55aa956507c0 {
  
}
}
#s-54270fa2-36a7-4e6b-9e89-fbd73f3f2843 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-54270fa2-36a7-4e6b-9e89-fbd73f3f2843 .shogun-icon-wrapper {
  text-align: center;
}


#s-54270fa2-36a7-4e6b-9e89-fbd73f3f2843 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(253, 253, 253, 1);
}

#s-51bff9a8-c76a-454c-93d4-c74255bb0e88 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51bff9a8-c76a-454c-93d4-c74255bb0e88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-40346c94-852a-4c21-a644-04563d85dfc5 {
  box-shadow:0px 20px 40px 0px rgba(200, 52, 91, 0.33);
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(200, 52, 91, 1);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-40346c94-852a-4c21-a644-04563d85dfc5:hover {background-color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}#s-40346c94-852a-4c21-a644-04563d85dfc5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-40346c94-852a-4c21-a644-04563d85dfc5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40346c94-852a-4c21-a644-04563d85dfc5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40346c94-852a-4c21-a644-04563d85dfc5 {
  
}
}@media (max-width: 767px){#s-40346c94-852a-4c21-a644-04563d85dfc5 {
  
}
}


#s-40346c94-852a-4c21-a644-04563d85dfc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3ce82dc7-dd96-4427-995d-c8590d94c5e2 {
  background-color: rgba(200, 52, 91, 1);
}
@media (min-width: 1200px){#s-3ce82dc7-dd96-4427-995d-c8590d94c5e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ce82dc7-dd96-4427-995d-c8590d94c5e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ce82dc7-dd96-4427-995d-c8590d94c5e2 {
  
}
}@media (max-width: 767px){#s-3ce82dc7-dd96-4427-995d-c8590d94c5e2 {
  
}
}
@media (min-width: 0px) {
[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3ce82dc7-dd96-4427-995d-c8590d94c5e2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4add11ad-444b-4c5f-be45-c9c54fb05b53 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4add11ad-444b-4c5f-be45-c9c54fb05b53 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4add11ad-444b-4c5f-be45-c9c54fb05b53 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4add11ad-444b-4c5f-be45-c9c54fb05b53 {
  
}
}@media (max-width: 767px){#s-4add11ad-444b-4c5f-be45-c9c54fb05b53 {
  
}
}
#s-4add11ad-444b-4c5f-be45-c9c54fb05b53 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Boogaloo;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-392371e6-1019-4e75-9029-8af25277e844 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-392371e6-1019-4e75-9029-8af25277e844 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-392371e6-1019-4e75-9029-8af25277e844 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-392371e6-1019-4e75-9029-8af25277e844 {
  
}
}@media (max-width: 767px){#s-392371e6-1019-4e75-9029-8af25277e844 {
  
}
}
#s-240af4f7-0561-4073-b309-78d0c2ede379 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-240af4f7-0561-4073-b309-78d0c2ede379 .shogun-icon-wrapper {
  text-align: center;
}


#s-240af4f7-0561-4073-b309-78d0c2ede379 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(253, 253, 253, 1);
}

#s-52820f86-535a-4001-96f5-8c05353e8fd0 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-52820f86-535a-4001-96f5-8c05353e8fd0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-61c5e4ba-d476-4b4b-a5dc-4217cca651e0 {
  box-shadow:0px 20px 40px 0px rgba(31, 58, 113, 0.33);
border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 50px;
text-align: center;
background-color: rgba(31, 58, 113, 1);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-61c5e4ba-d476-4b4b-a5dc-4217cca651e0:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 0.2) !important;
opacity: 1 !important;
background-color: rgba(31, 58, 113, 1) !important;
text-decoration: none !important;}#s-61c5e4ba-d476-4b4b-a5dc-4217cca651e0:active {border-style: solid !important;
border-top-width: 2px !important;
border-bottom-width: 2px !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(31, 58, 113, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-61c5e4ba-d476-4b4b-a5dc-4217cca651e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61c5e4ba-d476-4b4b-a5dc-4217cca651e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-61c5e4ba-d476-4b4b-a5dc-4217cca651e0 {
  
}
}@media (max-width: 767px){#s-61c5e4ba-d476-4b4b-a5dc-4217cca651e0 {
  
}
}


#s-61c5e4ba-d476-4b4b-a5dc-4217cca651e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f8e8c59c-9dc6-4523-a01d-28a2bccc1ae2 {
  text-align: center;
}




  #s-f8e8c59c-9dc6-4523-a01d-28a2bccc1ae2 img.shogun-image {
    
    width: px;
  }


#s-f8e8c59c-9dc6-4523-a01d-28a2bccc1ae2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  display: none;
}
#s-4366b923-ddae-4026-9460-aeb19a623a80, #wrap-s-4366b923-ddae-4026-9460-aeb19a623a80 { display:none !important; }}@media (max-width: 767px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  display: none;
}
#s-4366b923-ddae-4026-9460-aeb19a623a80, #wrap-s-4366b923-ddae-4026-9460-aeb19a623a80 { display:none !important; }}
#s-e8ccee45-c092-4a7f-a581-352b322467e2 {
  text-align: center;
}





#s-e8ccee45-c092-4a7f-a581-352b322467e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a03f7593-fa8a-4f69-b7c1-456708072eaf {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a03f7593-fa8a-4f69-b7c1-456708072eaf {
  display: none;
}
#s-a03f7593-fa8a-4f69-b7c1-456708072eaf, #wrap-s-a03f7593-fa8a-4f69-b7c1-456708072eaf { display:none !important; }}@media (max-width: 767px){#s-a03f7593-fa8a-4f69-b7c1-456708072eaf {
  display: none;
}
#s-a03f7593-fa8a-4f69-b7c1-456708072eaf, #wrap-s-a03f7593-fa8a-4f69-b7c1-456708072eaf { display:none !important; }}




#s-a03f7593-fa8a-4f69-b7c1-456708072eaf .shogun-image-content {
  
    align-items: center;
  
}

#s-559fd529-c81e-45fb-bf62-d96cb93907de {
  text-align: center;
}




  #s-559fd529-c81e-45fb-bf62-d96cb93907de img.shogun-image {
    
    width: px;
  }


#s-559fd529-c81e-45fb-bf62-d96cb93907de .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-851dc9b3-8491-45e2-8c39-0688d0aafb62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ad4bbade-daa9-45fe-a14d-0d1fb3860dfe {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 39em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(243, 79, 35, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-ad4bbade-daa9-45fe-a14d-0d1fb3860dfe:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(165, 8, 8, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-ad4bbade-daa9-45fe-a14d-0d1fb3860dfe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad4bbade-daa9-45fe-a14d-0d1fb3860dfe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-26d67db8-113a-4823-b8a9-39ba9bf82973 {
  text-align: center;
}




  #s-26d67db8-113a-4823-b8a9-39ba9bf82973 img.shogun-image {
    
    width: px;
  }


#s-26d67db8-113a-4823-b8a9-39ba9bf82973 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b79bf44f-24f1-4aab-913f-361563ad99b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d576503b-c525-4c30-9623-645ddfb08e38 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 40em;
padding-top: 9px;
padding-left: 10px;
padding-bottom: 9px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(231, 205, 25, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-d576503b-c525-4c30-9623-645ddfb08e38:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(199, 177, 28, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d576503b-c525-4c30-9623-645ddfb08e38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d576503b-c525-4c30-9623-645ddfb08e38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c52ff3fc-28f5-4dc1-a173-131ee0a0017e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c52ff3fc-28f5-4dc1-a173-131ee0a0017e {
  display: none;
}
#s-c52ff3fc-28f5-4dc1-a173-131ee0a0017e, #wrap-s-c52ff3fc-28f5-4dc1-a173-131ee0a0017e { display:none !important; }}@media (max-width: 767px){#s-c52ff3fc-28f5-4dc1-a173-131ee0a0017e {
  display: none;
}
#s-c52ff3fc-28f5-4dc1-a173-131ee0a0017e, #wrap-s-c52ff3fc-28f5-4dc1-a173-131ee0a0017e { display:none !important; }}



  #s-c52ff3fc-28f5-4dc1-a173-131ee0a0017e img.shogun-image {
    
    width: px;
  }


#s-c52ff3fc-28f5-4dc1-a173-131ee0a0017e .shogun-image-content {
  
    align-items: center;
  
}

#s-b5461829-86f3-4f34-abde-f2aa6034dabd {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5461829-86f3-4f34-abde-f2aa6034dabd {
  display: none;
}
#s-b5461829-86f3-4f34-abde-f2aa6034dabd, #wrap-s-b5461829-86f3-4f34-abde-f2aa6034dabd { display:none !important; }}@media (max-width: 767px){#s-b5461829-86f3-4f34-abde-f2aa6034dabd {
  display: none;
}
#s-b5461829-86f3-4f34-abde-f2aa6034dabd, #wrap-s-b5461829-86f3-4f34-abde-f2aa6034dabd { display:none !important; }}



  #s-b5461829-86f3-4f34-abde-f2aa6034dabd img.shogun-image {
    
    width: px;
  }


#s-b5461829-86f3-4f34-abde-f2aa6034dabd .shogun-image-content {
  
    align-items: center;
  
}

#s-193923a0-de17-487a-850b-402ce14cceff {
  background-image: url(https://i.shgcdn.com/1000b330-e132-4e22-a309-f7f0c725c26a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: -1em;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-193923a0-de17-487a-850b-402ce14cceff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-193923a0-de17-487a-850b-402ce14cceff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-193923a0-de17-487a-850b-402ce14cceff {
  
}
}@media (max-width: 767px){#s-193923a0-de17-487a-850b-402ce14cceff {
  
}
}







#s-193923a0-de17-487a-850b-402ce14cceff > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-193923a0-de17-487a-850b-402ce14cceff.shg-box.shg-c {
  justify-content: center;
}

#s-63890774-562b-4480-81ef-66c11b3703fa {
  background-image: url(https://i.shgcdn.com/50a82eff-dee0-4cd8-bdbd-58fd976e2b23/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -1em;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-63890774-562b-4480-81ef-66c11b3703fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63890774-562b-4480-81ef-66c11b3703fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63890774-562b-4480-81ef-66c11b3703fa {
  
}
}@media (max-width: 767px){#s-63890774-562b-4480-81ef-66c11b3703fa {
  
}
}







#s-63890774-562b-4480-81ef-66c11b3703fa > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-63890774-562b-4480-81ef-66c11b3703fa.shg-box.shg-c {
  justify-content: center;
}

#s-38de7f37-53e0-4221-b576-c35167da97b6 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-38de7f37-53e0-4221-b576-c35167da97b6 .shogun-heading-component h1 {
  color: rgba(251, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 46px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c821a924-f7f6-40ae-bf2d-4468b43c861e {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c821a924-f7f6-40ae-bf2d-4468b43c861e {
  
}
}
#s-c821a924-f7f6-40ae-bf2d-4468b43c861e .shogun-heading-component h1 {
  color: rgba(194, 214, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8fb29cb-131c-48cb-a0c9-9fa9f5431f47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8efcaa75-6488-4885-abe1-3617ea028081 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-8efcaa75-6488-4885-abe1-3617ea028081:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-8efcaa75-6488-4885-abe1-3617ea028081:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-8efcaa75-6488-4885-abe1-3617ea028081.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64107a5d-c9dc-4b29-8d4c-97ead9fd8c9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-79d231f5-5119-4f45-bde0-6591345a870a {
  background-image: url(https://i.shgcdn.com/113acbf3-0a9e-4c42-8ff8-779b14fd6c16/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: -1em;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-79d231f5-5119-4f45-bde0-6591345a870a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79d231f5-5119-4f45-bde0-6591345a870a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79d231f5-5119-4f45-bde0-6591345a870a {
  display: none;
}
#s-79d231f5-5119-4f45-bde0-6591345a870a, #wrap-s-79d231f5-5119-4f45-bde0-6591345a870a { display:none !important; }}@media (max-width: 767px){#s-79d231f5-5119-4f45-bde0-6591345a870a {
  display: none;
}
#s-79d231f5-5119-4f45-bde0-6591345a870a, #wrap-s-79d231f5-5119-4f45-bde0-6591345a870a { display:none !important; }}







#s-79d231f5-5119-4f45-bde0-6591345a870a > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-79d231f5-5119-4f45-bde0-6591345a870a.shg-box.shg-c {
  justify-content: center;
}

#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  background-image: url(https://i.shgcdn.com/d2af2f86-8938-400e-a895-19706eba7c4c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -1em;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  
}
}@media (max-width: 767px){#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  
}
}







#s-4710ed46-54d2-41ea-b6e2-1d3397077afa > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-4710ed46-54d2-41ea-b6e2-1d3397077afa.shg-box.shg-c {
  justify-content: center;
}

#s-66aa7084-c7fb-4ace-9d40-774a214f857c {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-66aa7084-c7fb-4ace-9d40-774a214f857c .shogun-heading-component h1 {
  color: rgba(251, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 46px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9d6a2ede-6fd0-4acb-9a36-fd14dba3b842 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9d6a2ede-6fd0-4acb-9a36-fd14dba3b842 {
  
}
}
#s-9d6a2ede-6fd0-4acb-9a36-fd14dba3b842 .shogun-heading-component h1 {
  color: rgba(0, 180, 227, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8d206963-c69f-493f-b36f-911753c35946 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d206963-c69f-493f-b36f-911753c35946"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-70faa85c-7bad-436f-825a-3513facc7804 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-70faa85c-7bad-436f-825a-3513facc7804:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-70faa85c-7bad-436f-825a-3513facc7804:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-70faa85c-7bad-436f-825a-3513facc7804.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-33d1e128-a2e3-4afa-9e95-21e7d862b2ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bba4267a-3239-4320-8ee0-4bead644d605 {
  background-image: url(https://i.shgcdn.com/7224732c-a570-45bb-b350-88a9a35d2c0c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: -1em;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-bba4267a-3239-4320-8ee0-4bead644d605 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bba4267a-3239-4320-8ee0-4bead644d605 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bba4267a-3239-4320-8ee0-4bead644d605 {
  
}
}@media (max-width: 767px){#s-bba4267a-3239-4320-8ee0-4bead644d605 {
  
}
}







#s-bba4267a-3239-4320-8ee0-4bead644d605 > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-bba4267a-3239-4320-8ee0-4bead644d605 {
  cursor: pointer;
}#s-bba4267a-3239-4320-8ee0-4bead644d605.shg-box.shg-c {
  justify-content: center;
}

#s-145a7cdd-0058-4225-9248-c6ea661cf66b {
  background-image: url(https://i.shgcdn.com/065c6cfc-d79a-4c57-869e-4172ec76586d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: -1em;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-145a7cdd-0058-4225-9248-c6ea661cf66b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-145a7cdd-0058-4225-9248-c6ea661cf66b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-145a7cdd-0058-4225-9248-c6ea661cf66b {
  display: none;
}
#s-145a7cdd-0058-4225-9248-c6ea661cf66b, #wrap-s-145a7cdd-0058-4225-9248-c6ea661cf66b { display:none !important; }}@media (max-width: 767px){#s-145a7cdd-0058-4225-9248-c6ea661cf66b {
  display: none;
}
#s-145a7cdd-0058-4225-9248-c6ea661cf66b, #wrap-s-145a7cdd-0058-4225-9248-c6ea661cf66b { display:none !important; }}







#s-145a7cdd-0058-4225-9248-c6ea661cf66b > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-145a7cdd-0058-4225-9248-c6ea661cf66b.shg-box.shg-c {
  justify-content: center;
}

#s-f37a2836-88ff-4a99-a2a8-7f922621ca95 {
  background-image: url(https://i.shgcdn.com/9ea2d17b-6579-4755-a474-621fbd21db71/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -1em;
padding-top: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 44em;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f37a2836-88ff-4a99-a2a8-7f922621ca95 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f37a2836-88ff-4a99-a2a8-7f922621ca95 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f37a2836-88ff-4a99-a2a8-7f922621ca95 {
  
}
}@media (max-width: 767px){#s-f37a2836-88ff-4a99-a2a8-7f922621ca95 {
  
}
}







#s-f37a2836-88ff-4a99-a2a8-7f922621ca95 > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0;
}#s-f37a2836-88ff-4a99-a2a8-7f922621ca95.shg-box.shg-c {
  justify-content: center;
}

#s-e6fb71ae-b7d4-45d2-b128-6c3e54f30c40 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-e6fb71ae-b7d4-45d2-b128-6c3e54f30c40 .shogun-heading-component h1 {
  color: rgba(251, 251, 251, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 46px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8b9965b8-7af0-4463-ab19-c311b1dfbcd4 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8b9965b8-7af0-4463-ab19-c311b1dfbcd4 {
  
}
}
#s-8b9965b8-7af0-4463-ab19-c311b1dfbcd4 .shogun-heading-component h1 {
  color: rgba(255, 87, 89, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1fa4dc2a-38cb-46d2-9873-8d41306caadf {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1fa4dc2a-38cb-46d2-9873-8d41306caadf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3ea28f27-96f6-4b1f-99a9-64214cde8bf8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-3ea28f27-96f6-4b1f-99a9-64214cde8bf8:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-3ea28f27-96f6-4b1f-99a9-64214cde8bf8:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-3ea28f27-96f6-4b1f-99a9-64214cde8bf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70afe83d-1f16-4d99-8379-44dba897fbcc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  background-color: rgba(31, 58, 113, 1);
}
@media (min-width: 1200px){#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  
}
}@media (max-width: 767px){#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  
}
}
@media (min-width: 0px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-39c26994-c677-46d9-ae38-e8af48f4bd8e {
  text-align: center;
}




  #s-39c26994-c677-46d9-ae38-e8af48f4bd8e img.shogun-image {
    
    width: px;
  }


#s-39c26994-c677-46d9-ae38-e8af48f4bd8e .shogun-image-content {
  
    align-items: center;
  
}

#s-be5c1801-9984-487d-b39a-646be5e1327c {
  margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-be5c1801-9984-487d-b39a-646be5e1327c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be5c1801-9984-487d-b39a-646be5e1327c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be5c1801-9984-487d-b39a-646be5e1327c {
  
}
}@media (max-width: 767px){#s-be5c1801-9984-487d-b39a-646be5e1327c {
  
}
}
#s-be5c1801-9984-487d-b39a-646be5e1327c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Boogaloo;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  
}
}@media (max-width: 767px){#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  
}
}
#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(253, 253, 253, 1);
}

#s-07509abc-55b8-47c4-8326-3dbcc93cc78e {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-445f2ed4-749e-4f43-8e06-4dce1b54386e {
  box-shadow:0px 20px 40px 0px rgba(200, 52, 91, 0.33);
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(200, 52, 91, 1);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-445f2ed4-749e-4f43-8e06-4dce1b54386e:hover {background-color: rgba(200, 52, 91, 1) !important;
text-decoration: none !important;}#s-445f2ed4-749e-4f43-8e06-4dce1b54386e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-445f2ed4-749e-4f43-8e06-4dce1b54386e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-445f2ed4-749e-4f43-8e06-4dce1b54386e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-445f2ed4-749e-4f43-8e06-4dce1b54386e {
  
}
}@media (max-width: 767px){#s-445f2ed4-749e-4f43-8e06-4dce1b54386e {
  
}
}


#s-445f2ed4-749e-4f43-8e06-4dce1b54386e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  background-color: rgba(200, 52, 91, 1);
}
@media (min-width: 1200px){#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  
}
}@media (max-width: 767px){#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  
}
}
@media (min-width: 0px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  
}
}@media (max-width: 767px){#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  
}
}
#s-9c723cce-b57e-46f0-9403-02d01a72b92e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Boogaloo;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  
}
}@media (max-width: 767px){#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  
}
}
#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 .shogun-icon-wrapper {
  text-align: center;
}


#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(253, 253, 253, 1);
}

#s-704b1832-dd1c-42ac-a07a-ca3b71307830 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe {
  box-shadow:0px 20px 40px 0px rgba(31, 58, 113, 0.33);
border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 50px;
text-align: center;
background-color: rgba(31, 58, 113, 1);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 0.2) !important;
opacity: 1 !important;
background-color: rgba(31, 58, 113, 1) !important;
text-decoration: none !important;}#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe:active {border-style: solid !important;
border-top-width: 2px !important;
border-bottom-width: 2px !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(31, 58, 113, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe {
  
}
}@media (max-width: 767px){#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe {
  
}
}


#s-401a0d87-f965-44a7-aefa-9fcb4a47f3fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c63a608b-8b32-4895-8c25-093bca8627e5 {
  text-align: center;
}




  #s-c63a608b-8b32-4895-8c25-093bca8627e5 img.shogun-image {
    
    width: px;
  }


#s-c63a608b-8b32-4895-8c25-093bca8627e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-29435e17-eb06-40e6-b1c0-9ae9a7106ab2 {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-29435e17-eb06-40e6-b1c0-9ae9a7106ab2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29435e17-eb06-40e6-b1c0-9ae9a7106ab2.shg-box.shg-c {
  justify-content: center;
}

#s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c {
  margin-top: 2em;
margin-bottom: 3em;
padding-left: 3em;
padding-right: 3em;
}

@media (min-width: 0px) {
[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74bb63f2-5387-48c9-a9b2-b10fd0a5fe8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e861cc96-0fad-479d-ae97-13b918b0ef99 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 169, 0, 1);
}

#s-d4fc31da-f267-4d1b-83ae-636c389a1a2b {
  padding-left: 0em;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-d4fc31da-f267-4d1b-83ae-636c389a1a2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-73b49f63-aeb9-4bc1-882e-c71a091d0922 {
  box-shadow:0px 0px 1px 2px rgba(205, 205, 205, 0.1);
margin-top: 0em;
min-height: 50px;
}








#s-73b49f63-aeb9-4bc1-882e-c71a091d0922 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73b49f63-aeb9-4bc1-882e-c71a091d0922.shg-box.shg-c {
  justify-content: center;
}

#s-7e6df4f6-cb17-46c7-aa10-ad3be4f3e4ea {
  text-align: center;
}





#s-7e6df4f6-cb17-46c7-aa10-ad3be4f3e4ea .shogun-image-content {
  
    align-items: center;
  
}

#s-6e088cea-b3e2-416f-9fcd-b6f130bf0767 {
  margin-top: 0em;
padding-top: 1em;
min-height: 300px;
}

@media (min-width: 0px) {
[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e088cea-b3e2-416f-9fcd-b6f130bf0767"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d2839715-af1a-4fc3-827d-b826b14f8770 {
  padding-top: 11px;
padding-bottom: 11px;
}

#s-10faf884-213c-471e-a18a-f42a265d463b {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-10faf884-213c-471e-a18a-f42a265d463b:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-10faf884-213c-471e-a18a-f42a265d463b:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-10faf884-213c-471e-a18a-f42a265d463b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-43794082-cdd2-4246-80b7-0ac0aaa46b99 {
  box-shadow:0px 0px 1px 2px rgba(205, 205, 205, 0.1);
margin-top: 0em;
margin-bottom: 0em;
min-height: 50px;
}








#s-43794082-cdd2-4246-80b7-0ac0aaa46b99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43794082-cdd2-4246-80b7-0ac0aaa46b99.shg-box.shg-c {
  justify-content: center;
}

#s-accfbd95-1261-4581-b2f0-7a6c479815bd {
  text-align: center;
}





#s-accfbd95-1261-4581-b2f0-7a6c479815bd .shogun-image-content {
  
    align-items: center;
  
}

#s-0888e188-4d8c-4b32-b015-1eb1b780530c {
  padding-top: 1em;
padding-bottom: 0em;
min-height: 300px;
}

@media (min-width: 0px) {
[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0888e188-4d8c-4b32-b015-1eb1b780530c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e23051e2-5aa5-44a7-ac9b-8d1cf6f29bc3 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-6d242e8c-5be6-45a7-9e2c-f6aacc87699b {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-6d242e8c-5be6-45a7-9e2c-f6aacc87699b:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-6d242e8c-5be6-45a7-9e2c-f6aacc87699b:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-6d242e8c-5be6-45a7-9e2c-f6aacc87699b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c804660a-7191-4b16-bf5d-48f782841111 {
  box-shadow:0px 0px 1px 2px rgba(205, 205, 205, 0.1);
margin-top: 0em;
min-height: 50px;
}








#s-c804660a-7191-4b16-bf5d-48f782841111 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c804660a-7191-4b16-bf5d-48f782841111.shg-box.shg-c {
  justify-content: center;
}

#s-1f0708bd-5996-4ff3-999f-39caecf0f214 {
  margin-top: 0em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}





#s-1f0708bd-5996-4ff3-999f-39caecf0f214 .shogun-image-content {
  
    align-items: center;
  
}

#s-28ad3a65-d45b-4127-9e31-16b7a1a13657 {
  padding-top: 1em;
min-height: 300px;
}

@media (min-width: 0px) {
[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28ad3a65-d45b-4127-9e31-16b7a1a13657"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-eb3a7665-3500-4001-8b2f-64aef643ee61 {
  padding-top: 11px;
padding-bottom: 11px;
}

#s-85531820-e1e2-47e3-862b-74b359199ccd {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-85531820-e1e2-47e3-862b-74b359199ccd:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-85531820-e1e2-47e3-862b-74b359199ccd:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-85531820-e1e2-47e3-862b-74b359199ccd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bb636387-9600-4a08-8cdb-2006024adbd4 {
  padding-left: 3em;
padding-right: 3em;
min-height: 50px;
}








#s-bb636387-9600-4a08-8cdb-2006024adbd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb636387-9600-4a08-8cdb-2006024adbd4.shg-box.shg-c {
  justify-content: center;
}

#s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2 {
  margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc200fe5-ea88-4bf3-ba25-8ca3b87117b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ac2e7869-456a-46f0-8b09-4a76073dafd9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 169, 0, 1);
}

@media (max-width: 767px){#s-c634f52b-a55f-471d-a281-562e5e8cd4b6 {
  
}
}
@media (min-width: 0px) {
[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c634f52b-a55f-471d-a281-562e5e8cd4b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f1cb6e97-35e5-4c7c-8c37-273ee86fe2a7 {
  min-height: 50px;
background-attachment: scroll;
}








#s-f1cb6e97-35e5-4c7c-8c37-273ee86fe2a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1cb6e97-35e5-4c7c-8c37-273ee86fe2a7.shg-box.shg-c {
  justify-content: center;
}

#s-8aeb7a51-495d-4870-a747-0c694efca9cc {
  margin-top: 1px;
margin-bottom: -10px;
padding-top: 8px;
padding-bottom: 0px;
}

#s-fe7eafd9-922a-4bec-8d87-3885fb5619f0 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-4f59b4f3-6ead-4265-bb38-9c8cb37e2806 {
  padding-top: 10px;
padding-left: 1em;
padding-bottom: 10px;
padding-right: 1em;
border-radius: 2px;
min-width: 100%;
max-width: 100px;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-4f59b4f3-6ead-4265-bb38-9c8cb37e2806:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-4f59b4f3-6ead-4265-bb38-9c8cb37e2806:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-4f59b4f3-6ead-4265-bb38-9c8cb37e2806.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  
  display:  block ;
}

#s-6c2fec9b-bd75-44e5-945e-53216833ba03 {
  min-height: 50px;
}








#s-6c2fec9b-bd75-44e5-945e-53216833ba03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c2fec9b-bd75-44e5-945e-53216833ba03.shg-box.shg-c {
  justify-content: center;
}

#s-58860d25-5249-49b1-b240-0eabb0c008e7 {
  margin-top: 1px;
margin-bottom: -10px;
padding-top: 6px;
padding-bottom: 0px;
}

#s-91782ef7-ed35-47bc-8ed4-d6bf2bcd263e {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-98714c18-98f6-4cc1-a7df-05d9fc13bc4d {
  padding-top: 10px;
padding-left: 1em;
padding-bottom: 10px;
padding-right: 1em;
border-radius: 2px;
min-width: 100%;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-98714c18-98f6-4cc1-a7df-05d9fc13bc4d:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-98714c18-98f6-4cc1-a7df-05d9fc13bc4d:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-98714c18-98f6-4cc1-a7df-05d9fc13bc4d.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  
  display:  block ;
}

#s-a5f9fd53-3473-4b4d-835c-63acb74d19fe {
  min-height: 50px;
}








#s-a5f9fd53-3473-4b4d-835c-63acb74d19fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5f9fd53-3473-4b4d-835c-63acb74d19fe.shg-box.shg-c {
  justify-content: center;
}

#s-e690e660-d445-47a6-b491-86e33316a4fc {
  margin-top: 1px;
margin-bottom: -10px;
padding-top: 8px;
padding-bottom: 0px;
}

#s-ebd47a12-9efd-408e-a8d5-cf97f7a4bac7 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-65ca5661-de76-4aa1-9524-34fe349ebd45 {
  padding-top: 10px;
padding-left: 1em;
padding-bottom: 10px;
padding-right: 1em;
border-radius: 2px;
min-width: 100%;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-65ca5661-de76-4aa1-9524-34fe349ebd45:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-65ca5661-de76-4aa1-9524-34fe349ebd45:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-65ca5661-de76-4aa1-9524-34fe349ebd45.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  
  display:  block ;
}

#s-9090f582-4be5-49d8-ae1b-3dc8a35f8b52 {
  min-height: 50px;
}








#s-9090f582-4be5-49d8-ae1b-3dc8a35f8b52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9090f582-4be5-49d8-ae1b-3dc8a35f8b52.shg-box.shg-c {
  justify-content: center;
}

#s-37fbc6c6-cbb0-4ecb-b1d3-a796ade8b44e {
  margin-top: 6px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b1c8f8a3-00c2-4f62-8220-b149ca83ebd0 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-e311913d-1b39-489d-aa61-60faa29313f3 {
  padding-top: 10px;
padding-left: 1em;
padding-bottom: 10px;
padding-right: 1em;
border-radius: 2px;
min-width: 100%;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-e311913d-1b39-489d-aa61-60faa29313f3:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-e311913d-1b39-489d-aa61-60faa29313f3:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-e311913d-1b39-489d-aa61-60faa29313f3.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  
  display:  block ;
}

#s-faf3346a-9ee9-4b2d-a7cb-af4fa221c551 {
  margin-top: 2em;
margin-bottom: 2em;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-faf3346a-9ee9-4b2d-a7cb-af4fa221c551 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faf3346a-9ee9-4b2d-a7cb-af4fa221c551.shg-box.shg-c {
  justify-content: center;
}

#s-4c81528a-6aaa-4a58-a4a2-9299e634df75 {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}
@media (max-width: 767px){#s-4c81528a-6aaa-4a58-a4a2-9299e634df75 {
  
}
}







#s-4c81528a-6aaa-4a58-a4a2-9299e634df75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c81528a-6aaa-4a58-a4a2-9299e634df75.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18ffc417-0008-4b94-8812-8a64ef45f049"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b06ed9af-2c3e-4522-b0f7-1cb1f94fc08e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 169, 0, 1);
}

#s-55c92eac-c7b0-4e30-97ac-c67da049d7e4 {
  margin-top: 2em;
}
@media (min-width: 768px) and (max-width: 991px){#s-55c92eac-c7b0-4e30-97ac-c67da049d7e4 {
  display: none;
}
#s-55c92eac-c7b0-4e30-97ac-c67da049d7e4, #wrap-s-55c92eac-c7b0-4e30-97ac-c67da049d7e4 { display:none !important; }}@media (max-width: 767px){#s-55c92eac-c7b0-4e30-97ac-c67da049d7e4 {
  display: none;
}
#s-55c92eac-c7b0-4e30-97ac-c67da049d7e4, #wrap-s-55c92eac-c7b0-4e30-97ac-c67da049d7e4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55c92eac-c7b0-4e30-97ac-c67da049d7e4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b0aeae3b-c95f-4429-af5c-271c25766044 {
  min-height: 50px;
}








#s-b0aeae3b-c95f-4429-af5c-271c25766044 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0aeae3b-c95f-4429-af5c-271c25766044.shg-box.shg-c {
  justify-content: center;
}

#s-4943ca71-d9e6-4616-a3a8-17f45162810d {
  background-image: url(https://i.shgcdn.com/7b017535-7ce9-4ba0-a236-5e5b0e903d1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 45px;
padding-left: 45px;
padding-bottom: 45px;
padding-right: 45px;
background-position: center center;
}

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

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

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

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

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

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

#s-ddab5850-390a-42d2-993b-6f1e9dc98159 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(192, 209, 37, 1);
  border-radius: 0px;
}

#s-ddab5850-390a-42d2-993b-6f1e9dc98159 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ddab5850-390a-42d2-993b-6f1e9dc98159 td.shogun-table-column {
  background-color: rgba(192, 209, 37, 1);
  padding: 1px;
  text-align: inherit;
}

#s-ddab5850-390a-42d2-993b-6f1e9dc98159 td.shogun-table-row {
  background-color: rgba(192, 209, 37, 1);
  padding: 3px;
}

#s-ddab5850-390a-42d2-993b-6f1e9dc98159 td.shogun-table-column, #s-ddab5850-390a-42d2-993b-6f1e9dc98159 td.shogun-table-row {
  border: 1px solid rgba(192, 209, 37, 1);
}

#s-8eb4b306-9f17-44d5-b3e2-3f114d799b45 {
  padding-top: 24px;
padding-left: 45px;
padding-bottom: 24px;
padding-right: 45px;
text-align: left;
}

#s-8eb4b306-9f17-44d5-b3e2-3f114d799b45 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bd08f1f0-6d5e-4282-9b53-4d1501b4c95d {
  min-height: 50px;
}








#s-bd08f1f0-6d5e-4282-9b53-4d1501b4c95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd08f1f0-6d5e-4282-9b53-4d1501b4c95d.shg-box.shg-c {
  justify-content: center;
}

#s-19cae43b-e2d3-4e92-92c5-782fd3f2e368 {
  background-image: url(https://i.shgcdn.com/7b017535-7ce9-4ba0-a236-5e5b0e903d1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 45px;
padding-left: 45px;
padding-bottom: 45px;
padding-right: 45px;
background-position: center center;
}

#s-d53fa8d4-c678-4bc1-b022-7031c3b72119 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(21, 84, 50, 1);
  border-radius: 0px;
}

#s-d53fa8d4-c678-4bc1-b022-7031c3b72119 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d53fa8d4-c678-4bc1-b022-7031c3b72119 td.shogun-table-column {
  background-color: rgba(21, 84, 50, 1);
  padding: 1px;
  text-align: inherit;
}

#s-d53fa8d4-c678-4bc1-b022-7031c3b72119 td.shogun-table-row {
  background-color: rgba(21, 84, 50, 1);
  padding: 3px;
}

#s-d53fa8d4-c678-4bc1-b022-7031c3b72119 td.shogun-table-column, #s-d53fa8d4-c678-4bc1-b022-7031c3b72119 td.shogun-table-row {
  border: 1px solid rgba(21, 84, 50, 1);
}

#s-0bc30bc4-3b55-45cb-a984-eb5b4b05e937 {
  padding-top: 24px;
padding-left: 45px;
padding-bottom: 24px;
padding-right: 45px;
text-align: left;
background-color: rgba(21, 84, 50, 1);
}

#s-0bc30bc4-3b55-45cb-a984-eb5b4b05e937 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0dab77ec-cceb-4ef5-b4dc-3f39c19888f5 {
  min-height: 50px;
}








#s-0dab77ec-cceb-4ef5-b4dc-3f39c19888f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dab77ec-cceb-4ef5-b4dc-3f39c19888f5.shg-box.shg-c {
  justify-content: center;
}

#s-42564c58-5c35-49cc-b349-62341834a577 {
  background-image: url(https://i.shgcdn.com/7b017535-7ce9-4ba0-a236-5e5b0e903d1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 45px;
padding-left: 45px;
padding-bottom: 45px;
padding-right: 45px;
background-position: center center;
}

#s-da8350f9-d05d-4e42-b6a5-4d6b71a1eac9 {
  min-height: 50px;
background-color: rgba(192, 209, 37, 1);
}








#s-da8350f9-d05d-4e42-b6a5-4d6b71a1eac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da8350f9-d05d-4e42-b6a5-4d6b71a1eac9.shg-box.shg-c {
  justify-content: center;
}

#s-28149b85-86bf-4611-89f2-bf96ef78d322 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(192, 209, 37, 1);
  border-radius: 0px;
}

#s-28149b85-86bf-4611-89f2-bf96ef78d322 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-28149b85-86bf-4611-89f2-bf96ef78d322 td.shogun-table-column {
  background-color: rgba(192, 209, 37, 1);
  padding: 1px;
  text-align: inherit;
}

#s-28149b85-86bf-4611-89f2-bf96ef78d322 td.shogun-table-row {
  background-color: rgba(192, 209, 37, 1);
  padding: 3px;
}

#s-28149b85-86bf-4611-89f2-bf96ef78d322 td.shogun-table-column, #s-28149b85-86bf-4611-89f2-bf96ef78d322 td.shogun-table-row {
  border: 1px solid rgba(192, 209, 37, 1);
}

#s-09b3b2c0-4757-43d8-8b64-75bd69f7e35a {
  padding-top: 24px;
padding-left: 45px;
padding-bottom: 24px;
padding-right: 45px;
text-align: left;
}

#s-09b3b2c0-4757-43d8-8b64-75bd69f7e35a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-95e48b77-1146-40ca-9aac-d71408f134db {
  display: none;
}
#s-95e48b77-1146-40ca-9aac-d71408f134db, #wrap-s-95e48b77-1146-40ca-9aac-d71408f134db { display:none !important; }}@media (max-width: 767px){#s-95e48b77-1146-40ca-9aac-d71408f134db {
  display: none;
}
#s-95e48b77-1146-40ca-9aac-d71408f134db, #wrap-s-95e48b77-1146-40ca-9aac-d71408f134db { display:none !important; }}
@media (min-width: 0px) {
[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95e48b77-1146-40ca-9aac-d71408f134db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-714cf5e7-3d9b-40e7-851b-cd3453b20c97 {
  margin-top: 4em;
margin-bottom: 3em;
min-height: 50px;
}








#s-714cf5e7-3d9b-40e7-851b-cd3453b20c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-714cf5e7-3d9b-40e7-851b-cd3453b20c97.shg-box.shg-c {
  justify-content: center;
}

#s-2f71e86e-3b99-4d29-b661-633a973f520e {
  margin-top: 0px;
margin-left: -1em;
margin-bottom: 0px;
margin-right: -1em;
padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
border-radius: 2px;
min-width: 100%;
max-width: 100%;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-2f71e86e-3b99-4d29-b661-633a973f520e:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-2f71e86e-3b99-4d29-b661-633a973f520e:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}


#s-2f71e86e-3b99-4d29-b661-633a973f520e.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  
  display:  inline-block ;
}

#s-442b84d3-7c43-4c21-8860-c8f64cc6cf84 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-442b84d3-7c43-4c21-8860-c8f64cc6cf84 {
  display: none;
}
#s-442b84d3-7c43-4c21-8860-c8f64cc6cf84, #wrap-s-442b84d3-7c43-4c21-8860-c8f64cc6cf84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-442b84d3-7c43-4c21-8860-c8f64cc6cf84 {
  display: none;
}
#s-442b84d3-7c43-4c21-8860-c8f64cc6cf84, #wrap-s-442b84d3-7c43-4c21-8860-c8f64cc6cf84 { display:none !important; }}
#s-87ce1b36-b0b4-4b84-bf64-ac77c09bc5d9 {
  min-height: 50px;
}








#s-87ce1b36-b0b4-4b84-bf64-ac77c09bc5d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87ce1b36-b0b4-4b84-bf64-ac77c09bc5d9.shg-box.shg-c {
  justify-content: center;
}

#s-696f004e-7d7a-4f27-82e7-1f4d53fd7967 {
  background-image: url(https://i.shgcdn.com/7b017535-7ce9-4ba0-a236-5e5b0e903d1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 45px;
padding-left: 45px;
padding-bottom: 45px;
padding-right: 45px;
min-height: 13em;
background-position: center center;
}

#s-cd790e78-e3ee-4b62-aaeb-8a295a1f9677 {
  min-height: 50px;
background-color: rgba(192, 209, 37, 1);
}








#s-cd790e78-e3ee-4b62-aaeb-8a295a1f9677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd790e78-e3ee-4b62-aaeb-8a295a1f9677.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a2636e8-a772-463c-a747-6531bc51e574"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ddd9802a-b14e-4bfc-a5ea-a28b989fc0f2 {
  min-height: 50px;
}








#s-ddd9802a-b14e-4bfc-a5ea-a28b989fc0f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddd9802a-b14e-4bfc-a5ea-a28b989fc0f2.shg-box.shg-c {
  justify-content: center;
}

#s-eb24eaf6-b26f-4dce-9f37-8967224455b1 {
  margin-top: 0px;
margin-bottom: -10px;
max-width: 80%;
text-align: center;
}




  #s-eb24eaf6-b26f-4dce-9f37-8967224455b1 img.shogun-image {
    
    width: px;
  }


#s-eb24eaf6-b26f-4dce-9f37-8967224455b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f970a29-00d1-4db0-875c-0443c4b0c5cf {
  min-height: 50px;
}








#s-6f970a29-00d1-4db0-875c-0443c4b0c5cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f970a29-00d1-4db0-875c-0443c4b0c5cf.shg-box.shg-c {
  justify-content: center;
}

#s-cfed29c6-b275-4275-b196-3595564b0727 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-cfed29c6-b275-4275-b196-3595564b0727 .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: left;
}



#s-82f3a0e6-397b-4bae-bcce-3f7d54c705ef {
  min-height: 50px;
}








#s-82f3a0e6-397b-4bae-bcce-3f7d54c705ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82f3a0e6-397b-4bae-bcce-3f7d54c705ef.shg-box.shg-c {
  justify-content: center;
}

#s-8f9a2d07-3f69-4efd-87bc-8ddebe78ee55 {
  background-image: url(https://i.shgcdn.com/7b017535-7ce9-4ba0-a236-5e5b0e903d1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 45px;
padding-left: 45px;
padding-bottom: 45px;
padding-right: 45px;
min-height: 13em;
background-position: center center;
}

#s-eb8e8bb7-132d-40d5-ac49-473a95f4150f {
  min-height: 50px;
background-color: rgba(64, 71, 38, 1);
}








#s-eb8e8bb7-132d-40d5-ac49-473a95f4150f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb8e8bb7-132d-40d5-ac49-473a95f4150f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56c82018-11d8-42dc-948e-a5f4095d7f7f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5cf1a19b-902f-4cbf-980b-738f3d8e2a20 {
  min-height: 50px;
}








#s-5cf1a19b-902f-4cbf-980b-738f3d8e2a20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cf1a19b-902f-4cbf-980b-738f3d8e2a20.shg-box.shg-c {
  justify-content: center;
}

#s-231cfee6-4aea-493c-8ff0-fc7accc7d98c {
  margin-top: 0px;
margin-bottom: -10px;
max-width: 80%;
text-align: center;
}




  #s-231cfee6-4aea-493c-8ff0-fc7accc7d98c img.shogun-image {
    
    width: px;
  }


#s-231cfee6-4aea-493c-8ff0-fc7accc7d98c .shogun-image-content {
  
    align-items: center;
  
}

#s-e221c54e-fdeb-49d0-a721-846a9bc42724 {
  min-height: 50px;
}








#s-e221c54e-fdeb-49d0-a721-846a9bc42724 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e221c54e-fdeb-49d0-a721-846a9bc42724.shg-box.shg-c {
  justify-content: center;
}

#s-d724f156-65f1-4001-af60-f499acbeb3cd {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-d724f156-65f1-4001-af60-f499acbeb3cd .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: left;
}



#s-ff3b8939-8206-4146-92f1-f89e5adf2d96 {
  min-height: 50px;
}








#s-ff3b8939-8206-4146-92f1-f89e5adf2d96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff3b8939-8206-4146-92f1-f89e5adf2d96.shg-box.shg-c {
  justify-content: center;
}

#s-fd7ba3ec-eac7-4efd-af78-071a6d8ea944 {
  background-image: url(https://i.shgcdn.com/7b017535-7ce9-4ba0-a236-5e5b0e903d1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 45px;
padding-left: 45px;
padding-bottom: 45px;
padding-right: 45px;
min-height: 13em;
background-position: center center;
}

#s-b7989333-50be-47f9-8e70-c2e3789315be {
  min-height: 50px;
background-color: rgba(192, 209, 37, 1);
}








#s-b7989333-50be-47f9-8e70-c2e3789315be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7989333-50be-47f9-8e70-c2e3789315be.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4fd667c-6362-49df-ae3e-370479fee97e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2d27bcf2-2b64-4af9-9835-cd20d30149a3 {
  min-height: 50px;
}








#s-2d27bcf2-2b64-4af9-9835-cd20d30149a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d27bcf2-2b64-4af9-9835-cd20d30149a3.shg-box.shg-c {
  justify-content: center;
}

#s-d37adb42-9e35-49ae-a1a2-aec943f61d49 {
  min-height: 50px;
}








#s-d37adb42-9e35-49ae-a1a2-aec943f61d49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d37adb42-9e35-49ae-a1a2-aec943f61d49.shg-box.shg-c {
  justify-content: center;
}

#s-e30fcdc4-40bd-49fa-9660-9371d573ba13 {
  text-align: left;
}

#s-e30fcdc4-40bd-49fa-9660-9371d573ba13 .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: left;
}



#s-f31c3953-104e-4013-86f5-83fc458b875b {
  margin-top: 1em;
margin-left: 0em;
margin-bottom: 1em;
margin-right: 0em;
padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
border-radius: 2px;
min-width: 100%;
max-width: 100%;
text-align: center;
background-color: rgba(255, 169, 0, 1);
text-decoration: none;
}
#s-f31c3953-104e-4013-86f5-83fc458b875b:hover {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}#s-f31c3953-104e-4013-86f5-83fc458b875b:active {background-color: rgba(255, 169, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f31c3953-104e-4013-86f5-83fc458b875b {
  display: none;
}
#s-f31c3953-104e-4013-86f5-83fc458b875b, #wrap-s-f31c3953-104e-4013-86f5-83fc458b875b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f31c3953-104e-4013-86f5-83fc458b875b {
  display: none;
}
#s-f31c3953-104e-4013-86f5-83fc458b875b, #wrap-s-f31c3953-104e-4013-86f5-83fc458b875b { display:none !important; }}


#s-f31c3953-104e-4013-86f5-83fc458b875b.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  
  display:  inline-block ;
}

#s-19545a32-b0fa-4ba9-ae11-5ebef1dce122 {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-19545a32-b0fa-4ba9-ae11-5ebef1dce122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19545a32-b0fa-4ba9-ae11-5ebef1dce122.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-219ed6f7-c02b-4873-910c-843f4afad11d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-23abda54-9abd-4cbb-a6d2-d0edee50f248 {
  min-height: 50px;
}








#s-23abda54-9abd-4cbb-a6d2-d0edee50f248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23abda54-9abd-4cbb-a6d2-d0edee50f248.shg-box.shg-c {
  justify-content: center;
}

#s-27a33d83-226b-4413-931b-65e647a5b6bc hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 169, 0, 1);
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

#s-cc48eb33-a2f3-4eee-9b05-9de5b1d47f8c {
  margin-top: 2em;
margin-bottom: 0em;
padding-top: 0px;
padding-bottom: 0px;
}

[id="s-cc48eb33-a2f3-4eee-9b05-9de5b1d47f8c"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

.shg-ig-posts-container {
  width: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
  [id="s-cc48eb33-a2f3-4eee-9b05-9de5b1d47f8c"] .shg-ig-posts-container > .shg-ig-posts {
    width: 20.0%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

#s-1b33198f-9b1b-4cc3-81c3-af34d0db9240 {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-1b33198f-9b1b-4cc3-81c3-af34d0db9240 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b33198f-9b1b-4cc3-81c3-af34d0db9240.shg-box.shg-c {
  justify-content: center;
}

#s-c93b34fc-a72b-4f12-b21a-4d7e2d12992a {
  min-height: 50px;
}








#s-c93b34fc-a72b-4f12-b21a-4d7e2d12992a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c93b34fc-a72b-4f12-b21a-4d7e2d12992a.shg-box.shg-c {
  justify-content: center;
}

#s-0d1edf60-b031-480b-bbe8-c265d646bd68 {
  margin-bottom: 5px;
padding-top: 5em;
padding-bottom: 10px;
text-align: center;
}

#s-0d1edf60-b031-480b-bbe8-c265d646bd68 .shogun-heading-component h1 {
  color: rgba(21, 84, 50, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-07fa8790-e350-4980-838a-3b33268f53d8 {
  display: none;
}
#s-07fa8790-e350-4980-838a-3b33268f53d8, #wrap-s-07fa8790-e350-4980-838a-3b33268f53d8 { display:none !important; }}@media (max-width: 767px){#s-07fa8790-e350-4980-838a-3b33268f53d8 {
  display: none;
}
#s-07fa8790-e350-4980-838a-3b33268f53d8, #wrap-s-07fa8790-e350-4980-838a-3b33268f53d8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07fa8790-e350-4980-838a-3b33268f53d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-445ce24a-68c0-4258-b139-fc1b52383ea9 {
  min-height: 50px;
}








#s-445ce24a-68c0-4258-b139-fc1b52383ea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-445ce24a-68c0-4258-b139-fc1b52383ea9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d012477-25bc-4eb9-8e52-0262bbc251d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c845b6b7-fed1-4555-8ccf-9f28ac63b9e9 {
  margin-bottom: 4em;
}

#s-c845b6b7-fed1-4555-8ccf-9f28ac63b9e9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 169, 0, 1);
}

#s-61cfec49-cafe-41da-954f-f133bc32cb3b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(246, 246, 246, 1);
  border-radius: 0px;
}

#s-61cfec49-cafe-41da-954f-f133bc32cb3b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-61cfec49-cafe-41da-954f-f133bc32cb3b td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-61cfec49-cafe-41da-954f-f133bc32cb3b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-61cfec49-cafe-41da-954f-f133bc32cb3b td.shogun-table-column, #s-61cfec49-cafe-41da-954f-f133bc32cb3b td.shogun-table-row {
  border: 1px solid rgba(246, 246, 246, 1);
}

#s-bb2c876f-3fcf-4ef7-845c-d1c467f492cb {
  text-align: center;
}




  #s-bb2c876f-3fcf-4ef7-845c-d1c467f492cb img.shogun-image {
    
    width: px;
  }


#s-bb2c876f-3fcf-4ef7-845c-d1c467f492cb .shogun-image-content {
  
    align-items: center;
  
}

#s-703261fa-1ce7-43a8-aa76-0992ca390a29 {
  text-align: center;
}




  #s-703261fa-1ce7-43a8-aa76-0992ca390a29 img.shogun-image {
    
    width: px;
  }


#s-703261fa-1ce7-43a8-aa76-0992ca390a29 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdaff5fd-c438-49ec-b59a-e31b5079f34a {
  text-align: center;
}




  #s-fdaff5fd-c438-49ec-b59a-e31b5079f34a img.shogun-image {
    
    width: px;
  }


#s-fdaff5fd-c438-49ec-b59a-e31b5079f34a .shogun-image-content {
  
    align-items: center;
  
}

#s-02167a39-f6e2-43bf-95ba-c5c4e2508a28 {
  text-align: center;
}




  #s-02167a39-f6e2-43bf-95ba-c5c4e2508a28 img.shogun-image {
    
    width: px;
  }


#s-02167a39-f6e2-43bf-95ba-c5c4e2508a28 .shogun-image-content {
  
    align-items: center;
  
}

#s-a752227f-7d0e-487d-9623-059e76904095 {
  margin-top: 2em;
padding-bottom: 3em;
}

#s-a752227f-7d0e-487d-9623-059e76904095 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(246, 246, 246, 1);
  border-radius: 0px;
}

#s-a752227f-7d0e-487d-9623-059e76904095 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a752227f-7d0e-487d-9623-059e76904095 td.shogun-table-column {
  background-color: rgba(246, 246, 246, 1);
  padding: 10px;
  text-align: center;
}

#s-a752227f-7d0e-487d-9623-059e76904095 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-a752227f-7d0e-487d-9623-059e76904095 td.shogun-table-column, #s-a752227f-7d0e-487d-9623-059e76904095 td.shogun-table-row {
  border: 0px solid rgba(246, 246, 246, 1);
}

#s-481d32bb-e2ab-4d3d-aeaf-4beab7b3f86a {
  text-align: center;
}




  #s-481d32bb-e2ab-4d3d-aeaf-4beab7b3f86a img.shogun-image {
    
    width: px;
  }


#s-481d32bb-e2ab-4d3d-aeaf-4beab7b3f86a .shogun-image-content {
  
    align-items: center;
  
}

#s-2c8dd24c-00c9-440e-8f74-97e272812245 {
  text-align: center;
}




  #s-2c8dd24c-00c9-440e-8f74-97e272812245 img.shogun-image {
    
    width: px;
  }


#s-2c8dd24c-00c9-440e-8f74-97e272812245 .shogun-image-content {
  
    align-items: center;
  
}

#s-595cf933-3d98-40ff-b119-16fd0a856cfd {
  text-align: center;
}




  #s-595cf933-3d98-40ff-b119-16fd0a856cfd img.shogun-image {
    
    width: px;
  }


#s-595cf933-3d98-40ff-b119-16fd0a856cfd .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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