.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-2dd88047-79a3-4337-b346-f79df050fb03 {
  padding-top: 100px;
padding-left: 25%;
padding-bottom: 100px;
padding-right: 25%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2dd88047-79a3-4337-b346-f79df050fb03 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2dd88047-79a3-4337-b346-f79df050fb03 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2dd88047-79a3-4337-b346-f79df050fb03 {
  padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
}
}@media (max-width: 767px){#s-2dd88047-79a3-4337-b346-f79df050fb03 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-2dd88047-79a3-4337-b346-f79df050fb03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dd88047-79a3-4337-b346-f79df050fb03.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-9a322918-4cd1-4f87-ae96-4dc128d52227 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 2%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-9a322918-4cd1-4f87-ae96-4dc128d52227 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a322918-4cd1-4f87-ae96-4dc128d52227 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a322918-4cd1-4f87-ae96-4dc128d52227 {
  
}
}@media (max-width: 767px){#s-9a322918-4cd1-4f87-ae96-4dc128d52227 {
  
}
}
#s-9a322918-4cd1-4f87-ae96-4dc128d52227 .shogun-heading-component h1 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



.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-c5272d50-2844-4051-8483-e372059698da {
  margin-top: 3%;
margin-bottom: 6%;
}

.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-e4cc3e85-85c2-4c1f-a0ce-34ab55679c8c {
  margin-bottom: 40px;
text-align: center;
}
@media (max-width: 767px){#s-e4cc3e85-85c2-4c1f-a0ce-34ab55679c8c {
  margin-bottom: 30px;
}
}



  #s-e4cc3e85-85c2-4c1f-a0ce-34ab55679c8c img.shogun-image {
    
    width: px;
  }


#s-e4cc3e85-85c2-4c1f-a0ce-34ab55679c8c .shogun-image-content {
  
    align-items: center;
  
}

#s-da8653e6-5fda-4abb-9cc9-04130bd46642 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-da8653e6-5fda-4abb-9cc9-04130bd46642 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da8653e6-5fda-4abb-9cc9-04130bd46642 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da8653e6-5fda-4abb-9cc9-04130bd46642 {
  
}
}@media (max-width: 767px){#s-da8653e6-5fda-4abb-9cc9-04130bd46642 {
  
}
}
#s-da8653e6-5fda-4abb-9cc9-04130bd46642 .shogun-heading-component h2 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  
}



#s-bfb4c53a-e9d9-4211-b40a-4858a7e6f7a5 {
  margin-bottom: 3%;
}

#s-d5ddeba5-a865-40be-bc03-13df06f60c42 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d5ddeba5-a865-40be-bc03-13df06f60c42 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5ddeba5-a865-40be-bc03-13df06f60c42 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5ddeba5-a865-40be-bc03-13df06f60c42 {
  
}
}@media (max-width: 767px){#s-d5ddeba5-a865-40be-bc03-13df06f60c42 {
  
}
}
#s-d5ddeba5-a865-40be-bc03-13df06f60c42 .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-037919ee-fcfd-4fc6-998c-16da332211f5 {
  margin-bottom: 3%;
}

#s-5b755f5f-3f4f-4a1d-8388-90d4e3bf1748 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-5b755f5f-3f4f-4a1d-8388-90d4e3bf1748 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b755f5f-3f4f-4a1d-8388-90d4e3bf1748 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b755f5f-3f4f-4a1d-8388-90d4e3bf1748 {
  
}
}@media (max-width: 767px){#s-5b755f5f-3f4f-4a1d-8388-90d4e3bf1748 {
  
}
}
#s-5b755f5f-3f4f-4a1d-8388-90d4e3bf1748 .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-6cfb85ed-ce5d-4bb3-b405-451ac2d5ef6a {
  margin-bottom: 3%;
}

#s-9ca8a27e-1f67-4f00-accd-83885f8b6d9f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-9ca8a27e-1f67-4f00-accd-83885f8b6d9f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ca8a27e-1f67-4f00-accd-83885f8b6d9f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ca8a27e-1f67-4f00-accd-83885f8b6d9f {
  
}
}@media (max-width: 767px){#s-9ca8a27e-1f67-4f00-accd-83885f8b6d9f {
  
}
}
#s-9ca8a27e-1f67-4f00-accd-83885f8b6d9f .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-96df3dba-0bee-41fd-a5b7-835827187ea4 {
  margin-bottom: 8%;
}

#s-942158fc-f08a-443e-82da-efb2c2d7198e {
  margin-bottom: 40px;
text-align: center;
}
@media (max-width: 767px){#s-942158fc-f08a-443e-82da-efb2c2d7198e {
  margin-bottom: 30px;
}
}



  #s-942158fc-f08a-443e-82da-efb2c2d7198e img.shogun-image {
    
    width: px;
  }


#s-942158fc-f08a-443e-82da-efb2c2d7198e .shogun-image-content {
  
    align-items: center;
  
}

#s-c3bf6640-0c9d-4815-92ba-295e1c75679a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c3bf6640-0c9d-4815-92ba-295e1c75679a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3bf6640-0c9d-4815-92ba-295e1c75679a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3bf6640-0c9d-4815-92ba-295e1c75679a {
  
}
}@media (max-width: 767px){#s-c3bf6640-0c9d-4815-92ba-295e1c75679a {
  
}
}
#s-c3bf6640-0c9d-4815-92ba-295e1c75679a .shogun-heading-component h2 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  
}



#s-115dae7e-dc2d-4bff-99e6-6a118cd15707 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-115dae7e-dc2d-4bff-99e6-6a118cd15707 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-115dae7e-dc2d-4bff-99e6-6a118cd15707 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-115dae7e-dc2d-4bff-99e6-6a118cd15707 {
  
}
}@media (max-width: 767px){#s-115dae7e-dc2d-4bff-99e6-6a118cd15707 {
  
}
}
#s-115dae7e-dc2d-4bff-99e6-6a118cd15707 .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-71990fe3-61cd-4cbc-908e-a1e12a6168e5 {
  margin-bottom: 3%;
}

#s-9e205f07-5148-40ba-9430-d3a8382289ed {
  min-height: 50px;
}








#s-9e205f07-5148-40ba-9430-d3a8382289ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e205f07-5148-40ba-9430-d3a8382289ed.shg-box.shg-c {
  justify-content: center;
}

#s-e1267def-7aff-4b47-887a-90faca7c555f {
  border-style: solid;
margin-left: 20%;
margin-right: 20%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(231, 231, 231, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
opacity: 1;
}




  #s-e1267def-7aff-4b47-887a-90faca7c555f img.shogun-image {
    
    width: px;
  }


#s-e1267def-7aff-4b47-887a-90faca7c555f .shogun-image-content {
  
    align-items: center;
  
}

#s-2896ea46-bbaa-4811-8c2f-248aaba53ab9 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2896ea46-bbaa-4811-8c2f-248aaba53ab9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2896ea46-bbaa-4811-8c2f-248aaba53ab9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2896ea46-bbaa-4811-8c2f-248aaba53ab9 {
  
}
}@media (max-width: 767px){#s-2896ea46-bbaa-4811-8c2f-248aaba53ab9 {
  
}
}
#s-2896ea46-bbaa-4811-8c2f-248aaba53ab9 .shogun-heading-component h3 {
  color: rgba(78, 78, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

#s-0f868527-def1-4ec8-9650-9d65a8551bac {
  margin-bottom: 8%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 116, 29, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0f868527-def1-4ec8-9650-9d65a8551bac:hover {background-color: rgba(255, 150, 77, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f868527-def1-4ec8-9650-9d65a8551bac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f868527-def1-4ec8-9650-9d65a8551bac-btn-wrapper {
    text-align: center;
  }


#s-0f868527-def1-4ec8-9650-9d65a8551bac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-4fedde3e-7516-4cff-8d9c-49087be4caa2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-4fedde3e-7516-4cff-8d9c-49087be4caa2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fedde3e-7516-4cff-8d9c-49087be4caa2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fedde3e-7516-4cff-8d9c-49087be4caa2 {
  
}
}@media (max-width: 767px){#s-4fedde3e-7516-4cff-8d9c-49087be4caa2 {
  
}
}
#s-4fedde3e-7516-4cff-8d9c-49087be4caa2 .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-c711a7a8-4e96-444b-88e4-b15783d65de2 {
  margin-bottom: 3%;
}

#s-ac7d1e0e-aaa1-4793-afc2-d89be55614a6 {
  min-height: 50px;
}








#s-ac7d1e0e-aaa1-4793-afc2-d89be55614a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac7d1e0e-aaa1-4793-afc2-d89be55614a6.shg-box.shg-c {
  justify-content: center;
}

#s-93a0ce5d-15af-4fc3-866e-d8f98ca38735 {
  border-style: solid;
margin-left: 20%;
margin-right: 20%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(231, 231, 231, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
opacity: 1;
}




  #s-93a0ce5d-15af-4fc3-866e-d8f98ca38735 img.shogun-image {
    
    width: px;
  }


#s-93a0ce5d-15af-4fc3-866e-d8f98ca38735 .shogun-image-content {
  
    align-items: center;
  
}

#s-957760b1-eee7-4b3c-91de-f0e14ff7598b {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-957760b1-eee7-4b3c-91de-f0e14ff7598b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-957760b1-eee7-4b3c-91de-f0e14ff7598b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-957760b1-eee7-4b3c-91de-f0e14ff7598b {
  
}
}@media (max-width: 767px){#s-957760b1-eee7-4b3c-91de-f0e14ff7598b {
  
}
}
#s-957760b1-eee7-4b3c-91de-f0e14ff7598b .shogun-heading-component h3 {
  color: rgba(78, 78, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f7f4ae6f-4594-40e8-ad00-0fa7ee1555b4 {
  margin-bottom: 8%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 116, 29, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f7f4ae6f-4594-40e8-ad00-0fa7ee1555b4:hover {background-color: rgba(255, 150, 77, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f7f4ae6f-4594-40e8-ad00-0fa7ee1555b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f7f4ae6f-4594-40e8-ad00-0fa7ee1555b4-btn-wrapper {
    text-align: center;
  }


#s-f7f4ae6f-4594-40e8-ad00-0fa7ee1555b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-84f9c06e-4ef4-42e2-a486-5143bac90978 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-84f9c06e-4ef4-42e2-a486-5143bac90978 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84f9c06e-4ef4-42e2-a486-5143bac90978 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84f9c06e-4ef4-42e2-a486-5143bac90978 {
  
}
}@media (max-width: 767px){#s-84f9c06e-4ef4-42e2-a486-5143bac90978 {
  
}
}
#s-84f9c06e-4ef4-42e2-a486-5143bac90978 .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-8e87f513-c975-4dfb-a7a3-08ec8a2ff7a1 {
  margin-bottom: 3%;
}

#s-ffac0407-893c-4e24-a9ba-84692b2ef6f6 {
  min-height: 50px;
}








#s-ffac0407-893c-4e24-a9ba-84692b2ef6f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffac0407-893c-4e24-a9ba-84692b2ef6f6.shg-box.shg-c {
  justify-content: center;
}

#s-d148f4df-dd27-431b-ad45-4b0ccffb7852 {
  border-style: solid;
margin-left: 20%;
margin-right: 20%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(231, 231, 231, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
opacity: 1;
}




  #s-d148f4df-dd27-431b-ad45-4b0ccffb7852 img.shogun-image {
    
    width: px;
  }


#s-d148f4df-dd27-431b-ad45-4b0ccffb7852 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd1bb1c6-9362-451c-a28d-258e66bbdfdb {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cd1bb1c6-9362-451c-a28d-258e66bbdfdb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd1bb1c6-9362-451c-a28d-258e66bbdfdb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd1bb1c6-9362-451c-a28d-258e66bbdfdb {
  
}
}@media (max-width: 767px){#s-cd1bb1c6-9362-451c-a28d-258e66bbdfdb {
  
}
}
#s-cd1bb1c6-9362-451c-a28d-258e66bbdfdb .shogun-heading-component h3 {
  color: rgba(78, 78, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2ac6ec92-7993-4c8b-b67c-cb5ed85c53f0 {
  margin-bottom: 8%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 116, 29, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2ac6ec92-7993-4c8b-b67c-cb5ed85c53f0:hover {background-color: rgba(255, 150, 77, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ac6ec92-7993-4c8b-b67c-cb5ed85c53f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ac6ec92-7993-4c8b-b67c-cb5ed85c53f0-btn-wrapper {
    text-align: center;
  }


#s-2ac6ec92-7993-4c8b-b67c-cb5ed85c53f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-da1397e6-5b47-4f38-88d7-077aadae50ca {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-da1397e6-5b47-4f38-88d7-077aadae50ca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da1397e6-5b47-4f38-88d7-077aadae50ca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da1397e6-5b47-4f38-88d7-077aadae50ca {
  
}
}@media (max-width: 767px){#s-da1397e6-5b47-4f38-88d7-077aadae50ca {
  
}
}
#s-da1397e6-5b47-4f38-88d7-077aadae50ca .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-390d806e-f5e3-460b-9b6d-1aa6189a5e86 {
  margin-bottom: 3%;
}

#s-345648db-5522-40ed-8f06-39af8e8f9156 {
  min-height: 50px;
}








#s-345648db-5522-40ed-8f06-39af8e8f9156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-345648db-5522-40ed-8f06-39af8e8f9156.shg-box.shg-c {
  justify-content: center;
}

#s-756b2203-b107-4502-b678-5a6360755c29 {
  border-style: solid;
margin-left: 20%;
margin-right: 20%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(231, 231, 231, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
opacity: 1;
}




  #s-756b2203-b107-4502-b678-5a6360755c29 img.shogun-image {
    
    width: px;
  }


#s-756b2203-b107-4502-b678-5a6360755c29 .shogun-image-content {
  
    align-items: center;
  
}

#s-364569b8-2a05-4d05-82de-dc9c0c22596a {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-364569b8-2a05-4d05-82de-dc9c0c22596a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-364569b8-2a05-4d05-82de-dc9c0c22596a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-364569b8-2a05-4d05-82de-dc9c0c22596a {
  
}
}@media (max-width: 767px){#s-364569b8-2a05-4d05-82de-dc9c0c22596a {
  
}
}
#s-364569b8-2a05-4d05-82de-dc9c0c22596a .shogun-heading-component h3 {
  color: rgba(78, 78, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-51c859fa-93d3-4c91-8788-2cc70e2bf6b0 {
  margin-bottom: 8%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 116, 29, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-51c859fa-93d3-4c91-8788-2cc70e2bf6b0:hover {background-color: rgba(255, 150, 77, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51c859fa-93d3-4c91-8788-2cc70e2bf6b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51c859fa-93d3-4c91-8788-2cc70e2bf6b0-btn-wrapper {
    text-align: center;
  }


#s-51c859fa-93d3-4c91-8788-2cc70e2bf6b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-dd12615f-8a4b-4f57-af5a-b11674e9b9c0 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-dd12615f-8a4b-4f57-af5a-b11674e9b9c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd12615f-8a4b-4f57-af5a-b11674e9b9c0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd12615f-8a4b-4f57-af5a-b11674e9b9c0 {
  
}
}@media (max-width: 767px){#s-dd12615f-8a4b-4f57-af5a-b11674e9b9c0 {
  
}
}
#s-dd12615f-8a4b-4f57-af5a-b11674e9b9c0 .shogun-heading-component h2 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  
}



#s-3ae5c1fd-82a0-4548-8118-7dd5bd7ca704 {
  padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3ae5c1fd-82a0-4548-8118-7dd5bd7ca704 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ae5c1fd-82a0-4548-8118-7dd5bd7ca704.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e6a9be8-cfe4-4b76-94e3-3e1099577a04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-38e9f9a7-bb53-4005-a267-769b36d5ef35 {
  min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-38e9f9a7-bb53-4005-a267-769b36d5ef35 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-38e9f9a7-bb53-4005-a267-769b36d5ef35 {
  margin-bottom: 30px;
min-height: 300px;
}
}







#s-38e9f9a7-bb53-4005-a267-769b36d5ef35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38e9f9a7-bb53-4005-a267-769b36d5ef35.shg-box.shg-c {
  justify-content: center;
}

#s-6391eb98-256a-4f22-863c-1fdc453c003d {
  border-style: solid;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(231, 231, 231, 1);
text-align: center;
}




  #s-6391eb98-256a-4f22-863c-1fdc453c003d img.shogun-image {
    
    width: px;
  }


#s-6391eb98-256a-4f22-863c-1fdc453c003d .shogun-image-content {
  
    align-items: center;
  
}

#s-97cbef49-dd16-4649-a42a-32a6d1b4f586 {
  min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-97cbef49-dd16-4649-a42a-32a6d1b4f586 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-97cbef49-dd16-4649-a42a-32a6d1b4f586 {
  min-height: 300px;
}
}







#s-97cbef49-dd16-4649-a42a-32a6d1b4f586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97cbef49-dd16-4649-a42a-32a6d1b4f586.shg-box.shg-c {
  justify-content: center;
}

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-e9189d51-46bd-421c-bc5e-63f75473de9d {
  padding-top: 3%;
padding-bottom: 10%;
}

#s-29b4a5a7-83a3-47f6-a86b-96a4aeeee7d9 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f {
  border-style: solid;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(231, 231, 231, 1);
border-style: solid;
text-align: center;
}


.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f {
  max-width: 100%;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f .shg-image-zoom,
.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f {
  max-width: 100%;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f .shg-image-zoom,
.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f {
  max-width: 100%;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f .shg-image-zoom,
.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f {
  max-width: 100%;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f .shg-image-zoom,
.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f {
  max-width: 100%;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f .shg-image-zoom,
.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cb62f37-3853-4188-a2d4-cecb671c4e4f .shg-image-zoom {
  
    margin: 0 auto;
  
}

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

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

#s-2582baff-71bf-4bd7-9121-b1a5f5cf41b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}

#s-2582baff-71bf-4bd7-9121-b1a5f5cf41b8 .shg-product-title-component h1 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1042a227-2309-47b8-80c3-c70f625cfcff {
  margin-top: 1px;
margin-bottom: 1px;
text-align: center;
}

#s-1042a227-2309-47b8-80c3-c70f625cfcff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-1042a227-2309-47b8-80c3-c70f625cfcff .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-1042a227-2309-47b8-80c3-c70f625cfcff .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-71d21cde-0040-4368-940d-1c5d62f587e0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 116, 29, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-71d21cde-0040-4368-940d-1c5d62f587e0:hover {background-color: rgba(252, 143, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-71d21cde-0040-4368-940d-1c5d62f587e0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-71d21cde-0040-4368-940d-1c5d62f587e0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71d21cde-0040-4368-940d-1c5d62f587e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71d21cde-0040-4368-940d-1c5d62f587e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-71d21cde-0040-4368-940d-1c5d62f587e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-192d56b2-1162-42b0-961a-63013b03f5a0 {
  display: none;
}
#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c {
  border-style: solid;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(231, 231, 231, 1);
border-style: solid;
text-align: center;
}


.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c {
  max-width: 100%;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c .shg-image-zoom,
.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c {
  max-width: 100%;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c .shg-image-zoom,
.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c {
  max-width: 100%;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c .shg-image-zoom,
.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c {
  max-width: 100%;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c .shg-image-zoom,
.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c {
  max-width: 100%;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c .shg-image-zoom,
.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a72c44e-e88b-4f25-9a4f-8fe65cc3807c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2f0030b5-2ee7-4f39-85fa-b7635c138ef1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}

#s-2f0030b5-2ee7-4f39-85fa-b7635c138ef1 .shg-product-title-component h1 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bd5fbd10-ed66-40b9-95a7-5450549d507f {
  margin-top: 1px;
margin-bottom: 1px;
text-align: center;
}

#s-bd5fbd10-ed66-40b9-95a7-5450549d507f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-bd5fbd10-ed66-40b9-95a7-5450549d507f .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-bd5fbd10-ed66-40b9-95a7-5450549d507f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fe91e2db-63e5-4dee-b4ab-8f71952e6558 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 116, 29, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-fe91e2db-63e5-4dee-b4ab-8f71952e6558:hover {background-color: rgba(252, 143, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fe91e2db-63e5-4dee-b4ab-8f71952e6558:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fe91e2db-63e5-4dee-b4ab-8f71952e6558 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe91e2db-63e5-4dee-b4ab-8f71952e6558.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe91e2db-63e5-4dee-b4ab-8f71952e6558.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fe91e2db-63e5-4dee-b4ab-8f71952e6558.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d4739d96-af27-405b-9dc6-a4f09afeb977 {
  display: none;
}
#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 {
  border-style: solid;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(231, 231, 231, 1);
border-style: solid;
text-align: center;
}


.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 {
  max-width: 100%;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 .shg-image-zoom,
.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 {
  max-width: 100%;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 .shg-image-zoom,
.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 {
  max-width: 100%;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 .shg-image-zoom,
.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 {
  max-width: 100%;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 .shg-image-zoom,
.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 {
  max-width: 100%;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 .shg-image-zoom,
.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6dd6c9b-6d08-4016-a51d-5ed374beef94 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-674699fc-5d9d-492a-9bff-8ed3e17c251f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}

#s-674699fc-5d9d-492a-9bff-8ed3e17c251f .shg-product-title-component h1 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-53c96b57-49f9-48e5-accf-b0783b166875 {
  margin-top: 1px;
margin-bottom: 1px;
text-align: center;
}

#s-53c96b57-49f9-48e5-accf-b0783b166875 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-53c96b57-49f9-48e5-accf-b0783b166875 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-53c96b57-49f9-48e5-accf-b0783b166875 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-94ebad75-c97b-4a39-875a-44e3095615cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 116, 29, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-94ebad75-c97b-4a39-875a-44e3095615cd:hover {background-color: rgba(252, 143, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-94ebad75-c97b-4a39-875a-44e3095615cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-94ebad75-c97b-4a39-875a-44e3095615cd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94ebad75-c97b-4a39-875a-44e3095615cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94ebad75-c97b-4a39-875a-44e3095615cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-94ebad75-c97b-4a39-875a-44e3095615cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-37ff3668-f750-4c4b-8b8d-bf9cb0b01bf2 {
  margin-bottom: 40px;
text-align: center;
}
@media (max-width: 767px){#s-37ff3668-f750-4c4b-8b8d-bf9cb0b01bf2 {
  margin-bottom: 30px;
}
}



  #s-37ff3668-f750-4c4b-8b8d-bf9cb0b01bf2 img.shogun-image {
    
    width: px;
  }


#s-37ff3668-f750-4c4b-8b8d-bf9cb0b01bf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7d74264-84f6-45b5-a848-79e2f568d061 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d7d74264-84f6-45b5-a848-79e2f568d061 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7d74264-84f6-45b5-a848-79e2f568d061 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7d74264-84f6-45b5-a848-79e2f568d061 {
  
}
}@media (max-width: 767px){#s-d7d74264-84f6-45b5-a848-79e2f568d061 {
  
}
}
#s-d7d74264-84f6-45b5-a848-79e2f568d061 .shogun-heading-component h2 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  
}



#s-edd7e326-d10c-4f93-b912-d25ae8fa564e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-edd7e326-d10c-4f93-b912-d25ae8fa564e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edd7e326-d10c-4f93-b912-d25ae8fa564e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-edd7e326-d10c-4f93-b912-d25ae8fa564e {
  
}
}@media (max-width: 767px){#s-edd7e326-d10c-4f93-b912-d25ae8fa564e {
  
}
}
#s-edd7e326-d10c-4f93-b912-d25ae8fa564e .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-c7356174-77c2-4d43-9aa7-69ce14d80055 {
  margin-bottom: 3%;
}

#s-811ac19a-685d-406e-9ecd-c32fef360216 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-811ac19a-685d-406e-9ecd-c32fef360216 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-811ac19a-685d-406e-9ecd-c32fef360216 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-811ac19a-685d-406e-9ecd-c32fef360216 {
  
}
}@media (max-width: 767px){#s-811ac19a-685d-406e-9ecd-c32fef360216 {
  
}
}
#s-811ac19a-685d-406e-9ecd-c32fef360216 .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-84eb1620-9cfe-4aec-943b-5ba93c83c711 {
  margin-bottom: 3%;
}

#s-894960ab-00f0-448d-9e12-ace35798cfb7 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-894960ab-00f0-448d-9e12-ace35798cfb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-894960ab-00f0-448d-9e12-ace35798cfb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-894960ab-00f0-448d-9e12-ace35798cfb7 {
  
}
}@media (max-width: 767px){#s-894960ab-00f0-448d-9e12-ace35798cfb7 {
  
}
}
#s-894960ab-00f0-448d-9e12-ace35798cfb7 .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-0f6f5069-8c06-498b-a461-6f243986a5dc {
  margin-bottom: 3%;
}

#s-8d703257-999b-46c2-a08f-fb26328716cd {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-8d703257-999b-46c2-a08f-fb26328716cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d703257-999b-46c2-a08f-fb26328716cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d703257-999b-46c2-a08f-fb26328716cd {
  
}
}@media (max-width: 767px){#s-8d703257-999b-46c2-a08f-fb26328716cd {
  
}
}
#s-8d703257-999b-46c2-a08f-fb26328716cd .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-d6d08dd0-5897-44bb-bb9e-f6d4c3c93aac {
  margin-bottom: 3%;
}

#s-6079dee7-c0f4-457a-9206-ff485fb2baf8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-6079dee7-c0f4-457a-9206-ff485fb2baf8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6079dee7-c0f4-457a-9206-ff485fb2baf8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6079dee7-c0f4-457a-9206-ff485fb2baf8 {
  
}
}@media (max-width: 767px){#s-6079dee7-c0f4-457a-9206-ff485fb2baf8 {
  
}
}
#s-6079dee7-c0f4-457a-9206-ff485fb2baf8 .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-3047a167-26b9-442a-af20-b58dda80e880 {
  margin-bottom: 3%;
}

#s-252c417f-10ae-48ed-b96a-092afb4248b2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-252c417f-10ae-48ed-b96a-092afb4248b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-252c417f-10ae-48ed-b96a-092afb4248b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-252c417f-10ae-48ed-b96a-092afb4248b2 {
  
}
}@media (max-width: 767px){#s-252c417f-10ae-48ed-b96a-092afb4248b2 {
  
}
}
#s-252c417f-10ae-48ed-b96a-092afb4248b2 .shogun-heading-component h3 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-d012ae80-c377-43c3-8525-ee18b2007238 {
  margin-bottom: 8%;
}

#s-63126014-fa34-4204-b489-638d0f850444 {
  margin-bottom: 40px;
text-align: center;
}
@media (max-width: 767px){#s-63126014-fa34-4204-b489-638d0f850444 {
  margin-bottom: 30px;
}
}



  #s-63126014-fa34-4204-b489-638d0f850444 img.shogun-image {
    
    width: px;
  }


#s-63126014-fa34-4204-b489-638d0f850444 .shogun-image-content {
  
    align-items: center;
  
}

#s-540a2a6f-9908-4805-a6fd-8f22e9bc2f1a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-540a2a6f-9908-4805-a6fd-8f22e9bc2f1a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-540a2a6f-9908-4805-a6fd-8f22e9bc2f1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-540a2a6f-9908-4805-a6fd-8f22e9bc2f1a {
  
}
}@media (max-width: 767px){#s-540a2a6f-9908-4805-a6fd-8f22e9bc2f1a {
  
}
}
#s-540a2a6f-9908-4805-a6fd-8f22e9bc2f1a .shogun-heading-component h2 {
  color: rgba(242, 116, 29, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  
}



#s-549f84f7-4ff6-42cd-85bb-6f66283cf190 {
  margin-bottom: 8%;
}

#s-482c2782-f705-4675-8424-d160e80ccd33 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e66ed103-9f96-4638-9f1d-b73771d11a4a {
  margin-bottom: 3%;
}

#s-a2eb1188-7334-4b4d-b352-987c31cdfc90 {
  margin-bottom: 20px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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