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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-b8a421fe-af0a-4262-a99f-83e1f62d7061 {
  min-height: 5px;
max-width: 382px;
}
@media (min-width: 1200px){#s-b8a421fe-af0a-4262-a99f-83e1f62d7061 {
  display: none;
}
#s-b8a421fe-af0a-4262-a99f-83e1f62d7061, #wrap-s-b8a421fe-af0a-4262-a99f-83e1f62d7061 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8a421fe-af0a-4262-a99f-83e1f62d7061 {
  display: none;
}
#s-b8a421fe-af0a-4262-a99f-83e1f62d7061, #wrap-s-b8a421fe-af0a-4262-a99f-83e1f62d7061 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8a421fe-af0a-4262-a99f-83e1f62d7061 {
  display: none;
}
#s-b8a421fe-af0a-4262-a99f-83e1f62d7061, #wrap-s-b8a421fe-af0a-4262-a99f-83e1f62d7061 { display:none !important; }}@media (max-width: 767px){#s-b8a421fe-af0a-4262-a99f-83e1f62d7061 {
  margin-left: auto;
margin-right: auto;
}
}







#s-b8a421fe-af0a-4262-a99f-83e1f62d7061 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8a421fe-af0a-4262-a99f-83e1f62d7061.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-818a32f1-f6d5-4dcc-90f5-10d307a1a58e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 900px;
text-align: center;
}

#s-818a32f1-f6d5-4dcc-90f5-10d307a1a58e .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-9cce7804-8665-43d6-b701-7233a0bd08b5 {
  margin-top: -20px;
margin-left: 35%;
margin-bottom: 11px;
margin-right: 35%;
}
@media (max-width: 767px){#s-9cce7804-8665-43d6-b701-7233a0bd08b5 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-9cce7804-8665-43d6-b701-7233a0bd08b5, #wrap-s-9cce7804-8665-43d6-b701-7233a0bd08b5 { display:none !important; }}
#s-9cce7804-8665-43d6-b701-7233a0bd08b5 hr {
  border-top: 2px solid #ddd;
}

#s-ad8b6492-a28d-4d94-bbf6-6d53f0b8b337 {
  margin-top: -20px;
margin-left: 9%;
margin-bottom: 11px;
margin-right: 9%;
}
@media (min-width: 1200px){#s-ad8b6492-a28d-4d94-bbf6-6d53f0b8b337 {
  display: none;
}
#s-ad8b6492-a28d-4d94-bbf6-6d53f0b8b337, #wrap-s-ad8b6492-a28d-4d94-bbf6-6d53f0b8b337 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad8b6492-a28d-4d94-bbf6-6d53f0b8b337 {
  display: none;
}
#s-ad8b6492-a28d-4d94-bbf6-6d53f0b8b337, #wrap-s-ad8b6492-a28d-4d94-bbf6-6d53f0b8b337 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad8b6492-a28d-4d94-bbf6-6d53f0b8b337 {
  display: none;
}
#s-ad8b6492-a28d-4d94-bbf6-6d53f0b8b337, #wrap-s-ad8b6492-a28d-4d94-bbf6-6d53f0b8b337 { display:none !important; }}
#s-ad8b6492-a28d-4d94-bbf6-6d53f0b8b337 hr {
  border-top: 2px solid #ddd;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-55ae52de-71c6-4340-8308-7b59bebf3b4c {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 1300px;
}
@media (max-width: 767px){#s-55ae52de-71c6-4340-8308-7b59bebf3b4c {
  display: none;
}
#s-55ae52de-71c6-4340-8308-7b59bebf3b4c, #wrap-s-55ae52de-71c6-4340-8308-7b59bebf3b4c { display:none !important; }}
@media (min-width: 0px) {
[id="s-55ae52de-71c6-4340-8308-7b59bebf3b4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55ae52de-71c6-4340-8308-7b59bebf3b4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-55ae52de-71c6-4340-8308-7b59bebf3b4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-55ae52de-71c6-4340-8308-7b59bebf3b4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-7474c505-eead-4e6f-959b-2c36f01e883a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-7474c505-eead-4e6f-959b-2c36f01e883a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7474c505-eead-4e6f-959b-2c36f01e883a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-37f8874c-f31a-45a8-a316-32019adae66d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
text-align: center;
}







  img.s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image {
    
    
  }


.s-37f8874c-f31a-45a8-a316-32019adae66d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-37f8874c-f31a-45a8-a316-32019adae66d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image {
    
    
  }


.s-37f8874c-f31a-45a8-a316-32019adae66d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-37f8874c-f31a-45a8-a316-32019adae66d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image {
    
    
  }


.s-37f8874c-f31a-45a8-a316-32019adae66d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-37f8874c-f31a-45a8-a316-32019adae66d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image {
    
    
  }


.s-37f8874c-f31a-45a8-a316-32019adae66d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-37f8874c-f31a-45a8-a316-32019adae66d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image {
    
    
  }


.s-37f8874c-f31a-45a8-a316-32019adae66d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-37f8874c-f31a-45a8-a316-32019adae66d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37f8874c-f31a-45a8-a316-32019adae66d.shogun-image {
  box-sizing: border-box;
}

}
#s-fe127b5c-2500-48f6-8c32-1c02eab1a9f4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe127b5c-2500-48f6-8c32-1c02eab1a9f4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



.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 {
  font-weight: ;
  font-family: ;
}

.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-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 23%;
padding-bottom: 5px;
padding-right: 23%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0-root {
    text-align: center;
  }


#s-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0-root {
    text-align: center;
  }


#s-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0-root {
    text-align: center;
  }


#s-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0-root {
    text-align: center;
  }


#s-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0-root {
    text-align: center;
  }


#s-2d87452e-d654-4a63-a5b8-8f37b9ef6ac0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-c6ea4b23-09e3-492c-9bd5-234a33445798 {
  min-height: 0px;
}








#s-c6ea4b23-09e3-492c-9bd5-234a33445798 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6ea4b23-09e3-492c-9bd5-234a33445798.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-56abcdf8-a2d3-4175-b4a6-41de79c066eb {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}







  img.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image {
    
    
  }


.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image {
    
    
  }


.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image {
    
    
  }


.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image {
    
    
  }


.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image {
    
    
  }


.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56abcdf8-a2d3-4175-b4a6-41de79c066eb.shogun-image {
  box-sizing: border-box;
}

}
#s-57b8e680-6f7b-40f5-842e-f96dc70d400d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57b8e680-6f7b-40f5-842e-f96dc70d400d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 18%;
padding-bottom: 5px;
padding-right: 18%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1-root {
    text-align: center;
  }


#s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1-root {
    text-align: center;
  }


#s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1-root {
    text-align: center;
  }


#s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1-root {
    text-align: center;
  }


#s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1-root {
    text-align: center;
  }


#s-f0f67ea8-b36d-4601-8fc3-7b2b4f0a6ba1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-f1deac53-f204-4438-b43d-adb38e71895f {
  min-height: 0px;
}








#s-f1deac53-f204-4438-b43d-adb38e71895f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1deac53-f204-4438-b43d-adb38e71895f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-26912765-ed8d-4e27-88d8-098e0492396e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}







  img.s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image {
    
    
  }


.s-26912765-ed8d-4e27-88d8-098e0492396e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-26912765-ed8d-4e27-88d8-098e0492396e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image {
    
    
  }


.s-26912765-ed8d-4e27-88d8-098e0492396e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-26912765-ed8d-4e27-88d8-098e0492396e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image {
    
    
  }


.s-26912765-ed8d-4e27-88d8-098e0492396e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-26912765-ed8d-4e27-88d8-098e0492396e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image {
    
    
  }


.s-26912765-ed8d-4e27-88d8-098e0492396e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-26912765-ed8d-4e27-88d8-098e0492396e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image {
    
    
  }


.s-26912765-ed8d-4e27-88d8-098e0492396e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-26912765-ed8d-4e27-88d8-098e0492396e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26912765-ed8d-4e27-88d8-098e0492396e.shogun-image {
  box-sizing: border-box;
}

}
#s-8b2e06e1-1132-4042-b8ce-7db5177170bb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b2e06e1-1132-4042-b8ce-7db5177170bb .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-a8990e8c-52be-4b7f-898f-ef596295b525 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 15%;
padding-bottom: 5px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 0px;
}
#s-a8990e8c-52be-4b7f-898f-ef596295b525:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-a8990e8c-52be-4b7f-898f-ef596295b525:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a8990e8c-52be-4b7f-898f-ef596295b525-root {
    text-align: center;
  }


#s-a8990e8c-52be-4b7f-898f-ef596295b525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8990e8c-52be-4b7f-898f-ef596295b525-root {
    text-align: center;
  }


#s-a8990e8c-52be-4b7f-898f-ef596295b525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8990e8c-52be-4b7f-898f-ef596295b525-root {
    text-align: center;
  }


#s-a8990e8c-52be-4b7f-898f-ef596295b525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8990e8c-52be-4b7f-898f-ef596295b525-root {
    text-align: center;
  }


#s-a8990e8c-52be-4b7f-898f-ef596295b525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8990e8c-52be-4b7f-898f-ef596295b525-root {
    text-align: center;
  }


#s-a8990e8c-52be-4b7f-898f-ef596295b525.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-6900b5f4-420c-4258-becd-94aa08b628cf {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-6900b5f4-420c-4258-becd-94aa08b628cf {
  display: none;
}
#s-6900b5f4-420c-4258-becd-94aa08b628cf, #wrap-s-6900b5f4-420c-4258-becd-94aa08b628cf { display:none !important; }}
#s-6900b5f4-420c-4258-becd-94aa08b628cf hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-deef863a-7ced-48ef-8e0a-907d14d524be {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 1300px;
}
@media (max-width: 767px){#s-deef863a-7ced-48ef-8e0a-907d14d524be {
  display: none;
}
#s-deef863a-7ced-48ef-8e0a-907d14d524be, #wrap-s-deef863a-7ced-48ef-8e0a-907d14d524be { display:none !important; }}
@media (min-width: 0px) {
[id="s-deef863a-7ced-48ef-8e0a-907d14d524be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-deef863a-7ced-48ef-8e0a-907d14d524be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-deef863a-7ced-48ef-8e0a-907d14d524be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-deef863a-7ced-48ef-8e0a-907d14d524be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-f22f4041-59f7-4211-aaf8-c1e18a26f0da {
  min-height: 0px;
}








#s-f22f4041-59f7-4211-aaf8-c1e18a26f0da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f22f4041-59f7-4211-aaf8-c1e18a26f0da.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b845ea28-3bd6-49df-9d1c-cd09d154268d {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}







  img.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image {
    
    
  }


.s-b845ea28-3bd6-49df-9d1c-cd09d154268d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image {
    
    
  }


.s-b845ea28-3bd6-49df-9d1c-cd09d154268d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image {
    
    
  }


.s-b845ea28-3bd6-49df-9d1c-cd09d154268d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image {
    
    
  }


.s-b845ea28-3bd6-49df-9d1c-cd09d154268d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image {
    
    
  }


.s-b845ea28-3bd6-49df-9d1c-cd09d154268d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b845ea28-3bd6-49df-9d1c-cd09d154268d.shogun-image {
  box-sizing: border-box;
}

}
#s-a3edc0b3-7221-4ab4-bd1a-4752867ec127 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3edc0b3-7221-4ab4-bd1a-4752867ec127 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0be86e05-01af-495c-a08a-6bbc975b19f7 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 15%;
padding-bottom: 5px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0be86e05-01af-495c-a08a-6bbc975b19f7:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-0be86e05-01af-495c-a08a-6bbc975b19f7:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-0be86e05-01af-495c-a08a-6bbc975b19f7-root {
    text-align: center;
  }


#s-0be86e05-01af-495c-a08a-6bbc975b19f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0be86e05-01af-495c-a08a-6bbc975b19f7-root {
    text-align: center;
  }


#s-0be86e05-01af-495c-a08a-6bbc975b19f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0be86e05-01af-495c-a08a-6bbc975b19f7-root {
    text-align: center;
  }


#s-0be86e05-01af-495c-a08a-6bbc975b19f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0be86e05-01af-495c-a08a-6bbc975b19f7-root {
    text-align: center;
  }


#s-0be86e05-01af-495c-a08a-6bbc975b19f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0be86e05-01af-495c-a08a-6bbc975b19f7-root {
    text-align: center;
  }


#s-0be86e05-01af-495c-a08a-6bbc975b19f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-34bc19ca-aa82-4405-b7b2-fc03dfdaa44b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-34bc19ca-aa82-4405-b7b2-fc03dfdaa44b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34bc19ca-aa82-4405-b7b2-fc03dfdaa44b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a0234fa9-8af4-4223-8290-4b65b2b23f99 {
  text-align: center;
}







  img.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image {
    
    
  }


.s-a0234fa9-8af4-4223-8290-4b65b2b23f99 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image {
    
    
  }


.s-a0234fa9-8af4-4223-8290-4b65b2b23f99 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image {
    
    
  }


.s-a0234fa9-8af4-4223-8290-4b65b2b23f99 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image {
    
    
  }


.s-a0234fa9-8af4-4223-8290-4b65b2b23f99 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image {
    
    
  }


.s-a0234fa9-8af4-4223-8290-4b65b2b23f99 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0234fa9-8af4-4223-8290-4b65b2b23f99.shogun-image {
  box-sizing: border-box;
}

}
#s-5f3a0908-6e74-42d2-8c9a-f6846bf19037 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f3a0908-6e74-42d2-8c9a-f6846bf19037 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c9afc062-136c-4b28-a4ab-601e12ed10c4 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 16%;
padding-bottom: 5px;
padding-right: 16%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c9afc062-136c-4b28-a4ab-601e12ed10c4:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c9afc062-136c-4b28-a4ab-601e12ed10c4:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9afc062-136c-4b28-a4ab-601e12ed10c4-root {
    text-align: center;
  }


#s-c9afc062-136c-4b28-a4ab-601e12ed10c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9afc062-136c-4b28-a4ab-601e12ed10c4-root {
    text-align: center;
  }


#s-c9afc062-136c-4b28-a4ab-601e12ed10c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9afc062-136c-4b28-a4ab-601e12ed10c4-root {
    text-align: center;
  }


#s-c9afc062-136c-4b28-a4ab-601e12ed10c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9afc062-136c-4b28-a4ab-601e12ed10c4-root {
    text-align: center;
  }


#s-c9afc062-136c-4b28-a4ab-601e12ed10c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9afc062-136c-4b28-a4ab-601e12ed10c4-root {
    text-align: center;
  }


#s-c9afc062-136c-4b28-a4ab-601e12ed10c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-3dc42b7a-8acd-429e-a555-07c338c5baee {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-3dc42b7a-8acd-429e-a555-07c338c5baee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dc42b7a-8acd-429e-a555-07c338c5baee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  img.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image {
    
    
  }


.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image {
    
    
  }


.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image {
    
    
  }


.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image {
    
    
  }


.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image {
    
    
  }


.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b73dd7c2-3892-40ce-8d7a-e22e951f6a4f.shogun-image {
  box-sizing: border-box;
}

}
#s-c515ddc3-2dc7-497a-bca4-60df89a774e1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c515ddc3-2dc7-497a-bca4-60df89a774e1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-abf80d68-47c8-4ea8-af46-c467311884c3 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 29%;
padding-bottom: 5px;
padding-right: 29%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-abf80d68-47c8-4ea8-af46-c467311884c3:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-abf80d68-47c8-4ea8-af46-c467311884c3:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-abf80d68-47c8-4ea8-af46-c467311884c3-root {
    text-align: center;
  }


#s-abf80d68-47c8-4ea8-af46-c467311884c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abf80d68-47c8-4ea8-af46-c467311884c3-root {
    text-align: center;
  }


#s-abf80d68-47c8-4ea8-af46-c467311884c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abf80d68-47c8-4ea8-af46-c467311884c3-root {
    text-align: center;
  }


#s-abf80d68-47c8-4ea8-af46-c467311884c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abf80d68-47c8-4ea8-af46-c467311884c3-root {
    text-align: center;
  }


#s-abf80d68-47c8-4ea8-af46-c467311884c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abf80d68-47c8-4ea8-af46-c467311884c3-root {
    text-align: center;
  }


#s-abf80d68-47c8-4ea8-af46-c467311884c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-be18d8cb-7153-4ba2-aeb2-0c170b6df117 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-be18d8cb-7153-4ba2-aeb2-0c170b6df117 {
  display: none;
}
#s-be18d8cb-7153-4ba2-aeb2-0c170b6df117, #wrap-s-be18d8cb-7153-4ba2-aeb2-0c170b6df117 { display:none !important; }}
#s-be18d8cb-7153-4ba2-aeb2-0c170b6df117 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-07127ca7-7325-437c-b7e5-c02c7c6ad692 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 1300px;
}
@media (max-width: 767px){#s-07127ca7-7325-437c-b7e5-c02c7c6ad692 {
  display: none;
}
#s-07127ca7-7325-437c-b7e5-c02c7c6ad692, #wrap-s-07127ca7-7325-437c-b7e5-c02c7c6ad692 { display:none !important; }}
@media (min-width: 0px) {
[id="s-07127ca7-7325-437c-b7e5-c02c7c6ad692"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07127ca7-7325-437c-b7e5-c02c7c6ad692"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-07127ca7-7325-437c-b7e5-c02c7c6ad692"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-07127ca7-7325-437c-b7e5-c02c7c6ad692"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-3e767030-3fa4-4594-a5af-118627abae9a {
  margin-top: -4px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-3e767030-3fa4-4594-a5af-118627abae9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e767030-3fa4-4594-a5af-118627abae9a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a13fb685-4701-4a01-95c1-69c9df267719 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  img.s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image {
    
    
  }


.s-a13fb685-4701-4a01-95c1-69c9df267719 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a13fb685-4701-4a01-95c1-69c9df267719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image {
    
    
  }


.s-a13fb685-4701-4a01-95c1-69c9df267719 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a13fb685-4701-4a01-95c1-69c9df267719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image {
    
    
  }


.s-a13fb685-4701-4a01-95c1-69c9df267719 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a13fb685-4701-4a01-95c1-69c9df267719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image {
    
    
  }


.s-a13fb685-4701-4a01-95c1-69c9df267719 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a13fb685-4701-4a01-95c1-69c9df267719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image {
    
    
  }


.s-a13fb685-4701-4a01-95c1-69c9df267719 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a13fb685-4701-4a01-95c1-69c9df267719.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13fb685-4701-4a01-95c1-69c9df267719.shogun-image {
  box-sizing: border-box;
}

}
#s-bcd5dc6d-f6de-4f94-be23-3728168349cd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcd5dc6d-f6de-4f94-be23-3728168349cd .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-9b5a433d-e9f7-4459-a11b-3d26f18ee854 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 14%;
padding-bottom: 5px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-9b5a433d-e9f7-4459-a11b-3d26f18ee854:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-9b5a433d-e9f7-4459-a11b-3d26f18ee854:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b5a433d-e9f7-4459-a11b-3d26f18ee854-root {
    text-align: center;
  }


#s-9b5a433d-e9f7-4459-a11b-3d26f18ee854.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b5a433d-e9f7-4459-a11b-3d26f18ee854-root {
    text-align: center;
  }


#s-9b5a433d-e9f7-4459-a11b-3d26f18ee854.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b5a433d-e9f7-4459-a11b-3d26f18ee854-root {
    text-align: center;
  }


#s-9b5a433d-e9f7-4459-a11b-3d26f18ee854.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b5a433d-e9f7-4459-a11b-3d26f18ee854-root {
    text-align: center;
  }


#s-9b5a433d-e9f7-4459-a11b-3d26f18ee854.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b5a433d-e9f7-4459-a11b-3d26f18ee854-root {
    text-align: center;
  }


#s-9b5a433d-e9f7-4459-a11b-3d26f18ee854.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-cebcf913-845a-4e1f-9091-3d18172f1221 {
  margin-top: -4px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-cebcf913-845a-4e1f-9091-3d18172f1221 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cebcf913-845a-4e1f-9091-3d18172f1221.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-949bffd8-020b-4726-bd01-490178cea136 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  img.s-949bffd8-020b-4726-bd01-490178cea136.shogun-image {
    
    
  }


.s-949bffd8-020b-4726-bd01-490178cea136 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-949bffd8-020b-4726-bd01-490178cea136.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949bffd8-020b-4726-bd01-490178cea136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949bffd8-020b-4726-bd01-490178cea136.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-949bffd8-020b-4726-bd01-490178cea136.shogun-image {
    
    
  }


.s-949bffd8-020b-4726-bd01-490178cea136 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-949bffd8-020b-4726-bd01-490178cea136.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949bffd8-020b-4726-bd01-490178cea136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949bffd8-020b-4726-bd01-490178cea136.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-949bffd8-020b-4726-bd01-490178cea136.shogun-image {
    
    
  }


.s-949bffd8-020b-4726-bd01-490178cea136 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-949bffd8-020b-4726-bd01-490178cea136.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949bffd8-020b-4726-bd01-490178cea136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949bffd8-020b-4726-bd01-490178cea136.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-949bffd8-020b-4726-bd01-490178cea136.shogun-image {
    
    
  }


.s-949bffd8-020b-4726-bd01-490178cea136 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-949bffd8-020b-4726-bd01-490178cea136.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949bffd8-020b-4726-bd01-490178cea136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949bffd8-020b-4726-bd01-490178cea136.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-949bffd8-020b-4726-bd01-490178cea136.shogun-image {
    
    
  }


.s-949bffd8-020b-4726-bd01-490178cea136 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-949bffd8-020b-4726-bd01-490178cea136.shg-align-container {
  display: flex;
  justify-content: center
}

.s-949bffd8-020b-4726-bd01-490178cea136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-949bffd8-020b-4726-bd01-490178cea136.shogun-image {
  box-sizing: border-box;
}

}
#s-dc462687-0f94-4120-a6bc-12bc68c76f5f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc462687-0f94-4120-a6bc-12bc68c76f5f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8f56048c-05b7-4296-b333-b84a28ca6a87 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 5px;
padding-left: 23%;
padding-bottom: 5px;
padding-right: 23%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8f56048c-05b7-4296-b333-b84a28ca6a87:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-8f56048c-05b7-4296-b333-b84a28ca6a87:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f56048c-05b7-4296-b333-b84a28ca6a87-root {
    text-align: center;
  }


#s-8f56048c-05b7-4296-b333-b84a28ca6a87.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f56048c-05b7-4296-b333-b84a28ca6a87-root {
    text-align: center;
  }


#s-8f56048c-05b7-4296-b333-b84a28ca6a87.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f56048c-05b7-4296-b333-b84a28ca6a87-root {
    text-align: center;
  }


#s-8f56048c-05b7-4296-b333-b84a28ca6a87.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f56048c-05b7-4296-b333-b84a28ca6a87-root {
    text-align: center;
  }


#s-8f56048c-05b7-4296-b333-b84a28ca6a87.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f56048c-05b7-4296-b333-b84a28ca6a87-root {
    text-align: center;
  }


#s-8f56048c-05b7-4296-b333-b84a28ca6a87.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-10213da6-3b5d-4826-b0fe-3fe8a31a4f5e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-10213da6-3b5d-4826-b0fe-3fe8a31a4f5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10213da6-3b5d-4826-b0fe-3fe8a31a4f5e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db714a17-c6da-433b-9b85-82529e32e5fb {
  text-align: center;
}







  img.s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image {
    
    
  }


.s-db714a17-c6da-433b-9b85-82529e32e5fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-db714a17-c6da-433b-9b85-82529e32e5fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image {
    
    
  }


.s-db714a17-c6da-433b-9b85-82529e32e5fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-db714a17-c6da-433b-9b85-82529e32e5fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image {
    
    
  }


.s-db714a17-c6da-433b-9b85-82529e32e5fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-db714a17-c6da-433b-9b85-82529e32e5fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image {
    
    
  }


.s-db714a17-c6da-433b-9b85-82529e32e5fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-db714a17-c6da-433b-9b85-82529e32e5fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image {
    
    
  }


.s-db714a17-c6da-433b-9b85-82529e32e5fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-db714a17-c6da-433b-9b85-82529e32e5fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db714a17-c6da-433b-9b85-82529e32e5fb.shogun-image {
  box-sizing: border-box;
}

}
#s-ec46869d-28ec-45a2-a25b-f34865baf7b2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec46869d-28ec-45a2-a25b-f34865baf7b2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-aa1ee833-1726-4326-9bc0-240f830dc39a {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 27%;
padding-bottom: 5px;
padding-right: 27%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-aa1ee833-1726-4326-9bc0-240f830dc39a:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-aa1ee833-1726-4326-9bc0-240f830dc39a:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa1ee833-1726-4326-9bc0-240f830dc39a-root {
    text-align: center;
  }


#s-aa1ee833-1726-4326-9bc0-240f830dc39a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa1ee833-1726-4326-9bc0-240f830dc39a-root {
    text-align: center;
  }


#s-aa1ee833-1726-4326-9bc0-240f830dc39a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa1ee833-1726-4326-9bc0-240f830dc39a-root {
    text-align: center;
  }


#s-aa1ee833-1726-4326-9bc0-240f830dc39a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa1ee833-1726-4326-9bc0-240f830dc39a-root {
    text-align: center;
  }


#s-aa1ee833-1726-4326-9bc0-240f830dc39a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa1ee833-1726-4326-9bc0-240f830dc39a-root {
    text-align: center;
  }


#s-aa1ee833-1726-4326-9bc0-240f830dc39a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-0ce6a04e-61f0-453e-b73e-93231847d02d {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-0ce6a04e-61f0-453e-b73e-93231847d02d {
  display: none;
}
#s-0ce6a04e-61f0-453e-b73e-93231847d02d, #wrap-s-0ce6a04e-61f0-453e-b73e-93231847d02d { display:none !important; }}
#s-0ce6a04e-61f0-453e-b73e-93231847d02d hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b2f050da-446e-4177-a82a-f374e4352584 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 1300px;
}
@media (max-width: 767px){#s-b2f050da-446e-4177-a82a-f374e4352584 {
  display: none;
}
#s-b2f050da-446e-4177-a82a-f374e4352584, #wrap-s-b2f050da-446e-4177-a82a-f374e4352584 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b2f050da-446e-4177-a82a-f374e4352584"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2f050da-446e-4177-a82a-f374e4352584"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b2f050da-446e-4177-a82a-f374e4352584"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b2f050da-446e-4177-a82a-f374e4352584"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-1260869c-92a9-470b-8043-1036d9e94ff5 {
  min-height: 0px;
}








#s-1260869c-92a9-470b-8043-1036d9e94ff5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1260869c-92a9-470b-8043-1036d9e94ff5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eb47f81c-e9db-479d-9797-e4eb23a06549 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  img.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image {
    
    
  }


.s-eb47f81c-e9db-479d-9797-e4eb23a06549 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image {
    
    
  }


.s-eb47f81c-e9db-479d-9797-e4eb23a06549 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image {
    
    
  }


.s-eb47f81c-e9db-479d-9797-e4eb23a06549 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image {
    
    
  }


.s-eb47f81c-e9db-479d-9797-e4eb23a06549 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image {
    
    
  }


.s-eb47f81c-e9db-479d-9797-e4eb23a06549 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb47f81c-e9db-479d-9797-e4eb23a06549.shogun-image {
  box-sizing: border-box;
}

}
#s-cf7b6d32-70e1-42ce-b86a-d1c91e255703 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf7b6d32-70e1-42ce-b86a-d1c91e255703 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-16b7dde1-cf51-40d9-88c8-ada9253bc026 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 14%;
padding-bottom: 5px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-16b7dde1-cf51-40d9-88c8-ada9253bc026:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-16b7dde1-cf51-40d9-88c8-ada9253bc026:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-16b7dde1-cf51-40d9-88c8-ada9253bc026-root {
    text-align: center;
  }


#s-16b7dde1-cf51-40d9-88c8-ada9253bc026.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16b7dde1-cf51-40d9-88c8-ada9253bc026-root {
    text-align: center;
  }


#s-16b7dde1-cf51-40d9-88c8-ada9253bc026.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16b7dde1-cf51-40d9-88c8-ada9253bc026-root {
    text-align: center;
  }


#s-16b7dde1-cf51-40d9-88c8-ada9253bc026.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16b7dde1-cf51-40d9-88c8-ada9253bc026-root {
    text-align: center;
  }


#s-16b7dde1-cf51-40d9-88c8-ada9253bc026.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16b7dde1-cf51-40d9-88c8-ada9253bc026-root {
    text-align: center;
  }


#s-16b7dde1-cf51-40d9-88c8-ada9253bc026.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-7969fcef-4280-4a66-b8b8-a0a8d7ce37d6 {
  min-height: 0px;
}








#s-7969fcef-4280-4a66-b8b8-a0a8d7ce37d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7969fcef-4280-4a66-b8b8-a0a8d7ce37d6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  img.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image {
    
    
  }


.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image {
    
    
  }


.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image {
    
    
  }


.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image {
    
    
  }


.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image {
    
    
  }


.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1865ae3b-234d-47ea-8b79-c2cf72d94f7c.shogun-image {
  box-sizing: border-box;
}

}
#s-6a111f0b-3e19-467a-80a7-43e7de1e9431 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a111f0b-3e19-467a-80a7-43e7de1e9431 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-761491df-78c9-4160-bbef-859afa5a2f8c {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 30%;
padding-bottom: 5px;
padding-right: 30%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-761491df-78c9-4160-bbef-859afa5a2f8c:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-761491df-78c9-4160-bbef-859afa5a2f8c:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-761491df-78c9-4160-bbef-859afa5a2f8c-root {
    text-align: center;
  }


#s-761491df-78c9-4160-bbef-859afa5a2f8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-761491df-78c9-4160-bbef-859afa5a2f8c-root {
    text-align: center;
  }


#s-761491df-78c9-4160-bbef-859afa5a2f8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-761491df-78c9-4160-bbef-859afa5a2f8c-root {
    text-align: center;
  }


#s-761491df-78c9-4160-bbef-859afa5a2f8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-761491df-78c9-4160-bbef-859afa5a2f8c-root {
    text-align: center;
  }


#s-761491df-78c9-4160-bbef-859afa5a2f8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-761491df-78c9-4160-bbef-859afa5a2f8c-root {
    text-align: center;
  }


#s-761491df-78c9-4160-bbef-859afa5a2f8c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-0ebd84b8-7882-4dea-8c5a-e63b74174c43 {
  min-height: 0px;
}








#s-0ebd84b8-7882-4dea-8c5a-e63b74174c43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ebd84b8-7882-4dea-8c5a-e63b74174c43.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-14a48fd5-1148-479c-bda7-b59a1fa60be6 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image {
    
    
  }


.s-14a48fd5-1148-479c-bda7-b59a1fa60be6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image {
    
    
  }


.s-14a48fd5-1148-479c-bda7-b59a1fa60be6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image {
    
    
  }


.s-14a48fd5-1148-479c-bda7-b59a1fa60be6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image {
    
    
  }


.s-14a48fd5-1148-479c-bda7-b59a1fa60be6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image {
    
    
  }


.s-14a48fd5-1148-479c-bda7-b59a1fa60be6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a48fd5-1148-479c-bda7-b59a1fa60be6.shogun-image {
  box-sizing: border-box;
}

}
#s-ec84605c-d737-4792-893d-82e05e58b475 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec84605c-d737-4792-893d-82e05e58b475 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-18e28e1d-51ce-4c97-aeb5-f54563de61d3 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 20%;
padding-bottom: 5px;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-18e28e1d-51ce-4c97-aeb5-f54563de61d3:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-18e28e1d-51ce-4c97-aeb5-f54563de61d3:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-18e28e1d-51ce-4c97-aeb5-f54563de61d3-root {
    text-align: center;
  }


#s-18e28e1d-51ce-4c97-aeb5-f54563de61d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18e28e1d-51ce-4c97-aeb5-f54563de61d3-root {
    text-align: center;
  }


#s-18e28e1d-51ce-4c97-aeb5-f54563de61d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18e28e1d-51ce-4c97-aeb5-f54563de61d3-root {
    text-align: center;
  }


#s-18e28e1d-51ce-4c97-aeb5-f54563de61d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18e28e1d-51ce-4c97-aeb5-f54563de61d3-root {
    text-align: center;
  }


#s-18e28e1d-51ce-4c97-aeb5-f54563de61d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18e28e1d-51ce-4c97-aeb5-f54563de61d3-root {
    text-align: center;
  }


#s-18e28e1d-51ce-4c97-aeb5-f54563de61d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-fe4a8bd1-7bc2-47c7-9517-991d0c893abb {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 352px;
}

@media (min-width: 0px) {
[id="s-fe4a8bd1-7bc2-47c7-9517-991d0c893abb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fe4a8bd1-7bc2-47c7-9517-991d0c893abb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe4a8bd1-7bc2-47c7-9517-991d0c893abb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe4a8bd1-7bc2-47c7-9517-991d0c893abb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
max-width: 903px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce img.shogun-image,
  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce {
    width: 100%;
    height: auto;
  }

  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image {
    
    
  }


.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce img.shogun-image,
  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce {
    width: 100%;
    height: auto;
  }

  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image {
    
    
  }


.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce img.shogun-image,
  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce {
    width: 100%;
    height: auto;
  }

  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image {
    
    
  }


.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce img.shogun-image,
  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce {
    width: 100%;
    height: auto;
  }

  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image {
    
    
  }


.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce img.shogun-image,
  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce {
    width: 100%;
    height: auto;
  }

  #s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image {
    
    
  }


.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdbadfa2-7a43-4ce7-beb4-4727d253b2ce.shogun-image {
  box-sizing: border-box;
}

}
#s-f93e5a1b-d9a4-47bc-9974-b2dc997a3f12 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f93e5a1b-d9a4-47bc-9974-b2dc997a3f12 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-e637d20d-306f-4e14-9cc8-0d4db4429ddd {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 8px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -6%;
padding-top: 2px;
padding-left: 17%;
padding-bottom: 2px;
padding-right: 17%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e637d20d-306f-4e14-9cc8-0d4db4429ddd:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e637d20d-306f-4e14-9cc8-0d4db4429ddd:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-e637d20d-306f-4e14-9cc8-0d4db4429ddd-root {
    text-align: center;
  }


#s-e637d20d-306f-4e14-9cc8-0d4db4429ddd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e637d20d-306f-4e14-9cc8-0d4db4429ddd-root {
    text-align: center;
  }


#s-e637d20d-306f-4e14-9cc8-0d4db4429ddd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e637d20d-306f-4e14-9cc8-0d4db4429ddd-root {
    text-align: center;
  }


#s-e637d20d-306f-4e14-9cc8-0d4db4429ddd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e637d20d-306f-4e14-9cc8-0d4db4429ddd-root {
    text-align: center;
  }


#s-e637d20d-306f-4e14-9cc8-0d4db4429ddd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e637d20d-306f-4e14-9cc8-0d4db4429ddd-root {
    text-align: center;
  }


#s-e637d20d-306f-4e14-9cc8-0d4db4429ddd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 img.shogun-image,
  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 {
    width: 100%;
    height: auto;
  }

  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image {
    
    
  }


.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 img.shogun-image,
  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 {
    width: 100%;
    height: auto;
  }

  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image {
    
    
  }


.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 img.shogun-image,
  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 {
    width: 100%;
    height: auto;
  }

  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image {
    
    
  }


.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 img.shogun-image,
  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 {
    width: 100%;
    height: auto;
  }

  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image {
    
    
  }


.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 img.shogun-image,
  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 {
    width: 100%;
    height: auto;
  }

  #s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image {
    
    
  }


.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bc5e19-146f-48f4-ae7c-2da8fc85d8b0.shogun-image {
  box-sizing: border-box;
}

}
#s-710841e0-9eb0-4f2d-909e-3ecbd2aed854 {
  margin-top: 0px;
margin-left: -7%;
margin-bottom: 0px;
margin-right: -7%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-710841e0-9eb0-4f2d-909e-3ecbd2aed854 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-e8ed264c-df54-406b-b436-497a75cd5d4a {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 8px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e8ed264c-df54-406b-b436-497a75cd5d4a:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e8ed264c-df54-406b-b436-497a75cd5d4a:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8ed264c-df54-406b-b436-497a75cd5d4a-root {
    text-align: center;
  }


#s-e8ed264c-df54-406b-b436-497a75cd5d4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8ed264c-df54-406b-b436-497a75cd5d4a-root {
    text-align: center;
  }


#s-e8ed264c-df54-406b-b436-497a75cd5d4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8ed264c-df54-406b-b436-497a75cd5d4a-root {
    text-align: center;
  }


#s-e8ed264c-df54-406b-b436-497a75cd5d4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8ed264c-df54-406b-b436-497a75cd5d4a-root {
    text-align: center;
  }


#s-e8ed264c-df54-406b-b436-497a75cd5d4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8ed264c-df54-406b-b436-497a75cd5d4a-root {
    text-align: center;
  }


#s-e8ed264c-df54-406b-b436-497a75cd5d4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-ae6c79f6-e4c5-429f-b98e-7431ea617c55 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 352px;
}

@media (min-width: 0px) {
[id="s-ae6c79f6-e4c5-429f-b98e-7431ea617c55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ae6c79f6-e4c5-429f-b98e-7431ea617c55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae6c79f6-e4c5-429f-b98e-7431ea617c55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae6c79f6-e4c5-429f-b98e-7431ea617c55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-21794799-7aa0-4f7e-b592-d06fbe330e46 {
  max-width: 375px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 img.shogun-image,
  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 {
    width: 100%;
    height: auto;
  }

  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image {
    
    
  }


.s-21794799-7aa0-4f7e-b592-d06fbe330e46 .shogun-image-content {
  
    align-items: center;
  
}

.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 img.shogun-image,
  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 {
    width: 100%;
    height: auto;
  }

  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image {
    
    
  }


.s-21794799-7aa0-4f7e-b592-d06fbe330e46 .shogun-image-content {
  
    align-items: center;
  
}

.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 img.shogun-image,
  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 {
    width: 100%;
    height: auto;
  }

  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image {
    
    
  }


.s-21794799-7aa0-4f7e-b592-d06fbe330e46 .shogun-image-content {
  
    align-items: center;
  
}

.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 img.shogun-image,
  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 {
    width: 100%;
    height: auto;
  }

  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image {
    
    
  }


.s-21794799-7aa0-4f7e-b592-d06fbe330e46 .shogun-image-content {
  
    align-items: center;
  
}

.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 img.shogun-image,
  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 {
    width: 100%;
    height: auto;
  }

  #s-21794799-7aa0-4f7e-b592-d06fbe330e46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image {
    
    
  }


.s-21794799-7aa0-4f7e-b592-d06fbe330e46 .shogun-image-content {
  
    align-items: center;
  
}

.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21794799-7aa0-4f7e-b592-d06fbe330e46.shogun-image {
  box-sizing: border-box;
}

}
#s-0c410d1a-80e4-42e4-9956-2dfb8122dba7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-0c410d1a-80e4-42e4-9956-2dfb8122dba7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 8px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8-root {
    text-align: center;
  }


#s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8-root {
    text-align: center;
  }


#s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8-root {
    text-align: center;
  }


#s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8-root {
    text-align: center;
  }


#s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8-root {
    text-align: center;
  }


#s-f3e1aefa-f4af-424f-b7e3-2cea19a437e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 {
  max-width: 360px;
aspect-ratio: 360/350;
text-align: center;
}





  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 img.shogun-image,
  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 {
    width: 100%;
    height: auto;
  }

  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image {
    
    
  }


.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 img.shogun-image,
  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 {
    width: 100%;
    height: auto;
  }

  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image {
    
    
  }


.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 img.shogun-image,
  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 {
    width: 100%;
    height: auto;
  }

  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image {
    
    
  }


.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 img.shogun-image,
  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 {
    width: 100%;
    height: auto;
  }

  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image {
    
    
  }


.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 img.shogun-image,
  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 {
    width: 100%;
    height: auto;
  }

  #s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image {
    
    
  }


.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fdcbdf9-9e3c-4866-a0e7-283f51344ae9.shogun-image {
  box-sizing: border-box;
}

}
#s-9ffac13e-b07f-4c9e-b0ff-4823a4a7d223 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-9ffac13e-b07f-4c9e-b0ff-4823a4a7d223 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-d07ed520-ff37-470a-b26b-63e9d30cd965 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 8px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d07ed520-ff37-470a-b26b-63e9d30cd965:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-d07ed520-ff37-470a-b26b-63e9d30cd965:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-d07ed520-ff37-470a-b26b-63e9d30cd965-root {
    text-align: center;
  }


#s-d07ed520-ff37-470a-b26b-63e9d30cd965.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d07ed520-ff37-470a-b26b-63e9d30cd965-root {
    text-align: center;
  }


#s-d07ed520-ff37-470a-b26b-63e9d30cd965.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d07ed520-ff37-470a-b26b-63e9d30cd965-root {
    text-align: center;
  }


#s-d07ed520-ff37-470a-b26b-63e9d30cd965.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d07ed520-ff37-470a-b26b-63e9d30cd965-root {
    text-align: center;
  }


#s-d07ed520-ff37-470a-b26b-63e9d30cd965.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d07ed520-ff37-470a-b26b-63e9d30cd965-root {
    text-align: center;
  }


#s-d07ed520-ff37-470a-b26b-63e9d30cd965.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-e110ec3c-662f-4d65-9b72-b6c890089cd6 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 352px;
}
@media (min-width: 1200px){#s-e110ec3c-662f-4d65-9b72-b6c890089cd6 {
  display: none;
}
#s-e110ec3c-662f-4d65-9b72-b6c890089cd6, #wrap-s-e110ec3c-662f-4d65-9b72-b6c890089cd6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e110ec3c-662f-4d65-9b72-b6c890089cd6 {
  display: none;
}
#s-e110ec3c-662f-4d65-9b72-b6c890089cd6, #wrap-s-e110ec3c-662f-4d65-9b72-b6c890089cd6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e110ec3c-662f-4d65-9b72-b6c890089cd6 {
  display: none;
}
#s-e110ec3c-662f-4d65-9b72-b6c890089cd6, #wrap-s-e110ec3c-662f-4d65-9b72-b6c890089cd6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e110ec3c-662f-4d65-9b72-b6c890089cd6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e110ec3c-662f-4d65-9b72-b6c890089cd6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e110ec3c-662f-4d65-9b72-b6c890089cd6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e110ec3c-662f-4d65-9b72-b6c890089cd6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-90116a0b-dc88-4be6-9a5b-58eea805f763 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-90116a0b-dc88-4be6-9a5b-58eea805f763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90116a0b-dc88-4be6-9a5b-58eea805f763.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ba1487f3-72b5-428c-936f-8eb64aee10d7 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 img.shogun-image,
  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 {
    width: 100%;
    height: auto;
  }

  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image {
    
    
  }


.s-ba1487f3-72b5-428c-936f-8eb64aee10d7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 img.shogun-image,
  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 {
    width: 100%;
    height: auto;
  }

  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image {
    
    
  }


.s-ba1487f3-72b5-428c-936f-8eb64aee10d7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 img.shogun-image,
  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 {
    width: 100%;
    height: auto;
  }

  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image {
    
    
  }


.s-ba1487f3-72b5-428c-936f-8eb64aee10d7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 img.shogun-image,
  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 {
    width: 100%;
    height: auto;
  }

  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image {
    
    
  }


.s-ba1487f3-72b5-428c-936f-8eb64aee10d7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 img.shogun-image,
  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 {
    width: 100%;
    height: auto;
  }

  #s-ba1487f3-72b5-428c-936f-8eb64aee10d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image {
    
    
  }


.s-ba1487f3-72b5-428c-936f-8eb64aee10d7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1487f3-72b5-428c-936f-8eb64aee10d7.shogun-image {
  box-sizing: border-box;
}

}
#s-853bc6f2-ba44-4e7c-b546-e9dfe4f8898e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-853bc6f2-ba44-4e7c-b546-e9dfe4f8898e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-22707d86-028d-4337-b1c9-b491ff27b078 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 8px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-22707d86-028d-4337-b1c9-b491ff27b078:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-22707d86-028d-4337-b1c9-b491ff27b078:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-22707d86-028d-4337-b1c9-b491ff27b078-root {
    text-align: center;
  }


#s-22707d86-028d-4337-b1c9-b491ff27b078.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22707d86-028d-4337-b1c9-b491ff27b078-root {
    text-align: center;
  }


#s-22707d86-028d-4337-b1c9-b491ff27b078.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22707d86-028d-4337-b1c9-b491ff27b078-root {
    text-align: center;
  }


#s-22707d86-028d-4337-b1c9-b491ff27b078.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22707d86-028d-4337-b1c9-b491ff27b078-root {
    text-align: center;
  }


#s-22707d86-028d-4337-b1c9-b491ff27b078.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22707d86-028d-4337-b1c9-b491ff27b078-root {
    text-align: center;
  }


#s-22707d86-028d-4337-b1c9-b491ff27b078.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-7e93aef1-57e2-483f-9024-5a98e0624857 {
  padding-right: 0%;
min-height: 0px;
}








#s-7e93aef1-57e2-483f-9024-5a98e0624857 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e93aef1-57e2-483f-9024-5a98e0624857.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 img.shogun-image,
  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 {
    width: 100%;
    height: auto;
  }

  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image {
    
    
  }


.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 img.shogun-image,
  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 {
    width: 100%;
    height: auto;
  }

  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image {
    
    
  }


.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 img.shogun-image,
  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 {
    width: 100%;
    height: auto;
  }

  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image {
    
    
  }


.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 img.shogun-image,
  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 {
    width: 100%;
    height: auto;
  }

  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image {
    
    
  }


.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 img.shogun-image,
  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 {
    width: 100%;
    height: auto;
  }

  #s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image {
    
    
  }


.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5c08d2c-b8cb-4d5b-8c1a-e7e191d14612.shogun-image {
  box-sizing: border-box;
}

}
#s-3ad2c2ae-eb42-471c-87ab-a40af853abc2 {
  margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3ad2c2ae-eb42-471c-87ab-a40af853abc2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-51ca9c84-5fc5-41cc-838f-2927ee563d5f {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 8px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 24%;
padding-bottom: 2px;
padding-right: 24%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-51ca9c84-5fc5-41cc-838f-2927ee563d5f:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-51ca9c84-5fc5-41cc-838f-2927ee563d5f:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-51ca9c84-5fc5-41cc-838f-2927ee563d5f-root {
    text-align: center;
  }


#s-51ca9c84-5fc5-41cc-838f-2927ee563d5f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51ca9c84-5fc5-41cc-838f-2927ee563d5f-root {
    text-align: center;
  }


#s-51ca9c84-5fc5-41cc-838f-2927ee563d5f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51ca9c84-5fc5-41cc-838f-2927ee563d5f-root {
    text-align: center;
  }


#s-51ca9c84-5fc5-41cc-838f-2927ee563d5f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51ca9c84-5fc5-41cc-838f-2927ee563d5f-root {
    text-align: center;
  }


#s-51ca9c84-5fc5-41cc-838f-2927ee563d5f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51ca9c84-5fc5-41cc-838f-2927ee563d5f-root {
    text-align: center;
  }


#s-51ca9c84-5fc5-41cc-838f-2927ee563d5f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-c98258ae-0dcc-4e96-b094-231b3ab5d00e {
  min-height: 0px;
}








#s-c98258ae-0dcc-4e96-b094-231b3ab5d00e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c98258ae-0dcc-4e96-b094-231b3ab5d00e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 img.shogun-image,
  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 {
    width: 100%;
    height: auto;
  }

  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image {
    
    
  }


.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 img.shogun-image,
  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 {
    width: 100%;
    height: auto;
  }

  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image {
    
    
  }


.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 img.shogun-image,
  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 {
    width: 100%;
    height: auto;
  }

  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image {
    
    
  }


.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 img.shogun-image,
  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 {
    width: 100%;
    height: auto;
  }

  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image {
    
    
  }


.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 img.shogun-image,
  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 {
    width: 100%;
    height: auto;
  }

  #s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image {
    
    
  }


.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad7775ab-ebb2-4acb-9b55-3a5e3cdac643.shogun-image {
  box-sizing: border-box;
}

}
#s-652d4a21-9178-4636-b064-41998516981a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-652d4a21-9178-4636-b064-41998516981a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-53ec69cc-22e1-4dce-8049-bacf4274e9bc {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 8px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-53ec69cc-22e1-4dce-8049-bacf4274e9bc:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-53ec69cc-22e1-4dce-8049-bacf4274e9bc:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-53ec69cc-22e1-4dce-8049-bacf4274e9bc-root {
    text-align: center;
  }


#s-53ec69cc-22e1-4dce-8049-bacf4274e9bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-53ec69cc-22e1-4dce-8049-bacf4274e9bc-root {
    text-align: center;
  }


#s-53ec69cc-22e1-4dce-8049-bacf4274e9bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53ec69cc-22e1-4dce-8049-bacf4274e9bc-root {
    text-align: center;
  }


#s-53ec69cc-22e1-4dce-8049-bacf4274e9bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53ec69cc-22e1-4dce-8049-bacf4274e9bc-root {
    text-align: center;
  }


#s-53ec69cc-22e1-4dce-8049-bacf4274e9bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-53ec69cc-22e1-4dce-8049-bacf4274e9bc-root {
    text-align: center;
  }


#s-53ec69cc-22e1-4dce-8049-bacf4274e9bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-e1631a84-3f2f-4ab0-a3d4-298bf9dfb877 {
  min-height: 0px;
}








#s-e1631a84-3f2f-4ab0-a3d4-298bf9dfb877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1631a84-3f2f-4ab0-a3d4-298bf9dfb877.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5df18847-0ba8-444e-b134-fe81a53b585e {
  margin-top: 39px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5df18847-0ba8-444e-b134-fe81a53b585e img.shogun-image,
  #s-5df18847-0ba8-444e-b134-fe81a53b585e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5df18847-0ba8-444e-b134-fe81a53b585e {
    width: 100%;
    height: auto;
  }

  #s-5df18847-0ba8-444e-b134-fe81a53b585e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image {
    
    
  }


.s-5df18847-0ba8-444e-b134-fe81a53b585e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5df18847-0ba8-444e-b134-fe81a53b585e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-5df18847-0ba8-444e-b134-fe81a53b585e img.shogun-image,
  #s-5df18847-0ba8-444e-b134-fe81a53b585e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5df18847-0ba8-444e-b134-fe81a53b585e {
    width: 100%;
    height: auto;
  }

  #s-5df18847-0ba8-444e-b134-fe81a53b585e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image {
    
    
  }


.s-5df18847-0ba8-444e-b134-fe81a53b585e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5df18847-0ba8-444e-b134-fe81a53b585e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-5df18847-0ba8-444e-b134-fe81a53b585e img.shogun-image,
  #s-5df18847-0ba8-444e-b134-fe81a53b585e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5df18847-0ba8-444e-b134-fe81a53b585e {
    width: 100%;
    height: auto;
  }

  #s-5df18847-0ba8-444e-b134-fe81a53b585e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image {
    
    
  }


.s-5df18847-0ba8-444e-b134-fe81a53b585e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5df18847-0ba8-444e-b134-fe81a53b585e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-5df18847-0ba8-444e-b134-fe81a53b585e img.shogun-image,
  #s-5df18847-0ba8-444e-b134-fe81a53b585e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5df18847-0ba8-444e-b134-fe81a53b585e {
    width: 100%;
    height: auto;
  }

  #s-5df18847-0ba8-444e-b134-fe81a53b585e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image {
    
    
  }


.s-5df18847-0ba8-444e-b134-fe81a53b585e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5df18847-0ba8-444e-b134-fe81a53b585e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-5df18847-0ba8-444e-b134-fe81a53b585e img.shogun-image,
  #s-5df18847-0ba8-444e-b134-fe81a53b585e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5df18847-0ba8-444e-b134-fe81a53b585e {
    width: 100%;
    height: auto;
  }

  #s-5df18847-0ba8-444e-b134-fe81a53b585e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image {
    
    
  }


.s-5df18847-0ba8-444e-b134-fe81a53b585e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5df18847-0ba8-444e-b134-fe81a53b585e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df18847-0ba8-444e-b134-fe81a53b585e.shogun-image {
  box-sizing: border-box;
}

}
#s-4a9bad20-3c44-4e17-9dc7-c1b6bc92e8c4 {
  margin-top: -14px;
margin-left: 0%;
margin-bottom: 24px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-4a9bad20-3c44-4e17-9dc7-c1b6bc92e8c4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 9px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 24%;
padding-bottom: 2px;
padding-right: 24%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2-root {
    text-align: center;
  }


#s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2-root {
    text-align: center;
  }


#s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2-root {
    text-align: center;
  }


#s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2-root {
    text-align: center;
  }


#s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2-root {
    text-align: center;
  }


#s-63b3ce93-4f47-459c-9c9a-08d2957c1ea2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-1e865894-cef3-40f3-b855-ec8dce475511 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 352px;
}

@media (min-width: 0px) {
[id="s-1e865894-cef3-40f3-b855-ec8dce475511"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1e865894-cef3-40f3-b855-ec8dce475511"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e865894-cef3-40f3-b855-ec8dce475511"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e865894-cef3-40f3-b855-ec8dce475511"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-38489d9b-a4da-4d64-859a-6307688c732e {
  max-width: 1280px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-38489d9b-a4da-4d64-859a-6307688c732e img.shogun-image,
  #s-38489d9b-a4da-4d64-859a-6307688c732e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38489d9b-a4da-4d64-859a-6307688c732e {
    width: 100%;
    height: auto;
  }

  #s-38489d9b-a4da-4d64-859a-6307688c732e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image {
    
    
  }


.s-38489d9b-a4da-4d64-859a-6307688c732e .shogun-image-content {
  
    align-items: center;
  
}

.s-38489d9b-a4da-4d64-859a-6307688c732e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-38489d9b-a4da-4d64-859a-6307688c732e img.shogun-image,
  #s-38489d9b-a4da-4d64-859a-6307688c732e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38489d9b-a4da-4d64-859a-6307688c732e {
    width: 100%;
    height: auto;
  }

  #s-38489d9b-a4da-4d64-859a-6307688c732e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image {
    
    
  }


.s-38489d9b-a4da-4d64-859a-6307688c732e .shogun-image-content {
  
    align-items: center;
  
}

.s-38489d9b-a4da-4d64-859a-6307688c732e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-38489d9b-a4da-4d64-859a-6307688c732e img.shogun-image,
  #s-38489d9b-a4da-4d64-859a-6307688c732e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38489d9b-a4da-4d64-859a-6307688c732e {
    width: 100%;
    height: auto;
  }

  #s-38489d9b-a4da-4d64-859a-6307688c732e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image {
    
    
  }


.s-38489d9b-a4da-4d64-859a-6307688c732e .shogun-image-content {
  
    align-items: center;
  
}

.s-38489d9b-a4da-4d64-859a-6307688c732e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-38489d9b-a4da-4d64-859a-6307688c732e img.shogun-image,
  #s-38489d9b-a4da-4d64-859a-6307688c732e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38489d9b-a4da-4d64-859a-6307688c732e {
    width: 100%;
    height: auto;
  }

  #s-38489d9b-a4da-4d64-859a-6307688c732e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image {
    
    
  }


.s-38489d9b-a4da-4d64-859a-6307688c732e .shogun-image-content {
  
    align-items: center;
  
}

.s-38489d9b-a4da-4d64-859a-6307688c732e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-38489d9b-a4da-4d64-859a-6307688c732e img.shogun-image,
  #s-38489d9b-a4da-4d64-859a-6307688c732e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38489d9b-a4da-4d64-859a-6307688c732e {
    width: 100%;
    height: auto;
  }

  #s-38489d9b-a4da-4d64-859a-6307688c732e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image {
    
    
  }


.s-38489d9b-a4da-4d64-859a-6307688c732e .shogun-image-content {
  
    align-items: center;
  
}

.s-38489d9b-a4da-4d64-859a-6307688c732e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38489d9b-a4da-4d64-859a-6307688c732e.shogun-image {
  box-sizing: border-box;
}

}
#s-ca81ae34-9345-40bf-9561-2d9569bfbe4b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-ca81ae34-9345-40bf-9561-2d9569bfbe4b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-60509db8-7cf9-4b19-82fa-6e2ee145380e {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 8px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 18%;
padding-bottom: 2px;
padding-right: 18%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-60509db8-7cf9-4b19-82fa-6e2ee145380e:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-60509db8-7cf9-4b19-82fa-6e2ee145380e:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-60509db8-7cf9-4b19-82fa-6e2ee145380e-root {
    text-align: center;
  }


#s-60509db8-7cf9-4b19-82fa-6e2ee145380e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60509db8-7cf9-4b19-82fa-6e2ee145380e-root {
    text-align: center;
  }


#s-60509db8-7cf9-4b19-82fa-6e2ee145380e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60509db8-7cf9-4b19-82fa-6e2ee145380e-root {
    text-align: center;
  }


#s-60509db8-7cf9-4b19-82fa-6e2ee145380e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60509db8-7cf9-4b19-82fa-6e2ee145380e-root {
    text-align: center;
  }


#s-60509db8-7cf9-4b19-82fa-6e2ee145380e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60509db8-7cf9-4b19-82fa-6e2ee145380e-root {
    text-align: center;
  }


#s-60509db8-7cf9-4b19-82fa-6e2ee145380e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 {
  margin-top: 27px;
max-width: 952px;
aspect-ratio: 952/616;
text-align: center;
}





  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 img.shogun-image,
  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 {
    width: 100%;
    height: auto;
  }

  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image {
    
    
  }


.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 img.shogun-image,
  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 {
    width: 100%;
    height: auto;
  }

  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image {
    
    
  }


.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 img.shogun-image,
  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 {
    width: 100%;
    height: auto;
  }

  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image {
    
    
  }


.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 img.shogun-image,
  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 {
    width: 100%;
    height: auto;
  }

  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image {
    
    
  }


.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 img.shogun-image,
  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 {
    width: 100%;
    height: auto;
  }

  #s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image {
    
    
  }


.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d786b-49e4-42ba-ae20-ea8db0636fe2.shogun-image {
  box-sizing: border-box;
}

}
#s-0b0876ec-943d-42b4-b827-aecead92ca88 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0b0876ec-943d-42b4-b827-aecead92ca88 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 8px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3-root {
    text-align: center;
  }


#s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3-root {
    text-align: center;
  }


#s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3-root {
    text-align: center;
  }


#s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3-root {
    text-align: center;
  }


#s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3-root {
    text-align: center;
  }


#s-27c2106b-3ea4-4e1f-b132-c6676bb7b5a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-aa747d92-fad6-48c9-a2d9-f1e72cf3db48 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 352px;
}

@media (min-width: 0px) {
[id="s-aa747d92-fad6-48c9-a2d9-f1e72cf3db48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aa747d92-fad6-48c9-a2d9-f1e72cf3db48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa747d92-fad6-48c9-a2d9-f1e72cf3db48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa747d92-fad6-48c9-a2d9-f1e72cf3db48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-510ef443-1309-49d2-9e51-0373048bcc27 {
  margin-top: 12px;
margin-bottom: 16px;
max-width: 1018px;
aspect-ratio: 1018/998;
text-align: center;
}





  #s-510ef443-1309-49d2-9e51-0373048bcc27 img.shogun-image,
  #s-510ef443-1309-49d2-9e51-0373048bcc27 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-510ef443-1309-49d2-9e51-0373048bcc27 {
    width: 100%;
    height: auto;
  }

  #s-510ef443-1309-49d2-9e51-0373048bcc27 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image {
    
    
  }


.s-510ef443-1309-49d2-9e51-0373048bcc27 .shogun-image-content {
  
    align-items: center;
  
}

.s-510ef443-1309-49d2-9e51-0373048bcc27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-510ef443-1309-49d2-9e51-0373048bcc27 img.shogun-image,
  #s-510ef443-1309-49d2-9e51-0373048bcc27 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-510ef443-1309-49d2-9e51-0373048bcc27 {
    width: 100%;
    height: auto;
  }

  #s-510ef443-1309-49d2-9e51-0373048bcc27 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image {
    
    
  }


.s-510ef443-1309-49d2-9e51-0373048bcc27 .shogun-image-content {
  
    align-items: center;
  
}

.s-510ef443-1309-49d2-9e51-0373048bcc27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-510ef443-1309-49d2-9e51-0373048bcc27 img.shogun-image,
  #s-510ef443-1309-49d2-9e51-0373048bcc27 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-510ef443-1309-49d2-9e51-0373048bcc27 {
    width: 100%;
    height: auto;
  }

  #s-510ef443-1309-49d2-9e51-0373048bcc27 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image {
    
    
  }


.s-510ef443-1309-49d2-9e51-0373048bcc27 .shogun-image-content {
  
    align-items: center;
  
}

.s-510ef443-1309-49d2-9e51-0373048bcc27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-510ef443-1309-49d2-9e51-0373048bcc27 img.shogun-image,
  #s-510ef443-1309-49d2-9e51-0373048bcc27 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-510ef443-1309-49d2-9e51-0373048bcc27 {
    width: 100%;
    height: auto;
  }

  #s-510ef443-1309-49d2-9e51-0373048bcc27 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image {
    
    
  }


.s-510ef443-1309-49d2-9e51-0373048bcc27 .shogun-image-content {
  
    align-items: center;
  
}

.s-510ef443-1309-49d2-9e51-0373048bcc27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-510ef443-1309-49d2-9e51-0373048bcc27 img.shogun-image,
  #s-510ef443-1309-49d2-9e51-0373048bcc27 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-510ef443-1309-49d2-9e51-0373048bcc27 {
    width: 100%;
    height: auto;
  }

  #s-510ef443-1309-49d2-9e51-0373048bcc27 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image {
    
    
  }


.s-510ef443-1309-49d2-9e51-0373048bcc27 .shogun-image-content {
  
    align-items: center;
  
}

.s-510ef443-1309-49d2-9e51-0373048bcc27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510ef443-1309-49d2-9e51-0373048bcc27.shogun-image {
  box-sizing: border-box;
}

}
#s-336f7c35-b169-4d50-9724-6293e09b6b53 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-336f7c35-b169-4d50-9724-6293e09b6b53 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-339a4e4b-7026-4115-bd16-3ba8104b878b {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 8px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 21%;
padding-bottom: 2px;
padding-right: 21%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-339a4e4b-7026-4115-bd16-3ba8104b878b:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-339a4e4b-7026-4115-bd16-3ba8104b878b:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-339a4e4b-7026-4115-bd16-3ba8104b878b-root {
    text-align: center;
  }


#s-339a4e4b-7026-4115-bd16-3ba8104b878b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-339a4e4b-7026-4115-bd16-3ba8104b878b-root {
    text-align: center;
  }


#s-339a4e4b-7026-4115-bd16-3ba8104b878b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-339a4e4b-7026-4115-bd16-3ba8104b878b-root {
    text-align: center;
  }


#s-339a4e4b-7026-4115-bd16-3ba8104b878b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-339a4e4b-7026-4115-bd16-3ba8104b878b-root {
    text-align: center;
  }


#s-339a4e4b-7026-4115-bd16-3ba8104b878b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-339a4e4b-7026-4115-bd16-3ba8104b878b-root {
    text-align: center;
  }


#s-339a4e4b-7026-4115-bd16-3ba8104b878b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-d479f558-159e-4ded-afb7-623309e60f32 {
  margin-top: 27px;
max-width: 1280px;
aspect-ratio: 1280/1024;
text-align: center;
}





  #s-d479f558-159e-4ded-afb7-623309e60f32 img.shogun-image,
  #s-d479f558-159e-4ded-afb7-623309e60f32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d479f558-159e-4ded-afb7-623309e60f32 {
    width: 100%;
    height: auto;
  }

  #s-d479f558-159e-4ded-afb7-623309e60f32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image {
    
    
  }


.s-d479f558-159e-4ded-afb7-623309e60f32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d479f558-159e-4ded-afb7-623309e60f32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-d479f558-159e-4ded-afb7-623309e60f32 img.shogun-image,
  #s-d479f558-159e-4ded-afb7-623309e60f32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d479f558-159e-4ded-afb7-623309e60f32 {
    width: 100%;
    height: auto;
  }

  #s-d479f558-159e-4ded-afb7-623309e60f32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image {
    
    
  }


.s-d479f558-159e-4ded-afb7-623309e60f32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d479f558-159e-4ded-afb7-623309e60f32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-d479f558-159e-4ded-afb7-623309e60f32 img.shogun-image,
  #s-d479f558-159e-4ded-afb7-623309e60f32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d479f558-159e-4ded-afb7-623309e60f32 {
    width: 100%;
    height: auto;
  }

  #s-d479f558-159e-4ded-afb7-623309e60f32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image {
    
    
  }


.s-d479f558-159e-4ded-afb7-623309e60f32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d479f558-159e-4ded-afb7-623309e60f32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-d479f558-159e-4ded-afb7-623309e60f32 img.shogun-image,
  #s-d479f558-159e-4ded-afb7-623309e60f32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d479f558-159e-4ded-afb7-623309e60f32 {
    width: 100%;
    height: auto;
  }

  #s-d479f558-159e-4ded-afb7-623309e60f32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image {
    
    
  }


.s-d479f558-159e-4ded-afb7-623309e60f32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d479f558-159e-4ded-afb7-623309e60f32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-d479f558-159e-4ded-afb7-623309e60f32 img.shogun-image,
  #s-d479f558-159e-4ded-afb7-623309e60f32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d479f558-159e-4ded-afb7-623309e60f32 {
    width: 100%;
    height: auto;
  }

  #s-d479f558-159e-4ded-afb7-623309e60f32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image {
    
    
  }


.s-d479f558-159e-4ded-afb7-623309e60f32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d479f558-159e-4ded-afb7-623309e60f32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d479f558-159e-4ded-afb7-623309e60f32.shogun-image {
  box-sizing: border-box;
}

}
#s-acee0dc2-9051-4571-86d3-160ac9547af4 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-acee0dc2-9051-4571-86d3-160ac9547af4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 8px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f-root {
    text-align: center;
  }


#s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f-root {
    text-align: center;
  }


#s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f-root {
    text-align: center;
  }


#s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f-root {
    text-align: center;
  }


#s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f-root {
    text-align: center;
  }


#s-6cec23b2-ea4b-44fc-8080-6ece32b59c4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-09879419-c15f-4898-8cce-41c5316df3ff {
  text-align: left;
}

#s-64a0aba6-9770-43a6-9e69-345dbb5cf0c6 {
  margin-top: 0px;
margin-left: 16.9%;
margin-bottom: 0px;
margin-right: 16.9%;
padding-left: 0%;
padding-right: 0%;
}

#s-64a0aba6-9770-43a6-9e69-345dbb5cf0c6 hr {
  border-top: 1px solid #ddd;
}
@media (max-width: 767px){#s-64a0aba6-9770-43a6-9e69-345dbb5cf0c6 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}
}
#s-8c740468-64e7-4f20-b1f5-32306f65db1d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 2px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-8c740468-64e7-4f20-b1f5-32306f65db1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c740468-64e7-4f20-b1f5-32306f65db1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f2bb96f-3d53-4cfa-b3ce-c74a41ec8b34 {
  margin-top: -19px;
margin-bottom: 0px;
max-width: 2000px;
}

@media (min-width: 0px) {
[id="s-4f2bb96f-3d53-4cfa-b3ce-c74a41ec8b34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f2bb96f-3d53-4cfa-b3ce-c74a41ec8b34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-4f2bb96f-3d53-4cfa-b3ce-c74a41ec8b34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-4f2bb96f-3d53-4cfa-b3ce-c74a41ec8b34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-d416f721-a64b-4ab8-80cb-82ae1bddf461 {
  max-width: 550px;
aspect-ratio: 550/424;
text-align: center;
}





  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 img.shogun-image,
  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 {
    width: 100%;
    height: auto;
  }

  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image {
    
    
  }


.s-d416f721-a64b-4ab8-80cb-82ae1bddf461 .shogun-image-content {
  
    align-items: center;
  
}

.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 img.shogun-image,
  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 {
    width: 100%;
    height: auto;
  }

  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image {
    
    
  }


.s-d416f721-a64b-4ab8-80cb-82ae1bddf461 .shogun-image-content {
  
    align-items: center;
  
}

.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 img.shogun-image,
  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 {
    width: 100%;
    height: auto;
  }

  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image {
    
    
  }


.s-d416f721-a64b-4ab8-80cb-82ae1bddf461 .shogun-image-content {
  
    align-items: center;
  
}

.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 img.shogun-image,
  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 {
    width: 100%;
    height: auto;
  }

  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image {
    
    
  }


.s-d416f721-a64b-4ab8-80cb-82ae1bddf461 .shogun-image-content {
  
    align-items: center;
  
}

.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 img.shogun-image,
  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 {
    width: 100%;
    height: auto;
  }

  #s-d416f721-a64b-4ab8-80cb-82ae1bddf461 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image {
    
    
  }


.s-d416f721-a64b-4ab8-80cb-82ae1bddf461 .shogun-image-content {
  
    align-items: center;
  
}

.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d416f721-a64b-4ab8-80cb-82ae1bddf461.shogun-image {
  box-sizing: border-box;
}

}
#s-583bc856-d6ba-40c0-b5ec-69e18719ceeb {
  min-height: 20px;
}








#s-583bc856-d6ba-40c0-b5ec-69e18719ceeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-583bc856-d6ba-40c0-b5ec-69e18719ceeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-30d32ba6-ce4b-4559-a211-9df549025eea {
  display: none;
}
#s-30d32ba6-ce4b-4559-a211-9df549025eea, #wrap-s-30d32ba6-ce4b-4559-a211-9df549025eea { display:none !important; }}
#s-30d32ba6-ce4b-4559-a211-9df549025eea .shogun-icon-wrapper {
  text-align: center;
}


#s-30d32ba6-ce4b-4559-a211-9df549025eea .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 0.61);
}

#s-d85b97a9-10b1-41e4-8d75-5aa663d8ef10 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d85b97a9-10b1-41e4-8d75-5aa663d8ef10 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-a65b583c-8aeb-429b-ab4c-26bf6683c183 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 16px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 8px;
padding-left: 6%;
padding-bottom: 8px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a65b583c-8aeb-429b-ab4c-26bf6683c183:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-a65b583c-8aeb-429b-ab4c-26bf6683c183:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a65b583c-8aeb-429b-ab4c-26bf6683c183-root {
    text-align: center;
  }


#s-a65b583c-8aeb-429b-ab4c-26bf6683c183.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a65b583c-8aeb-429b-ab4c-26bf6683c183-root {
    text-align: center;
  }


#s-a65b583c-8aeb-429b-ab4c-26bf6683c183.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a65b583c-8aeb-429b-ab4c-26bf6683c183-root {
    text-align: center;
  }


#s-a65b583c-8aeb-429b-ab4c-26bf6683c183.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a65b583c-8aeb-429b-ab4c-26bf6683c183-root {
    text-align: center;
  }


#s-a65b583c-8aeb-429b-ab4c-26bf6683c183.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a65b583c-8aeb-429b-ab4c-26bf6683c183-root {
    text-align: center;
  }


#s-a65b583c-8aeb-429b-ab4c-26bf6683c183.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-dc1cc749-608b-42aa-9cac-971db0a4747b {
  margin-top: 0px;
margin-left: 6.899999999999999%;
margin-bottom: -30px;
margin-right: 6.899999999999999%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
}
@media (max-width: 767px){#s-dc1cc749-608b-42aa-9cac-971db0a4747b {
  margin-bottom: -28px;
padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-dc1cc749-608b-42aa-9cac-971db0a4747b, #wrap-s-dc1cc749-608b-42aa-9cac-971db0a4747b { display:none !important; }}
#s-dc1cc749-608b-42aa-9cac-971db0a4747b hr {
  border-top: 1px solid #ddd;
}
@media (max-width: 767px){#s-dc1cc749-608b-42aa-9cac-971db0a4747b hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-a1f69e39-ab50-4f7c-9be1-989e3950e834 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: -3%;
margin-bottom: 0px;
margin-right: -3%;
padding-top: 16px;
padding-bottom: 0px;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-a1f69e39-ab50-4f7c-9be1-989e3950e834 {
  padding-top: 30px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 0%;
}
}
#s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 1px solid rgba(245, 239, 239, 1);
  }
  #s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(66, 66, 66, 0.34);
    border: 1px solid #ddd;
  }
#s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Red Hat Display;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(66, 66, 66, 0.34);
}

#s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px){
  #s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(245, 239, 239, 1);
  }
  #s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(66, 66, 66, 0.34);
    border: 1px solid #ddd;
  }
#s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Red Hat Display;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(66, 66, 66, 0.34);
}

#s-a1f69e39-ab50-4f7c-9be1-989e3950e834 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
}
.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-4f738233-b5c0-4218-b879-436b6d23285c {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-3bc48cf0-f209-49e7-81e3-2a8baa907369 {
  min-height: 50px;
}








#s-3bc48cf0-f209-49e7-81e3-2a8baa907369 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bc48cf0-f209-49e7-81e3-2a8baa907369.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fce7bec-8e95-42fa-9652-612332311434 {
  max-width: 1110px;
aspect-ratio: 1110/280;
text-align: center;
}





  #s-3fce7bec-8e95-42fa-9652-612332311434 img.shogun-image,
  #s-3fce7bec-8e95-42fa-9652-612332311434 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fce7bec-8e95-42fa-9652-612332311434 {
    width: 100%;
    height: auto;
  }

  #s-3fce7bec-8e95-42fa-9652-612332311434 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image {
    
    
  }


.s-3fce7bec-8e95-42fa-9652-612332311434 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fce7bec-8e95-42fa-9652-612332311434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-3fce7bec-8e95-42fa-9652-612332311434 img.shogun-image,
  #s-3fce7bec-8e95-42fa-9652-612332311434 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fce7bec-8e95-42fa-9652-612332311434 {
    width: 100%;
    height: auto;
  }

  #s-3fce7bec-8e95-42fa-9652-612332311434 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image {
    
    
  }


.s-3fce7bec-8e95-42fa-9652-612332311434 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fce7bec-8e95-42fa-9652-612332311434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-3fce7bec-8e95-42fa-9652-612332311434 img.shogun-image,
  #s-3fce7bec-8e95-42fa-9652-612332311434 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fce7bec-8e95-42fa-9652-612332311434 {
    width: 100%;
    height: auto;
  }

  #s-3fce7bec-8e95-42fa-9652-612332311434 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image {
    
    
  }


.s-3fce7bec-8e95-42fa-9652-612332311434 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fce7bec-8e95-42fa-9652-612332311434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-3fce7bec-8e95-42fa-9652-612332311434 img.shogun-image,
  #s-3fce7bec-8e95-42fa-9652-612332311434 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fce7bec-8e95-42fa-9652-612332311434 {
    width: 100%;
    height: auto;
  }

  #s-3fce7bec-8e95-42fa-9652-612332311434 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image {
    
    
  }


.s-3fce7bec-8e95-42fa-9652-612332311434 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fce7bec-8e95-42fa-9652-612332311434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-3fce7bec-8e95-42fa-9652-612332311434 img.shogun-image,
  #s-3fce7bec-8e95-42fa-9652-612332311434 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fce7bec-8e95-42fa-9652-612332311434 {
    width: 100%;
    height: auto;
  }

  #s-3fce7bec-8e95-42fa-9652-612332311434 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image {
    
    
  }


.s-3fce7bec-8e95-42fa-9652-612332311434 .shogun-image-content {
  
    align-items: center;
  
}

.s-3fce7bec-8e95-42fa-9652-612332311434.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fce7bec-8e95-42fa-9652-612332311434.shogun-image {
  box-sizing: border-box;
}

}
#s-d43743e8-c2f9-4746-9272-c08fb3d0b870 {
  margin-left: 0%;
margin-right: 0%;
min-height: 5px;
}
@media (max-width: 767px){#s-d43743e8-c2f9-4746-9272-c08fb3d0b870 {
  display: none;
}
#s-d43743e8-c2f9-4746-9272-c08fb3d0b870, #wrap-s-d43743e8-c2f9-4746-9272-c08fb3d0b870 { display:none !important; }}







#s-d43743e8-c2f9-4746-9272-c08fb3d0b870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d43743e8-c2f9-4746-9272-c08fb3d0b870.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bf26d86c-4ffd-49fa-901c-4dd032b94eeb {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 900px;
text-align: center;
}

#s-bf26d86c-4ffd-49fa-901c-4dd032b94eeb .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


@media (max-width: 767px){#s-bf26d86c-4ffd-49fa-901c-4dd032b94eeb .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}


}
#s-0ee84833-6526-450e-bc52-200176e5cad1 {
  margin-top: -20px;
margin-left: 29%;
margin-bottom: 11px;
margin-right: 29%;
}
@media (max-width: 767px){#s-0ee84833-6526-450e-bc52-200176e5cad1 {
  display: none;
}
#s-0ee84833-6526-450e-bc52-200176e5cad1, #wrap-s-0ee84833-6526-450e-bc52-200176e5cad1 { display:none !important; }}
#s-0ee84833-6526-450e-bc52-200176e5cad1 hr {
  border-top: 2px solid #ddd;
}

#s-8587d8e5-3871-4a6f-a360-05bdc9880cf3 {
  margin-top: -20px;
margin-left: 9%;
margin-bottom: 11px;
margin-right: 9%;
}
@media (min-width: 1200px){#s-8587d8e5-3871-4a6f-a360-05bdc9880cf3 {
  display: none;
}
#s-8587d8e5-3871-4a6f-a360-05bdc9880cf3, #wrap-s-8587d8e5-3871-4a6f-a360-05bdc9880cf3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8587d8e5-3871-4a6f-a360-05bdc9880cf3 {
  display: none;
}
#s-8587d8e5-3871-4a6f-a360-05bdc9880cf3, #wrap-s-8587d8e5-3871-4a6f-a360-05bdc9880cf3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8587d8e5-3871-4a6f-a360-05bdc9880cf3 {
  display: none;
}
#s-8587d8e5-3871-4a6f-a360-05bdc9880cf3, #wrap-s-8587d8e5-3871-4a6f-a360-05bdc9880cf3 { display:none !important; }}
#s-8587d8e5-3871-4a6f-a360-05bdc9880cf3 hr {
  border-top: 2px solid #ddd;
}

#s-610f1d7d-091e-44d3-8826-736303fb8272 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 1300px;
}
@media (max-width: 767px){#s-610f1d7d-091e-44d3-8826-736303fb8272 {
  display: none;
}
#s-610f1d7d-091e-44d3-8826-736303fb8272, #wrap-s-610f1d7d-091e-44d3-8826-736303fb8272 { display:none !important; }}
@media (min-width: 0px) {
[id="s-610f1d7d-091e-44d3-8826-736303fb8272"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-610f1d7d-091e-44d3-8826-736303fb8272"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-610f1d7d-091e-44d3-8826-736303fb8272"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-610f1d7d-091e-44d3-8826-736303fb8272"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-af8686b5-0199-4bd0-af12-1dc48639b4cf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-af8686b5-0199-4bd0-af12-1dc48639b4cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af8686b5-0199-4bd0-af12-1dc48639b4cf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-796d4284-7b2b-4be1-a65e-3b7df4666dcf {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
max-width: 376px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf img.shogun-image,
  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf {
    width: 100%;
    height: auto;
  }

  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image {
    
    
  }


.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf img.shogun-image,
  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf {
    width: 100%;
    height: auto;
  }

  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image {
    
    
  }


.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf img.shogun-image,
  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf {
    width: 100%;
    height: auto;
  }

  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image {
    
    
  }


.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf img.shogun-image,
  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf {
    width: 100%;
    height: auto;
  }

  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image {
    
    
  }


.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf img.shogun-image,
  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf {
    width: 100%;
    height: auto;
  }

  #s-796d4284-7b2b-4be1-a65e-3b7df4666dcf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image {
    
    
  }


.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-796d4284-7b2b-4be1-a65e-3b7df4666dcf.shogun-image {
  box-sizing: border-box;
}

}
#s-51faea0c-99ff-46fc-9bf9-1692439f496e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51faea0c-99ff-46fc-9bf9-1692439f496e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-4c0a81b6-176c-435d-a929-799c31942321 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 20%;
padding-bottom: 5px;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4c0a81b6-176c-435d-a929-799c31942321:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-4c0a81b6-176c-435d-a929-799c31942321:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c0a81b6-176c-435d-a929-799c31942321-root {
    text-align: center;
  }


#s-4c0a81b6-176c-435d-a929-799c31942321.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c0a81b6-176c-435d-a929-799c31942321-root {
    text-align: center;
  }


#s-4c0a81b6-176c-435d-a929-799c31942321.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c0a81b6-176c-435d-a929-799c31942321-root {
    text-align: center;
  }


#s-4c0a81b6-176c-435d-a929-799c31942321.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c0a81b6-176c-435d-a929-799c31942321-root {
    text-align: center;
  }


#s-4c0a81b6-176c-435d-a929-799c31942321.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c0a81b6-176c-435d-a929-799c31942321-root {
    text-align: center;
  }


#s-4c0a81b6-176c-435d-a929-799c31942321.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-0940fd97-7874-4bb5-91ec-3f363271686a {
  min-height: 0px;
}








#s-0940fd97-7874-4bb5-91ec-3f363271686a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0940fd97-7874-4bb5-91ec-3f363271686a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e01fc196-674c-4a6a-aef0-d6861c1900f4 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 375px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 img.shogun-image,
  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 {
    width: 100%;
    height: auto;
  }

  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image {
    
    
  }


.s-e01fc196-674c-4a6a-aef0-d6861c1900f4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 img.shogun-image,
  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 {
    width: 100%;
    height: auto;
  }

  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image {
    
    
  }


.s-e01fc196-674c-4a6a-aef0-d6861c1900f4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 img.shogun-image,
  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 {
    width: 100%;
    height: auto;
  }

  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image {
    
    
  }


.s-e01fc196-674c-4a6a-aef0-d6861c1900f4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 img.shogun-image,
  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 {
    width: 100%;
    height: auto;
  }

  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image {
    
    
  }


.s-e01fc196-674c-4a6a-aef0-d6861c1900f4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 img.shogun-image,
  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 {
    width: 100%;
    height: auto;
  }

  #s-e01fc196-674c-4a6a-aef0-d6861c1900f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image {
    
    
  }


.s-e01fc196-674c-4a6a-aef0-d6861c1900f4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e01fc196-674c-4a6a-aef0-d6861c1900f4.shogun-image {
  box-sizing: border-box;
}

}
#s-dee9767e-f66c-4ef6-87a1-8dcddb77c102 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dee9767e-f66c-4ef6-87a1-8dcddb77c102 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-1f90d18f-c027-46fd-957e-59fb35f8cf11 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 20%;
padding-bottom: 5px;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1f90d18f-c027-46fd-957e-59fb35f8cf11:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1f90d18f-c027-46fd-957e-59fb35f8cf11:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f90d18f-c027-46fd-957e-59fb35f8cf11-root {
    text-align: center;
  }


#s-1f90d18f-c027-46fd-957e-59fb35f8cf11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f90d18f-c027-46fd-957e-59fb35f8cf11-root {
    text-align: center;
  }


#s-1f90d18f-c027-46fd-957e-59fb35f8cf11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f90d18f-c027-46fd-957e-59fb35f8cf11-root {
    text-align: center;
  }


#s-1f90d18f-c027-46fd-957e-59fb35f8cf11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f90d18f-c027-46fd-957e-59fb35f8cf11-root {
    text-align: center;
  }


#s-1f90d18f-c027-46fd-957e-59fb35f8cf11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f90d18f-c027-46fd-957e-59fb35f8cf11-root {
    text-align: center;
  }


#s-1f90d18f-c027-46fd-957e-59fb35f8cf11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-0bf6ffc4-1801-4c11-94da-0fcd5b8912b6 {
  min-height: 0px;
}








#s-0bf6ffc4-1801-4c11-94da-0fcd5b8912b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bf6ffc4-1801-4c11-94da-0fcd5b8912b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c5d43f9e-ba04-41a1-9543-232566188e97 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 375px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c5d43f9e-ba04-41a1-9543-232566188e97 img.shogun-image,
  #s-c5d43f9e-ba04-41a1-9543-232566188e97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5d43f9e-ba04-41a1-9543-232566188e97 {
    width: 100%;
    height: auto;
  }

  #s-c5d43f9e-ba04-41a1-9543-232566188e97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image {
    
    
  }


.s-c5d43f9e-ba04-41a1-9543-232566188e97 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c5d43f9e-ba04-41a1-9543-232566188e97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-c5d43f9e-ba04-41a1-9543-232566188e97 img.shogun-image,
  #s-c5d43f9e-ba04-41a1-9543-232566188e97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5d43f9e-ba04-41a1-9543-232566188e97 {
    width: 100%;
    height: auto;
  }

  #s-c5d43f9e-ba04-41a1-9543-232566188e97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image {
    
    
  }


.s-c5d43f9e-ba04-41a1-9543-232566188e97 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c5d43f9e-ba04-41a1-9543-232566188e97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-c5d43f9e-ba04-41a1-9543-232566188e97 img.shogun-image,
  #s-c5d43f9e-ba04-41a1-9543-232566188e97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5d43f9e-ba04-41a1-9543-232566188e97 {
    width: 100%;
    height: auto;
  }

  #s-c5d43f9e-ba04-41a1-9543-232566188e97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image {
    
    
  }


.s-c5d43f9e-ba04-41a1-9543-232566188e97 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c5d43f9e-ba04-41a1-9543-232566188e97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-c5d43f9e-ba04-41a1-9543-232566188e97 img.shogun-image,
  #s-c5d43f9e-ba04-41a1-9543-232566188e97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5d43f9e-ba04-41a1-9543-232566188e97 {
    width: 100%;
    height: auto;
  }

  #s-c5d43f9e-ba04-41a1-9543-232566188e97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image {
    
    
  }


.s-c5d43f9e-ba04-41a1-9543-232566188e97 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c5d43f9e-ba04-41a1-9543-232566188e97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-c5d43f9e-ba04-41a1-9543-232566188e97 img.shogun-image,
  #s-c5d43f9e-ba04-41a1-9543-232566188e97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5d43f9e-ba04-41a1-9543-232566188e97 {
    width: 100%;
    height: auto;
  }

  #s-c5d43f9e-ba04-41a1-9543-232566188e97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image {
    
    
  }


.s-c5d43f9e-ba04-41a1-9543-232566188e97 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c5d43f9e-ba04-41a1-9543-232566188e97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5d43f9e-ba04-41a1-9543-232566188e97.shogun-image {
  box-sizing: border-box;
}

}
#s-bf8cf6ae-a51d-414c-a4f6-935d625a522c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf8cf6ae-a51d-414c-a4f6-935d625a522c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-6a4415e2-02a2-4817-8d20-8957df2a0ae3 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 0px;
}
#s-6a4415e2-02a2-4817-8d20-8957df2a0ae3:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6a4415e2-02a2-4817-8d20-8957df2a0ae3:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-6a4415e2-02a2-4817-8d20-8957df2a0ae3-root {
    text-align: center;
  }


#s-6a4415e2-02a2-4817-8d20-8957df2a0ae3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a4415e2-02a2-4817-8d20-8957df2a0ae3-root {
    text-align: center;
  }


#s-6a4415e2-02a2-4817-8d20-8957df2a0ae3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a4415e2-02a2-4817-8d20-8957df2a0ae3-root {
    text-align: center;
  }


#s-6a4415e2-02a2-4817-8d20-8957df2a0ae3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a4415e2-02a2-4817-8d20-8957df2a0ae3-root {
    text-align: center;
  }


#s-6a4415e2-02a2-4817-8d20-8957df2a0ae3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a4415e2-02a2-4817-8d20-8957df2a0ae3-root {
    text-align: center;
  }


#s-6a4415e2-02a2-4817-8d20-8957df2a0ae3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-6611b75f-80f8-4691-9308-9ef4a5923e98 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-6611b75f-80f8-4691-9308-9ef4a5923e98 {
  display: none;
}
#s-6611b75f-80f8-4691-9308-9ef4a5923e98, #wrap-s-6611b75f-80f8-4691-9308-9ef4a5923e98 { display:none !important; }}
#s-6611b75f-80f8-4691-9308-9ef4a5923e98 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b5d12dcb-332d-4665-b479-ab87e99de756 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 1300px;
}
@media (max-width: 767px){#s-b5d12dcb-332d-4665-b479-ab87e99de756 {
  display: none;
}
#s-b5d12dcb-332d-4665-b479-ab87e99de756, #wrap-s-b5d12dcb-332d-4665-b479-ab87e99de756 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b5d12dcb-332d-4665-b479-ab87e99de756"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5d12dcb-332d-4665-b479-ab87e99de756"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b5d12dcb-332d-4665-b479-ab87e99de756"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b5d12dcb-332d-4665-b479-ab87e99de756"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-7ccc44e9-6e1d-4579-9319-ae3fa18c5459 {
  min-height: 0px;
}








#s-7ccc44e9-6e1d-4579-9319-ae3fa18c5459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ccc44e9-6e1d-4579-9319-ae3fa18c5459.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-55d371b0-aafd-4855-afd8-b6e107f7292a {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 360px;
aspect-ratio: 360/350;
text-align: center;
}





  #s-55d371b0-aafd-4855-afd8-b6e107f7292a img.shogun-image,
  #s-55d371b0-aafd-4855-afd8-b6e107f7292a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55d371b0-aafd-4855-afd8-b6e107f7292a {
    width: 100%;
    height: auto;
  }

  #s-55d371b0-aafd-4855-afd8-b6e107f7292a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image {
    
    
  }


.s-55d371b0-aafd-4855-afd8-b6e107f7292a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-55d371b0-aafd-4855-afd8-b6e107f7292a img.shogun-image,
  #s-55d371b0-aafd-4855-afd8-b6e107f7292a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55d371b0-aafd-4855-afd8-b6e107f7292a {
    width: 100%;
    height: auto;
  }

  #s-55d371b0-aafd-4855-afd8-b6e107f7292a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image {
    
    
  }


.s-55d371b0-aafd-4855-afd8-b6e107f7292a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-55d371b0-aafd-4855-afd8-b6e107f7292a img.shogun-image,
  #s-55d371b0-aafd-4855-afd8-b6e107f7292a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55d371b0-aafd-4855-afd8-b6e107f7292a {
    width: 100%;
    height: auto;
  }

  #s-55d371b0-aafd-4855-afd8-b6e107f7292a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image {
    
    
  }


.s-55d371b0-aafd-4855-afd8-b6e107f7292a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-55d371b0-aafd-4855-afd8-b6e107f7292a img.shogun-image,
  #s-55d371b0-aafd-4855-afd8-b6e107f7292a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55d371b0-aafd-4855-afd8-b6e107f7292a {
    width: 100%;
    height: auto;
  }

  #s-55d371b0-aafd-4855-afd8-b6e107f7292a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image {
    
    
  }


.s-55d371b0-aafd-4855-afd8-b6e107f7292a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-55d371b0-aafd-4855-afd8-b6e107f7292a img.shogun-image,
  #s-55d371b0-aafd-4855-afd8-b6e107f7292a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55d371b0-aafd-4855-afd8-b6e107f7292a {
    width: 100%;
    height: auto;
  }

  #s-55d371b0-aafd-4855-afd8-b6e107f7292a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image {
    
    
  }


.s-55d371b0-aafd-4855-afd8-b6e107f7292a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d371b0-aafd-4855-afd8-b6e107f7292a.shogun-image {
  box-sizing: border-box;
}

}
#s-22f45c28-e6cb-4e19-ada3-6506761d4190 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22f45c28-e6cb-4e19-ada3-6506761d4190 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 12%;
padding-bottom: 5px;
padding-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0-root {
    text-align: center;
  }


#s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0-root {
    text-align: center;
  }


#s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0-root {
    text-align: center;
  }


#s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0-root {
    text-align: center;
  }


#s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0-root {
    text-align: center;
  }


#s-a830a6a7-478a-4df9-95e0-6caf88b2c6c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-577eb7ee-1fcf-4b25-bdcd-328051b2d0ee {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-577eb7ee-1fcf-4b25-bdcd-328051b2d0ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-577eb7ee-1fcf-4b25-bdcd-328051b2d0ee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74 {
  text-align: center;
}







  img.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image {
    
    
  }


.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image {
    
    
  }


.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image {
    
    
  }


.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image {
    
    
  }


.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image {
    
    
  }


.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c840b5d9-f5ed-48ce-a74a-69cf60e82b74.shogun-image {
  box-sizing: border-box;
}

}
#s-445fd791-0b9d-4742-8fad-9ab7aa348590 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-445fd791-0b9d-4742-8fad-9ab7aa348590 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 12%;
padding-bottom: 5px;
padding-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa-root {
    text-align: center;
  }


#s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa-root {
    text-align: center;
  }


#s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa-root {
    text-align: center;
  }


#s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa-root {
    text-align: center;
  }


#s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa-root {
    text-align: center;
  }


#s-6582bc95-2cfb-40e8-ae76-83bb348cf8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-e5e357f2-f693-4697-bb4d-217706400170 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-e5e357f2-f693-4697-bb4d-217706400170 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5e357f2-f693-4697-bb4d-217706400170.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0363b2b-001d-4c41-8ba9-5f631a65e099 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  img.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image {
    
    
  }


.s-e0363b2b-001d-4c41-8ba9-5f631a65e099 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image {
    
    
  }


.s-e0363b2b-001d-4c41-8ba9-5f631a65e099 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image {
    
    
  }


.s-e0363b2b-001d-4c41-8ba9-5f631a65e099 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image {
    
    
  }


.s-e0363b2b-001d-4c41-8ba9-5f631a65e099 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image {
    
    
  }


.s-e0363b2b-001d-4c41-8ba9-5f631a65e099 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0363b2b-001d-4c41-8ba9-5f631a65e099.shogun-image {
  box-sizing: border-box;
}

}
#s-327b6e51-4af7-4287-ad71-e7667946bee5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-327b6e51-4af7-4287-ad71-e7667946bee5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0f3d8773-cbcd-4854-855f-6d30a91807cd {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 29%;
padding-bottom: 5px;
padding-right: 29%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0f3d8773-cbcd-4854-855f-6d30a91807cd:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-0f3d8773-cbcd-4854-855f-6d30a91807cd:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f3d8773-cbcd-4854-855f-6d30a91807cd-root {
    text-align: center;
  }


#s-0f3d8773-cbcd-4854-855f-6d30a91807cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f3d8773-cbcd-4854-855f-6d30a91807cd-root {
    text-align: center;
  }


#s-0f3d8773-cbcd-4854-855f-6d30a91807cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f3d8773-cbcd-4854-855f-6d30a91807cd-root {
    text-align: center;
  }


#s-0f3d8773-cbcd-4854-855f-6d30a91807cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f3d8773-cbcd-4854-855f-6d30a91807cd-root {
    text-align: center;
  }


#s-0f3d8773-cbcd-4854-855f-6d30a91807cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f3d8773-cbcd-4854-855f-6d30a91807cd-root {
    text-align: center;
  }


#s-0f3d8773-cbcd-4854-855f-6d30a91807cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-808fca64-022a-4583-b6d1-e696f7a04ba9 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-808fca64-022a-4583-b6d1-e696f7a04ba9 {
  display: none;
}
#s-808fca64-022a-4583-b6d1-e696f7a04ba9, #wrap-s-808fca64-022a-4583-b6d1-e696f7a04ba9 { display:none !important; }}
#s-808fca64-022a-4583-b6d1-e696f7a04ba9 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-cbf9cc76-090e-4fda-86ef-df4044b9810a {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 1300px;
}
@media (max-width: 767px){#s-cbf9cc76-090e-4fda-86ef-df4044b9810a {
  display: none;
}
#s-cbf9cc76-090e-4fda-86ef-df4044b9810a, #wrap-s-cbf9cc76-090e-4fda-86ef-df4044b9810a { display:none !important; }}
@media (min-width: 0px) {
[id="s-cbf9cc76-090e-4fda-86ef-df4044b9810a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbf9cc76-090e-4fda-86ef-df4044b9810a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-cbf9cc76-090e-4fda-86ef-df4044b9810a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-cbf9cc76-090e-4fda-86ef-df4044b9810a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-3a2f10fc-c52e-4ff9-80a3-8fb1c58c7e50 {
  margin-top: -4px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-3a2f10fc-c52e-4ff9-80a3-8fb1c58c7e50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a2f10fc-c52e-4ff9-80a3-8fb1c58c7e50.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 691px;
aspect-ratio: 691/640;
text-align: center;
}





  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 img.shogun-image,
  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 {
    width: 100%;
    height: auto;
  }

  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image {
    
    
  }


.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 img.shogun-image,
  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 {
    width: 100%;
    height: auto;
  }

  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image {
    
    
  }


.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 img.shogun-image,
  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 {
    width: 100%;
    height: auto;
  }

  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image {
    
    
  }


.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 img.shogun-image,
  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 {
    width: 100%;
    height: auto;
  }

  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image {
    
    
  }


.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 img.shogun-image,
  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 {
    width: 100%;
    height: auto;
  }

  #s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image {
    
    
  }


.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7eb76c-9857-4d01-9b45-e75c39d6b5c2.shogun-image {
  box-sizing: border-box;
}

}
#s-7678fc39-6bda-43a6-8c04-f665136001ca {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7678fc39-6bda-43a6-8c04-f665136001ca .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-6ea37758-af79-485b-8a71-08d4c7ae602e {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6ea37758-af79-485b-8a71-08d4c7ae602e:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6ea37758-af79-485b-8a71-08d4c7ae602e:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ea37758-af79-485b-8a71-08d4c7ae602e-root {
    text-align: center;
  }


#s-6ea37758-af79-485b-8a71-08d4c7ae602e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ea37758-af79-485b-8a71-08d4c7ae602e-root {
    text-align: center;
  }


#s-6ea37758-af79-485b-8a71-08d4c7ae602e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ea37758-af79-485b-8a71-08d4c7ae602e-root {
    text-align: center;
  }


#s-6ea37758-af79-485b-8a71-08d4c7ae602e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ea37758-af79-485b-8a71-08d4c7ae602e-root {
    text-align: center;
  }


#s-6ea37758-af79-485b-8a71-08d4c7ae602e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ea37758-af79-485b-8a71-08d4c7ae602e-root {
    text-align: center;
  }


#s-6ea37758-af79-485b-8a71-08d4c7ae602e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-87d8bcd0-8958-42a3-ad0f-1b81b863588f {
  margin-top: -4px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-87d8bcd0-8958-42a3-ad0f-1b81b863588f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87d8bcd0-8958-42a3-ad0f-1b81b863588f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 794px;
aspect-ratio: 794/730;
text-align: center;
}





  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 img.shogun-image,
  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 {
    width: 100%;
    height: auto;
  }

  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image {
    
    
  }


.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 img.shogun-image,
  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 {
    width: 100%;
    height: auto;
  }

  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image {
    
    
  }


.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 img.shogun-image,
  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 {
    width: 100%;
    height: auto;
  }

  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image {
    
    
  }


.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 img.shogun-image,
  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 {
    width: 100%;
    height: auto;
  }

  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image {
    
    
  }


.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 img.shogun-image,
  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 {
    width: 100%;
    height: auto;
  }

  #s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image {
    
    
  }


.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9980ae86-1a2d-4ae9-81e7-991f9b61f234.shogun-image {
  box-sizing: border-box;
}

}
#s-06a10081-0e0b-4e38-8daf-499aa417850a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06a10081-0e0b-4e38-8daf-499aa417850a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-396f3a3c-517c-428b-8585-d536d7bdf948 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 5px;
padding-left: 22%;
padding-bottom: 5px;
padding-right: 22%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-396f3a3c-517c-428b-8585-d536d7bdf948:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-396f3a3c-517c-428b-8585-d536d7bdf948:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-396f3a3c-517c-428b-8585-d536d7bdf948-root {
    text-align: center;
  }


#s-396f3a3c-517c-428b-8585-d536d7bdf948.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-396f3a3c-517c-428b-8585-d536d7bdf948-root {
    text-align: center;
  }


#s-396f3a3c-517c-428b-8585-d536d7bdf948.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-396f3a3c-517c-428b-8585-d536d7bdf948-root {
    text-align: center;
  }


#s-396f3a3c-517c-428b-8585-d536d7bdf948.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-396f3a3c-517c-428b-8585-d536d7bdf948-root {
    text-align: center;
  }


#s-396f3a3c-517c-428b-8585-d536d7bdf948.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-396f3a3c-517c-428b-8585-d536d7bdf948-root {
    text-align: center;
  }


#s-396f3a3c-517c-428b-8585-d536d7bdf948.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-7ae6a199-7f25-4e74-b907-6a66204f4fea {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-7ae6a199-7f25-4e74-b907-6a66204f4fea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ae6a199-7f25-4e74-b907-6a66204f4fea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-baab7489-9b24-4aa7-b651-bf92e3d3310e {
  max-width: 816px;
aspect-ratio: 816/750;
text-align: center;
}





  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e img.shogun-image,
  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e {
    width: 100%;
    height: auto;
  }

  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image {
    
    
  }


.s-baab7489-9b24-4aa7-b651-bf92e3d3310e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e img.shogun-image,
  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e {
    width: 100%;
    height: auto;
  }

  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image {
    
    
  }


.s-baab7489-9b24-4aa7-b651-bf92e3d3310e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e img.shogun-image,
  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e {
    width: 100%;
    height: auto;
  }

  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image {
    
    
  }


.s-baab7489-9b24-4aa7-b651-bf92e3d3310e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e img.shogun-image,
  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e {
    width: 100%;
    height: auto;
  }

  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image {
    
    
  }


.s-baab7489-9b24-4aa7-b651-bf92e3d3310e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e img.shogun-image,
  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e {
    width: 100%;
    height: auto;
  }

  #s-baab7489-9b24-4aa7-b651-bf92e3d3310e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image {
    
    
  }


.s-baab7489-9b24-4aa7-b651-bf92e3d3310e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baab7489-9b24-4aa7-b651-bf92e3d3310e.shogun-image {
  box-sizing: border-box;
}

}
#s-5b4f2738-6449-49a2-b133-a441938f37f8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b4f2738-6449-49a2-b133-a441938f37f8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 25%;
padding-bottom: 5px;
padding-right: 25%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961-root {
    text-align: center;
  }


#s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961-root {
    text-align: center;
  }


#s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961-root {
    text-align: center;
  }


#s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961-root {
    text-align: center;
  }


#s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961-root {
    text-align: center;
  }


#s-a1c6551d-8592-4839-b2e1-3e2a0b6fd961.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-da13c0dc-e991-4c47-b9bf-e59eed689478 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-da13c0dc-e991-4c47-b9bf-e59eed689478 {
  display: none;
}
#s-da13c0dc-e991-4c47-b9bf-e59eed689478, #wrap-s-da13c0dc-e991-4c47-b9bf-e59eed689478 { display:none !important; }}
#s-da13c0dc-e991-4c47-b9bf-e59eed689478 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-061b0878-28a6-45df-9859-b458930dd32a {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 1300px;
}
@media (max-width: 767px){#s-061b0878-28a6-45df-9859-b458930dd32a {
  display: none;
}
#s-061b0878-28a6-45df-9859-b458930dd32a, #wrap-s-061b0878-28a6-45df-9859-b458930dd32a { display:none !important; }}
@media (min-width: 0px) {
[id="s-061b0878-28a6-45df-9859-b458930dd32a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-061b0878-28a6-45df-9859-b458930dd32a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-061b0878-28a6-45df-9859-b458930dd32a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-061b0878-28a6-45df-9859-b458930dd32a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-b8886402-eda5-44e9-9fff-afe1c32b2bfd {
  min-height: 0px;
}








#s-b8886402-eda5-44e9-9fff-afe1c32b2bfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8886402-eda5-44e9-9fff-afe1c32b2bfd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d66ed670-0d6e-4ae3-8173-14802a5caca3 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  img.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image {
    
    
  }


.s-d66ed670-0d6e-4ae3-8173-14802a5caca3 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image {
    
    
  }


.s-d66ed670-0d6e-4ae3-8173-14802a5caca3 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image {
    
    
  }


.s-d66ed670-0d6e-4ae3-8173-14802a5caca3 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image {
    
    
  }


.s-d66ed670-0d6e-4ae3-8173-14802a5caca3 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image {
    
    
  }


.s-d66ed670-0d6e-4ae3-8173-14802a5caca3 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66ed670-0d6e-4ae3-8173-14802a5caca3.shogun-image {
  box-sizing: border-box;
}

}
#s-a6d445cf-0e2e-488b-8faf-bc4437777b7b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6d445cf-0e2e-488b-8faf-bc4437777b7b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-37e273f0-6713-4f7c-9b33-9d692b8e32ef {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-37e273f0-6713-4f7c-9b33-9d692b8e32ef:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-37e273f0-6713-4f7c-9b33-9d692b8e32ef:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-37e273f0-6713-4f7c-9b33-9d692b8e32ef-root {
    text-align: center;
  }


#s-37e273f0-6713-4f7c-9b33-9d692b8e32ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37e273f0-6713-4f7c-9b33-9d692b8e32ef-root {
    text-align: center;
  }


#s-37e273f0-6713-4f7c-9b33-9d692b8e32ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37e273f0-6713-4f7c-9b33-9d692b8e32ef-root {
    text-align: center;
  }


#s-37e273f0-6713-4f7c-9b33-9d692b8e32ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37e273f0-6713-4f7c-9b33-9d692b8e32ef-root {
    text-align: center;
  }


#s-37e273f0-6713-4f7c-9b33-9d692b8e32ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37e273f0-6713-4f7c-9b33-9d692b8e32ef-root {
    text-align: center;
  }


#s-37e273f0-6713-4f7c-9b33-9d692b8e32ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-3a36461f-dc9a-4897-b9a5-11a279563475 {
  min-height: 0px;
}








#s-3a36461f-dc9a-4897-b9a5-11a279563475 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a36461f-dc9a-4897-b9a5-11a279563475.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  img.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image {
    
    
  }


.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image {
    
    
  }


.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image {
    
    
  }


.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image {
    
    
  }


.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image {
    
    
  }


.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d325777a-6981-4f6b-a4a7-b72ac8ec5f69.shogun-image {
  box-sizing: border-box;
}

}
#s-f451516d-8be9-41d7-8ee5-7d8bc018e925 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f451516d-8be9-41d7-8ee5-7d8bc018e925 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 25%;
padding-bottom: 5px;
padding-right: 25%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6-root {
    text-align: center;
  }


#s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6-root {
    text-align: center;
  }


#s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6-root {
    text-align: center;
  }


#s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6-root {
    text-align: center;
  }


#s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6-root {
    text-align: center;
  }


#s-16aca273-6def-4ec1-be8b-5e79e3a5c4c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-7e430cc8-f5bd-44a5-ad63-b6632eb3f90a {
  min-height: 0px;
}








#s-7e430cc8-f5bd-44a5-ad63-b6632eb3f90a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e430cc8-f5bd-44a5-ad63-b6632eb3f90a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image {
    
    
  }


.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image {
    
    
  }


.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image {
    
    
  }


.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){





  img.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image {
    
    
  }


.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){





  img.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image {
    
    
  }


.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1253ef3-2140-4bbb-ab23-b2cc71cd07b6.shogun-image {
  box-sizing: border-box;
}

}
#s-c22d9b07-5a42-417b-bd45-86d3fc5222cd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c22d9b07-5a42-417b-bd45-86d3fc5222cd .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a0c79a9f-de80-43a7-9c4f-2082c1f73233 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 15%;
padding-bottom: 5px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a0c79a9f-de80-43a7-9c4f-2082c1f73233:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-a0c79a9f-de80-43a7-9c4f-2082c1f73233:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0c79a9f-de80-43a7-9c4f-2082c1f73233-root {
    text-align: center;
  }


#s-a0c79a9f-de80-43a7-9c4f-2082c1f73233.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0c79a9f-de80-43a7-9c4f-2082c1f73233-root {
    text-align: center;
  }


#s-a0c79a9f-de80-43a7-9c4f-2082c1f73233.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0c79a9f-de80-43a7-9c4f-2082c1f73233-root {
    text-align: center;
  }


#s-a0c79a9f-de80-43a7-9c4f-2082c1f73233.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0c79a9f-de80-43a7-9c4f-2082c1f73233-root {
    text-align: center;
  }


#s-a0c79a9f-de80-43a7-9c4f-2082c1f73233.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0c79a9f-de80-43a7-9c4f-2082c1f73233-root {
    text-align: center;
  }


#s-a0c79a9f-de80-43a7-9c4f-2082c1f73233.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-9bbb84fb-339a-4adf-984b-fb4636e2df4c {
  box-shadow:0px 0px 0px 0px ;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 1300px;
}
@media (min-width: 1200px){#s-9bbb84fb-339a-4adf-984b-fb4636e2df4c {
  display: none;
}
#s-9bbb84fb-339a-4adf-984b-fb4636e2df4c, #wrap-s-9bbb84fb-339a-4adf-984b-fb4636e2df4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9bbb84fb-339a-4adf-984b-fb4636e2df4c {
  display: none;
}
#s-9bbb84fb-339a-4adf-984b-fb4636e2df4c, #wrap-s-9bbb84fb-339a-4adf-984b-fb4636e2df4c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9bbb84fb-339a-4adf-984b-fb4636e2df4c {
  display: none;
}
#s-9bbb84fb-339a-4adf-984b-fb4636e2df4c, #wrap-s-9bbb84fb-339a-4adf-984b-fb4636e2df4c { display:none !important; }}
@media (min-width: 0px) {
[id="s-9bbb84fb-339a-4adf-984b-fb4636e2df4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 24.5px);
}

}

@media (min-width: 768px) {
[id="s-9bbb84fb-339a-4adf-984b-fb4636e2df4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 36.75px);
}

}

@media (min-width: 992px) {
[id="s-9bbb84fb-339a-4adf-984b-fb4636e2df4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 36.75px);
}

}

@media (min-width: 1200px) {
[id="s-9bbb84fb-339a-4adf-984b-fb4636e2df4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 36.75px);
}

}

#s-66a0de97-410d-4198-ad30-e92807015974 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-66a0de97-410d-4198-ad30-e92807015974 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66a0de97-410d-4198-ad30-e92807015974.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1eebb567-a97b-42a7-b58a-e8795952e0b6 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 img.shogun-image,
  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 {
    width: 100%;
    height: auto;
  }

  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image {
    
    
  }


.s-1eebb567-a97b-42a7-b58a-e8795952e0b6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 img.shogun-image,
  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 {
    width: 100%;
    height: auto;
  }

  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image {
    
    
  }


.s-1eebb567-a97b-42a7-b58a-e8795952e0b6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 img.shogun-image,
  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 {
    width: 100%;
    height: auto;
  }

  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image {
    
    
  }


.s-1eebb567-a97b-42a7-b58a-e8795952e0b6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 img.shogun-image,
  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 {
    width: 100%;
    height: auto;
  }

  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image {
    
    
  }


.s-1eebb567-a97b-42a7-b58a-e8795952e0b6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 img.shogun-image,
  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 {
    width: 100%;
    height: auto;
  }

  #s-1eebb567-a97b-42a7-b58a-e8795952e0b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image {
    
    
  }


.s-1eebb567-a97b-42a7-b58a-e8795952e0b6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eebb567-a97b-42a7-b58a-e8795952e0b6.shogun-image {
  box-sizing: border-box;
}

}
#s-b204e9dc-1656-444f-a8c3-1eba035ae47e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b204e9dc-1656-444f-a8c3-1eba035ae47e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-ea9bb7b0-3fc0-45eb-b3fb-305c6f5866da {
  margin-top: 10px;
margin-left: -4%;
margin-right: -4%;
min-height: 300px;
}

#s-1210f4fd-a206-4801-91f8-2135ff2c3718 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: -14px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -6%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1210f4fd-a206-4801-91f8-2135ff2c3718:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1210f4fd-a206-4801-91f8-2135ff2c3718:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-1210f4fd-a206-4801-91f8-2135ff2c3718-root {
    text-align: center;
  }


#s-1210f4fd-a206-4801-91f8-2135ff2c3718.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1210f4fd-a206-4801-91f8-2135ff2c3718-root {
    text-align: center;
  }


#s-1210f4fd-a206-4801-91f8-2135ff2c3718.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1210f4fd-a206-4801-91f8-2135ff2c3718-root {
    text-align: center;
  }


#s-1210f4fd-a206-4801-91f8-2135ff2c3718.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1210f4fd-a206-4801-91f8-2135ff2c3718-root {
    text-align: center;
  }


#s-1210f4fd-a206-4801-91f8-2135ff2c3718.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1210f4fd-a206-4801-91f8-2135ff2c3718-root {
    text-align: center;
  }


#s-1210f4fd-a206-4801-91f8-2135ff2c3718.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-77bb3dd0-d51c-4aa4-9713-85d08bfa6e58 {
  min-height: 0px;
}








#s-77bb3dd0-d51c-4aa4-9713-85d08bfa6e58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77bb3dd0-d51c-4aa4-9713-85d08bfa6e58.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f6b597a3-a230-470c-80ce-363f381eef33 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f6b597a3-a230-470c-80ce-363f381eef33 img.shogun-image,
  #s-f6b597a3-a230-470c-80ce-363f381eef33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6b597a3-a230-470c-80ce-363f381eef33 {
    width: 100%;
    height: auto;
  }

  #s-f6b597a3-a230-470c-80ce-363f381eef33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image {
    
    
  }


.s-f6b597a3-a230-470c-80ce-363f381eef33 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f6b597a3-a230-470c-80ce-363f381eef33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-f6b597a3-a230-470c-80ce-363f381eef33 img.shogun-image,
  #s-f6b597a3-a230-470c-80ce-363f381eef33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6b597a3-a230-470c-80ce-363f381eef33 {
    width: 100%;
    height: auto;
  }

  #s-f6b597a3-a230-470c-80ce-363f381eef33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image {
    
    
  }


.s-f6b597a3-a230-470c-80ce-363f381eef33 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f6b597a3-a230-470c-80ce-363f381eef33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-f6b597a3-a230-470c-80ce-363f381eef33 img.shogun-image,
  #s-f6b597a3-a230-470c-80ce-363f381eef33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6b597a3-a230-470c-80ce-363f381eef33 {
    width: 100%;
    height: auto;
  }

  #s-f6b597a3-a230-470c-80ce-363f381eef33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image {
    
    
  }


.s-f6b597a3-a230-470c-80ce-363f381eef33 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f6b597a3-a230-470c-80ce-363f381eef33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-f6b597a3-a230-470c-80ce-363f381eef33 img.shogun-image,
  #s-f6b597a3-a230-470c-80ce-363f381eef33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6b597a3-a230-470c-80ce-363f381eef33 {
    width: 100%;
    height: auto;
  }

  #s-f6b597a3-a230-470c-80ce-363f381eef33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image {
    
    
  }


.s-f6b597a3-a230-470c-80ce-363f381eef33 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f6b597a3-a230-470c-80ce-363f381eef33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-f6b597a3-a230-470c-80ce-363f381eef33 img.shogun-image,
  #s-f6b597a3-a230-470c-80ce-363f381eef33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6b597a3-a230-470c-80ce-363f381eef33 {
    width: 100%;
    height: auto;
  }

  #s-f6b597a3-a230-470c-80ce-363f381eef33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image {
    
    
  }


.s-f6b597a3-a230-470c-80ce-363f381eef33 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f6b597a3-a230-470c-80ce-363f381eef33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b597a3-a230-470c-80ce-363f381eef33.shogun-image {
  box-sizing: border-box;
}

}
#s-6f65c42f-3083-4087-ab17-4edc0d3aecec {
  margin-top: 0px;
margin-left: -7%;
margin-bottom: 0px;
margin-right: -7%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-6f65c42f-3083-4087-ab17-4edc0d3aecec .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-1dbdf95d-34af-4c99-91c8-cab6dad927b8 {
  margin-top: 10px;
margin-left: -4%;
margin-right: -4%;
min-height: 300px;
}

#s-4bc85810-7054-4804-941f-8e27f4cc7ec3 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: -14px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4bc85810-7054-4804-941f-8e27f4cc7ec3:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-4bc85810-7054-4804-941f-8e27f4cc7ec3:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-4bc85810-7054-4804-941f-8e27f4cc7ec3-root {
    text-align: center;
  }


#s-4bc85810-7054-4804-941f-8e27f4cc7ec3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4bc85810-7054-4804-941f-8e27f4cc7ec3-root {
    text-align: center;
  }


#s-4bc85810-7054-4804-941f-8e27f4cc7ec3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4bc85810-7054-4804-941f-8e27f4cc7ec3-root {
    text-align: center;
  }


#s-4bc85810-7054-4804-941f-8e27f4cc7ec3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4bc85810-7054-4804-941f-8e27f4cc7ec3-root {
    text-align: center;
  }


#s-4bc85810-7054-4804-941f-8e27f4cc7ec3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4bc85810-7054-4804-941f-8e27f4cc7ec3-root {
    text-align: center;
  }


#s-4bc85810-7054-4804-941f-8e27f4cc7ec3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-e306db74-abd9-4434-b57e-4a99b2468729 {
  min-height: 0px;
}








#s-e306db74-abd9-4434-b57e-4a99b2468729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e306db74-abd9-4434-b57e-4a99b2468729.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-43e193db-5952-47ff-b544-d68fbc98537f {
  margin-top: 55px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-43e193db-5952-47ff-b544-d68fbc98537f img.shogun-image,
  #s-43e193db-5952-47ff-b544-d68fbc98537f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43e193db-5952-47ff-b544-d68fbc98537f {
    width: 100%;
    height: auto;
  }

  #s-43e193db-5952-47ff-b544-d68fbc98537f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image {
    
    
  }


.s-43e193db-5952-47ff-b544-d68fbc98537f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-43e193db-5952-47ff-b544-d68fbc98537f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-43e193db-5952-47ff-b544-d68fbc98537f img.shogun-image,
  #s-43e193db-5952-47ff-b544-d68fbc98537f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43e193db-5952-47ff-b544-d68fbc98537f {
    width: 100%;
    height: auto;
  }

  #s-43e193db-5952-47ff-b544-d68fbc98537f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image {
    
    
  }


.s-43e193db-5952-47ff-b544-d68fbc98537f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-43e193db-5952-47ff-b544-d68fbc98537f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-43e193db-5952-47ff-b544-d68fbc98537f img.shogun-image,
  #s-43e193db-5952-47ff-b544-d68fbc98537f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43e193db-5952-47ff-b544-d68fbc98537f {
    width: 100%;
    height: auto;
  }

  #s-43e193db-5952-47ff-b544-d68fbc98537f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image {
    
    
  }


.s-43e193db-5952-47ff-b544-d68fbc98537f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-43e193db-5952-47ff-b544-d68fbc98537f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-43e193db-5952-47ff-b544-d68fbc98537f img.shogun-image,
  #s-43e193db-5952-47ff-b544-d68fbc98537f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43e193db-5952-47ff-b544-d68fbc98537f {
    width: 100%;
    height: auto;
  }

  #s-43e193db-5952-47ff-b544-d68fbc98537f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image {
    
    
  }


.s-43e193db-5952-47ff-b544-d68fbc98537f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-43e193db-5952-47ff-b544-d68fbc98537f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-43e193db-5952-47ff-b544-d68fbc98537f img.shogun-image,
  #s-43e193db-5952-47ff-b544-d68fbc98537f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43e193db-5952-47ff-b544-d68fbc98537f {
    width: 100%;
    height: auto;
  }

  #s-43e193db-5952-47ff-b544-d68fbc98537f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image {
    
    
  }


.s-43e193db-5952-47ff-b544-d68fbc98537f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-43e193db-5952-47ff-b544-d68fbc98537f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43e193db-5952-47ff-b544-d68fbc98537f.shogun-image {
  box-sizing: border-box;
}

}
#s-50e5b511-c629-4036-bb62-6c36299b9cec {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-50e5b511-c629-4036-bb62-6c36299b9cec .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-5d7dd8fa-81a9-4e95-b173-66f4e736c399 {
  margin-top: 10px;
margin-left: -4%;
margin-right: -4%;
min-height: 375px;
}

#s-d845ea90-bd96-41a0-9e9e-ac43de6b088d {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: -14px;
margin-left: -10%;
margin-bottom: 0px;
margin-right: -15%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d845ea90-bd96-41a0-9e9e-ac43de6b088d:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-d845ea90-bd96-41a0-9e9e-ac43de6b088d:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-d845ea90-bd96-41a0-9e9e-ac43de6b088d-root {
    text-align: center;
  }


#s-d845ea90-bd96-41a0-9e9e-ac43de6b088d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d845ea90-bd96-41a0-9e9e-ac43de6b088d-root {
    text-align: center;
  }


#s-d845ea90-bd96-41a0-9e9e-ac43de6b088d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d845ea90-bd96-41a0-9e9e-ac43de6b088d-root {
    text-align: center;
  }


#s-d845ea90-bd96-41a0-9e9e-ac43de6b088d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d845ea90-bd96-41a0-9e9e-ac43de6b088d-root {
    text-align: center;
  }


#s-d845ea90-bd96-41a0-9e9e-ac43de6b088d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d845ea90-bd96-41a0-9e9e-ac43de6b088d-root {
    text-align: center;
  }


#s-d845ea90-bd96-41a0-9e9e-ac43de6b088d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-6736934f-bbdd-4f75-85ec-dddb186b1be1 {
  min-height: 0px;
}








#s-6736934f-bbdd-4f75-85ec-dddb186b1be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6736934f-bbdd-4f75-85ec-dddb186b1be1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 {
  margin-top: 55px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 img.shogun-image,
  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 {
    width: 100%;
    height: auto;
  }

  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image {
    
    
  }


.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 img.shogun-image,
  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 {
    width: 100%;
    height: auto;
  }

  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image {
    
    
  }


.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 img.shogun-image,
  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 {
    width: 100%;
    height: auto;
  }

  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image {
    
    
  }


.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 img.shogun-image,
  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 {
    width: 100%;
    height: auto;
  }

  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image {
    
    
  }


.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 img.shogun-image,
  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 {
    width: 100%;
    height: auto;
  }

  #s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image {
    
    
  }


.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-676fabad-4d36-45f7-9bc2-8ca4ab8cdbb7.shogun-image {
  box-sizing: border-box;
}

}
#s-00f33c34-8871-4299-ad44-0a4c0cf1f2ce {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-00f33c34-8871-4299-ad44-0a4c0cf1f2ce .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-82e02b99-318e-4125-96d2-443387441a90 {
  margin-top: 10px;
margin-left: -4%;
margin-right: -4%;
min-height: 375px;
}

#s-d85f3740-65d4-4176-8191-b6d6984888a0 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: -14px;
margin-left: -10%;
margin-bottom: 0px;
margin-right: -10%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d85f3740-65d4-4176-8191-b6d6984888a0:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-d85f3740-65d4-4176-8191-b6d6984888a0:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d85f3740-65d4-4176-8191-b6d6984888a0 {
  margin-right: -11%;
padding-left: 14%;
padding-right: 14%;
}
}

  #s-d85f3740-65d4-4176-8191-b6d6984888a0-root {
    text-align: center;
  }


#s-d85f3740-65d4-4176-8191-b6d6984888a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d85f3740-65d4-4176-8191-b6d6984888a0-root {
    text-align: center;
  }


#s-d85f3740-65d4-4176-8191-b6d6984888a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d85f3740-65d4-4176-8191-b6d6984888a0-root {
    text-align: center;
  }


#s-d85f3740-65d4-4176-8191-b6d6984888a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d85f3740-65d4-4176-8191-b6d6984888a0-root {
    text-align: center;
  }


#s-d85f3740-65d4-4176-8191-b6d6984888a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d85f3740-65d4-4176-8191-b6d6984888a0-root {
    text-align: center;
  }


#s-d85f3740-65d4-4176-8191-b6d6984888a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 1300px;
}
@media (min-width: 1200px){#s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6 {
  display: none;
}
#s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6, #wrap-s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6 {
  display: none;
}
#s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6, #wrap-s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6 {
  display: none;
}
#s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6, #wrap-s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 23.5px);
}

}

@media (min-width: 768px) {
[id="s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 35.25px);
}

}

@media (min-width: 992px) {
[id="s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 35.25px);
}

}

@media (min-width: 1200px) {
[id="s-4a80ce7b-ad24-4e3d-9527-a946cc0198c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 35.25px);
}

}

#s-e9bb68ef-1250-4076-b26b-c8e1b1a4b153 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-e9bb68ef-1250-4076-b26b-c8e1b1a4b153 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9bb68ef-1250-4076-b26b-c8e1b1a4b153.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 img.shogun-image,
  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 {
    width: 100%;
    height: auto;
  }

  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image {
    
    
  }


.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 img.shogun-image,
  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 {
    width: 100%;
    height: auto;
  }

  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image {
    
    
  }


.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 img.shogun-image,
  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 {
    width: 100%;
    height: auto;
  }

  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image {
    
    
  }


.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 img.shogun-image,
  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 {
    width: 100%;
    height: auto;
  }

  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image {
    
    
  }


.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 img.shogun-image,
  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 {
    width: 100%;
    height: auto;
  }

  #s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image {
    
    
  }


.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77de6fb4-c7eb-48ac-b2ac-e5ff1b3d50b5.shogun-image {
  box-sizing: border-box;
}

}
#s-08ca5acc-dfa5-44b8-b012-dd88f8f490b0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-08ca5acc-dfa5-44b8-b012-dd88f8f490b0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-51c8b6f7-0728-4d41-97d4-116507032cc1 {
  margin-top: 10px;
margin-left: -4%;
margin-right: -4%;
min-height: 430px;
}

#s-83bfc8b3-60c1-4e6d-a480-307a40b3629e {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: -14px;
margin-left: -2%;
margin-bottom: 0px;
margin-right: -7%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-83bfc8b3-60c1-4e6d-a480-307a40b3629e:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-83bfc8b3-60c1-4e6d-a480-307a40b3629e:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-83bfc8b3-60c1-4e6d-a480-307a40b3629e-root {
    text-align: center;
  }


#s-83bfc8b3-60c1-4e6d-a480-307a40b3629e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-83bfc8b3-60c1-4e6d-a480-307a40b3629e-root {
    text-align: center;
  }


#s-83bfc8b3-60c1-4e6d-a480-307a40b3629e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83bfc8b3-60c1-4e6d-a480-307a40b3629e-root {
    text-align: center;
  }


#s-83bfc8b3-60c1-4e6d-a480-307a40b3629e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83bfc8b3-60c1-4e6d-a480-307a40b3629e-root {
    text-align: center;
  }


#s-83bfc8b3-60c1-4e6d-a480-307a40b3629e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-83bfc8b3-60c1-4e6d-a480-307a40b3629e-root {
    text-align: center;
  }


#s-83bfc8b3-60c1-4e6d-a480-307a40b3629e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-0e6c82b9-ad8c-4000-9faf-ff4f76681d6e {
  min-height: 0px;
}








#s-0e6c82b9-ad8c-4000-9faf-ff4f76681d6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e6c82b9-ad8c-4000-9faf-ff4f76681d6e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0dd3873f-c615-48bd-9dc7-7ea59af3763b {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b img.shogun-image,
  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b {
    width: 100%;
    height: auto;
  }

  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image {
    
    
  }


.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b img.shogun-image,
  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b {
    width: 100%;
    height: auto;
  }

  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image {
    
    
  }


.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b img.shogun-image,
  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b {
    width: 100%;
    height: auto;
  }

  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image {
    
    
  }


.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b img.shogun-image,
  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b {
    width: 100%;
    height: auto;
  }

  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image {
    
    
  }


.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b img.shogun-image,
  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b {
    width: 100%;
    height: auto;
  }

  #s-0dd3873f-c615-48bd-9dc7-7ea59af3763b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image {
    
    
  }


.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd3873f-c615-48bd-9dc7-7ea59af3763b.shogun-image {
  box-sizing: border-box;
}

}
#s-607db673-22b2-4a8b-b276-67899009afbf {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-607db673-22b2-4a8b-b276-67899009afbf .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-bb3fb83f-2510-44d7-b1aa-acb37076bf45 {
  margin-top: 10px;
margin-left: -4%;
margin-right: -4%;
min-height: 462px;
}

#s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: -14px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: -1%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2-root {
    text-align: center;
  }


#s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2-root {
    text-align: center;
  }


#s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2-root {
    text-align: center;
  }


#s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2-root {
    text-align: center;
  }


#s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2-root {
    text-align: center;
  }


#s-92bb2ca8-20f9-4d6b-b9d2-bc31bde078e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-7edcf36a-fb99-48f1-b942-129677f1ba64 {
  min-height: 0px;
}








#s-7edcf36a-fb99-48f1-b942-129677f1ba64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7edcf36a-fb99-48f1-b942-129677f1ba64.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 {
  margin-top: 60px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 img.shogun-image,
  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 {
    width: 100%;
    height: auto;
  }

  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image {
    
    
  }


.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 img.shogun-image,
  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 {
    width: 100%;
    height: auto;
  }

  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image {
    
    
  }


.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 img.shogun-image,
  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 {
    width: 100%;
    height: auto;
  }

  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image {
    
    
  }


.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 img.shogun-image,
  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 {
    width: 100%;
    height: auto;
  }

  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image {
    
    
  }


.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 img.shogun-image,
  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 {
    width: 100%;
    height: auto;
  }

  #s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image {
    
    
  }


.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ff3c8ef-5883-420a-9025-c1cc54e06f57.shogun-image {
  box-sizing: border-box;
}

}
#s-5a8c67ba-b57f-4989-841c-9e603a41bd16 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-5a8c67ba-b57f-4989-841c-9e603a41bd16 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-90bb9aca-2aa7-4acd-a5e1-a12e9c3140b8 {
  margin-top: 10px;
margin-left: -4%;
margin-right: -4%;
min-height: 347px;
}

#s-43de50dc-e343-491f-8a99-31d971640022 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: -14px;
margin-left: -3%;
margin-bottom: 0px;
margin-right: -11%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-43de50dc-e343-491f-8a99-31d971640022:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-43de50dc-e343-491f-8a99-31d971640022:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-43de50dc-e343-491f-8a99-31d971640022-root {
    text-align: center;
  }


#s-43de50dc-e343-491f-8a99-31d971640022.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43de50dc-e343-491f-8a99-31d971640022-root {
    text-align: center;
  }


#s-43de50dc-e343-491f-8a99-31d971640022.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43de50dc-e343-491f-8a99-31d971640022-root {
    text-align: center;
  }


#s-43de50dc-e343-491f-8a99-31d971640022.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43de50dc-e343-491f-8a99-31d971640022-root {
    text-align: center;
  }


#s-43de50dc-e343-491f-8a99-31d971640022.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43de50dc-e343-491f-8a99-31d971640022-root {
    text-align: center;
  }


#s-43de50dc-e343-491f-8a99-31d971640022.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-985b1b4f-978e-4cd4-8fca-3b696734c09b {
  min-height: 0px;
}








#s-985b1b4f-978e-4cd4-8fca-3b696734c09b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-985b1b4f-978e-4cd4-8fca-3b696734c09b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e {
  margin-top: 60px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e img.shogun-image,
  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e {
    width: 100%;
    height: auto;
  }

  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image {
    
    
  }


.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e img.shogun-image,
  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e {
    width: 100%;
    height: auto;
  }

  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image {
    
    
  }


.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e img.shogun-image,
  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e {
    width: 100%;
    height: auto;
  }

  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image {
    
    
  }


.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e img.shogun-image,
  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e {
    width: 100%;
    height: auto;
  }

  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image {
    
    
  }


.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e img.shogun-image,
  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e {
    width: 100%;
    height: auto;
  }

  #s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image {
    
    
  }


.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e80bdbf-df1d-4f1e-97a2-68c1fb2d118e.shogun-image {
  box-sizing: border-box;
}

}
#s-da8e825f-6bb2-4e2d-bb79-11ee8217dd52 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-da8e825f-6bb2-4e2d-bb79-11ee8217dd52 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-fbde254a-4adc-4505-9903-5e492c3be2db {
  margin-top: 10px;
margin-left: -4%;
margin-right: -4%;
min-height: 380px;
}

#s-a050b3b1-23f0-487b-9e5f-baec73bd9fae {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: -14px;
margin-left: -2%;
margin-bottom: 0px;
margin-right: -2%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a050b3b1-23f0-487b-9e5f-baec73bd9fae:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-a050b3b1-23f0-487b-9e5f-baec73bd9fae:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a050b3b1-23f0-487b-9e5f-baec73bd9fae-root {
    text-align: center;
  }


#s-a050b3b1-23f0-487b-9e5f-baec73bd9fae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a050b3b1-23f0-487b-9e5f-baec73bd9fae-root {
    text-align: center;
  }


#s-a050b3b1-23f0-487b-9e5f-baec73bd9fae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a050b3b1-23f0-487b-9e5f-baec73bd9fae-root {
    text-align: center;
  }


#s-a050b3b1-23f0-487b-9e5f-baec73bd9fae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a050b3b1-23f0-487b-9e5f-baec73bd9fae-root {
    text-align: center;
  }


#s-a050b3b1-23f0-487b-9e5f-baec73bd9fae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a050b3b1-23f0-487b-9e5f-baec73bd9fae-root {
    text-align: center;
  }


#s-a050b3b1-23f0-487b-9e5f-baec73bd9fae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-286b3c0f-d219-4c62-94bd-3a562c6fd30e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 1300px;
}
@media (min-width: 1200px){#s-286b3c0f-d219-4c62-94bd-3a562c6fd30e {
  display: none;
}
#s-286b3c0f-d219-4c62-94bd-3a562c6fd30e, #wrap-s-286b3c0f-d219-4c62-94bd-3a562c6fd30e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-286b3c0f-d219-4c62-94bd-3a562c6fd30e {
  display: none;
}
#s-286b3c0f-d219-4c62-94bd-3a562c6fd30e, #wrap-s-286b3c0f-d219-4c62-94bd-3a562c6fd30e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-286b3c0f-d219-4c62-94bd-3a562c6fd30e {
  display: none;
}
#s-286b3c0f-d219-4c62-94bd-3a562c6fd30e, #wrap-s-286b3c0f-d219-4c62-94bd-3a562c6fd30e { display:none !important; }}
@media (min-width: 0px) {
[id="s-286b3c0f-d219-4c62-94bd-3a562c6fd30e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 23.5px);
}

}

@media (min-width: 768px) {
[id="s-286b3c0f-d219-4c62-94bd-3a562c6fd30e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 35.25px);
}

}

@media (min-width: 992px) {
[id="s-286b3c0f-d219-4c62-94bd-3a562c6fd30e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 35.25px);
}

}

@media (min-width: 1200px) {
[id="s-286b3c0f-d219-4c62-94bd-3a562c6fd30e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 35.25px);
}

}

#s-94ce78f4-bd98-4d10-aa07-8e458e47585b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}








#s-94ce78f4-bd98-4d10-aa07-8e458e47585b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94ce78f4-bd98-4d10-aa07-8e458e47585b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 {
  margin-top: -27px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
max-width: 560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 img.shogun-image,
  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 {
    width: 100%;
    height: auto;
  }

  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image {
    
    
  }


.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 img.shogun-image,
  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 {
    width: 100%;
    height: auto;
  }

  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image {
    
    
  }


.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 img.shogun-image,
  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 {
    width: 100%;
    height: auto;
  }

  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image {
    
    
  }


.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 img.shogun-image,
  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 {
    width: 100%;
    height: auto;
  }

  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image {
    
    
  }


.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 img.shogun-image,
  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 {
    width: 100%;
    height: auto;
  }

  #s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image {
    
    
  }


.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baa2b9b-2fab-4e88-93c4-4943fd37a800.shogun-image {
  box-sizing: border-box;
}

}
#s-2bbe6ef2-378e-4919-95bd-d0777df650c2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-2bbe6ef2-378e-4919-95bd-d0777df650c2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-118dcda3-6833-4059-bb5a-0d71ec591d05 {
  margin-top: 10px;
margin-left: -4%;
margin-right: -4%;
padding-left: 0%;
padding-right: 0%;
min-height: 440px;
}

#s-8000765e-aaa5-455c-99d9-e65cf7b20ad9 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: -14px;
margin-left: -2%;
margin-bottom: 0px;
margin-right: -3%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8000765e-aaa5-455c-99d9-e65cf7b20ad9:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-8000765e-aaa5-455c-99d9-e65cf7b20ad9:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-8000765e-aaa5-455c-99d9-e65cf7b20ad9-root {
    text-align: center;
  }


#s-8000765e-aaa5-455c-99d9-e65cf7b20ad9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8000765e-aaa5-455c-99d9-e65cf7b20ad9-root {
    text-align: center;
  }


#s-8000765e-aaa5-455c-99d9-e65cf7b20ad9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8000765e-aaa5-455c-99d9-e65cf7b20ad9-root {
    text-align: center;
  }


#s-8000765e-aaa5-455c-99d9-e65cf7b20ad9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8000765e-aaa5-455c-99d9-e65cf7b20ad9-root {
    text-align: center;
  }


#s-8000765e-aaa5-455c-99d9-e65cf7b20ad9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8000765e-aaa5-455c-99d9-e65cf7b20ad9-root {
    text-align: center;
  }


#s-8000765e-aaa5-455c-99d9-e65cf7b20ad9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-dc73c69b-0619-4c15-b0c5-9c57e85a8981 {
  min-height: 0px;
}








#s-dc73c69b-0619-4c15-b0c5-9c57e85a8981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc73c69b-0619-4c15-b0c5-9c57e85a8981.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cbd49e7c-fea8-408e-b742-870e536b444d {
  margin-top: 31px;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 560px;
aspect-ratio: 560/362;
text-align: center;
}





  #s-cbd49e7c-fea8-408e-b742-870e536b444d img.shogun-image,
  #s-cbd49e7c-fea8-408e-b742-870e536b444d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cbd49e7c-fea8-408e-b742-870e536b444d {
    width: 100%;
    height: auto;
  }

  #s-cbd49e7c-fea8-408e-b742-870e536b444d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image {
    
    
  }


.s-cbd49e7c-fea8-408e-b742-870e536b444d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cbd49e7c-fea8-408e-b742-870e536b444d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-cbd49e7c-fea8-408e-b742-870e536b444d img.shogun-image,
  #s-cbd49e7c-fea8-408e-b742-870e536b444d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cbd49e7c-fea8-408e-b742-870e536b444d {
    width: 100%;
    height: auto;
  }

  #s-cbd49e7c-fea8-408e-b742-870e536b444d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image {
    
    
  }


.s-cbd49e7c-fea8-408e-b742-870e536b444d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cbd49e7c-fea8-408e-b742-870e536b444d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-cbd49e7c-fea8-408e-b742-870e536b444d img.shogun-image,
  #s-cbd49e7c-fea8-408e-b742-870e536b444d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cbd49e7c-fea8-408e-b742-870e536b444d {
    width: 100%;
    height: auto;
  }

  #s-cbd49e7c-fea8-408e-b742-870e536b444d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image {
    
    
  }


.s-cbd49e7c-fea8-408e-b742-870e536b444d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cbd49e7c-fea8-408e-b742-870e536b444d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-cbd49e7c-fea8-408e-b742-870e536b444d img.shogun-image,
  #s-cbd49e7c-fea8-408e-b742-870e536b444d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cbd49e7c-fea8-408e-b742-870e536b444d {
    width: 100%;
    height: auto;
  }

  #s-cbd49e7c-fea8-408e-b742-870e536b444d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image {
    
    
  }


.s-cbd49e7c-fea8-408e-b742-870e536b444d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cbd49e7c-fea8-408e-b742-870e536b444d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-cbd49e7c-fea8-408e-b742-870e536b444d img.shogun-image,
  #s-cbd49e7c-fea8-408e-b742-870e536b444d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cbd49e7c-fea8-408e-b742-870e536b444d {
    width: 100%;
    height: auto;
  }

  #s-cbd49e7c-fea8-408e-b742-870e536b444d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image {
    
    
  }


.s-cbd49e7c-fea8-408e-b742-870e536b444d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-cbd49e7c-fea8-408e-b742-870e536b444d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbd49e7c-fea8-408e-b742-870e536b444d.shogun-image {
  box-sizing: border-box;
}

}
#s-49f45a11-7af9-467d-80e4-5c5f68209170 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-49f45a11-7af9-467d-80e4-5c5f68209170 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-7ca1ffee-ebe8-43c5-9275-adfd1b30ee09 {
  margin-top: 10px;
margin-left: -4%;
margin-right: -5%;
min-height: 407px;
}

#s-3815dc51-fb2a-4b40-8020-c0629c7bf289 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: -14px;
margin-left: -13%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3815dc51-fb2a-4b40-8020-c0629c7bf289:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-3815dc51-fb2a-4b40-8020-c0629c7bf289:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-3815dc51-fb2a-4b40-8020-c0629c7bf289-root {
    text-align: center;
  }


#s-3815dc51-fb2a-4b40-8020-c0629c7bf289.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3815dc51-fb2a-4b40-8020-c0629c7bf289-root {
    text-align: center;
  }


#s-3815dc51-fb2a-4b40-8020-c0629c7bf289.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3815dc51-fb2a-4b40-8020-c0629c7bf289-root {
    text-align: center;
  }


#s-3815dc51-fb2a-4b40-8020-c0629c7bf289.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3815dc51-fb2a-4b40-8020-c0629c7bf289-root {
    text-align: center;
  }


#s-3815dc51-fb2a-4b40-8020-c0629c7bf289.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3815dc51-fb2a-4b40-8020-c0629c7bf289-root {
    text-align: center;
  }


#s-3815dc51-fb2a-4b40-8020-c0629c7bf289.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-85c8d1a1-0e2e-4abc-a4ff-b60b083e38d1 {
  min-height: 0px;
}








#s-85c8d1a1-0e2e-4abc-a4ff-b60b083e38d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85c8d1a1-0e2e-4abc-a4ff-b60b083e38d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ed3241df-de74-4bac-b46d-6fa2cb3323ab {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 560px;
aspect-ratio: 560/536;
text-align: center;
}





  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab img.shogun-image,
  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab {
    width: 100%;
    height: auto;
  }

  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image {
    
    
  }


.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab img.shogun-image,
  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab {
    width: 100%;
    height: auto;
  }

  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image {
    
    
  }


.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab img.shogun-image,
  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab {
    width: 100%;
    height: auto;
  }

  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image {
    
    
  }


.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab img.shogun-image,
  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab {
    width: 100%;
    height: auto;
  }

  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image {
    
    
  }


.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab img.shogun-image,
  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab {
    width: 100%;
    height: auto;
  }

  #s-ed3241df-de74-4bac-b46d-6fa2cb3323ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image {
    
    
  }


.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3241df-de74-4bac-b46d-6fa2cb3323ab.shogun-image {
  box-sizing: border-box;
}

}
#s-9b2f51c4-d222-40fc-8c23-5f2212df02b4 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1px;
padding-bottom: 0px;
text-align: center;
}

#s-9b2f51c4-d222-40fc-8c23-5f2212df02b4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-0fa08119-a2d4-4075-98b4-0366e117a957 {
  margin-top: 12px;
margin-left: -4%;
margin-right: -6%;
min-height: 409px;
}

#s-0cda23e2-1567-4c97-ade5-5e470d162cc7 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: -14px;
margin-left: -2%;
margin-bottom: 0px;
margin-right: -4%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0cda23e2-1567-4c97-ade5-5e470d162cc7:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-0cda23e2-1567-4c97-ade5-5e470d162cc7:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-0cda23e2-1567-4c97-ade5-5e470d162cc7-root {
    text-align: center;
  }


#s-0cda23e2-1567-4c97-ade5-5e470d162cc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0cda23e2-1567-4c97-ade5-5e470d162cc7-root {
    text-align: center;
  }


#s-0cda23e2-1567-4c97-ade5-5e470d162cc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0cda23e2-1567-4c97-ade5-5e470d162cc7-root {
    text-align: center;
  }


#s-0cda23e2-1567-4c97-ade5-5e470d162cc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0cda23e2-1567-4c97-ade5-5e470d162cc7-root {
    text-align: center;
  }


#s-0cda23e2-1567-4c97-ade5-5e470d162cc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0cda23e2-1567-4c97-ade5-5e470d162cc7-root {
    text-align: center;
  }


#s-0cda23e2-1567-4c97-ade5-5e470d162cc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-6e30ac65-b6eb-4535-8cc4-d02099fc401a {
  min-height: 0px;
}








#s-6e30ac65-b6eb-4535-8cc4-d02099fc401a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e30ac65-b6eb-4535-8cc4-d02099fc401a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-557c9894-35bb-486a-8f60-cb55c8fdd47d {
  margin-top: 50px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 560px;
aspect-ratio: 560/513;
text-align: center;
}





  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d img.shogun-image,
  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d {
    width: 100%;
    height: auto;
  }

  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image {
    
    
  }


.s-557c9894-35bb-486a-8f60-cb55c8fdd47d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d img.shogun-image,
  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d {
    width: 100%;
    height: auto;
  }

  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image {
    
    
  }


.s-557c9894-35bb-486a-8f60-cb55c8fdd47d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d img.shogun-image,
  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d {
    width: 100%;
    height: auto;
  }

  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image {
    
    
  }


.s-557c9894-35bb-486a-8f60-cb55c8fdd47d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d img.shogun-image,
  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d {
    width: 100%;
    height: auto;
  }

  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image {
    
    
  }


.s-557c9894-35bb-486a-8f60-cb55c8fdd47d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d img.shogun-image,
  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d {
    width: 100%;
    height: auto;
  }

  #s-557c9894-35bb-486a-8f60-cb55c8fdd47d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image {
    
    
  }


.s-557c9894-35bb-486a-8f60-cb55c8fdd47d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557c9894-35bb-486a-8f60-cb55c8fdd47d.shogun-image {
  box-sizing: border-box;
}

}
#s-e8f1b507-e055-4a39-91f0-161530dc2053 {
  margin-top: -1px;
margin-left: -15%;
margin-bottom: 0px;
margin-right: -7%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e8f1b507-e055-4a39-91f0-161530dc2053 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-c54121c2-7b4e-4867-b23b-e9790272d8cc {
  margin-top: 10px;
margin-left: -5%;
margin-right: -4%;
min-height: 409px;
}

#s-b1c21d4d-e925-4787-96ec-79e1742658e4 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: -14px;
margin-left: -9%;
margin-bottom: 0px;
margin-right: -3%;
padding-top: 2px;
padding-left: 14%;
padding-bottom: 2px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b1c21d4d-e925-4787-96ec-79e1742658e4:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-b1c21d4d-e925-4787-96ec-79e1742658e4:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-b1c21d4d-e925-4787-96ec-79e1742658e4-root {
    text-align: center;
  }


#s-b1c21d4d-e925-4787-96ec-79e1742658e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1c21d4d-e925-4787-96ec-79e1742658e4-root {
    text-align: center;
  }


#s-b1c21d4d-e925-4787-96ec-79e1742658e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1c21d4d-e925-4787-96ec-79e1742658e4-root {
    text-align: center;
  }


#s-b1c21d4d-e925-4787-96ec-79e1742658e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1c21d4d-e925-4787-96ec-79e1742658e4-root {
    text-align: center;
  }


#s-b1c21d4d-e925-4787-96ec-79e1742658e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1c21d4d-e925-4787-96ec-79e1742658e4-root {
    text-align: center;
  }


#s-b1c21d4d-e925-4787-96ec-79e1742658e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-c0516ea0-9d4e-49cd-b7fd-04b75f9c71b0 {
  text-align: left;
}

#s-75a33c7b-2744-438a-bacf-6ed15da18336 {
  margin-top: 28px;
margin-left: 16.9%;
margin-bottom: 0px;
margin-right: 16.9%;
padding-left: 0%;
padding-right: 0%;
}

#s-75a33c7b-2744-438a-bacf-6ed15da18336 hr {
  border-top: 1px solid #ddd;
}
@media (max-width: 767px){#s-75a33c7b-2744-438a-bacf-6ed15da18336 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}
}
#s-47705b46-8461-4144-bd64-f4dc7aeb42e2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 2px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-47705b46-8461-4144-bd64-f4dc7aeb42e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47705b46-8461-4144-bd64-f4dc7aeb42e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc8b0044-5c42-4695-bfc1-0f023a2138b7 {
  margin-top: -19px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
max-width: 2000px;
}

@media (min-width: 0px) {
[id="s-cc8b0044-5c42-4695-bfc1-0f023a2138b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc8b0044-5c42-4695-bfc1-0f023a2138b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-cc8b0044-5c42-4695-bfc1-0f023a2138b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc8b0044-5c42-4695-bfc1-0f023a2138b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-733b13d5-7f45-4d65-acb9-98a7e79febf9 {
  max-width: 550px;
aspect-ratio: 550/424;
text-align: center;
}





  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 img.shogun-image,
  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 {
    width: 100%;
    height: auto;
  }

  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image {
    
    
  }


.s-733b13d5-7f45-4d65-acb9-98a7e79febf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 img.shogun-image,
  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 {
    width: 100%;
    height: auto;
  }

  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image {
    
    
  }


.s-733b13d5-7f45-4d65-acb9-98a7e79febf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 992px) and (max-width: 1199px){



  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 img.shogun-image,
  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 {
    width: 100%;
    height: auto;
  }

  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image {
    
    
  }


.s-733b13d5-7f45-4d65-acb9-98a7e79febf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image {
  box-sizing: border-box;
}

}@media (min-width: 768px) and (max-width: 991px){



  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 img.shogun-image,
  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 {
    width: 100%;
    height: auto;
  }

  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image {
    
    
  }


.s-733b13d5-7f45-4d65-acb9-98a7e79febf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image {
  box-sizing: border-box;
}

}@media (max-width: 767px){



  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 img.shogun-image,
  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 {
    width: 100%;
    height: auto;
  }

  #s-733b13d5-7f45-4d65-acb9-98a7e79febf9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image {
    
    
  }


.s-733b13d5-7f45-4d65-acb9-98a7e79febf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-733b13d5-7f45-4d65-acb9-98a7e79febf9.shogun-image {
  box-sizing: border-box;
}

}
#s-63223f65-a467-4570-9c65-174b301deb09 {
  min-height: 20px;
}








#s-63223f65-a467-4570-9c65-174b301deb09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63223f65-a467-4570-9c65-174b301deb09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-7e61c408-cecb-44df-ab67-cbc41a6eb06e {
  display: none;
}
#s-7e61c408-cecb-44df-ab67-cbc41a6eb06e, #wrap-s-7e61c408-cecb-44df-ab67-cbc41a6eb06e { display:none !important; }}
#s-7e61c408-cecb-44df-ab67-cbc41a6eb06e .shogun-icon-wrapper {
  text-align: center;
}


#s-7e61c408-cecb-44df-ab67-cbc41a6eb06e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 0.61);
}

#s-6ab5a783-5907-4bff-ac11-732392971c3d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ab5a783-5907-4bff-ac11-732392971c3d .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-b5bb6980-a9fd-435e-ac29-8d21332dc834 {
  box-shadow:0px 2px 6px 0px #000000;
border-style: solid;
margin-top: 16px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 8px;
padding-left: 6%;
padding-bottom: 8px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 40px;
min-height: 0px;
background-color: rgba(11, 99, 162, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b5bb6980-a9fd-435e-ac29-8d21332dc834:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-b5bb6980-a9fd-435e-ac29-8d21332dc834:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-b5bb6980-a9fd-435e-ac29-8d21332dc834-root {
    text-align: center;
  }


#s-b5bb6980-a9fd-435e-ac29-8d21332dc834.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5bb6980-a9fd-435e-ac29-8d21332dc834-root {
    text-align: center;
  }


#s-b5bb6980-a9fd-435e-ac29-8d21332dc834.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5bb6980-a9fd-435e-ac29-8d21332dc834-root {
    text-align: center;
  }


#s-b5bb6980-a9fd-435e-ac29-8d21332dc834.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5bb6980-a9fd-435e-ac29-8d21332dc834-root {
    text-align: center;
  }


#s-b5bb6980-a9fd-435e-ac29-8d21332dc834.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5bb6980-a9fd-435e-ac29-8d21332dc834-root {
    text-align: center;
  }


#s-b5bb6980-a9fd-435e-ac29-8d21332dc834.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 600;
  
  font-family: Red Hat Display;
  display:  inline-block ;
}
}
#s-ade0b8e1-4ea3-4615-aef8-59a2db73260a {
  margin-top: 0px;
margin-left: 6.899999999999999%;
margin-bottom: -30px;
margin-right: 6.899999999999999%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
}
@media (max-width: 767px){#s-ade0b8e1-4ea3-4615-aef8-59a2db73260a {
  margin-bottom: -28px;
padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-ade0b8e1-4ea3-4615-aef8-59a2db73260a, #wrap-s-ade0b8e1-4ea3-4615-aef8-59a2db73260a { display:none !important; }}
#s-ade0b8e1-4ea3-4615-aef8-59a2db73260a hr {
  border-top: 1px solid #ddd;
}
@media (max-width: 767px){#s-ade0b8e1-4ea3-4615-aef8-59a2db73260a hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}
}
#s-6e15416a-96b3-4ca7-950f-225b446f29c2 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 16px;
padding-bottom: 0px;
max-width: 998px;
text-align: center;
}
@media (max-width: 767px){#s-6e15416a-96b3-4ca7-950f-225b446f29c2 {
  padding-top: 30px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 450px;
}
}
#s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 1px solid rgba(245, 239, 239, 1);
  }
  #s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(66, 66, 66, 0.34);
    border: 1px solid #ddd;
  }
#s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Red Hat Display;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(66, 66, 66, 0.34);
}

#s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px){
  #s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(245, 239, 239, 1);
  }
  #s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(66, 66, 66, 0.34);
    border: 1px solid #ddd;
  }
#s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Red Hat Display;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(66, 66, 66, 0.34);
}

#s-6e15416a-96b3-4ca7-950f-225b446f29c2 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
}
#s-95d4f23b-9b00-43ae-bcc5-1f285e49bafb {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-95d4f23b-9b00-43ae-bcc5-1f285e49bafb {
  margin-left: -10%;
margin-right: -10%;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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-lazyload-bg-image {
  display: none;
}

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

.shogun-root div:empty {
  display: 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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;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;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-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
