.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;
}

.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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-0c7d04a2-3f56-469e-a645-53df5ae3d56c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c7d04a2-3f56-469e-a645-53df5ae3d56c {
  display: none;
}
#s-0c7d04a2-3f56-469e-a645-53df5ae3d56c, #wrap-s-0c7d04a2-3f56-469e-a645-53df5ae3d56c, #wrap-content-s-0c7d04a2-3f56-469e-a645-53df5ae3d56c { display: none !important; }}@media (max-width: 767px){#s-0c7d04a2-3f56-469e-a645-53df5ae3d56c {
  display: none;
}
#s-0c7d04a2-3f56-469e-a645-53df5ae3d56c, #wrap-s-0c7d04a2-3f56-469e-a645-53df5ae3d56c, #wrap-content-s-0c7d04a2-3f56-469e-a645-53df5ae3d56c { display: none !important; }}







#s-0c7d04a2-3f56-469e-a645-53df5ae3d56c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c7d04a2-3f56-469e-a645-53df5ae3d56c.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;
  
  
  text-transform: none;
  
  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-8c472872-ea1c-4987-8523-90bd77c34547 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8c472872-ea1c-4987-8523-90bd77c34547 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c472872-ea1c-4987-8523-90bd77c34547 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c472872-ea1c-4987-8523-90bd77c34547 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-8c472872-ea1c-4987-8523-90bd77c34547 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-8c472872-ea1c-4987-8523-90bd77c34547 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



.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 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 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;
  
  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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-0d80f59c-a0c2-4c2b-83f1-66307f9a523f {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-0d80f59c-a0c2-4c2b-83f1-66307f9a523f {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d80f59c-a0c2-4c2b-83f1-66307f9a523f {
  margin-left: 14%;
margin-right: 14%;
}
}
.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-text {
  
  
}

.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-c097b1c5-0ecc-48a2-a109-86e7323d942f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 50px;
margin-bottom: 30px;
padding-top: 14px;
padding-left: 50px;
padding-bottom: 14px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 102, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c097b1c5-0ecc-48a2-a109-86e7323d942f:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c097b1c5-0ecc-48a2-a109-86e7323d942f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjVjMjc1OTgtNDg2OC00NDk4LThkYTAtY2I4Yjc4NjQ0MzAyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNWMyNzU5OC00ODY4LTQ0OTgtOGRhMC1jYjhiNzg2NDQzMDIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(250, 72, 6, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-c097b1c5-0ecc-48a2-a109-86e7323d942f-root {
    text-align: center;
  }


#s-c097b1c5-0ecc-48a2-a109-86e7323d942f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c097b1c5-0ecc-48a2-a109-86e7323d942f-root {
    text-align: center;
  }


#s-c097b1c5-0ecc-48a2-a109-86e7323d942f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c097b1c5-0ecc-48a2-a109-86e7323d942f-root {
    text-align: center;
  }


#s-c097b1c5-0ecc-48a2-a109-86e7323d942f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c097b1c5-0ecc-48a2-a109-86e7323d942f-root {
    text-align: center;
  }


#s-c097b1c5-0ecc-48a2-a109-86e7323d942f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c097b1c5-0ecc-48a2-a109-86e7323d942f-root {
    text-align: center;
  }


#s-c097b1c5-0ecc-48a2-a109-86e7323d942f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ac72f5da-136d-495d-aa54-28b3fdfb8c3c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ac72f5da-136d-495d-aa54-28b3fdfb8c3c {
  display: none;
}
#s-ac72f5da-136d-495d-aa54-28b3fdfb8c3c, #wrap-s-ac72f5da-136d-495d-aa54-28b3fdfb8c3c, #wrap-content-s-ac72f5da-136d-495d-aa54-28b3fdfb8c3c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac72f5da-136d-495d-aa54-28b3fdfb8c3c {
  display: none;
}
#s-ac72f5da-136d-495d-aa54-28b3fdfb8c3c, #wrap-s-ac72f5da-136d-495d-aa54-28b3fdfb8c3c, #wrap-content-s-ac72f5da-136d-495d-aa54-28b3fdfb8c3c { display: none !important; }}







#s-ac72f5da-136d-495d-aa54-28b3fdfb8c3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac72f5da-136d-495d-aa54-28b3fdfb8c3c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-c86e9daf-6e47-4ffd-8ac6-448d035d9c02 {
  margin-left: auto;
margin-right: auto;
max-width: 393px;
text-align: center;
}
@media (min-width: 1200px){#s-c86e9daf-6e47-4ffd-8ac6-448d035d9c02 {
  display: none;
}
#s-c86e9daf-6e47-4ffd-8ac6-448d035d9c02, #wrap-s-c86e9daf-6e47-4ffd-8ac6-448d035d9c02, #wrap-content-s-c86e9daf-6e47-4ffd-8ac6-448d035d9c02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c86e9daf-6e47-4ffd-8ac6-448d035d9c02 {
  display: none;
}
#s-c86e9daf-6e47-4ffd-8ac6-448d035d9c02, #wrap-s-c86e9daf-6e47-4ffd-8ac6-448d035d9c02, #wrap-content-s-c86e9daf-6e47-4ffd-8ac6-448d035d9c02 { display: none !important; }}
#s-c86e9daf-6e47-4ffd-8ac6-448d035d9c02 {
  overflow: hidden;
  
  
      max-width: 393px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-c86e9daf-6e47-4ffd-8ac6-448d035d9c02 img.shogun-image {
    

    
    
    
  }


#s-c86e9daf-6e47-4ffd-8ac6-448d035d9c02 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6c9cb429-c2ab-4327-af12-593829f48283 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-6c9cb429-c2ab-4327-af12-593829f48283 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c9cb429-c2ab-4327-af12-593829f48283.shg-box.shg-c {
  justify-content: center;
}

#s-c235ff3e-2ba8-45ea-9101-c731ba96004d {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c235ff3e-2ba8-45ea-9101-c731ba96004d {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c235ff3e-2ba8-45ea-9101-c731ba96004d {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c235ff3e-2ba8-45ea-9101-c731ba96004d {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-c235ff3e-2ba8-45ea-9101-c731ba96004d {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-c235ff3e-2ba8-45ea-9101-c731ba96004d .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-5f32ffae-2966-437d-8d10-1778c18ae2a7 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-5f32ffae-2966-437d-8d10-1778c18ae2a7 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f32ffae-2966-437d-8d10-1778c18ae2a7 {
  margin-left: 14%;
margin-right: 14%;
}
}
.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;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-d25b2035-97af-4f09-a3e7-7c4b0bffc826 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-d25b2035-97af-4f09-a3e7-7c4b0bffc826"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d25b2035-97af-4f09-a3e7-7c4b0bffc826"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d25b2035-97af-4f09-a3e7-7c4b0bffc826"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d25b2035-97af-4f09-a3e7-7c4b0bffc826"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-12ca37c2-8242-4845-b0cb-54e42c475711 {
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12ca37c2-8242-4845-b0cb-54e42c475711 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-12ca37c2-8242-4845-b0cb-54e42c475711 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-12ca37c2-8242-4845-b0cb-54e42c475711"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12ca37c2-8242-4845-b0cb-54e42c475711"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-12ca37c2-8242-4845-b0cb-54e42c475711"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-12ca37c2-8242-4845-b0cb-54e42c475711"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-f5d52078-7170-40ed-ae95-ffc59cf1699c {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-f5d52078-7170-40ed-ae95-ffc59cf1699c {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5d52078-7170-40ed-ae95-ffc59cf1699c {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5d52078-7170-40ed-ae95-ffc59cf1699c {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-f5d52078-7170-40ed-ae95-ffc59cf1699c {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-f5d52078-7170-40ed-ae95-ffc59cf1699c .shogun-heading-component h2 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  
  
}



#s-ba34e4b0-e06b-4dbd-9692-373afe5c44c9 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
aspect-ratio: 320/252;
text-align: center;
}

#s-ba34e4b0-e06b-4dbd-9692-373afe5c44c9 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ba34e4b0-e06b-4dbd-9692-373afe5c44c9 img.shogun-image,
  #s-ba34e4b0-e06b-4dbd-9692-373afe5c44c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba34e4b0-e06b-4dbd-9692-373afe5c44c9 {
    width: 100%;
    height: auto;
  }



  #s-ba34e4b0-e06b-4dbd-9692-373afe5c44c9 img.shogun-image {
    

    
    
    
  }


#s-ba34e4b0-e06b-4dbd-9692-373afe5c44c9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f5c98f1c-9daa-47c9-8144-59e3eee22739 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-f5c98f1c-9daa-47c9-8144-59e3eee22739:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f5c98f1c-9daa-47c9-8144-59e3eee22739:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTI4OTE1ZjktNDZjZC00NzdmLTkzODQtNmMzNGNhMTkzOGM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMjg5MTVmOS00NmNkLTQ3N2YtOTM4NC02YzM0Y2ExOTM4YzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-f5c98f1c-9daa-47c9-8144-59e3eee22739-root {
    text-align: center;
  }


#s-f5c98f1c-9daa-47c9-8144-59e3eee22739.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5c98f1c-9daa-47c9-8144-59e3eee22739-root {
    text-align: center;
  }


#s-f5c98f1c-9daa-47c9-8144-59e3eee22739.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5c98f1c-9daa-47c9-8144-59e3eee22739-root {
    text-align: center;
  }


#s-f5c98f1c-9daa-47c9-8144-59e3eee22739.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5c98f1c-9daa-47c9-8144-59e3eee22739-root {
    text-align: center;
  }


#s-f5c98f1c-9daa-47c9-8144-59e3eee22739.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5c98f1c-9daa-47c9-8144-59e3eee22739-root {
    text-align: center;
  }


#s-f5c98f1c-9daa-47c9-8144-59e3eee22739.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-535b08fb-7a94-4794-a233-e792e9e3d394 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-535b08fb-7a94-4794-a233-e792e9e3d394 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-535b08fb-7a94-4794-a233-e792e9e3d394 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-535b08fb-7a94-4794-a233-e792e9e3d394 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-535b08fb-7a94-4794-a233-e792e9e3d394 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-535b08fb-7a94-4794-a233-e792e9e3d394 .shogun-heading-component h2 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  
  
}



#s-4d06d336-f4a0-438b-b5ca-eb2acfc735a3 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-4d06d336-f4a0-438b-b5ca-eb2acfc735a3 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-4d06d336-f4a0-438b-b5ca-eb2acfc735a3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b949a2eb-4def-4329-8118-676a8cc86e6f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-b949a2eb-4def-4329-8118-676a8cc86e6f:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b949a2eb-4def-4329-8118-676a8cc86e6f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2MyNjM3MGYtYjFmNC00NGMzLThkZWYtOGZlNzUxZDI5YmQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYzI2MzcwZi1iMWY0LTQ0YzMtOGRlZi04ZmU3NTFkMjliZDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-b949a2eb-4def-4329-8118-676a8cc86e6f-root {
    text-align: center;
  }


#s-b949a2eb-4def-4329-8118-676a8cc86e6f.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b949a2eb-4def-4329-8118-676a8cc86e6f-root {
    text-align: center;
  }


#s-b949a2eb-4def-4329-8118-676a8cc86e6f.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b949a2eb-4def-4329-8118-676a8cc86e6f-root {
    text-align: center;
  }


#s-b949a2eb-4def-4329-8118-676a8cc86e6f.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b949a2eb-4def-4329-8118-676a8cc86e6f-root {
    text-align: center;
  }


#s-b949a2eb-4def-4329-8118-676a8cc86e6f.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b949a2eb-4def-4329-8118-676a8cc86e6f-root {
    text-align: center;
  }


#s-b949a2eb-4def-4329-8118-676a8cc86e6f.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-45b2da36-9f84-48e6-8d65-228fca4f6434 {
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-45b2da36-9f84-48e6-8d65-228fca4f6434 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-45b2da36-9f84-48e6-8d65-228fca4f6434 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-45b2da36-9f84-48e6-8d65-228fca4f6434"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45b2da36-9f84-48e6-8d65-228fca4f6434"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-45b2da36-9f84-48e6-8d65-228fca4f6434"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-45b2da36-9f84-48e6-8d65-228fca4f6434"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-bde91aa3-85b6-4438-b971-31e03eb93b67 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-bde91aa3-85b6-4438-b971-31e03eb93b67 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bde91aa3-85b6-4438-b971-31e03eb93b67 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bde91aa3-85b6-4438-b971-31e03eb93b67 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-bde91aa3-85b6-4438-b971-31e03eb93b67 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-bde91aa3-85b6-4438-b971-31e03eb93b67 .shogun-heading-component h2 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  
  
}



#s-c20da1a6-b855-4af6-9f38-8d4b72377525 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-c20da1a6-b855-4af6-9f38-8d4b72377525 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-c20da1a6-b855-4af6-9f38-8d4b72377525 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RkODY4MzEtYjBhOS00ZGZjLWJlMmMtOTc5NWQ3N2ZjOTgzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGQ4NjgzMS1iMGE5LTRkZmMtYmUyYy05Nzk1ZDc3ZmM5ODMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9-root {
    text-align: center;
  }


#s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9-root {
    text-align: center;
  }


#s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9-root {
    text-align: center;
  }


#s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9-root {
    text-align: center;
  }


#s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9-root {
    text-align: center;
  }


#s-5c5ad5ac-ccd8-4b8f-aa9e-5a22c0741eb9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3efaedaa-4dad-4b21-a0c6-1e5f7fb3e08a {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-3efaedaa-4dad-4b21-a0c6-1e5f7fb3e08a {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3efaedaa-4dad-4b21-a0c6-1e5f7fb3e08a {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3efaedaa-4dad-4b21-a0c6-1e5f7fb3e08a {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-3efaedaa-4dad-4b21-a0c6-1e5f7fb3e08a {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-3efaedaa-4dad-4b21-a0c6-1e5f7fb3e08a .shogun-heading-component h2 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  
  
}



#s-fb977fee-9939-4d43-86dc-9b1955c99ea0 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-fb977fee-9939-4d43-86dc-9b1955c99ea0 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-fb977fee-9939-4d43-86dc-9b1955c99ea0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjEzZjZkMzUtNTM2Yy00MDk4LTllYjgtNTFmNTJmNDU4MTEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMTNmNmQzNS01MzZjLTQwOTgtOWViOC01MWY1MmY0NTgxMTIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c-root {
    text-align: center;
  }


#s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c-root {
    text-align: center;
  }


#s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c-root {
    text-align: center;
  }


#s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c-root {
    text-align: center;
  }


#s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c-root {
    text-align: center;
  }


#s-2d6a87a4-3544-4942-aa3e-65ae1e4baa7c.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-586c7d37-94f0-47bd-b230-80784e01c669 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 102, 1);
}
@media (min-width: 1200px){#s-586c7d37-94f0-47bd-b230-80784e01c669 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-586c7d37-94f0-47bd-b230-80784e01c669 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-586c7d37-94f0-47bd-b230-80784e01c669 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-586c7d37-94f0-47bd-b230-80784e01c669 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-586c7d37-94f0-47bd-b230-80784e01c669 .shogun-heading-component h3 {
  color: rgba(254, 254, 254, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-9f05f3a5-8b30-425d-a0bc-9358ee819fe9 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-9f05f3a5-8b30-425d-a0bc-9358ee819fe9 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f05f3a5-8b30-425d-a0bc-9358ee819fe9 {
  margin-left: 14%;
margin-right: 14%;
}
}
#s-3304f6df-db3a-4916-a766-b026c44fe6ee {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-3304f6df-db3a-4916-a766-b026c44fe6ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3304f6df-db3a-4916-a766-b026c44fe6ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3304f6df-db3a-4916-a766-b026c44fe6ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3304f6df-db3a-4916-a766-b026c44fe6ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-514be6a5-d319-45ec-b786-1afb0d5b0a86 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(239, 239, 239, 1);
border-style: none;
min-height: 50px;
}








#s-514be6a5-d319-45ec-b786-1afb0d5b0a86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-514be6a5-d319-45ec-b786-1afb0d5b0a86.shg-box.shg-c {
  justify-content: center;
}

#s-8846f0e3-52a7-4b68-9ed6-7cd05a86a807 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-8846f0e3-52a7-4b68-9ed6-7cd05a86a807 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8846f0e3-52a7-4b68-9ed6-7cd05a86a807 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8846f0e3-52a7-4b68-9ed6-7cd05a86a807 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-8846f0e3-52a7-4b68-9ed6-7cd05a86a807 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-8846f0e3-52a7-4b68-9ed6-7cd05a86a807 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-45bee7f3-553d-46a1-b382-7f412062a194 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-45bee7f3-553d-46a1-b382-7f412062a194:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-45bee7f3-553d-46a1-b382-7f412062a194:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGI0MWZlNmEtNjliNy00Zjk0LWJkNTItYTlmODUxOTQxMWI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YjQxZmU2YS02OWI3LTRmOTQtYmQ1Mi1hOWY4NTE5NDExYjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-45bee7f3-553d-46a1-b382-7f412062a194-root {
    text-align: center;
  }


#s-45bee7f3-553d-46a1-b382-7f412062a194.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-45bee7f3-553d-46a1-b382-7f412062a194-root {
    text-align: center;
  }


#s-45bee7f3-553d-46a1-b382-7f412062a194.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45bee7f3-553d-46a1-b382-7f412062a194-root {
    text-align: center;
  }


#s-45bee7f3-553d-46a1-b382-7f412062a194.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45bee7f3-553d-46a1-b382-7f412062a194-root {
    text-align: center;
  }


#s-45bee7f3-553d-46a1-b382-7f412062a194.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-45bee7f3-553d-46a1-b382-7f412062a194-root {
    text-align: center;
  }


#s-45bee7f3-553d-46a1-b382-7f412062a194.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8b6b2f2e-10f2-4fa9-ae6c-894c6102ca7b {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b6b2f2e-10f2-4fa9-ae6c-894c6102ca7b {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-8b6b2f2e-10f2-4fa9-ae6c-894c6102ca7b {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-8b6b2f2e-10f2-4fa9-ae6c-894c6102ca7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b6b2f2e-10f2-4fa9-ae6c-894c6102ca7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8b6b2f2e-10f2-4fa9-ae6c-894c6102ca7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b6b2f2e-10f2-4fa9-ae6c-894c6102ca7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e101290b-9b62-4ea8-b258-953cda875c4f {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-e101290b-9b62-4ea8-b258-953cda875c4f {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e101290b-9b62-4ea8-b258-953cda875c4f .shogun-image-content {
  
    justify-content: center;
  
}

#s-fe97b348-ba81-47eb-8cbb-bc8d6580df90 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-459f0c5f-164b-4093-887c-0449d6f81373 {
  min-height: 50px;
}








#s-459f0c5f-164b-4093-887c-0449d6f81373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-459f0c5f-164b-4093-887c-0449d6f81373.shg-box.shg-c {
  justify-content: center;
}

#s-1c42a7fd-fb8f-4140-ad1a-4b3164e429ae {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c42a7fd-fb8f-4140-ad1a-4b3164e429ae {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-1c42a7fd-fb8f-4140-ad1a-4b3164e429ae {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-1c42a7fd-fb8f-4140-ad1a-4b3164e429ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c42a7fd-fb8f-4140-ad1a-4b3164e429ae.shg-box.shg-c {
  justify-content: center;
}

#s-cbf79dda-de6d-46db-a792-40e8370b54c3 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-af265083-8020-4737-9a31-16f639aaa528 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-3d89449a-502f-4750-8bf8-6e596425cf8f {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-b9cd30ff-48e2-4601-a1e6-a5a4e21aedf7 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(239, 239, 239, 1);
border-style: none;
min-height: 50px;
}








#s-b9cd30ff-48e2-4601-a1e6-a5a4e21aedf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9cd30ff-48e2-4601-a1e6-a5a4e21aedf7.shg-box.shg-c {
  justify-content: center;
}

#s-fb0a2942-7ae9-49e7-a33d-a7f677d78fb1 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-fb0a2942-7ae9-49e7-a33d-a7f677d78fb1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb0a2942-7ae9-49e7-a33d-a7f677d78fb1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb0a2942-7ae9-49e7-a33d-a7f677d78fb1 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-fb0a2942-7ae9-49e7-a33d-a7f677d78fb1 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-fb0a2942-7ae9-49e7-a33d-a7f677d78fb1 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-f8fc5acf-606e-44af-9936-3a399b972a3a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-f8fc5acf-606e-44af-9936-3a399b972a3a:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f8fc5acf-606e-44af-9936-3a399b972a3a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDM2ZDg1MDgtNWM1Yi00MzhiLTg1YmQtZDk2NGQ3NTBiNmEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzZkODUwOC01YzViLTQzOGItODViZC1kOTY0ZDc1MGI2YTIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-f8fc5acf-606e-44af-9936-3a399b972a3a-root {
    text-align: center;
  }


#s-f8fc5acf-606e-44af-9936-3a399b972a3a.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8fc5acf-606e-44af-9936-3a399b972a3a-root {
    text-align: center;
  }


#s-f8fc5acf-606e-44af-9936-3a399b972a3a.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8fc5acf-606e-44af-9936-3a399b972a3a-root {
    text-align: center;
  }


#s-f8fc5acf-606e-44af-9936-3a399b972a3a.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8fc5acf-606e-44af-9936-3a399b972a3a-root {
    text-align: center;
  }


#s-f8fc5acf-606e-44af-9936-3a399b972a3a.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8fc5acf-606e-44af-9936-3a399b972a3a-root {
    text-align: center;
  }


#s-f8fc5acf-606e-44af-9936-3a399b972a3a.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4738fa27-cce1-4a29-a536-7bb418e00e8d {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-4738fa27-cce1-4a29-a536-7bb418e00e8d {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-4738fa27-cce1-4a29-a536-7bb418e00e8d {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-4738fa27-cce1-4a29-a536-7bb418e00e8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4738fa27-cce1-4a29-a536-7bb418e00e8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4738fa27-cce1-4a29-a536-7bb418e00e8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4738fa27-cce1-4a29-a536-7bb418e00e8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-f6d2f65d-e9cc-488b-b250-7cbc838b8db9 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-f6d2f65d-e9cc-488b-b250-7cbc838b8db9 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f6d2f65d-e9cc-488b-b250-7cbc838b8db9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e89875ad-4165-4f0e-bcd2-0917ceb3a4e3 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-41aacf6a-184f-4e16-836e-370f90818ab3 {
  min-height: 50px;
}








#s-41aacf6a-184f-4e16-836e-370f90818ab3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41aacf6a-184f-4e16-836e-370f90818ab3.shg-box.shg-c {
  justify-content: center;
}

#s-ab58b04d-863a-4ff7-9d7f-4cf233f6838c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab58b04d-863a-4ff7-9d7f-4cf233f6838c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ab58b04d-863a-4ff7-9d7f-4cf233f6838c {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-ab58b04d-863a-4ff7-9d7f-4cf233f6838c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab58b04d-863a-4ff7-9d7f-4cf233f6838c.shg-box.shg-c {
  justify-content: center;
}

#s-136416b3-2c8b-4263-acfb-d01741fd6472 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-d77c8377-a363-43ef-98f3-0ee3080bfa14 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-7ada73c9-1819-406a-9216-6ae497a855f5 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-c21f875d-ec35-4350-a3ef-1c1e0f6cb8c1 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 102, 1);
}
@media (min-width: 1200px){#s-c21f875d-ec35-4350-a3ef-1c1e0f6cb8c1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c21f875d-ec35-4350-a3ef-1c1e0f6cb8c1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c21f875d-ec35-4350-a3ef-1c1e0f6cb8c1 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-c21f875d-ec35-4350-a3ef-1c1e0f6cb8c1 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-c21f875d-ec35-4350-a3ef-1c1e0f6cb8c1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-dd0678d8-3267-4965-b45d-da63e6035c73 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-dd0678d8-3267-4965-b45d-da63e6035c73 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd0678d8-3267-4965-b45d-da63e6035c73 {
  margin-left: 14%;
margin-right: 14%;
}
}
#s-c5b7edce-7658-4751-947d-4c2f7e874e14 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-c5b7edce-7658-4751-947d-4c2f7e874e14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5b7edce-7658-4751-947d-4c2f7e874e14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c5b7edce-7658-4751-947d-4c2f7e874e14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5b7edce-7658-4751-947d-4c2f7e874e14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-907f084c-880f-4a69-adcd-6377cdfa544a {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-907f084c-880f-4a69-adcd-6377cdfa544a {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-907f084c-880f-4a69-adcd-6377cdfa544a {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-907f084c-880f-4a69-adcd-6377cdfa544a {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-907f084c-880f-4a69-adcd-6377cdfa544a {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-907f084c-880f-4a69-adcd-6377cdfa544a .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-98856f70-597d-48b9-a16c-6ad1ef237127 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-98856f70-597d-48b9-a16c-6ad1ef237127:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-98856f70-597d-48b9-a16c-6ad1ef237127:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzM2ODY3MzUtMjczOS00MGEyLWI0YjgtNjlhMjBkZmY5MGYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMzY4NjczNS0yNzM5LTQwYTItYjRiOC02OWEyMGRmZjkwZjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-98856f70-597d-48b9-a16c-6ad1ef237127-root {
    text-align: center;
  }


#s-98856f70-597d-48b9-a16c-6ad1ef237127.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-98856f70-597d-48b9-a16c-6ad1ef237127-root {
    text-align: center;
  }


#s-98856f70-597d-48b9-a16c-6ad1ef237127.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98856f70-597d-48b9-a16c-6ad1ef237127-root {
    text-align: center;
  }


#s-98856f70-597d-48b9-a16c-6ad1ef237127.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98856f70-597d-48b9-a16c-6ad1ef237127-root {
    text-align: center;
  }


#s-98856f70-597d-48b9-a16c-6ad1ef237127.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-98856f70-597d-48b9-a16c-6ad1ef237127-root {
    text-align: center;
  }


#s-98856f70-597d-48b9-a16c-6ad1ef237127.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ba6c207d-b5d8-4920-b25c-a01f5fe27eec {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba6c207d-b5d8-4920-b25c-a01f5fe27eec {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-ba6c207d-b5d8-4920-b25c-a01f5fe27eec {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-ba6c207d-b5d8-4920-b25c-a01f5fe27eec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba6c207d-b5d8-4920-b25c-a01f5fe27eec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ba6c207d-b5d8-4920-b25c-a01f5fe27eec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba6c207d-b5d8-4920-b25c-a01f5fe27eec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-45f2680f-d2a9-4044-a55c-c23721282edc {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-45f2680f-d2a9-4044-a55c-c23721282edc {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-45f2680f-d2a9-4044-a55c-c23721282edc img.shogun-image {
    

    
    
    
  }


#s-45f2680f-d2a9-4044-a55c-c23721282edc .shogun-image-content {
  
    justify-content: center;
  
}

#s-87d5fd24-0f2a-4f84-9a46-1cdfa1ffb6a8 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-87d5fd24-0f2a-4f84-9a46-1cdfa1ffb6a8 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-87d5fd24-0f2a-4f84-9a46-1cdfa1ffb6a8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4d44a834-0ddc-4748-8578-145328fe1cff {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-c80f3be2-469f-402d-8366-ee53560cadf0 {
  min-height: 50px;
}








#s-c80f3be2-469f-402d-8366-ee53560cadf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c80f3be2-469f-402d-8366-ee53560cadf0.shg-box.shg-c {
  justify-content: center;
}

#s-4249edc0-14cd-4d2b-8432-b5dfc89adc0d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4249edc0-14cd-4d2b-8432-b5dfc89adc0d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-4249edc0-14cd-4d2b-8432-b5dfc89adc0d {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-4249edc0-14cd-4d2b-8432-b5dfc89adc0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4249edc0-14cd-4d2b-8432-b5dfc89adc0d.shg-box.shg-c {
  justify-content: center;
}

#s-27c175b1-320e-4f88-b9bf-1921c9a79f20 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-428000ba-cb49-4252-b424-2db31aa49629 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-37f54e63-f053-4f1c-9c12-497ee2d9bc9f {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-fdde5f8e-d2d5-4abd-ab83-7cb0a0cf5ec8 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-fdde5f8e-d2d5-4abd-ab83-7cb0a0cf5ec8 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdde5f8e-d2d5-4abd-ab83-7cb0a0cf5ec8 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdde5f8e-d2d5-4abd-ab83-7cb0a0cf5ec8 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-fdde5f8e-d2d5-4abd-ab83-7cb0a0cf5ec8 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-fdde5f8e-d2d5-4abd-ab83-7cb0a0cf5ec8 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-07defa5c-3413-4d27-a6fa-35031d855bd2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-07defa5c-3413-4d27-a6fa-35031d855bd2:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-07defa5c-3413-4d27-a6fa-35031d855bd2:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGYzYjEwOTEtZTYzNC00MjcxLTk3YTUtNGFmNzQyMjgwNDI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZjNiMTA5MS1lNjM0LTQyNzEtOTdhNS00YWY3NDIyODA0MjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-07defa5c-3413-4d27-a6fa-35031d855bd2-root {
    text-align: center;
  }


#s-07defa5c-3413-4d27-a6fa-35031d855bd2.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07defa5c-3413-4d27-a6fa-35031d855bd2-root {
    text-align: center;
  }


#s-07defa5c-3413-4d27-a6fa-35031d855bd2.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07defa5c-3413-4d27-a6fa-35031d855bd2-root {
    text-align: center;
  }


#s-07defa5c-3413-4d27-a6fa-35031d855bd2.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07defa5c-3413-4d27-a6fa-35031d855bd2-root {
    text-align: center;
  }


#s-07defa5c-3413-4d27-a6fa-35031d855bd2.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07defa5c-3413-4d27-a6fa-35031d855bd2-root {
    text-align: center;
  }


#s-07defa5c-3413-4d27-a6fa-35031d855bd2.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-02594303-1694-4436-b0fc-33d646a106a8 {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-02594303-1694-4436-b0fc-33d646a106a8 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-02594303-1694-4436-b0fc-33d646a106a8 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-02594303-1694-4436-b0fc-33d646a106a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02594303-1694-4436-b0fc-33d646a106a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-02594303-1694-4436-b0fc-33d646a106a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-02594303-1694-4436-b0fc-33d646a106a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e28c9b86-689e-48ed-8237-8b8da6be82dc {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-e28c9b86-689e-48ed-8237-8b8da6be82dc {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e28c9b86-689e-48ed-8237-8b8da6be82dc .shogun-image-content {
  
    justify-content: center;
  
}

#s-2aac59f6-4e2b-4dee-8ba8-dcf69308f6e4 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-1eb1ebbc-b550-4035-877c-c18b5527d3fd {
  min-height: 50px;
}








#s-1eb1ebbc-b550-4035-877c-c18b5527d3fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1eb1ebbc-b550-4035-877c-c18b5527d3fd.shg-box.shg-c {
  justify-content: center;
}

#s-52b7bfc1-0ad8-4b78-8e06-1cf214cfc9ac {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-52b7bfc1-0ad8-4b78-8e06-1cf214cfc9ac {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-52b7bfc1-0ad8-4b78-8e06-1cf214cfc9ac {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-52b7bfc1-0ad8-4b78-8e06-1cf214cfc9ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52b7bfc1-0ad8-4b78-8e06-1cf214cfc9ac.shg-box.shg-c {
  justify-content: center;
}

#s-f914866b-0309-4b7f-8ef1-f9aeecd11790 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-b488b4d0-324e-4368-805a-39d578d882e9 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-1ef9bede-3b63-4838-a42e-3291a301a1a7 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-b383493c-a3b4-4931-8584-eb807a0bb1a7 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-b383493c-a3b4-4931-8584-eb807a0bb1a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b383493c-a3b4-4931-8584-eb807a0bb1a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b383493c-a3b4-4931-8584-eb807a0bb1a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b383493c-a3b4-4931-8584-eb807a0bb1a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d225361e-1f27-4add-b1c7-350911c94bb2 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-d225361e-1f27-4add-b1c7-350911c94bb2 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d225361e-1f27-4add-b1c7-350911c94bb2 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d225361e-1f27-4add-b1c7-350911c94bb2 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-d225361e-1f27-4add-b1c7-350911c94bb2 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-d225361e-1f27-4add-b1c7-350911c94bb2 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-dd5426a7-0c6d-41c7-9d11-85650f700ac4 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-dd5426a7-0c6d-41c7-9d11-85650f700ac4:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dd5426a7-0c6d-41c7-9d11-85650f700ac4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDVkZGFmZTgtN2FhZC00MGI4LWJhODUtN2NjNmYyZjRlYzNlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNWRkYWZlOC03YWFkLTQwYjgtYmE4NS03Y2M2ZjJmNGVjM2UpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-dd5426a7-0c6d-41c7-9d11-85650f700ac4-root {
    text-align: center;
  }


#s-dd5426a7-0c6d-41c7-9d11-85650f700ac4.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd5426a7-0c6d-41c7-9d11-85650f700ac4-root {
    text-align: center;
  }


#s-dd5426a7-0c6d-41c7-9d11-85650f700ac4.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd5426a7-0c6d-41c7-9d11-85650f700ac4-root {
    text-align: center;
  }


#s-dd5426a7-0c6d-41c7-9d11-85650f700ac4.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd5426a7-0c6d-41c7-9d11-85650f700ac4-root {
    text-align: center;
  }


#s-dd5426a7-0c6d-41c7-9d11-85650f700ac4.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd5426a7-0c6d-41c7-9d11-85650f700ac4-root {
    text-align: center;
  }


#s-dd5426a7-0c6d-41c7-9d11-85650f700ac4.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-915302d4-54bf-4fa2-8e1f-9dbf80da741d {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-915302d4-54bf-4fa2-8e1f-9dbf80da741d {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-915302d4-54bf-4fa2-8e1f-9dbf80da741d {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-915302d4-54bf-4fa2-8e1f-9dbf80da741d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-915302d4-54bf-4fa2-8e1f-9dbf80da741d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-915302d4-54bf-4fa2-8e1f-9dbf80da741d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-915302d4-54bf-4fa2-8e1f-9dbf80da741d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-89be2b94-8735-4e5f-a2fd-50f0e877d213 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-89be2b94-8735-4e5f-a2fd-50f0e877d213 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-89be2b94-8735-4e5f-a2fd-50f0e877d213 img.shogun-image {
    

    
    
    
  }


#s-89be2b94-8735-4e5f-a2fd-50f0e877d213 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1a179f9b-39cd-4142-a699-8e4513f8d916 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-1a179f9b-39cd-4142-a699-8e4513f8d916 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-1a179f9b-39cd-4142-a699-8e4513f8d916 img.shogun-image {
    

    
    
    
  }


#s-1a179f9b-39cd-4142-a699-8e4513f8d916 .shogun-image-content {
  
    justify-content: center;
  
}

#s-eb1639b3-86a6-417b-a6e0-d6c465970bda {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-6b5c852b-0bc0-4933-9840-2a4e703f43e5 {
  min-height: 50px;
}








#s-6b5c852b-0bc0-4933-9840-2a4e703f43e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b5c852b-0bc0-4933-9840-2a4e703f43e5.shg-box.shg-c {
  justify-content: center;
}

#s-b6000779-02e8-4383-9838-e6e20253ccea {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6000779-02e8-4383-9838-e6e20253ccea {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b6000779-02e8-4383-9838-e6e20253ccea {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-b6000779-02e8-4383-9838-e6e20253ccea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6000779-02e8-4383-9838-e6e20253ccea.shg-box.shg-c {
  justify-content: center;
}

#s-361352e5-b88c-46e2-86ba-c1997471b09f {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-610650fc-9209-4041-a923-e010c6036fd0 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-3bb579e0-8c77-48ed-94d8-b56d0eb25f21 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-6d9aec44-d521-4f37-b807-535d4bbbfabe {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-6d9aec44-d521-4f37-b807-535d4bbbfabe {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d9aec44-d521-4f37-b807-535d4bbbfabe {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d9aec44-d521-4f37-b807-535d4bbbfabe {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-6d9aec44-d521-4f37-b807-535d4bbbfabe {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-6d9aec44-d521-4f37-b807-535d4bbbfabe .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  
}



#s-67db2920-3df3-4046-830a-af91e6c8292d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-67db2920-3df3-4046-830a-af91e6c8292d:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-67db2920-3df3-4046-830a-af91e6c8292d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDhiYzc1M2MtY2MxNS00OGNmLWE1MzAtMmI2YjZmOWNkNmMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwOGJjNzUzYy1jYzE1LTQ4Y2YtYTUzMC0yYjZiNmY5Y2Q2YzApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-67db2920-3df3-4046-830a-af91e6c8292d-root {
    text-align: center;
  }


#s-67db2920-3df3-4046-830a-af91e6c8292d.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67db2920-3df3-4046-830a-af91e6c8292d-root {
    text-align: center;
  }


#s-67db2920-3df3-4046-830a-af91e6c8292d.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67db2920-3df3-4046-830a-af91e6c8292d-root {
    text-align: center;
  }


#s-67db2920-3df3-4046-830a-af91e6c8292d.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67db2920-3df3-4046-830a-af91e6c8292d-root {
    text-align: center;
  }


#s-67db2920-3df3-4046-830a-af91e6c8292d.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67db2920-3df3-4046-830a-af91e6c8292d-root {
    text-align: center;
  }


#s-67db2920-3df3-4046-830a-af91e6c8292d.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d757b978-d94b-42ca-b659-dcd80a9fd607 {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-d757b978-d94b-42ca-b659-dcd80a9fd607 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-d757b978-d94b-42ca-b659-dcd80a9fd607 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-d757b978-d94b-42ca-b659-dcd80a9fd607"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d757b978-d94b-42ca-b659-dcd80a9fd607"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d757b978-d94b-42ca-b659-dcd80a9fd607"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d757b978-d94b-42ca-b659-dcd80a9fd607"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b64c3de4-f853-4cdc-8466-bf94e8a6b4e4 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-b64c3de4-f853-4cdc-8466-bf94e8a6b4e4 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b64c3de4-f853-4cdc-8466-bf94e8a6b4e4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cb1cbfef-b09d-46ba-8e85-11ea6363e7a4 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-0dc68548-e203-44eb-82ee-06c9815b8988 {
  min-height: 50px;
}








#s-0dc68548-e203-44eb-82ee-06c9815b8988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0dc68548-e203-44eb-82ee-06c9815b8988.shg-box.shg-c {
  justify-content: center;
}

#s-f211db03-11cc-4ef9-96bd-513ab03e3ec0 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f211db03-11cc-4ef9-96bd-513ab03e3ec0 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f211db03-11cc-4ef9-96bd-513ab03e3ec0 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-f211db03-11cc-4ef9-96bd-513ab03e3ec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f211db03-11cc-4ef9-96bd-513ab03e3ec0.shg-box.shg-c {
  justify-content: center;
}

#s-f60d9047-f590-40d8-b9a8-feb5032b740c {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-85f4d4e7-18ca-4bbc-820b-72d332742955 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-ab88edaa-6f7b-46bd-a3cb-94eb1e7f9a40 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-bacbb358-7645-4d8a-bea9-088ae4335632 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-bacbb358-7645-4d8a-bea9-088ae4335632"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bacbb358-7645-4d8a-bea9-088ae4335632"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bacbb358-7645-4d8a-bea9-088ae4335632"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bacbb358-7645-4d8a-bea9-088ae4335632"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d094816a-9f8e-4652-a574-74e03c71fc78 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-d094816a-9f8e-4652-a574-74e03c71fc78 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d094816a-9f8e-4652-a574-74e03c71fc78 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d094816a-9f8e-4652-a574-74e03c71fc78 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-d094816a-9f8e-4652-a574-74e03c71fc78 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-d094816a-9f8e-4652-a574-74e03c71fc78 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-77be8794-1bd8-4315-89e3-1a0cd52971d7 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-77be8794-1bd8-4315-89e3-1a0cd52971d7:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-77be8794-1bd8-4315-89e3-1a0cd52971d7:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTFlMDU1ZmMtNGMyNC00YjAyLTgzNTgtYTgyZmVjZGUxYWNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MWUwNTVmYy00YzI0LTRiMDItODM1OC1hODJmZWNkZTFhY2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-77be8794-1bd8-4315-89e3-1a0cd52971d7-root {
    text-align: center;
  }


#s-77be8794-1bd8-4315-89e3-1a0cd52971d7.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-77be8794-1bd8-4315-89e3-1a0cd52971d7-root {
    text-align: center;
  }


#s-77be8794-1bd8-4315-89e3-1a0cd52971d7.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77be8794-1bd8-4315-89e3-1a0cd52971d7-root {
    text-align: center;
  }


#s-77be8794-1bd8-4315-89e3-1a0cd52971d7.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77be8794-1bd8-4315-89e3-1a0cd52971d7-root {
    text-align: center;
  }


#s-77be8794-1bd8-4315-89e3-1a0cd52971d7.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-77be8794-1bd8-4315-89e3-1a0cd52971d7-root {
    text-align: center;
  }


#s-77be8794-1bd8-4315-89e3-1a0cd52971d7.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a6ca469d-889f-4474-94f7-243bfc3de6ad {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6ca469d-889f-4474-94f7-243bfc3de6ad {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-a6ca469d-889f-4474-94f7-243bfc3de6ad {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-a6ca469d-889f-4474-94f7-243bfc3de6ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6ca469d-889f-4474-94f7-243bfc3de6ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a6ca469d-889f-4474-94f7-243bfc3de6ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6ca469d-889f-4474-94f7-243bfc3de6ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-1db96cb9-181d-4196-8e54-d951af0de206 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-1db96cb9-181d-4196-8e54-d951af0de206 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-1db96cb9-181d-4196-8e54-d951af0de206 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cff69a22-345f-42c3-80d4-6329f830063e {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-e4af14e0-3b95-4c85-aee2-f95cf465d16c {
  min-height: 50px;
}








#s-e4af14e0-3b95-4c85-aee2-f95cf465d16c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4af14e0-3b95-4c85-aee2-f95cf465d16c.shg-box.shg-c {
  justify-content: center;
}

#s-c2f17cec-e64d-4d39-93ac-4e5ed2afb5e3 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2f17cec-e64d-4d39-93ac-4e5ed2afb5e3 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c2f17cec-e64d-4d39-93ac-4e5ed2afb5e3 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-c2f17cec-e64d-4d39-93ac-4e5ed2afb5e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2f17cec-e64d-4d39-93ac-4e5ed2afb5e3.shg-box.shg-c {
  justify-content: center;
}

#s-36e5e579-b149-4eb3-a163-d05527bebd45 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-8d0f935f-8d8a-46f7-8502-36c56534994e {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-a41bc552-6d51-4b72-bfaf-6340a86d505d {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-a2b60761-b21c-4698-9393-b117217d408c {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-a2b60761-b21c-4698-9393-b117217d408c {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2b60761-b21c-4698-9393-b117217d408c {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2b60761-b21c-4698-9393-b117217d408c {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-a2b60761-b21c-4698-9393-b117217d408c {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-a2b60761-b21c-4698-9393-b117217d408c .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzBiZDhhYWUtMzM1ZS00Mzk1LTgzYzMtMzM3NTQzNDg1MTBiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MGJkOGFhZS0zMzVlLTQzOTUtODNjMy0zMzc1NDM0ODUxMGIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b-root {
    text-align: center;
  }


#s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b-root {
    text-align: center;
  }


#s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b-root {
    text-align: center;
  }


#s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b-root {
    text-align: center;
  }


#s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b-root {
    text-align: center;
  }


#s-1811aab5-ca0d-4c97-99c3-5ff844eaf79b.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8678f1d9-19c6-4267-aea8-bdb617b37fcd {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-8678f1d9-19c6-4267-aea8-bdb617b37fcd {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-8678f1d9-19c6-4267-aea8-bdb617b37fcd {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-8678f1d9-19c6-4267-aea8-bdb617b37fcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8678f1d9-19c6-4267-aea8-bdb617b37fcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8678f1d9-19c6-4267-aea8-bdb617b37fcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8678f1d9-19c6-4267-aea8-bdb617b37fcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-75603349-fc50-4a5e-9061-6566970f0340 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-75603349-fc50-4a5e-9061-6566970f0340 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-75603349-fc50-4a5e-9061-6566970f0340 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5bb18975-d29c-4de3-be0a-4ac47223e923 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-f6ef785c-4da0-49b7-99a9-525426bf8475 {
  min-height: 50px;
}








#s-f6ef785c-4da0-49b7-99a9-525426bf8475 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6ef785c-4da0-49b7-99a9-525426bf8475.shg-box.shg-c {
  justify-content: center;
}

#s-4e44df69-eff4-41b7-be1e-cd9b95d328f4 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e44df69-eff4-41b7-be1e-cd9b95d328f4 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-4e44df69-eff4-41b7-be1e-cd9b95d328f4 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-4e44df69-eff4-41b7-be1e-cd9b95d328f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e44df69-eff4-41b7-be1e-cd9b95d328f4.shg-box.shg-c {
  justify-content: center;
}

#s-279e98df-ba47-41c1-90d6-cb11f0eb5339 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-5417f16e-9e16-4c95-a448-0c4174d1e592 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-fd518049-be62-4a99-8f7f-ddeb365e0a5a {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-42c8a3c8-a36e-4e03-ae35-611cb9f3fbda {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-42c8a3c8-a36e-4e03-ae35-611cb9f3fbda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42c8a3c8-a36e-4e03-ae35-611cb9f3fbda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-42c8a3c8-a36e-4e03-ae35-611cb9f3fbda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-42c8a3c8-a36e-4e03-ae35-611cb9f3fbda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c56b720d-84cc-49c6-ad9e-a1014213da6f {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-c56b720d-84cc-49c6-ad9e-a1014213da6f {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c56b720d-84cc-49c6-ad9e-a1014213da6f {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c56b720d-84cc-49c6-ad9e-a1014213da6f {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-c56b720d-84cc-49c6-ad9e-a1014213da6f {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-c56b720d-84cc-49c6-ad9e-a1014213da6f .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTE3YmVlYWItYTFhZC00MmRjLTk2OTAtOTNiNWZmMmEyNjM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MTdiZWVhYi1hMWFkLTQyZGMtOTY5MC05M2I1ZmYyYTI2MzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373-root {
    text-align: center;
  }


#s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373-root {
    text-align: center;
  }


#s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373-root {
    text-align: center;
  }


#s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373-root {
    text-align: center;
  }


#s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373-root {
    text-align: center;
  }


#s-6a43c3f0-40d4-4530-a2c4-5d2e7fb67373.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-df7e54a7-ef6f-4cb7-be7c-a47e00170d4e {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-df7e54a7-ef6f-4cb7-be7c-a47e00170d4e {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-df7e54a7-ef6f-4cb7-be7c-a47e00170d4e {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-df7e54a7-ef6f-4cb7-be7c-a47e00170d4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df7e54a7-ef6f-4cb7-be7c-a47e00170d4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-df7e54a7-ef6f-4cb7-be7c-a47e00170d4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-df7e54a7-ef6f-4cb7-be7c-a47e00170d4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-8955ede9-2e88-4a4f-ada9-fdb68a22cc2f {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-8955ede9-2e88-4a4f-ada9-fdb68a22cc2f {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-8955ede9-2e88-4a4f-ada9-fdb68a22cc2f img.shogun-image {
    

    
    
    
  }


#s-8955ede9-2e88-4a4f-ada9-fdb68a22cc2f .shogun-image-content {
  
    justify-content: center;
  
}

#s-832c7bc8-67d7-48d4-9f5e-36a3d9452e52 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-c7ae59c4-60c3-40da-895c-978d174761df {
  min-height: 50px;
}








#s-c7ae59c4-60c3-40da-895c-978d174761df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7ae59c4-60c3-40da-895c-978d174761df.shg-box.shg-c {
  justify-content: center;
}

#s-da7d0a8b-ea16-4c9e-8d81-2428ef3cb5ee {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da7d0a8b-ea16-4c9e-8d81-2428ef3cb5ee {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-da7d0a8b-ea16-4c9e-8d81-2428ef3cb5ee {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-da7d0a8b-ea16-4c9e-8d81-2428ef3cb5ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da7d0a8b-ea16-4c9e-8d81-2428ef3cb5ee.shg-box.shg-c {
  justify-content: center;
}

#s-cd08dbd9-1645-4be5-a487-474f957e6bcb {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-152e3135-d799-47c5-ad92-a62d54e7870d {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-2151f576-4103-4418-a951-8c40d3bc856f {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-6fbe3f09-104d-4889-b999-bf82fd9863d1 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-6fbe3f09-104d-4889-b999-bf82fd9863d1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fbe3f09-104d-4889-b999-bf82fd9863d1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fbe3f09-104d-4889-b999-bf82fd9863d1 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-6fbe3f09-104d-4889-b999-bf82fd9863d1 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-6fbe3f09-104d-4889-b999-bf82fd9863d1 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-70655b2a-fb3d-4d72-baba-bafb80e6c952 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
background-position: center center;
}
#s-70655b2a-fb3d-4d72-baba-bafb80e6c952:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-70655b2a-fb3d-4d72-baba-bafb80e6c952:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDBhZjlhZTktNDc5My00ZGNjLTgyY2ItZWYzNWUwNmMzNjI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMGFmOWFlOS00NzkzLTRkY2MtODJjYi1lZjM1ZTA2YzM2MjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-70655b2a-fb3d-4d72-baba-bafb80e6c952-root {
    text-align: center;
  }


#s-70655b2a-fb3d-4d72-baba-bafb80e6c952.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70655b2a-fb3d-4d72-baba-bafb80e6c952-root {
    text-align: center;
  }


#s-70655b2a-fb3d-4d72-baba-bafb80e6c952.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70655b2a-fb3d-4d72-baba-bafb80e6c952-root {
    text-align: center;
  }


#s-70655b2a-fb3d-4d72-baba-bafb80e6c952.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70655b2a-fb3d-4d72-baba-bafb80e6c952-root {
    text-align: center;
  }


#s-70655b2a-fb3d-4d72-baba-bafb80e6c952.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70655b2a-fb3d-4d72-baba-bafb80e6c952-root {
    text-align: center;
  }


#s-70655b2a-fb3d-4d72-baba-bafb80e6c952.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-57ab7472-847f-472e-9eee-c9800b992a39 {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-57ab7472-847f-472e-9eee-c9800b992a39 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-57ab7472-847f-472e-9eee-c9800b992a39 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-57ab7472-847f-472e-9eee-c9800b992a39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57ab7472-847f-472e-9eee-c9800b992a39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-57ab7472-847f-472e-9eee-c9800b992a39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-57ab7472-847f-472e-9eee-c9800b992a39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-8a7b9fad-a658-4bdf-8f11-2b3d07cdf9ec {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-8a7b9fad-a658-4bdf-8f11-2b3d07cdf9ec {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-8a7b9fad-a658-4bdf-8f11-2b3d07cdf9ec img.shogun-image {
    

    
    
    
  }


#s-8a7b9fad-a658-4bdf-8f11-2b3d07cdf9ec .shogun-image-content {
  
    justify-content: center;
  
}

#s-f5ba6923-5520-4434-ba2a-9ac771bff011 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-deb2e4da-9a57-4cf2-97e5-636e452cf800 {
  min-height: 50px;
}








#s-deb2e4da-9a57-4cf2-97e5-636e452cf800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-deb2e4da-9a57-4cf2-97e5-636e452cf800.shg-box.shg-c {
  justify-content: center;
}

#s-e9ec6368-ea13-4e0b-a9c8-6d3e380a8ece {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9ec6368-ea13-4e0b-a9c8-6d3e380a8ece {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e9ec6368-ea13-4e0b-a9c8-6d3e380a8ece {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-e9ec6368-ea13-4e0b-a9c8-6d3e380a8ece > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9ec6368-ea13-4e0b-a9c8-6d3e380a8ece.shg-box.shg-c {
  justify-content: center;
}

#s-d7bd717c-9b5b-4018-8705-1e1a4419df02 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-a2365e95-ba4d-469a-a263-ef3431428516 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-96d5ec98-ddd0-4498-b5be-1a36ea4b888a {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-21320ec2-6a30-4c02-be1f-b9f5f13a7c2e {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-21320ec2-6a30-4c02-be1f-b9f5f13a7c2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21320ec2-6a30-4c02-be1f-b9f5f13a7c2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-21320ec2-6a30-4c02-be1f-b9f5f13a7c2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-21320ec2-6a30-4c02-be1f-b9f5f13a7c2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fa620562-8188-4bca-98cd-030d56e0c6a3 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-fa620562-8188-4bca-98cd-030d56e0c6a3 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa620562-8188-4bca-98cd-030d56e0c6a3 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa620562-8188-4bca-98cd-030d56e0c6a3 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-fa620562-8188-4bca-98cd-030d56e0c6a3 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-fa620562-8188-4bca-98cd-030d56e0c6a3 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDhmMDAxOGUtOTAxOC00MDdmLWIyMGMtODRjZjU3ZmQ1NmJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkOGYwMDE4ZS05MDE4LTQwN2YtYjIwYy04NGNmNTdmZDU2YmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3-root {
    text-align: center;
  }


#s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3-root {
    text-align: center;
  }


#s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3-root {
    text-align: center;
  }


#s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3-root {
    text-align: center;
  }


#s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3-root {
    text-align: center;
  }


#s-8bd42ffb-f0af-4b1f-a541-67c446dbe2d3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f4e8366b-6419-4d57-a30d-5e79e6c2481a {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4e8366b-6419-4d57-a30d-5e79e6c2481a {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-f4e8366b-6419-4d57-a30d-5e79e6c2481a {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-f4e8366b-6419-4d57-a30d-5e79e6c2481a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4e8366b-6419-4d57-a30d-5e79e6c2481a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f4e8366b-6419-4d57-a30d-5e79e6c2481a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4e8366b-6419-4d57-a30d-5e79e6c2481a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c267cff5-a8d2-47cf-ae61-a6e7c6e60651 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-c267cff5-a8d2-47cf-ae61-a6e7c6e60651 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-c267cff5-a8d2-47cf-ae61-a6e7c6e60651 img.shogun-image {
    

    
    
    
  }


#s-c267cff5-a8d2-47cf-ae61-a6e7c6e60651 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4c173156-59c4-49fb-98ad-86cfbdb8fb54 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-aef42f6b-d949-49ce-aa89-07c78e3df023 {
  min-height: 50px;
}








#s-aef42f6b-d949-49ce-aa89-07c78e3df023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aef42f6b-d949-49ce-aa89-07c78e3df023.shg-box.shg-c {
  justify-content: center;
}

#s-22ec203b-5655-4da3-a552-960854becf3d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-22ec203b-5655-4da3-a552-960854becf3d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-22ec203b-5655-4da3-a552-960854becf3d {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-22ec203b-5655-4da3-a552-960854becf3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22ec203b-5655-4da3-a552-960854becf3d.shg-box.shg-c {
  justify-content: center;
}

#s-5380b586-b581-450b-a6a6-343ff4426ff4 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-42f6cc41-52b7-4045-a010-42ff14d49592 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-4fd445b0-7383-404e-b03d-3be1206ae823 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-c38c9c14-8253-41a6-b78f-ca09aa2d4d28 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-c38c9c14-8253-41a6-b78f-ca09aa2d4d28 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c38c9c14-8253-41a6-b78f-ca09aa2d4d28 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c38c9c14-8253-41a6-b78f-ca09aa2d4d28 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-c38c9c14-8253-41a6-b78f-ca09aa2d4d28 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-c38c9c14-8253-41a6-b78f-ca09aa2d4d28 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  
}



#s-673becfb-9e73-47a2-8aeb-c7af710178cb {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-673becfb-9e73-47a2-8aeb-c7af710178cb:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-673becfb-9e73-47a2-8aeb-c7af710178cb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTA4OTliYjEtZjk0NS00ZjY4LWI0YTEtZjE2Y2YyMDI2OTUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MDg5OWJiMS1mOTQ1LTRmNjgtYjRhMS1mMTZjZjIwMjY5NTIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-673becfb-9e73-47a2-8aeb-c7af710178cb-root {
    text-align: center;
  }


#s-673becfb-9e73-47a2-8aeb-c7af710178cb.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-673becfb-9e73-47a2-8aeb-c7af710178cb-root {
    text-align: center;
  }


#s-673becfb-9e73-47a2-8aeb-c7af710178cb.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-673becfb-9e73-47a2-8aeb-c7af710178cb-root {
    text-align: center;
  }


#s-673becfb-9e73-47a2-8aeb-c7af710178cb.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-673becfb-9e73-47a2-8aeb-c7af710178cb-root {
    text-align: center;
  }


#s-673becfb-9e73-47a2-8aeb-c7af710178cb.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-673becfb-9e73-47a2-8aeb-c7af710178cb-root {
    text-align: center;
  }


#s-673becfb-9e73-47a2-8aeb-c7af710178cb.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b1538c0c-a53a-4cc4-8c63-9520c89b4f74 {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1538c0c-a53a-4cc4-8c63-9520c89b4f74 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-b1538c0c-a53a-4cc4-8c63-9520c89b4f74 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-b1538c0c-a53a-4cc4-8c63-9520c89b4f74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1538c0c-a53a-4cc4-8c63-9520c89b4f74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b1538c0c-a53a-4cc4-8c63-9520c89b4f74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1538c0c-a53a-4cc4-8c63-9520c89b4f74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-6bcf5ec0-2253-442c-9cde-aacaa1b0c471 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-6bcf5ec0-2253-442c-9cde-aacaa1b0c471 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-6bcf5ec0-2253-442c-9cde-aacaa1b0c471 img.shogun-image {
    

    
    
    
  }


#s-6bcf5ec0-2253-442c-9cde-aacaa1b0c471 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f3b8c4d2-d3a8-46b2-beb0-e9769238c7f8 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-1c5328ad-b57f-4cf4-a819-447c7ed0d972 {
  min-height: 50px;
}








#s-1c5328ad-b57f-4cf4-a819-447c7ed0d972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c5328ad-b57f-4cf4-a819-447c7ed0d972.shg-box.shg-c {
  justify-content: center;
}

#s-9961c92a-fba0-4571-ac50-beedcac52500 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9961c92a-fba0-4571-ac50-beedcac52500 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-9961c92a-fba0-4571-ac50-beedcac52500 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-9961c92a-fba0-4571-ac50-beedcac52500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9961c92a-fba0-4571-ac50-beedcac52500.shg-box.shg-c {
  justify-content: center;
}

#s-6ecdda81-3f93-4bd1-8392-4bb5b3e9fafd {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-3dd01333-c7d0-4d81-84e5-0c8a39d1e2fe {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-0ba2dbac-aaae-4c52-a560-a3340bb3d0be {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-0367ef6f-3b08-4c63-8027-3bbf4ce7f684 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-0367ef6f-3b08-4c63-8027-3bbf4ce7f684"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0367ef6f-3b08-4c63-8027-3bbf4ce7f684"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0367ef6f-3b08-4c63-8027-3bbf4ce7f684"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0367ef6f-3b08-4c63-8027-3bbf4ce7f684"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-640b972a-8af8-4ddd-8b6a-26f42438db7b {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-640b972a-8af8-4ddd-8b6a-26f42438db7b {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-640b972a-8af8-4ddd-8b6a-26f42438db7b {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-640b972a-8af8-4ddd-8b6a-26f42438db7b {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-640b972a-8af8-4ddd-8b6a-26f42438db7b {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-640b972a-8af8-4ddd-8b6a-26f42438db7b .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTExZmJiN2QtYTUwZC00NmE4LWFjOGItNjljZTdiMTE5MDA2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTFmYmI3ZC1hNTBkLTQ2YTgtYWM4Yi02OWNlN2IxMTkwMDYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08-root {
    text-align: center;
  }


#s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08-root {
    text-align: center;
  }


#s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08-root {
    text-align: center;
  }


#s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08-root {
    text-align: center;
  }


#s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08-root {
    text-align: center;
  }


#s-5c5f183c-bee7-4ea4-bdfb-822a110a9b08.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f34f8bba-4ca8-4b3a-85ad-d036a9da927b {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-f34f8bba-4ca8-4b3a-85ad-d036a9da927b {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-f34f8bba-4ca8-4b3a-85ad-d036a9da927b {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-f34f8bba-4ca8-4b3a-85ad-d036a9da927b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f34f8bba-4ca8-4b3a-85ad-d036a9da927b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f34f8bba-4ca8-4b3a-85ad-d036a9da927b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f34f8bba-4ca8-4b3a-85ad-d036a9da927b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5a7a7719-728c-41d1-b0c7-6644f198b3f7 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-5a7a7719-728c-41d1-b0c7-6644f198b3f7 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5a7a7719-728c-41d1-b0c7-6644f198b3f7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d7597c3b-a885-4d39-bda4-3bf05bdf5f32 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-efe52a5a-bace-4c5e-aa4f-e7c9f71c358d {
  min-height: 50px;
}








#s-efe52a5a-bace-4c5e-aa4f-e7c9f71c358d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efe52a5a-bace-4c5e-aa4f-e7c9f71c358d.shg-box.shg-c {
  justify-content: center;
}

#s-76b637ef-9a57-40b8-8ab1-fbb0fb2e7026 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-76b637ef-9a57-40b8-8ab1-fbb0fb2e7026 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-76b637ef-9a57-40b8-8ab1-fbb0fb2e7026 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-76b637ef-9a57-40b8-8ab1-fbb0fb2e7026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76b637ef-9a57-40b8-8ab1-fbb0fb2e7026.shg-box.shg-c {
  justify-content: center;
}

#s-4ad114a3-6fd1-459d-b3c0-9afe36115c94 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-be5cb5ac-09c5-4682-9f00-83aee6889d11 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-504043f6-2d2e-431c-9a00-0399c8683fb7 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-1e8de1a4-935c-4bea-b9ad-3e1d3de7dbb4 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-1e8de1a4-935c-4bea-b9ad-3e1d3de7dbb4 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e8de1a4-935c-4bea-b9ad-3e1d3de7dbb4 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e8de1a4-935c-4bea-b9ad-3e1d3de7dbb4 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-1e8de1a4-935c-4bea-b9ad-3e1d3de7dbb4 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-1e8de1a4-935c-4bea-b9ad-3e1d3de7dbb4 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-3dc8eef0-835f-4f94-83db-2c9788bc2679 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-3dc8eef0-835f-4f94-83db-2c9788bc2679:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3dc8eef0-835f-4f94-83db-2c9788bc2679:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODVjMWQ0NDktOWIxZS00MzI5LWI0YzYtM2Y1MzQ2MDgxYWZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NWMxZDQ0OS05YjFlLTQzMjktYjRjNi0zZjUzNDYwODFhZmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-3dc8eef0-835f-4f94-83db-2c9788bc2679-root {
    text-align: center;
  }


#s-3dc8eef0-835f-4f94-83db-2c9788bc2679.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3dc8eef0-835f-4f94-83db-2c9788bc2679-root {
    text-align: center;
  }


#s-3dc8eef0-835f-4f94-83db-2c9788bc2679.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3dc8eef0-835f-4f94-83db-2c9788bc2679-root {
    text-align: center;
  }


#s-3dc8eef0-835f-4f94-83db-2c9788bc2679.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3dc8eef0-835f-4f94-83db-2c9788bc2679-root {
    text-align: center;
  }


#s-3dc8eef0-835f-4f94-83db-2c9788bc2679.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3dc8eef0-835f-4f94-83db-2c9788bc2679-root {
    text-align: center;
  }


#s-3dc8eef0-835f-4f94-83db-2c9788bc2679.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4b92fb73-290e-4006-a20f-434b4302d80f {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b92fb73-290e-4006-a20f-434b4302d80f {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-4b92fb73-290e-4006-a20f-434b4302d80f {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-4b92fb73-290e-4006-a20f-434b4302d80f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b92fb73-290e-4006-a20f-434b4302d80f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4b92fb73-290e-4006-a20f-434b4302d80f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b92fb73-290e-4006-a20f-434b4302d80f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-f93f0ede-0d3a-4fc5-b3de-a4cf7617dfa1 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-f93f0ede-0d3a-4fc5-b3de-a4cf7617dfa1 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f93f0ede-0d3a-4fc5-b3de-a4cf7617dfa1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-854480d6-3089-4451-9442-154dc6ea7f58 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-db8b6a3f-da26-45ef-bd81-e2c3bec1fff3 {
  min-height: 50px;
}








#s-db8b6a3f-da26-45ef-bd81-e2c3bec1fff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db8b6a3f-da26-45ef-bd81-e2c3bec1fff3.shg-box.shg-c {
  justify-content: center;
}

#s-7e6348d3-6e53-410f-8ac6-bc30562e8774 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e6348d3-6e53-410f-8ac6-bc30562e8774 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-7e6348d3-6e53-410f-8ac6-bc30562e8774 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-7e6348d3-6e53-410f-8ac6-bc30562e8774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e6348d3-6e53-410f-8ac6-bc30562e8774.shg-box.shg-c {
  justify-content: center;
}

#s-d192f538-3f52-4f72-9380-b98aa2036afb {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-4f0ea9dd-0d08-44f4-9a28-7629d2fe62c0 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-d9455a3a-824d-438e-aa65-9cb75e5ae1c8 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-60c1a078-d6a2-48dd-b8ab-963da93e879d {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-60c1a078-d6a2-48dd-b8ab-963da93e879d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60c1a078-d6a2-48dd-b8ab-963da93e879d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-60c1a078-d6a2-48dd-b8ab-963da93e879d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-60c1a078-d6a2-48dd-b8ab-963da93e879d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6e144e21-df87-4645-a3ac-312f3261c7f4 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-6e144e21-df87-4645-a3ac-312f3261c7f4 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e144e21-df87-4645-a3ac-312f3261c7f4 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e144e21-df87-4645-a3ac-312f3261c7f4 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-6e144e21-df87-4645-a3ac-312f3261c7f4 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-6e144e21-df87-4645-a3ac-312f3261c7f4 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-f7975a12-3968-4233-b362-b87c960e4f44 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-f7975a12-3968-4233-b362-b87c960e4f44:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f7975a12-3968-4233-b362-b87c960e4f44:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2ZlMjUwYWEtZTk5MS00ZGNjLWI1NzUtMDFhMzk3ZDU0ZTZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZmUyNTBhYS1lOTkxLTRkY2MtYjU3NS0wMWEzOTdkNTRlNmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-f7975a12-3968-4233-b362-b87c960e4f44-root {
    text-align: center;
  }


#s-f7975a12-3968-4233-b362-b87c960e4f44.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7975a12-3968-4233-b362-b87c960e4f44-root {
    text-align: center;
  }


#s-f7975a12-3968-4233-b362-b87c960e4f44.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7975a12-3968-4233-b362-b87c960e4f44-root {
    text-align: center;
  }


#s-f7975a12-3968-4233-b362-b87c960e4f44.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7975a12-3968-4233-b362-b87c960e4f44-root {
    text-align: center;
  }


#s-f7975a12-3968-4233-b362-b87c960e4f44.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7975a12-3968-4233-b362-b87c960e4f44-root {
    text-align: center;
  }


#s-f7975a12-3968-4233-b362-b87c960e4f44.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9108132b-d26c-43b8-a3b7-13a160e91a0f {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-9108132b-d26c-43b8-a3b7-13a160e91a0f {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-9108132b-d26c-43b8-a3b7-13a160e91a0f {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-9108132b-d26c-43b8-a3b7-13a160e91a0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9108132b-d26c-43b8-a3b7-13a160e91a0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9108132b-d26c-43b8-a3b7-13a160e91a0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9108132b-d26c-43b8-a3b7-13a160e91a0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5ec71abe-14de-4015-882b-d5bf2dc06332 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-5ec71abe-14de-4015-882b-d5bf2dc06332 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-5ec71abe-14de-4015-882b-d5bf2dc06332 img.shogun-image {
    

    
    
    
  }


#s-5ec71abe-14de-4015-882b-d5bf2dc06332 .shogun-image-content {
  
    justify-content: center;
  
}

#s-80c74d5e-c768-42d8-8566-b367070669dd {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-80c74d5e-c768-42d8-8566-b367070669dd {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-80c74d5e-c768-42d8-8566-b367070669dd img.shogun-image {
    

    
    
    
  }


#s-80c74d5e-c768-42d8-8566-b367070669dd .shogun-image-content {
  
    justify-content: center;
  
}

#s-eb9ec39c-d767-48c0-858b-d8ee5156ceb1 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-f3422bd6-67dc-4456-b37c-d9dee6f73b16 {
  min-height: 50px;
}








#s-f3422bd6-67dc-4456-b37c-d9dee6f73b16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3422bd6-67dc-4456-b37c-d9dee6f73b16.shg-box.shg-c {
  justify-content: center;
}

#s-0f74687b-f2c6-4aa3-a3db-b8a007f2927c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f74687b-f2c6-4aa3-a3db-b8a007f2927c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0f74687b-f2c6-4aa3-a3db-b8a007f2927c {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-0f74687b-f2c6-4aa3-a3db-b8a007f2927c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f74687b-f2c6-4aa3-a3db-b8a007f2927c.shg-box.shg-c {
  justify-content: center;
}

#s-dc4e354d-e5d5-40f4-bdf1-7ee5486fb03d {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-aeaac2de-652f-446a-a397-08e092feb94b {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-b07ae2d3-14e5-448c-a977-0508f3e81848 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-f66ae415-9326-47f2-a305-24bb5f274de1 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-f66ae415-9326-47f2-a305-24bb5f274de1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f66ae415-9326-47f2-a305-24bb5f274de1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f66ae415-9326-47f2-a305-24bb5f274de1 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-f66ae415-9326-47f2-a305-24bb5f274de1 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-f66ae415-9326-47f2-a305-24bb5f274de1 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTg0MDRkYmYtOTlhOC00NjA3LTljZDYtMDJlODUyYTdmNmJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlODQwNGRiZi05OWE4LTQ2MDctOWNkNi0wMmU4NTJhN2Y2YmMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1-root {
    text-align: center;
  }


#s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1-root {
    text-align: center;
  }


#s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1-root {
    text-align: center;
  }


#s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1-root {
    text-align: center;
  }


#s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1-root {
    text-align: center;
  }


#s-5604c256-fb1a-4169-8b6f-dcd2cdd65ce1.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cd983645-4588-4476-ac30-1ae62972be3a {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd983645-4588-4476-ac30-1ae62972be3a {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-cd983645-4588-4476-ac30-1ae62972be3a {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-cd983645-4588-4476-ac30-1ae62972be3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd983645-4588-4476-ac30-1ae62972be3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cd983645-4588-4476-ac30-1ae62972be3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd983645-4588-4476-ac30-1ae62972be3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5ecd56d7-eb00-4cd3-bdd9-0468378394f2 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-5ecd56d7-eb00-4cd3-bdd9-0468378394f2 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-5ecd56d7-eb00-4cd3-bdd9-0468378394f2 img.shogun-image {
    

    
    
    
  }


#s-5ecd56d7-eb00-4cd3-bdd9-0468378394f2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bf743d97-fb59-4636-8c7f-c50a43c87895 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-bf743d97-fb59-4636-8c7f-c50a43c87895 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-bf743d97-fb59-4636-8c7f-c50a43c87895 img.shogun-image {
    

    
    
    
  }


#s-bf743d97-fb59-4636-8c7f-c50a43c87895 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fd41f9f7-96e6-423b-b078-f2f5516c86ff {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-871d2c39-62cd-4227-98ea-1fe56e74c342 {
  min-height: 50px;
}








#s-871d2c39-62cd-4227-98ea-1fe56e74c342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-871d2c39-62cd-4227-98ea-1fe56e74c342.shg-box.shg-c {
  justify-content: center;
}

#s-4f33f384-9141-4ee7-a24d-58a6845e4020 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f33f384-9141-4ee7-a24d-58a6845e4020 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-4f33f384-9141-4ee7-a24d-58a6845e4020 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-4f33f384-9141-4ee7-a24d-58a6845e4020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f33f384-9141-4ee7-a24d-58a6845e4020.shg-box.shg-c {
  justify-content: center;
}

#s-d1cc02dd-219c-44dd-9ff3-47ce9ff8c3aa {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-7d7dbfcb-b69e-444f-8fe4-5ee9f6d4f921 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-e6705201-9e6e-447a-8fea-760791bf688c {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-871900c8-8f32-416d-bcac-cf236e76d7a4 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 102, 1);
}
@media (min-width: 1200px){#s-871900c8-8f32-416d-bcac-cf236e76d7a4 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-871900c8-8f32-416d-bcac-cf236e76d7a4 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-871900c8-8f32-416d-bcac-cf236e76d7a4 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-871900c8-8f32-416d-bcac-cf236e76d7a4 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-871900c8-8f32-416d-bcac-cf236e76d7a4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-86c878e8-ad13-4906-b49f-26b90502dc07 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-86c878e8-ad13-4906-b49f-26b90502dc07 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86c878e8-ad13-4906-b49f-26b90502dc07 {
  margin-left: 14%;
margin-right: 14%;
}
}
#s-16dfc598-8d31-44ad-bf25-b1fadedc170c {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-16dfc598-8d31-44ad-bf25-b1fadedc170c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16dfc598-8d31-44ad-bf25-b1fadedc170c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-16dfc598-8d31-44ad-bf25-b1fadedc170c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-16dfc598-8d31-44ad-bf25-b1fadedc170c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9e6a8eca-f4f1-469a-9785-aa9ebbdf5343 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-9e6a8eca-f4f1-469a-9785-aa9ebbdf5343 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e6a8eca-f4f1-469a-9785-aa9ebbdf5343 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e6a8eca-f4f1-469a-9785-aa9ebbdf5343 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-9e6a8eca-f4f1-469a-9785-aa9ebbdf5343 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-9e6a8eca-f4f1-469a-9785-aa9ebbdf5343 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-b4388a47-cd25-42ea-bd08-3d85f8a6a258 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-b4388a47-cd25-42ea-bd08-3d85f8a6a258:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b4388a47-cd25-42ea-bd08-3d85f8a6a258:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWIyN2RmNDctMTRiYi00NjU2LWExNjAtMjY2OGFlMjZiZGJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYjI3ZGY0Ny0xNGJiLTQ2NTYtYTE2MC0yNjY4YWUyNmJkYmYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-b4388a47-cd25-42ea-bd08-3d85f8a6a258-root {
    text-align: center;
  }


#s-b4388a47-cd25-42ea-bd08-3d85f8a6a258.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4388a47-cd25-42ea-bd08-3d85f8a6a258-root {
    text-align: center;
  }


#s-b4388a47-cd25-42ea-bd08-3d85f8a6a258.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4388a47-cd25-42ea-bd08-3d85f8a6a258-root {
    text-align: center;
  }


#s-b4388a47-cd25-42ea-bd08-3d85f8a6a258.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4388a47-cd25-42ea-bd08-3d85f8a6a258-root {
    text-align: center;
  }


#s-b4388a47-cd25-42ea-bd08-3d85f8a6a258.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4388a47-cd25-42ea-bd08-3d85f8a6a258-root {
    text-align: center;
  }


#s-b4388a47-cd25-42ea-bd08-3d85f8a6a258.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8fedf9f1-aafb-4697-9ba7-4af5f32144e7 {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fedf9f1-aafb-4697-9ba7-4af5f32144e7 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-8fedf9f1-aafb-4697-9ba7-4af5f32144e7 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-8fedf9f1-aafb-4697-9ba7-4af5f32144e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fedf9f1-aafb-4697-9ba7-4af5f32144e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8fedf9f1-aafb-4697-9ba7-4af5f32144e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fedf9f1-aafb-4697-9ba7-4af5f32144e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-f4b30dc9-226e-4662-b25f-46e9dfa14e42 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-f4b30dc9-226e-4662-b25f-46e9dfa14e42 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f4b30dc9-226e-4662-b25f-46e9dfa14e42 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2ba13c0e-44c9-4de1-aa82-7e595c7df2a9 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-0d23a15a-0166-4a6c-bf37-bc200bb3a330 {
  min-height: 50px;
}








#s-0d23a15a-0166-4a6c-bf37-bc200bb3a330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d23a15a-0166-4a6c-bf37-bc200bb3a330.shg-box.shg-c {
  justify-content: center;
}

#s-e8bd540f-d2fb-4536-9b3b-8beb944fb53e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8bd540f-d2fb-4536-9b3b-8beb944fb53e {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e8bd540f-d2fb-4536-9b3b-8beb944fb53e {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-e8bd540f-d2fb-4536-9b3b-8beb944fb53e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8bd540f-d2fb-4536-9b3b-8beb944fb53e.shg-box.shg-c {
  justify-content: center;
}

#s-fde3863a-ba5f-4a14-a1b4-c2b3f986291a {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-6d011e63-b348-42db-8f54-bf53956e982f {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-4156c820-ba35-4d02-b238-add2da88087d {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-0255594b-b8bc-4b87-bbc4-2d2e61df6582 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-0255594b-b8bc-4b87-bbc4-2d2e61df6582 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0255594b-b8bc-4b87-bbc4-2d2e61df6582 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0255594b-b8bc-4b87-bbc4-2d2e61df6582 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-0255594b-b8bc-4b87-bbc4-2d2e61df6582 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-0255594b-b8bc-4b87-bbc4-2d2e61df6582 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-f652895e-4ee6-416f-b333-cf8ba4e1ea46 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-f652895e-4ee6-416f-b333-cf8ba4e1ea46:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f652895e-4ee6-416f-b333-cf8ba4e1ea46:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzhmMTRhYmItZTJmYy00NTA2LWJjNjAtZGUyYzlmZDY3NzNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OGYxNGFiYi1lMmZjLTQ1MDYtYmM2MC1kZTJjOWZkNjc3M2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-f652895e-4ee6-416f-b333-cf8ba4e1ea46-root {
    text-align: center;
  }


#s-f652895e-4ee6-416f-b333-cf8ba4e1ea46.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f652895e-4ee6-416f-b333-cf8ba4e1ea46-root {
    text-align: center;
  }


#s-f652895e-4ee6-416f-b333-cf8ba4e1ea46.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f652895e-4ee6-416f-b333-cf8ba4e1ea46-root {
    text-align: center;
  }


#s-f652895e-4ee6-416f-b333-cf8ba4e1ea46.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f652895e-4ee6-416f-b333-cf8ba4e1ea46-root {
    text-align: center;
  }


#s-f652895e-4ee6-416f-b333-cf8ba4e1ea46.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f652895e-4ee6-416f-b333-cf8ba4e1ea46-root {
    text-align: center;
  }


#s-f652895e-4ee6-416f-b333-cf8ba4e1ea46.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8900cb74-3418-4448-88bf-113d64eb8f78 {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-8900cb74-3418-4448-88bf-113d64eb8f78 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-8900cb74-3418-4448-88bf-113d64eb8f78 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-8900cb74-3418-4448-88bf-113d64eb8f78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8900cb74-3418-4448-88bf-113d64eb8f78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8900cb74-3418-4448-88bf-113d64eb8f78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8900cb74-3418-4448-88bf-113d64eb8f78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-96c2aaec-4631-4d09-b181-ace0e47aa868 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-96c2aaec-4631-4d09-b181-ace0e47aa868 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-96c2aaec-4631-4d09-b181-ace0e47aa868 img.shogun-image {
    

    
    
    
  }


#s-96c2aaec-4631-4d09-b181-ace0e47aa868 .shogun-image-content {
  
    justify-content: center;
  
}

#s-21fad6f1-5a13-4d88-940a-d2ca018777fc {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-447c952e-34fc-4d09-86d2-17090e394a6d {
  min-height: 50px;
}








#s-447c952e-34fc-4d09-86d2-17090e394a6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-447c952e-34fc-4d09-86d2-17090e394a6d.shg-box.shg-c {
  justify-content: center;
}

#s-ac6db4ec-3579-4c11-99df-432517469210 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac6db4ec-3579-4c11-99df-432517469210 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ac6db4ec-3579-4c11-99df-432517469210 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-ac6db4ec-3579-4c11-99df-432517469210 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac6db4ec-3579-4c11-99df-432517469210.shg-box.shg-c {
  justify-content: center;
}

#s-a72ae81d-4125-49cd-882a-b89981acc9c9 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-2f3e1d76-4881-4cb6-9e6c-23927b732cd0 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-5fbe3dcc-542f-4f91-8ba4-69bbf70f59d3 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-10dbf1de-b022-4694-ad5b-5731b46c53c4 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-10dbf1de-b022-4694-ad5b-5731b46c53c4 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10dbf1de-b022-4694-ad5b-5731b46c53c4 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-10dbf1de-b022-4694-ad5b-5731b46c53c4 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-10dbf1de-b022-4694-ad5b-5731b46c53c4 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-10dbf1de-b022-4694-ad5b-5731b46c53c4 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-52a06a72-1275-4b5a-a464-cea366b103e2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-52a06a72-1275-4b5a-a464-cea366b103e2:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-52a06a72-1275-4b5a-a464-cea366b103e2:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjY4NzFjMzgtYzdmYS00YjJlLTgzZDAtYTI4ZmE4NmJiYjNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2Njg3MWMzOC1jN2ZhLTRiMmUtODNkMC1hMjhmYTg2YmJiM2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-52a06a72-1275-4b5a-a464-cea366b103e2-root {
    text-align: center;
  }


#s-52a06a72-1275-4b5a-a464-cea366b103e2.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52a06a72-1275-4b5a-a464-cea366b103e2-root {
    text-align: center;
  }


#s-52a06a72-1275-4b5a-a464-cea366b103e2.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52a06a72-1275-4b5a-a464-cea366b103e2-root {
    text-align: center;
  }


#s-52a06a72-1275-4b5a-a464-cea366b103e2.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52a06a72-1275-4b5a-a464-cea366b103e2-root {
    text-align: center;
  }


#s-52a06a72-1275-4b5a-a464-cea366b103e2.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52a06a72-1275-4b5a-a464-cea366b103e2-root {
    text-align: center;
  }


#s-52a06a72-1275-4b5a-a464-cea366b103e2.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-898b1d23-10d2-457a-af95-83da1fde04a4 {
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-898b1d23-10d2-457a-af95-83da1fde04a4 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-898b1d23-10d2-457a-af95-83da1fde04a4 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-898b1d23-10d2-457a-af95-83da1fde04a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-898b1d23-10d2-457a-af95-83da1fde04a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-898b1d23-10d2-457a-af95-83da1fde04a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-898b1d23-10d2-457a-af95-83da1fde04a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e6444aa3-2e43-40c1-9cea-668cd1a3cb35 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-e6444aa3-2e43-40c1-9cea-668cd1a3cb35 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e6444aa3-2e43-40c1-9cea-668cd1a3cb35 img.shogun-image {
    

    
    
    
  }


#s-e6444aa3-2e43-40c1-9cea-668cd1a3cb35 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b5a2748c-fe0d-496c-88e9-99f33940f288 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-f741358d-6388-4601-b299-0cdafe64ff83 {
  min-height: 50px;
}








#s-f741358d-6388-4601-b299-0cdafe64ff83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f741358d-6388-4601-b299-0cdafe64ff83.shg-box.shg-c {
  justify-content: center;
}

#s-e666db35-e232-4b5e-9e2e-5ec91fe90f85 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e666db35-e232-4b5e-9e2e-5ec91fe90f85 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e666db35-e232-4b5e-9e2e-5ec91fe90f85 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-e666db35-e232-4b5e-9e2e-5ec91fe90f85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e666db35-e232-4b5e-9e2e-5ec91fe90f85.shg-box.shg-c {
  justify-content: center;
}

#s-576fde1c-b324-4453-9d2f-69af06c07e1a {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-fd7eff21-b886-4566-90c3-a0e3cc3cd15c {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-e8021f5c-304c-44d9-8173-16ded5eed6fd {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-047fb70c-7ea4-48c9-9141-2ea4d5853017 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 102, 1);
}
@media (min-width: 1200px){#s-047fb70c-7ea4-48c9-9141-2ea4d5853017 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-047fb70c-7ea4-48c9-9141-2ea4d5853017 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-047fb70c-7ea4-48c9-9141-2ea4d5853017 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-047fb70c-7ea4-48c9-9141-2ea4d5853017 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-047fb70c-7ea4-48c9-9141-2ea4d5853017 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-470220e6-402e-47ab-a001-8eff318fa44a {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-470220e6-402e-47ab-a001-8eff318fa44a {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-470220e6-402e-47ab-a001-8eff318fa44a {
  margin-left: 14%;
margin-right: 14%;
}
}
#s-fd5d1478-fa7b-42ec-a4ce-587ba634d4de {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-fd5d1478-fa7b-42ec-a4ce-587ba634d4de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd5d1478-fa7b-42ec-a4ce-587ba634d4de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fd5d1478-fa7b-42ec-a4ce-587ba634d4de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd5d1478-fa7b-42ec-a4ce-587ba634d4de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b54f2b3b-d80b-4346-b538-ad668886c328 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-b54f2b3b-d80b-4346-b538-ad668886c328 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b54f2b3b-d80b-4346-b538-ad668886c328 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b54f2b3b-d80b-4346-b538-ad668886c328 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-b54f2b3b-d80b-4346-b538-ad668886c328 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-b54f2b3b-d80b-4346-b538-ad668886c328 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-8ef23330-7a11-4c36-8760-f357c4ced8e3 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-8ef23330-7a11-4c36-8760-f357c4ced8e3:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8ef23330-7a11-4c36-8760-f357c4ced8e3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTc1ZmM3MjMtNWI5Yy00Yzg3LWExZGMtNzUwMTIwYzQ4MmRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNzVmYzcyMy01YjljLTRjODctYTFkYy03NTAxMjBjNDgyZGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-8ef23330-7a11-4c36-8760-f357c4ced8e3-root {
    text-align: center;
  }


#s-8ef23330-7a11-4c36-8760-f357c4ced8e3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ef23330-7a11-4c36-8760-f357c4ced8e3-root {
    text-align: center;
  }


#s-8ef23330-7a11-4c36-8760-f357c4ced8e3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ef23330-7a11-4c36-8760-f357c4ced8e3-root {
    text-align: center;
  }


#s-8ef23330-7a11-4c36-8760-f357c4ced8e3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ef23330-7a11-4c36-8760-f357c4ced8e3-root {
    text-align: center;
  }


#s-8ef23330-7a11-4c36-8760-f357c4ced8e3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ef23330-7a11-4c36-8760-f357c4ced8e3-root {
    text-align: center;
  }


#s-8ef23330-7a11-4c36-8760-f357c4ced8e3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a870bfef-e6e0-4e66-a4d1-9bcd9ecb6584 {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-a870bfef-e6e0-4e66-a4d1-9bcd9ecb6584 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-a870bfef-e6e0-4e66-a4d1-9bcd9ecb6584 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-a870bfef-e6e0-4e66-a4d1-9bcd9ecb6584"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a870bfef-e6e0-4e66-a4d1-9bcd9ecb6584"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a870bfef-e6e0-4e66-a4d1-9bcd9ecb6584"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a870bfef-e6e0-4e66-a4d1-9bcd9ecb6584"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-73e424eb-8220-4e26-9c4f-0187760ecffa {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-73e424eb-8220-4e26-9c4f-0187760ecffa {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-73e424eb-8220-4e26-9c4f-0187760ecffa img.shogun-image {
    

    
    
    
  }


#s-73e424eb-8220-4e26-9c4f-0187760ecffa .shogun-image-content {
  
    justify-content: center;
  
}

#s-bcf45374-192a-41c1-b0b9-60260da37007 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-e54060e1-3c12-4fd1-9a24-2af3d8019a5c {
  min-height: 50px;
}








#s-e54060e1-3c12-4fd1-9a24-2af3d8019a5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e54060e1-3c12-4fd1-9a24-2af3d8019a5c.shg-box.shg-c {
  justify-content: center;
}

#s-32d03962-40e9-4cbd-b14d-a25765e3b81d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-32d03962-40e9-4cbd-b14d-a25765e3b81d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-32d03962-40e9-4cbd-b14d-a25765e3b81d {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-32d03962-40e9-4cbd-b14d-a25765e3b81d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32d03962-40e9-4cbd-b14d-a25765e3b81d.shg-box.shg-c {
  justify-content: center;
}

#s-7d9d1f0d-8630-4a91-b0d3-6a3e574e9efa {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-5a4b704e-c19d-4eba-a44f-b2af3331be8a {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-54726c40-59e5-4c0f-a232-7c1b61cbb46a {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-1e823c62-ae42-40e8-a563-4fcc78bbdc63 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-1e823c62-ae42-40e8-a563-4fcc78bbdc63 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e823c62-ae42-40e8-a563-4fcc78bbdc63 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e823c62-ae42-40e8-a563-4fcc78bbdc63 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-1e823c62-ae42-40e8-a563-4fcc78bbdc63 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-1e823c62-ae42-40e8-a563-4fcc78bbdc63 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-1dd57014-76cc-4226-844b-5ced84b8a2ec {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-1dd57014-76cc-4226-844b-5ced84b8a2ec:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1dd57014-76cc-4226-844b-5ced84b8a2ec:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQzZGZjZTctODc3OS00YmU0LWFhNDAtNzNkNTk2MjQ0Mjk3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDNkZmNlNy04Nzc5LTRiZTQtYWE0MC03M2Q1OTYyNDQyOTcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-1dd57014-76cc-4226-844b-5ced84b8a2ec-root {
    text-align: center;
  }


#s-1dd57014-76cc-4226-844b-5ced84b8a2ec.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1dd57014-76cc-4226-844b-5ced84b8a2ec-root {
    text-align: center;
  }


#s-1dd57014-76cc-4226-844b-5ced84b8a2ec.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1dd57014-76cc-4226-844b-5ced84b8a2ec-root {
    text-align: center;
  }


#s-1dd57014-76cc-4226-844b-5ced84b8a2ec.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1dd57014-76cc-4226-844b-5ced84b8a2ec-root {
    text-align: center;
  }


#s-1dd57014-76cc-4226-844b-5ced84b8a2ec.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1dd57014-76cc-4226-844b-5ced84b8a2ec-root {
    text-align: center;
  }


#s-1dd57014-76cc-4226-844b-5ced84b8a2ec.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a53de0ed-1371-4115-bf5b-a262f4500bc7 {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-a53de0ed-1371-4115-bf5b-a262f4500bc7 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-a53de0ed-1371-4115-bf5b-a262f4500bc7 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-a53de0ed-1371-4115-bf5b-a262f4500bc7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a53de0ed-1371-4115-bf5b-a262f4500bc7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a53de0ed-1371-4115-bf5b-a262f4500bc7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a53de0ed-1371-4115-bf5b-a262f4500bc7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5467e260-bff0-4790-9886-0c98e4afbe96 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-5467e260-bff0-4790-9886-0c98e4afbe96 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-5467e260-bff0-4790-9886-0c98e4afbe96 img.shogun-image {
    

    
    
    
  }


#s-5467e260-bff0-4790-9886-0c98e4afbe96 .shogun-image-content {
  
    justify-content: center;
  
}

#s-738262e0-7faa-489c-867b-e623798469e3 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-738262e0-7faa-489c-867b-e623798469e3 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-738262e0-7faa-489c-867b-e623798469e3 img.shogun-image {
    

    
    
    
  }


#s-738262e0-7faa-489c-867b-e623798469e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ee79716f-bba1-40de-b893-3f9b2ae0c391 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-746d5e8e-6566-4b53-a904-5a951a44e9b7 {
  min-height: 50px;
}








#s-746d5e8e-6566-4b53-a904-5a951a44e9b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-746d5e8e-6566-4b53-a904-5a951a44e9b7.shg-box.shg-c {
  justify-content: center;
}

#s-ff1a54b9-ac32-4779-a99f-e1bec0815e03 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff1a54b9-ac32-4779-a99f-e1bec0815e03 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ff1a54b9-ac32-4779-a99f-e1bec0815e03 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-ff1a54b9-ac32-4779-a99f-e1bec0815e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff1a54b9-ac32-4779-a99f-e1bec0815e03.shg-box.shg-c {
  justify-content: center;
}

#s-0c33b91d-4f1c-4d0b-a93a-b5163c1f9d89 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-7856cc6f-1e82-4f75-913a-fe7d7e58140d {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-d9fa5d30-a678-4cc6-9e6c-ac0ccde6d642 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-4c951e13-f199-48f8-966f-caaabf188a47 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-4c951e13-f199-48f8-966f-caaabf188a47 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c951e13-f199-48f8-966f-caaabf188a47 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c951e13-f199-48f8-966f-caaabf188a47 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-4c951e13-f199-48f8-966f-caaabf188a47 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-4c951e13-f199-48f8-966f-caaabf188a47 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmUxNzJlMWYtMGYyMC00OGFjLTk2OTctODdmOWQxNTc2ODE1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZTE3MmUxZi0wZjIwLTQ4YWMtOTY5Ny04N2Y5ZDE1NzY4MTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9-root {
    text-align: center;
  }


#s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9-root {
    text-align: center;
  }


#s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9-root {
    text-align: center;
  }


#s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9-root {
    text-align: center;
  }


#s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9-root {
    text-align: center;
  }


#s-eb2a54d5-9b4f-4af8-b0b0-5dddb0f258e9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ce2edf40-d0e2-41e5-99be-5ffab3f490cd {
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce2edf40-d0e2-41e5-99be-5ffab3f490cd {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-ce2edf40-d0e2-41e5-99be-5ffab3f490cd {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-ce2edf40-d0e2-41e5-99be-5ffab3f490cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce2edf40-d0e2-41e5-99be-5ffab3f490cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ce2edf40-d0e2-41e5-99be-5ffab3f490cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce2edf40-d0e2-41e5-99be-5ffab3f490cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-2f7a585b-fdaa-41af-9861-485ef52c0113 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-2f7a585b-fdaa-41af-9861-485ef52c0113 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-2f7a585b-fdaa-41af-9861-485ef52c0113 img.shogun-image {
    

    
    
    
  }


#s-2f7a585b-fdaa-41af-9861-485ef52c0113 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3dcac6e9-6155-40a2-b5ea-3f5305b8e99e {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-a8be3f74-f1c7-491d-9735-00c8ea816c00 {
  min-height: 50px;
}








#s-a8be3f74-f1c7-491d-9735-00c8ea816c00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8be3f74-f1c7-491d-9735-00c8ea816c00.shg-box.shg-c {
  justify-content: center;
}

#s-c02de2e9-0b7f-48a7-9049-e35eb00d34de {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c02de2e9-0b7f-48a7-9049-e35eb00d34de {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c02de2e9-0b7f-48a7-9049-e35eb00d34de {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-c02de2e9-0b7f-48a7-9049-e35eb00d34de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c02de2e9-0b7f-48a7-9049-e35eb00d34de.shg-box.shg-c {
  justify-content: center;
}

#s-ccb7a514-7473-445d-9f02-9e9fc43ffe79 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-a1c632ea-e01d-4301-9907-8a452884b27f {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-cc923d6d-e127-4721-ba43-2e6b86335736 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-140097ef-468a-477e-a489-b11d56cc47bd {
  margin-top: 10px;
margin-bottom: 50px;
min-height: 50px;
}








#s-140097ef-468a-477e-a489-b11d56cc47bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-140097ef-468a-477e-a489-b11d56cc47bd.shg-box.shg-c {
  justify-content: center;
}

#s-95c3dd69-cba1-40dc-b679-22ef1dc380d1 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 102, 1);
}
@media (min-width: 1200px){#s-95c3dd69-cba1-40dc-b679-22ef1dc380d1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95c3dd69-cba1-40dc-b679-22ef1dc380d1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-95c3dd69-cba1-40dc-b679-22ef1dc380d1 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-95c3dd69-cba1-40dc-b679-22ef1dc380d1 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-95c3dd69-cba1-40dc-b679-22ef1dc380d1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-98dbceba-3084-41ae-9db7-9511153841f1 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-98dbceba-3084-41ae-9db7-9511153841f1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98dbceba-3084-41ae-9db7-9511153841f1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98dbceba-3084-41ae-9db7-9511153841f1 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-98dbceba-3084-41ae-9db7-9511153841f1 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-98dbceba-3084-41ae-9db7-9511153841f1 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  
  
}



#s-32a068ad-6ed2-4a63-8d20-5b452c510b90 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-32a068ad-6ed2-4a63-8d20-5b452c510b90 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32a068ad-6ed2-4a63-8d20-5b452c510b90 {
  margin-left: 14%;
margin-right: 14%;
}
}
#s-dbbb0e86-36a6-4c68-ba49-5403a277e875 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-dbbb0e86-36a6-4c68-ba49-5403a277e875"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbbb0e86-36a6-4c68-ba49-5403a277e875"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dbbb0e86-36a6-4c68-ba49-5403a277e875"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbbb0e86-36a6-4c68-ba49-5403a277e875"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-50e8fb66-8fa1-416b-b58f-19140b7e7bf1 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-50e8fb66-8fa1-416b-b58f-19140b7e7bf1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50e8fb66-8fa1-416b-b58f-19140b7e7bf1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-50e8fb66-8fa1-416b-b58f-19140b7e7bf1 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-50e8fb66-8fa1-416b-b58f-19140b7e7bf1 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-50e8fb66-8fa1-416b-b58f-19140b7e7bf1 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDAxOGI2YzAtNTlmNi00ODlhLTgxYTUtMTNjZGQwZTE3NDMzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MDE4YjZjMC01OWY2LTQ4OWEtODFhNS0xM2NkZDBlMTc0MzMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5-root {
    text-align: center;
  }


#s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5-root {
    text-align: center;
  }


#s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5-root {
    text-align: center;
  }


#s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5-root {
    text-align: center;
  }


#s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5-root {
    text-align: center;
  }


#s-ea29dc8d-932e-4cdd-b711-b5ba234bd3c5.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0beaefb5-6a6c-4f12-a9b4-ecaf42749534 {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-0beaefb5-6a6c-4f12-a9b4-ecaf42749534 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-0beaefb5-6a6c-4f12-a9b4-ecaf42749534 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-0beaefb5-6a6c-4f12-a9b4-ecaf42749534"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0beaefb5-6a6c-4f12-a9b4-ecaf42749534"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0beaefb5-6a6c-4f12-a9b4-ecaf42749534"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0beaefb5-6a6c-4f12-a9b4-ecaf42749534"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e00b604f-7cc5-416e-a893-44eb9ad4bc22 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-e00b604f-7cc5-416e-a893-44eb9ad4bc22 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e00b604f-7cc5-416e-a893-44eb9ad4bc22 .shogun-image-content {
  
    justify-content: center;
  
}

#s-77489f65-ca5f-495b-88ac-060071afed51 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-5319b11a-2544-47c9-979d-f685692015c9 {
  min-height: 50px;
}








#s-5319b11a-2544-47c9-979d-f685692015c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5319b11a-2544-47c9-979d-f685692015c9.shg-box.shg-c {
  justify-content: center;
}

#s-f4bb3de2-2bb0-4ae5-84b1-8cf061743052 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4bb3de2-2bb0-4ae5-84b1-8cf061743052 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f4bb3de2-2bb0-4ae5-84b1-8cf061743052 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-f4bb3de2-2bb0-4ae5-84b1-8cf061743052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4bb3de2-2bb0-4ae5-84b1-8cf061743052.shg-box.shg-c {
  justify-content: center;
}

#s-9c9aed88-6492-4b5a-8375-48c3a7e4cb0d {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-80ce3855-8973-48c6-821a-bb6804a91fc2 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-1825ba7b-efaa-4718-a364-f3dc8033cac8 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-2a7034ca-2a8a-452f-b978-a1975cab6199 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-2a7034ca-2a8a-452f-b978-a1975cab6199 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a7034ca-2a8a-452f-b978-a1975cab6199 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a7034ca-2a8a-452f-b978-a1975cab6199 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-2a7034ca-2a8a-452f-b978-a1975cab6199 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-2a7034ca-2a8a-452f-b978-a1975cab6199 .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-e0fdc14a-b997-426b-9d6e-28d27424e6a3 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-e0fdc14a-b997-426b-9d6e-28d27424e6a3:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e0fdc14a-b997-426b-9d6e-28d27424e6a3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNiYTUyYWItNGMwNy00ODg0LWFjYzMtNDA2YjQwNjJhZjFjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2JhNTJhYi00YzA3LTQ4ODQtYWNjMy00MDZiNDA2MmFmMWMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-e0fdc14a-b997-426b-9d6e-28d27424e6a3-root {
    text-align: center;
  }


#s-e0fdc14a-b997-426b-9d6e-28d27424e6a3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e0fdc14a-b997-426b-9d6e-28d27424e6a3-root {
    text-align: center;
  }


#s-e0fdc14a-b997-426b-9d6e-28d27424e6a3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0fdc14a-b997-426b-9d6e-28d27424e6a3-root {
    text-align: center;
  }


#s-e0fdc14a-b997-426b-9d6e-28d27424e6a3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0fdc14a-b997-426b-9d6e-28d27424e6a3-root {
    text-align: center;
  }


#s-e0fdc14a-b997-426b-9d6e-28d27424e6a3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e0fdc14a-b997-426b-9d6e-28d27424e6a3-root {
    text-align: center;
  }


#s-e0fdc14a-b997-426b-9d6e-28d27424e6a3.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cece7a4c-5982-4fc4-b4e0-43e4d2ee968a {
  margin-bottom: 70px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-cece7a4c-5982-4fc4-b4e0-43e4d2ee968a {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-cece7a4c-5982-4fc4-b4e0-43e4d2ee968a {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-cece7a4c-5982-4fc4-b4e0-43e4d2ee968a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cece7a4c-5982-4fc4-b4e0-43e4d2ee968a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cece7a4c-5982-4fc4-b4e0-43e4d2ee968a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cece7a4c-5982-4fc4-b4e0-43e4d2ee968a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-04294168-25f6-4018-b20e-0442779a2bb8 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-04294168-25f6-4018-b20e-0442779a2bb8 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-04294168-25f6-4018-b20e-0442779a2bb8 img.shogun-image {
    

    
    
    
  }


#s-04294168-25f6-4018-b20e-0442779a2bb8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-99979720-f1d0-4cc3-bd22-8ca26ce85304 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-99979720-f1d0-4cc3-bd22-8ca26ce85304 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-99979720-f1d0-4cc3-bd22-8ca26ce85304 img.shogun-image {
    

    
    
    
  }


#s-99979720-f1d0-4cc3-bd22-8ca26ce85304 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3bae258e-a5ef-4c0d-964e-dbc8d96da858 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-2aa58c8b-74e3-4870-b781-44f6681c01df {
  min-height: 50px;
}








#s-2aa58c8b-74e3-4870-b781-44f6681c01df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2aa58c8b-74e3-4870-b781-44f6681c01df.shg-box.shg-c {
  justify-content: center;
}

#s-3d63e051-4fb7-4ee8-b03a-8aaaa1667338 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d63e051-4fb7-4ee8-b03a-8aaaa1667338 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3d63e051-4fb7-4ee8-b03a-8aaaa1667338 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-3d63e051-4fb7-4ee8-b03a-8aaaa1667338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d63e051-4fb7-4ee8-b03a-8aaaa1667338.shg-box.shg-c {
  justify-content: center;
}

#s-22c10666-0f01-4a82-859e-3c8abde21aad {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-0324f9a4-e38c-445e-91d9-a4df17e458b3 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-ef2b7307-d677-427f-a6f2-8dcc08f781a2 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-4ddc22dd-f398-401f-8f12-67890076b4bb {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-4ddc22dd-f398-401f-8f12-67890076b4bb {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ddc22dd-f398-401f-8f12-67890076b4bb {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ddc22dd-f398-401f-8f12-67890076b4bb {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-4ddc22dd-f398-401f-8f12-67890076b4bb {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-4ddc22dd-f398-401f-8f12-67890076b4bb .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-095a32ed-4ac6-4562-af43-88bcdcd321e9 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-095a32ed-4ac6-4562-af43-88bcdcd321e9:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-095a32ed-4ac6-4562-af43-88bcdcd321e9:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2JmMDkyMmQtYTcwZi00MzgwLTkxYTAtZmRkMDE3NTNhYjI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YmYwOTIyZC1hNzBmLTQzODAtOTFhMC1mZGQwMTc1M2FiMjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-095a32ed-4ac6-4562-af43-88bcdcd321e9-root {
    text-align: center;
  }


#s-095a32ed-4ac6-4562-af43-88bcdcd321e9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-095a32ed-4ac6-4562-af43-88bcdcd321e9-root {
    text-align: center;
  }


#s-095a32ed-4ac6-4562-af43-88bcdcd321e9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-095a32ed-4ac6-4562-af43-88bcdcd321e9-root {
    text-align: center;
  }


#s-095a32ed-4ac6-4562-af43-88bcdcd321e9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-095a32ed-4ac6-4562-af43-88bcdcd321e9-root {
    text-align: center;
  }


#s-095a32ed-4ac6-4562-af43-88bcdcd321e9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-095a32ed-4ac6-4562-af43-88bcdcd321e9-root {
    text-align: center;
  }


#s-095a32ed-4ac6-4562-af43-88bcdcd321e9.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b84805d2-4f54-4aed-8aca-2aa2d176fd8f {
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b84805d2-4f54-4aed-8aca-2aa2d176fd8f {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-b84805d2-4f54-4aed-8aca-2aa2d176fd8f {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-b84805d2-4f54-4aed-8aca-2aa2d176fd8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b84805d2-4f54-4aed-8aca-2aa2d176fd8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b84805d2-4f54-4aed-8aca-2aa2d176fd8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b84805d2-4f54-4aed-8aca-2aa2d176fd8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-fee9aa61-312e-4674-8bb4-c2de976e2a07 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-fee9aa61-312e-4674-8bb4-c2de976e2a07 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-fee9aa61-312e-4674-8bb4-c2de976e2a07 img.shogun-image {
    

    
    
    
  }


#s-fee9aa61-312e-4674-8bb4-c2de976e2a07 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4545d8a5-42fd-4db6-acda-284117652471 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-f9aa52e2-dfc8-49ba-8481-4a5ff87edf6e {
  min-height: 50px;
}








#s-f9aa52e2-dfc8-49ba-8481-4a5ff87edf6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9aa52e2-dfc8-49ba-8481-4a5ff87edf6e.shg-box.shg-c {
  justify-content: center;
}

#s-84624a20-825e-4f1d-ac00-c474e88300e2 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-84624a20-825e-4f1d-ac00-c474e88300e2 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-84624a20-825e-4f1d-ac00-c474e88300e2 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-84624a20-825e-4f1d-ac00-c474e88300e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84624a20-825e-4f1d-ac00-c474e88300e2.shg-box.shg-c {
  justify-content: center;
}

#s-6c113460-fef8-4775-b1f4-7aec91c24466 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-8e440301-8478-4e8b-9aeb-33dda9ce050e {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-6f64a2e4-f7e6-41ac-b07f-b47e7e7d87c7 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-163a22ec-48d9-413f-b12b-f30475ce732b {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-163a22ec-48d9-413f-b12b-f30475ce732b {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-163a22ec-48d9-413f-b12b-f30475ce732b {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-163a22ec-48d9-413f-b12b-f30475ce732b {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-163a22ec-48d9-413f-b12b-f30475ce732b {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}
}
#s-163a22ec-48d9-413f-b12b-f30475ce732b .shogun-heading-component h3 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-2c8cd040-4402-4554-9626-8b1e01fbf121 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 102, 1);
}
#s-2c8cd040-4402-4554-9626-8b1e01fbf121:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2c8cd040-4402-4554-9626-8b1e01fbf121:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjFlMDUwZjktMGMzMi00NWU4LWIxNjUtMWUzYzI3YWI0MDkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiMWUwNTBmOS0wYzMyLTQ1ZTgtYjE2NS0xZTNjMjdhYjQwOTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-2c8cd040-4402-4554-9626-8b1e01fbf121-root {
    text-align: center;
  }


#s-2c8cd040-4402-4554-9626-8b1e01fbf121.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2c8cd040-4402-4554-9626-8b1e01fbf121-root {
    text-align: center;
  }


#s-2c8cd040-4402-4554-9626-8b1e01fbf121.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c8cd040-4402-4554-9626-8b1e01fbf121-root {
    text-align: center;
  }


#s-2c8cd040-4402-4554-9626-8b1e01fbf121.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c8cd040-4402-4554-9626-8b1e01fbf121-root {
    text-align: center;
  }


#s-2c8cd040-4402-4554-9626-8b1e01fbf121.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2c8cd040-4402-4554-9626-8b1e01fbf121-root {
    text-align: center;
  }


#s-2c8cd040-4402-4554-9626-8b1e01fbf121.shg-btn {
  color: rgba(0, 0, 102, 1);
  font-size: 12px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4c7269ab-a2a0-4258-aa81-6ae9465af28f {
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c7269ab-a2a0-4258-aa81-6ae9465af28f {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-4c7269ab-a2a0-4258-aa81-6ae9465af28f {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-4c7269ab-a2a0-4258-aa81-6ae9465af28f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c7269ab-a2a0-4258-aa81-6ae9465af28f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4c7269ab-a2a0-4258-aa81-6ae9465af28f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c7269ab-a2a0-4258-aa81-6ae9465af28f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-ffd5efeb-2db4-454f-ac62-2e4896d6c3d6 {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}

#s-ffd5efeb-2db4-454f-ac62-2e4896d6c3d6 {
  overflow: hidden;
  
  
      max-width: 220px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-ffd5efeb-2db4-454f-ac62-2e4896d6c3d6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6d8faf09-72dc-4ee0-ba71-50e662f51726 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-bae16565-be95-497d-8b5c-7b643cb6286d {
  min-height: 50px;
}








#s-bae16565-be95-497d-8b5c-7b643cb6286d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bae16565-be95-497d-8b5c-7b643cb6286d.shg-box.shg-c {
  justify-content: center;
}

#s-b818c42e-a285-46fc-b986-3a3873d1b988 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b818c42e-a285-46fc-b986-3a3873d1b988 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b818c42e-a285-46fc-b986-3a3873d1b988 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-b818c42e-a285-46fc-b986-3a3873d1b988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b818c42e-a285-46fc-b986-3a3873d1b988.shg-box.shg-c {
  justify-content: center;
}

#s-3f7a6da5-2194-4661-bf34-e2de3070ff87 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-d48eae58-9e74-45a4-9b81-fb4a852beaab {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-32fa811b-19af-44cc-ade3-010e1e6b3a25 {
  margin-top: -12px;
margin-bottom: 12px;
}

#s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 50px;
margin-bottom: 30px;
padding-top: 14px;
padding-left: 50px;
padding-bottom: 14px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 102, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTlhOWU2YzktM2Y4Zi00ZjkzLTliMGMtOTg1NDk1NDFlYzc2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlOWE5ZTZjOS0zZjhmLTRmOTMtOWIwYy05ODU0OTU0MWVjNzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(250, 72, 6, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f-root {
    text-align: center;
  }


#s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f-root {
    text-align: center;
  }


#s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f-root {
    text-align: center;
  }


#s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f-root {
    text-align: center;
  }


#s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f-root {
    text-align: center;
  }


#s-f2cb4715-fdbd-43fc-84b1-e5784b3d331f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c255aa62-4eae-4a39-864d-321e99d2ee66 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-c255aa62-4eae-4a39-864d-321e99d2ee66 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c255aa62-4eae-4a39-864d-321e99d2ee66 {
  margin-left: 14%;
margin-right: 14%;
}
}
#s-fa8f525f-6b6e-4185-bc17-9ecca4460f10 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 50px;
margin-bottom: 30px;
padding-top: 14px;
padding-left: 50px;
padding-bottom: 14px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 102, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fa8f525f-6b6e-4185-bc17-9ecca4460f10:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fa8f525f-6b6e-4185-bc17-9ecca4460f10:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzY2ODgyNzEtMzI1Yy00YzczLTg4OWItN2UyYTZmMGE3Nzc2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNjY4ODI3MS0zMjVjLTRjNzMtODg5Yi03ZTJhNmYwYTc3NzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(250, 72, 6, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-fa8f525f-6b6e-4185-bc17-9ecca4460f10-root {
    text-align: center;
  }


#s-fa8f525f-6b6e-4185-bc17-9ecca4460f10.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa8f525f-6b6e-4185-bc17-9ecca4460f10-root {
    text-align: center;
  }


#s-fa8f525f-6b6e-4185-bc17-9ecca4460f10.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa8f525f-6b6e-4185-bc17-9ecca4460f10-root {
    text-align: center;
  }


#s-fa8f525f-6b6e-4185-bc17-9ecca4460f10.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa8f525f-6b6e-4185-bc17-9ecca4460f10-root {
    text-align: center;
  }


#s-fa8f525f-6b6e-4185-bc17-9ecca4460f10.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa8f525f-6b6e-4185-bc17-9ecca4460f10-root {
    text-align: center;
  }


#s-fa8f525f-6b6e-4185-bc17-9ecca4460f10.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a082a19c-99a0-4590-ba30-ed67c8ee74f2 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-a082a19c-99a0-4590-ba30-ed67c8ee74f2 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a082a19c-99a0-4590-ba30-ed67c8ee74f2 {
  margin-left: 14%;
margin-right: 14%;
}
}
#s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 50px;
margin-bottom: 30px;
padding-top: 14px;
padding-left: 50px;
padding-bottom: 14px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 102, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzQ4M2IyNDktMWE0ZS00ODExLThjODYtNTAxMTk0ZGQwNTYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNDgzYjI0OS0xYTRlLTQ4MTEtOGM4Ni01MDExOTRkZDA1NjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(250, 72, 6, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694-root {
    text-align: center;
  }


#s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694-root {
    text-align: center;
  }


#s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694-root {
    text-align: center;
  }


#s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694-root {
    text-align: center;
  }


#s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694-root {
    text-align: center;
  }


#s-0a424d22-68ba-4fb2-9ad4-d6bf02e84694.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7316d15d-2488-4da0-b345-a63bab3c08f2 {
  margin-left: 4%;
margin-right: 4%;
min-height: 50px;
}








#s-7316d15d-2488-4da0-b345-a63bab3c08f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7316d15d-2488-4da0-b345-a63bab3c08f2.shg-box.shg-c {
  justify-content: center;
}

#s-8c31e912-d711-4d4e-8d9e-803199dede23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c31e912-d711-4d4e-8d9e-803199dede23 .shogun-heading-component h2 {
  color: rgba(0, 0, 102, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-7c89718e-9bbe-4b78-938e-81e6c62c0ffc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7c89718e-9bbe-4b78-938e-81e6c62c0ffc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7c89718e-9bbe-4b78-938e-81e6c62c0ffc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 102, 1);
}

#s-7c89718e-9bbe-4b78-938e-81e6c62c0ffc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7c89718e-9bbe-4b78-938e-81e6c62c0ffc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 102, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  
  font-size: 24px;
}

#s-7c89718e-9bbe-4b78-938e-81e6c62c0ffc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-3b36f847-6e18-41f1-a63b-06a93d3144ea {
  margin-left: 1%;
margin-right: 1%;
}

#s-a4fcf99a-0270-41ca-ae3a-79a0bc4013e5 {
  margin-left: 1%;
margin-right: 1%;
}

#s-594c9325-8825-4fa0-a651-36cb42676c35 {
  margin-left: 1%;
margin-right: 1%;
}

#s-deb9834f-d9c6-45fa-9a95-0844211716e5 {
  margin-left: 1%;
margin-right: 1%;
}

#s-d73d3f57-4a75-44e3-8361-c9eeaf3e9138 {
  margin-left: 1%;
margin-right: 1%;
}

#s-a26c62d5-297f-4e2b-a826-42ffe62f6d4b {
  margin-left: 1%;
margin-right: 1%;
}

#s-e06c3463-5a37-496f-be4f-c79165781fa1 {
  margin-top: 40px;
margin-left: 2%;
margin-bottom: 8px;
margin-right: 2%;
}

#s-0405d64d-7bee-4e6c-ba3b-df48ade2792a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 6px;
margin-bottom: 30px;
padding-top: 14px;
padding-left: 50px;
padding-bottom: 14px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 102, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0405d64d-7bee-4e6c-ba3b-df48ade2792a:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0405d64d-7bee-4e6c-ba3b-df48ade2792a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODM5YjA4MTUtYTNjYS00ZDNkLWI0ZDktZjA1YzYzYzc4YzZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MzliMDgxNS1hM2NhLTRkM2QtYjRkOS1mMDVjNjNjNzhjNmYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(250, 72, 6, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-0405d64d-7bee-4e6c-ba3b-df48ade2792a-root {
    text-align: center;
  }


#s-0405d64d-7bee-4e6c-ba3b-df48ade2792a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0405d64d-7bee-4e6c-ba3b-df48ade2792a-root {
    text-align: center;
  }


#s-0405d64d-7bee-4e6c-ba3b-df48ade2792a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0405d64d-7bee-4e6c-ba3b-df48ade2792a-root {
    text-align: center;
  }


#s-0405d64d-7bee-4e6c-ba3b-df48ade2792a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0405d64d-7bee-4e6c-ba3b-df48ade2792a-root {
    text-align: center;
  }


#s-0405d64d-7bee-4e6c-ba3b-df48ade2792a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0405d64d-7bee-4e6c-ba3b-df48ade2792a-root {
    text-align: center;
  }


#s-0405d64d-7bee-4e6c-ba3b-df48ade2792a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

#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;
          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:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
