.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-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-repeat: no-repeat;
background-color: rgba(102, 102, 153, 1);
}








#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  opacity: 1;
}
}
@media (min-width: 0px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c6808ec7-9370-4964-8c33-ae258b6d76f0 {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
padding-top: 1px;
padding-bottom: 1px;
min-height: 0px;
}








#s-c6808ec7-9370-4964-8c33-ae258b6d76f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6808ec7-9370-4964-8c33-ae258b6d76f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-c7d9d4ff-1f9a-43c2-b293-f95bd081c0a4 {
  margin-top: 50px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7d9d4ff-1f9a-43c2-b293-f95bd081c0a4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-95ee80b2-12b8-4452-b175-59de987d13f4 {
  margin-top: 5%;
margin-bottom: 20px;
min-height: 50px;
}








#s-95ee80b2-12b8-4452-b175-59de987d13f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95ee80b2-12b8-4452-b175-59de987d13f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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-4d3a47ac-fc77-4a6b-972b-e09faa4da3b3 {
  margin-top: 0%;
margin-bottom: 40px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(32, 169, 219, 0);
}

@media (min-width: 1200px){#s-bd53cd66-c48f-4336-bd9b-f857c33c1e63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd53cd66-c48f-4336-bd9b-f857c33c1e63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd53cd66-c48f-4336-bd9b-f857c33c1e63 {
  
}
}@media (max-width: 767px){#s-bd53cd66-c48f-4336-bd9b-f857c33c1e63 {
  
}
}
.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-adb50784-ed68-4d8d-9d14-adc183f427fc {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
max-width: 250px;
background-color: rgba(41, 168, 216, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-adb50784-ed68-4d8d-9d14-adc183f427fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-adb50784-ed68-4d8d-9d14-adc183f427fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-adb50784-ed68-4d8d-9d14-adc183f427fc-root {
    text-align: center;
  }


#s-adb50784-ed68-4d8d-9d14-adc183f427fc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-adb50784-ed68-4d8d-9d14-adc183f427fc-root {
    text-align: center;
  }


#s-adb50784-ed68-4d8d-9d14-adc183f427fc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-adb50784-ed68-4d8d-9d14-adc183f427fc-root {
    text-align: center;
  }


#s-adb50784-ed68-4d8d-9d14-adc183f427fc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-adb50784-ed68-4d8d-9d14-adc183f427fc-root {
    text-align: center;
  }


#s-adb50784-ed68-4d8d-9d14-adc183f427fc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-adb50784-ed68-4d8d-9d14-adc183f427fc-root {
    text-align: center;
  }


#s-adb50784-ed68-4d8d-9d14-adc183f427fc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-68424300-9064-4091-950f-f5cc64a23bfb {
  text-align: left;
}

#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  
}
}@media (max-width: 767px){#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d, #wrap-s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d { display: none !important; }}







#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-1161bb9f-6570-4b9d-9ede-5d76fa52d477 {
  margin-left: 25%;
margin-right: 25%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1161bb9f-6570-4b9d-9ede-5d76fa52d477 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-1161bb9f-6570-4b9d-9ede-5d76fa52d477 {
  margin-left: 5%;
margin-right: 5%;
}
}






  img.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image {
    
    
  }


.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477 .shogun-image-content {
  
    align-items: center;
  
}

.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image {
    
    
  }


.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477 .shogun-image-content {
  
    align-items: center;
  
}

.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image {
    
    
  }


.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477 .shogun-image-content {
  
    align-items: center;
  
}

.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image {
    
    
  }


.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477 .shogun-image-content {
  
    align-items: center;
  
}

.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image {
    
    
  }


.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477 .shogun-image-content {
  
    align-items: center;
  
}

.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1161bb9f-6570-4b9d-9ede-5d76fa52d477.shogun-image {
  box-sizing: border-box;
}



}
#s-f42413be-d9a9-41bf-993b-15b70e731a7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f42413be-d9a9-41bf-993b-15b70e731a7d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

#s-370ca0cc-0a3d-4d75-9bc4-fac1ab2bc901 {
  margin-left: auto;
margin-right: auto;
max-width: 85%;
text-align: center;
}







  #s-370ca0cc-0a3d-4d75-9bc4-fac1ab2bc901 img.shogun-image {
    

    
    
    
  }


#s-370ca0cc-0a3d-4d75-9bc4-fac1ab2bc901 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9199957-d7bc-48dc-bacf-3a57a66f2e3a {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d9199957-d7bc-48dc-bacf-3a57a66f2e3a {
  display: none;
}
#s-d9199957-d7bc-48dc-bacf-3a57a66f2e3a, #wrap-s-d9199957-d7bc-48dc-bacf-3a57a66f2e3a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9199957-d7bc-48dc-bacf-3a57a66f2e3a {
  display: none;
}
#s-d9199957-d7bc-48dc-bacf-3a57a66f2e3a, #wrap-s-d9199957-d7bc-48dc-bacf-3a57a66f2e3a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9199957-d7bc-48dc-bacf-3a57a66f2e3a {
  display: none;
}
#s-d9199957-d7bc-48dc-bacf-3a57a66f2e3a, #wrap-s-d9199957-d7bc-48dc-bacf-3a57a66f2e3a { display: none !important; }}







#s-d9199957-d7bc-48dc-bacf-3a57a66f2e3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9199957-d7bc-48dc-bacf-3a57a66f2e3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdd90b99-792b-4cae-9b1a-49cbd16583fb {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  img.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image {
    
    
  }


.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb .shogun-image-content {
  
    align-items: center;
  
}

.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image {
    
    
  }


.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb .shogun-image-content {
  
    align-items: center;
  
}

.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image {
    
    
  }


.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb .shogun-image-content {
  
    align-items: center;
  
}

.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image {
    
    
  }


.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb .shogun-image-content {
  
    align-items: center;
  
}

.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image {
    
    
  }


.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb .shogun-image-content {
  
    align-items: center;
  
}

.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd90b99-792b-4cae-9b1a-49cbd16583fb.shogun-image {
  box-sizing: border-box;
}



}
#s-0989814f-d833-4126-be5b-b0728208f400 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0989814f-d833-4126-be5b-b0728208f400 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7af20abd-a07d-470e-ad94-43a3b6f77acf {
  text-align: center;
}







  #s-7af20abd-a07d-470e-ad94-43a3b6f77acf img.shogun-image {
    

    
    
    
  }


#s-7af20abd-a07d-470e-ad94-43a3b6f77acf .shogun-image-content {
  
    align-items: center;
  
}

#s-db3991c8-d207-4052-80ce-2d8a1cfdb52a {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(41, 168, 216, 1);
}
@media (min-width: 1200px){#s-db3991c8-d207-4052-80ce-2d8a1cfdb52a {
  min-height: 500px;
}
}







#s-db3991c8-d207-4052-80ce-2d8a1cfdb52a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db3991c8-d207-4052-80ce-2d8a1cfdb52a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0084729-f7d2-45ef-9227-fafd3302b102 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}
@media (max-width: 767px){#s-e0084729-f7d2-45ef-9227-fafd3302b102 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}
}
#s-e0084729-f7d2-45ef-9227-fafd3302b102 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-1e346e23-1d46-477a-8a84-9aa403f2ad8e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e346e23-1d46-477a-8a84-9aa403f2ad8e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-1e346e23-1d46-477a-8a84-9aa403f2ad8e {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-1e346e23-1d46-477a-8a84-9aa403f2ad8e .shg-sld-dot {
  background-color: rgba(236, 236, 236, 1);
}

#s-1e346e23-1d46-477a-8a84-9aa403f2ad8e .shg-sld-nav-button.shg-sld-left,
#s-1e346e23-1d46-477a-8a84-9aa403f2ad8e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(236, 236, 236, 1);
}

#s-9b61349b-9c60-484f-9c4b-85ae58d5af31 {
  margin-left: 5%;
margin-right: 5%;
}

#s-d19c393b-22ed-43dd-8427-413cb3320e98 {
  padding-left: 5%;
padding-right: 5%;
}

#s-926c721e-ca9e-49f1-94f2-4e054894d24d {
  padding-left: 5%;
padding-right: 5%;
}

#s-82f572d7-fb79-4541-a4a6-1f023cd7a772 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

}

#s-198d053a-f7a9-48e8-884d-ba4e419529be {
  text-align: center;
}







  img.s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image {
    
    
  }


.s-198d053a-f7a9-48e8-884d-ba4e419529be .shogun-image-content {
  
    align-items: center;
  
}

.s-198d053a-f7a9-48e8-884d-ba4e419529be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image {
    
    
  }


.s-198d053a-f7a9-48e8-884d-ba4e419529be .shogun-image-content {
  
    align-items: center;
  
}

.s-198d053a-f7a9-48e8-884d-ba4e419529be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image {
  box-sizing: border-box;
}



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





  img.s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image {
    
    
  }


.s-198d053a-f7a9-48e8-884d-ba4e419529be .shogun-image-content {
  
    align-items: center;
  
}

.s-198d053a-f7a9-48e8-884d-ba4e419529be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image {
  box-sizing: border-box;
}



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





  img.s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image {
    
    
  }


.s-198d053a-f7a9-48e8-884d-ba4e419529be .shogun-image-content {
  
    align-items: center;
  
}

.s-198d053a-f7a9-48e8-884d-ba4e419529be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image {
  box-sizing: border-box;
}



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





  img.s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image {
    
    
  }


.s-198d053a-f7a9-48e8-884d-ba4e419529be .shogun-image-content {
  
    align-items: center;
  
}

.s-198d053a-f7a9-48e8-884d-ba4e419529be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198d053a-f7a9-48e8-884d-ba4e419529be.shogun-image {
  box-sizing: border-box;
}



}
#s-cae5a449-dede-4e20-a776-fd1a2da95e23 {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 0px;
background-color: rgba(195, 194, 220, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cae5a449-dede-4e20-a776-fd1a2da95e23 {
  
}
}@media (max-width: 767px){#s-cae5a449-dede-4e20-a776-fd1a2da95e23 {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-cae5a449-dede-4e20-a776-fd1a2da95e23 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-cae5a449-dede-4e20-a776-fd1a2da95e23.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0be8da33-35ae-4c8d-ac93-bce45abb4a41 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: left;
background-color: rgba(32, 169, 219, 0);
}
@media (max-width: 767px){#s-0be8da33-35ae-4c8d-ac93-bce45abb4a41 {
  margin-top: 10px;
min-height: 25px;
}
}
#s-0be8da33-35ae-4c8d-ac93-bce45abb4a41 .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-2d408d8f-499b-4e2f-9713-7e865f8242a4 {
  margin-bottom: 30px;
}

#s-498ba27c-5e46-4921-a189-31e560197e54 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(41, 168, 216, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-498ba27c-5e46-4921-a189-31e560197e54:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-498ba27c-5e46-4921-a189-31e560197e54:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-498ba27c-5e46-4921-a189-31e560197e54-root {
    text-align: left;
  }


#s-498ba27c-5e46-4921-a189-31e560197e54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-498ba27c-5e46-4921-a189-31e560197e54-root {
    text-align: left;
  }


#s-498ba27c-5e46-4921-a189-31e560197e54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-498ba27c-5e46-4921-a189-31e560197e54-root {
    text-align: left;
  }


#s-498ba27c-5e46-4921-a189-31e560197e54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-498ba27c-5e46-4921-a189-31e560197e54-root {
    text-align: left;
  }


#s-498ba27c-5e46-4921-a189-31e560197e54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-498ba27c-5e46-4921-a189-31e560197e54-root {
    text-align: left;
  }


#s-498ba27c-5e46-4921-a189-31e560197e54.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ba44ef7d-81c7-45ba-91e1-3f2066e49775 {
  text-align: center;
}







  img.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image {
    
    
  }


.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image {
    
    
  }


.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image {
    
    
  }


.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image {
    
    
  }


.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image {
    
    
  }


.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba44ef7d-81c7-45ba-91e1-3f2066e49775.shogun-image {
  box-sizing: border-box;
}



}
#s-16856613-5ea7-4c9a-9bc2-7220cac0a852 {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
background-color: rgba(195, 194, 220, 1);
}
@media (max-width: 767px){#s-16856613-5ea7-4c9a-9bc2-7220cac0a852 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-16856613-5ea7-4c9a-9bc2-7220cac0a852 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-16856613-5ea7-4c9a-9bc2-7220cac0a852.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d7b04a2e-0317-458d-b31c-0b9679d98531 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-d7b04a2e-0317-458d-b31c-0b9679d98531 .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-800a6298-51e8-4312-a325-a705596b75a2 {
  margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-63ac166e-bf72-4b06-858b-4e5c78ded713 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(41, 168, 216, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-63ac166e-bf72-4b06-858b-4e5c78ded713:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-63ac166e-bf72-4b06-858b-4e5c78ded713:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-63ac166e-bf72-4b06-858b-4e5c78ded713-root {
    text-align: left;
  }


#s-63ac166e-bf72-4b06-858b-4e5c78ded713.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-63ac166e-bf72-4b06-858b-4e5c78ded713-root {
    text-align: left;
  }


#s-63ac166e-bf72-4b06-858b-4e5c78ded713.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63ac166e-bf72-4b06-858b-4e5c78ded713-root {
    text-align: left;
  }


#s-63ac166e-bf72-4b06-858b-4e5c78ded713.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63ac166e-bf72-4b06-858b-4e5c78ded713-root {
    text-align: left;
  }


#s-63ac166e-bf72-4b06-858b-4e5c78ded713.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-63ac166e-bf72-4b06-858b-4e5c78ded713-root {
    text-align: left;
  }


#s-63ac166e-bf72-4b06-858b-4e5c78ded713.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c3f2f5d6-0391-4e5e-89a6-c4b2764ba9ba {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 15%;
padding-bottom: 50px;
padding-right: 15%;
min-height: 75px;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-c3f2f5d6-0391-4e5e-89a6-c4b2764ba9ba {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3f2f5d6-0391-4e5e-89a6-c4b2764ba9ba {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-c3f2f5d6-0391-4e5e-89a6-c4b2764ba9ba {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-c3f2f5d6-0391-4e5e-89a6-c4b2764ba9ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3f2f5d6-0391-4e5e-89a6-c4b2764ba9ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc44d37c-7930-48dc-b5d9-08d1084b1288 {
  text-align: left;
}

#s-70262212-491d-4e15-9772-a1b9772859e2 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
max-width: 80%;
text-align: center;
}
@media (max-width: 767px){#s-70262212-491d-4e15-9772-a1b9772859e2 {
  padding-bottom: 0px;
max-width: 100%;
}
}
#s-70262212-491d-4e15-9772-a1b9772859e2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-70262212-491d-4e15-9772-a1b9772859e2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-caf1f573-d4ff-4845-a188-4fcdb8c73ea1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-caf1f573-d4ff-4845-a188-4fcdb8c73ea1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9ac700cd-96a2-4bf5-9dcd-244a920d8b43 {
  margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ac700cd-96a2-4bf5-9dcd-244a920d8b43 {
  margin-left: 0%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-9ac700cd-96a2-4bf5-9dcd-244a920d8b43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ac700cd-96a2-4bf5-9dcd-244a920d8b43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-9ac700cd-96a2-4bf5-9dcd-244a920d8b43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-9ac700cd-96a2-4bf5-9dcd-244a920d8b43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (max-width: 767px){#s-13895464-0a58-4002-a19f-1f3dd18c4a1c {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (max-width: 767px){#s-e088bcb9-49f6-4c9e-b5e9-244e54b33d3d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-551e2b3e-3063-4708-b409-b94781db892d {
  border-style: solid;
margin-top: 25px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
max-width: 200px;
background-color: rgba(41, 168, 216, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-551e2b3e-3063-4708-b409-b94781db892d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-551e2b3e-3063-4708-b409-b94781db892d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-551e2b3e-3063-4708-b409-b94781db892d-root {
    text-align: center;
  }


#s-551e2b3e-3063-4708-b409-b94781db892d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-551e2b3e-3063-4708-b409-b94781db892d-root {
    text-align: center;
  }


#s-551e2b3e-3063-4708-b409-b94781db892d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-551e2b3e-3063-4708-b409-b94781db892d-root {
    text-align: center;
  }


#s-551e2b3e-3063-4708-b409-b94781db892d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-551e2b3e-3063-4708-b409-b94781db892d-root {
    text-align: center;
  }


#s-551e2b3e-3063-4708-b409-b94781db892d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-551e2b3e-3063-4708-b409-b94781db892d-root {
    text-align: center;
  }


#s-551e2b3e-3063-4708-b409-b94781db892d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-075a6048-da46-4d8a-b857-20d89b776480 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(102, 102, 153, 1);
}








#s-075a6048-da46-4d8a-b857-20d89b776480 > .shg-box-overlay {
  background-color: rgba(20, 171, 214, 1);
  opacity: 0;
}#s-075a6048-da46-4d8a-b857-20d89b776480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21114be5-7abf-4754-8d70-f7e1c2dee6be {
  margin-bottom: 20px;
padding-top: 25px;
padding-left: 20%;
padding-right: 20%;
max-width: 100%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-21114be5-7abf-4754-8d70-f7e1c2dee6be {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-21114be5-7abf-4754-8d70-f7e1c2dee6be .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5cfa54e2-d6ad-4dac-af31-6c30651dcb07 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
@media (max-width: 767px){#s-5cfa54e2-d6ad-4dac-af31-6c30651dcb07 {
  max-width: 95%;
}
}
#s-6ad2301a-e798-41b9-8a56-54adebbae0ae {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 45%;
}
@media (max-width: 767px){#s-6ad2301a-e798-41b9-8a56-54adebbae0ae {
  max-width: 95%;
}
}
#s-654b9077-4df1-487f-84ba-2233465d6341 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
max-width: 200px;
background-color: rgba(41, 168, 216, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-654b9077-4df1-487f-84ba-2233465d6341:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-654b9077-4df1-487f-84ba-2233465d6341:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-654b9077-4df1-487f-84ba-2233465d6341-root {
    text-align: center;
  }


#s-654b9077-4df1-487f-84ba-2233465d6341.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-654b9077-4df1-487f-84ba-2233465d6341-root {
    text-align: center;
  }


#s-654b9077-4df1-487f-84ba-2233465d6341.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-654b9077-4df1-487f-84ba-2233465d6341-root {
    text-align: center;
  }


#s-654b9077-4df1-487f-84ba-2233465d6341.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-654b9077-4df1-487f-84ba-2233465d6341-root {
    text-align: center;
  }


#s-654b9077-4df1-487f-84ba-2233465d6341.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-654b9077-4df1-487f-84ba-2233465d6341-root {
    text-align: center;
  }


#s-654b9077-4df1-487f-84ba-2233465d6341.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-dff2ad4f-85d4-4e89-bbba-273b65702cca {
  min-height: 50px;
background-color: rgba(248, 250, 252, 1);
}








#s-dff2ad4f-85d4-4e89-bbba-273b65702cca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dff2ad4f-85d4-4e89-bbba-273b65702cca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c372a63-b5e9-4150-9d71-f4d7e16ec48d {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(195, 194, 220, 1);
}
@media (max-width: 767px){#s-5c372a63-b5e9-4150-9d71-f4d7e16ec48d {
  padding-top: 0px;
padding-left: 5%;
padding-right: 5%;
}
}







#s-5c372a63-b5e9-4150-9d71-f4d7e16ec48d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c372a63-b5e9-4150-9d71-f4d7e16ec48d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df5053b0-a3ca-43fe-a580-341e755be3bb {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-df5053b0-a3ca-43fe-a580-341e755be3bb {
  padding-top: 0px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-df5053b0-a3ca-43fe-a580-341e755be3bb {
  background-image: url();
}








#s-df5053b0-a3ca-43fe-a580-341e755be3bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df5053b0-a3ca-43fe-a580-341e755be3bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cba8e64-c817-462d-a24a-7cf29063bb56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cba8e64-c817-462d-a24a-7cf29063bb56 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1c5445da-847f-4dae-9375-a1d37387ca71 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-1c5445da-847f-4dae-9375-a1d37387ca71 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}
}
#s-1fbbfda4-a815-47ef-a7e8-0e160d78fa4a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-1fbbfda4-a815-47ef-a7e8-0e160d78fa4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fbbfda4-a815-47ef-a7e8-0e160d78fa4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd654172-a6ea-45e1-aad8-d9a29bfac05b {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
text-align: center;
}







  img.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image {
    
    
  }


.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b .shogun-image-content {
  
    align-items: center;
  
}

.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image {
    
    
  }


.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b .shogun-image-content {
  
    align-items: center;
  
}

.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image {
    
    
  }


.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b .shogun-image-content {
  
    align-items: center;
  
}

.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image {
    
    
  }


.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b .shogun-image-content {
  
    align-items: center;
  
}

.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image {
    
    
  }


.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b .shogun-image-content {
  
    align-items: center;
  
}

.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd654172-a6ea-45e1-aad8-d9a29bfac05b.shogun-image {
  box-sizing: border-box;
}



}
#s-499ef955-5fac-4764-8f9b-bb536706fe2c {
  border-style: solid;
margin-top: 25px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
max-width: 200px;
background-color: rgba(41, 168, 216, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-499ef955-5fac-4764-8f9b-bb536706fe2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-499ef955-5fac-4764-8f9b-bb536706fe2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-499ef955-5fac-4764-8f9b-bb536706fe2c-root {
    text-align: center;
  }


#s-499ef955-5fac-4764-8f9b-bb536706fe2c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-499ef955-5fac-4764-8f9b-bb536706fe2c-root {
    text-align: center;
  }


#s-499ef955-5fac-4764-8f9b-bb536706fe2c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-499ef955-5fac-4764-8f9b-bb536706fe2c-root {
    text-align: center;
  }


#s-499ef955-5fac-4764-8f9b-bb536706fe2c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-499ef955-5fac-4764-8f9b-bb536706fe2c-root {
    text-align: center;
  }


#s-499ef955-5fac-4764-8f9b-bb536706fe2c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-499ef955-5fac-4764-8f9b-bb536706fe2c-root {
    text-align: center;
  }


#s-499ef955-5fac-4764-8f9b-bb536706fe2c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1134aee9-6418-4a5c-8456-d5d31ee4b4d6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 60%;
}

#s-68ea74a2-5659-4e4d-90b3-9010324ecdcc {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-fc780a40-030f-4a0b-acf4-6f3346d88f02 {
  margin-top: 35px;
margin-left: 10%;
margin-bottom: 35px;
margin-right: 10%;
min-height: 50px;
}








#s-fc780a40-030f-4a0b-acf4-6f3346d88f02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc780a40-030f-4a0b-acf4-6f3346d88f02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02551dcc-d30f-4711-ba86-a8cd5568034a {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  img.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image {
    
    
  }


.s-02551dcc-d30f-4711-ba86-a8cd5568034a .shogun-image-content {
  
    align-items: center;
  
}

.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image {
    
    
  }


.s-02551dcc-d30f-4711-ba86-a8cd5568034a .shogun-image-content {
  
    align-items: center;
  
}

.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image {
    
    
  }


.s-02551dcc-d30f-4711-ba86-a8cd5568034a .shogun-image-content {
  
    align-items: center;
  
}

.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image {
    
    
  }


.s-02551dcc-d30f-4711-ba86-a8cd5568034a .shogun-image-content {
  
    align-items: center;
  
}

.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image {
    
    
  }


.s-02551dcc-d30f-4711-ba86-a8cd5568034a .shogun-image-content {
  
    align-items: center;
  
}

.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02551dcc-d30f-4711-ba86-a8cd5568034a.shogun-image {
  box-sizing: border-box;
}



}
#s-bfdf4654-1feb-4cc2-9a0b-08446769821a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfdf4654-1feb-4cc2-9a0b-08446769821a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-00325ebc-736e-4029-bb5e-8ae053d4fdfe {
  margin-bottom: 10px;
text-align: center;
}







  #s-00325ebc-736e-4029-bb5e-8ae053d4fdfe img.shogun-image {
    

    
    
    
  }


#s-00325ebc-736e-4029-bb5e-8ae053d4fdfe .shogun-image-content {
  
    align-items: center;
  
}

#s-feff3c21-5bcc-421e-94ac-49a7a6634c7c {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-feff3c21-5bcc-421e-94ac-49a7a6634c7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-feff3c21-5bcc-421e-94ac-49a7a6634c7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-feff3c21-5bcc-421e-94ac-49a7a6634c7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-feff3c21-5bcc-421e-94ac-49a7a6634c7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3f8c5566-5545-4a61-ba9e-76c06ea74620 {
  min-height: 50px;
}








#s-3f8c5566-5545-4a61-ba9e-76c06ea74620 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f8c5566-5545-4a61-ba9e-76c06ea74620.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79af78f2-c628-41ca-b1df-cf8f50d0a519 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-79af78f2-c628-41ca-b1df-cf8f50d0a519 img.shogun-image {
    

    
    
    
  }


#s-79af78f2-c628-41ca-b1df-cf8f50d0a519 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5cbe553-4418-4e9a-b966-47c68bb6d763 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5cbe553-4418-4e9a-b966-47c68bb6d763 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-204bc7ad-6ad2-4d19-89ce-d37b9f19f8ef {
  margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}

#s-2d2cf84b-5df1-494d-9968-2227e83ca735 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-2d2cf84b-5df1-494d-9968-2227e83ca735 img.shogun-image {
    

    
    
    
  }


#s-2d2cf84b-5df1-494d-9968-2227e83ca735 .shogun-image-content {
  
    align-items: center;
  
}

#s-28a7cc69-d840-4f54-a0d6-334dee642d37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28a7cc69-d840-4f54-a0d6-334dee642d37 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-f71dafc8-1668-487b-8a9f-4698fbab3ec3 {
  margin-left: 10%;
margin-right: 10%;
}

#s-1cb7eb3e-29ca-4a40-924c-2ed54e0ce5ea {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-1cb7eb3e-29ca-4a40-924c-2ed54e0ce5ea img.shogun-image {
    

    
    
    
  }


#s-1cb7eb3e-29ca-4a40-924c-2ed54e0ce5ea .shogun-image-content {
  
    align-items: center;
  
}

#s-acacc047-32c5-4f22-b349-28d5e364eab9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acacc047-32c5-4f22-b349-28d5e364eab9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-0c8a7530-bf49-4c3a-aa30-397c1b2619ca {
  margin-left: auto;
margin-right: auto;
}

#s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
max-width: 200px;
background-color: rgba(41, 168, 216, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81-root {
    text-align: center;
  }


#s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81-root {
    text-align: center;
  }


#s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81-root {
    text-align: center;
  }


#s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81-root {
    text-align: center;
  }


#s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81-root {
    text-align: center;
  }


#s-eb32640d-beb3-41ea-9f1a-0a5fd6798a81.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f920c80e-f341-439b-b6cb-012c5cfa3f63 {
  min-height: 50px;
}








#s-f920c80e-f341-439b-b6cb-012c5cfa3f63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f920c80e-f341-439b-b6cb-012c5cfa3f63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-a8f969ba-231a-4456-9160-0065cab65e35 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 95%;
}

/*
  $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}
