.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-349617d7-adf0-4b76-872d-8dd2c3c0248a {
  margin-top: 80px;
margin-left: 1%;
margin-bottom: 50px;
margin-right: 1%;
padding-bottom: 55px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}








#s-349617d7-adf0-4b76-872d-8dd2c3c0248a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-349617d7-adf0-4b76-872d-8dd2c3c0248a.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-7426c375-edbc-4d57-9b68-18a370f49211 {
  border-radius: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7426c375-edbc-4d57-9b68-18a370f49211 {
  display: none;
}
#s-7426c375-edbc-4d57-9b68-18a370f49211, #wrap-s-7426c375-edbc-4d57-9b68-18a370f49211 { display: none !important; }}@media (max-width: 767px){#s-7426c375-edbc-4d57-9b68-18a370f49211 {
  display: none;
}
#s-7426c375-edbc-4d57-9b68-18a370f49211, #wrap-s-7426c375-edbc-4d57-9b68-18a370f49211 { display: none !important; }}







.s-7426c375-edbc-4d57-9b68-18a370f49211 .shogun-image-content {
  
    align-items: center;
  
}

.s-7426c375-edbc-4d57-9b68-18a370f49211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7426c375-edbc-4d57-9b68-18a370f49211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7426c375-edbc-4d57-9b68-18a370f49211.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){






.s-7426c375-edbc-4d57-9b68-18a370f49211 .shogun-image-content {
  
    align-items: center;
  
}

.s-7426c375-edbc-4d57-9b68-18a370f49211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7426c375-edbc-4d57-9b68-18a370f49211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7426c375-edbc-4d57-9b68-18a370f49211.shogun-image {
  box-sizing: border-box;
}




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






.s-7426c375-edbc-4d57-9b68-18a370f49211 .shogun-image-content {
  
    align-items: center;
  
}

.s-7426c375-edbc-4d57-9b68-18a370f49211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7426c375-edbc-4d57-9b68-18a370f49211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7426c375-edbc-4d57-9b68-18a370f49211.shogun-image {
  box-sizing: border-box;
}




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






.s-7426c375-edbc-4d57-9b68-18a370f49211 .shogun-image-content {
  
    align-items: center;
  
}

.s-7426c375-edbc-4d57-9b68-18a370f49211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7426c375-edbc-4d57-9b68-18a370f49211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7426c375-edbc-4d57-9b68-18a370f49211.shogun-image {
  box-sizing: border-box;
}




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






.s-7426c375-edbc-4d57-9b68-18a370f49211 .shogun-image-content {
  
    align-items: center;
  
}

.s-7426c375-edbc-4d57-9b68-18a370f49211.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7426c375-edbc-4d57-9b68-18a370f49211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7426c375-edbc-4d57-9b68-18a370f49211.shogun-image {
  box-sizing: border-box;
}




}
#s-09927bd5-d339-48d6-8f86-643c6610e813 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.69);
}








#s-09927bd5-d339-48d6-8f86-643c6610e813 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09927bd5-d339-48d6-8f86-643c6610e813.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-f8ecbd01-0f73-4af0-8f0a-3fa79736f8a8 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8ecbd01-0f73-4af0-8f0a-3fa79736f8a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  text-align: left;
}



.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-7adfc84a-d7df-4648-aeb8-656638a1898d {
  margin-left: 5%;
margin-right: 5%;
}

#s-19e2058e-5787-4463-be88-670c74140c2d {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.69);
}
@media (min-width: 1200px){#s-19e2058e-5787-4463-be88-670c74140c2d {
  display: none;
}
#s-19e2058e-5787-4463-be88-670c74140c2d, #wrap-s-19e2058e-5787-4463-be88-670c74140c2d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19e2058e-5787-4463-be88-670c74140c2d {
  display: none;
}
#s-19e2058e-5787-4463-be88-670c74140c2d, #wrap-s-19e2058e-5787-4463-be88-670c74140c2d { display: none !important; }}







#s-19e2058e-5787-4463-be88-670c74140c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19e2058e-5787-4463-be88-670c74140c2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b30b7e9-4135-48f2-aa25-9a8dfe877481 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b30b7e9-4135-48f2-aa25-9a8dfe877481 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}



#s-7cdf3227-bb0c-4018-97bf-c716d4767e11 {
  border-radius: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-7cdf3227-bb0c-4018-97bf-c716d4767e11 {
  display: none;
}
#s-7cdf3227-bb0c-4018-97bf-c716d4767e11, #wrap-s-7cdf3227-bb0c-4018-97bf-c716d4767e11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7cdf3227-bb0c-4018-97bf-c716d4767e11 {
  display: none;
}
#s-7cdf3227-bb0c-4018-97bf-c716d4767e11, #wrap-s-7cdf3227-bb0c-4018-97bf-c716d4767e11 { display: none !important; }}







.s-7cdf3227-bb0c-4018-97bf-c716d4767e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){






.s-7cdf3227-bb0c-4018-97bf-c716d4767e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shogun-image {
  box-sizing: border-box;
}




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






.s-7cdf3227-bb0c-4018-97bf-c716d4767e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shogun-image {
  box-sizing: border-box;
}




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






.s-7cdf3227-bb0c-4018-97bf-c716d4767e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shogun-image {
  box-sizing: border-box;
}




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






.s-7cdf3227-bb0c-4018-97bf-c716d4767e11 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cdf3227-bb0c-4018-97bf-c716d4767e11.shogun-image {
  box-sizing: border-box;
}




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

@media (min-width: 768px) and (max-width: 991px){#s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76 {
  display: none;
}
#s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76, #wrap-s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76 { display: none !important; }}@media (max-width: 767px){#s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76 {
  display: none;
}
#s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76, #wrap-s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa53794c-68c1-4b8c-aeba-a1d07c97fb76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7f869c6f-9f2e-4044-b1a9-639ee2975b70 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: -1px;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.69);
}








#s-7f869c6f-9f2e-4044-b1a9-639ee2975b70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f869c6f-9f2e-4044-b1a9-639ee2975b70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ab4d894-3225-467b-8589-5c0a1edeb7ce {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5ab4d894-3225-467b-8589-5c0a1edeb7ce .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  
  
  text-align: left;
}



#s-ac7497ca-5f05-49c8-90a7-437d4c7d287d {
  margin-left: 5%;
margin-right: 5%;
}

#s-6ce3f80c-427c-4890-adc2-9147fe5d8304 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 13px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.69);
}
@media (min-width: 1200px){#s-6ce3f80c-427c-4890-adc2-9147fe5d8304 {
  display: none;
}
#s-6ce3f80c-427c-4890-adc2-9147fe5d8304, #wrap-s-6ce3f80c-427c-4890-adc2-9147fe5d8304 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ce3f80c-427c-4890-adc2-9147fe5d8304 {
  display: none;
}
#s-6ce3f80c-427c-4890-adc2-9147fe5d8304, #wrap-s-6ce3f80c-427c-4890-adc2-9147fe5d8304 { display: none !important; }}







#s-6ce3f80c-427c-4890-adc2-9147fe5d8304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ce3f80c-427c-4890-adc2-9147fe5d8304.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a059972-0092-4271-bdf9-9c2751f059b0 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a059972-0092-4271-bdf9-9c2751f059b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-1a059972-0092-4271-bdf9-9c2751f059b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-0a51308f-3438-4de7-b0b5-85b41310dae2 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-0a51308f-3438-4de7-b0b5-85b41310dae2 {
  display: none;
}
#s-0a51308f-3438-4de7-b0b5-85b41310dae2, #wrap-s-0a51308f-3438-4de7-b0b5-85b41310dae2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a51308f-3438-4de7-b0b5-85b41310dae2 {
  display: none;
}
#s-0a51308f-3438-4de7-b0b5-85b41310dae2, #wrap-s-0a51308f-3438-4de7-b0b5-85b41310dae2 { display: none !important; }}
#s-cb9ea5d9-b62e-424e-8f85-0f4e3065d563 {
  margin-top: 50px;
margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb9ea5d9-b62e-424e-8f85-0f4e3065d563 {
  display: none;
}
#s-cb9ea5d9-b62e-424e-8f85-0f4e3065d563, #wrap-s-cb9ea5d9-b62e-424e-8f85-0f4e3065d563 { display: none !important; }}@media (max-width: 767px){#s-cb9ea5d9-b62e-424e-8f85-0f4e3065d563 {
  display: none;
}
#s-cb9ea5d9-b62e-424e-8f85-0f4e3065d563, #wrap-s-cb9ea5d9-b62e-424e-8f85-0f4e3065d563 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cb9ea5d9-b62e-424e-8f85-0f4e3065d563"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb9ea5d9-b62e-424e-8f85-0f4e3065d563"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb9ea5d9-b62e-424e-8f85-0f4e3065d563"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb9ea5d9-b62e-424e-8f85-0f4e3065d563"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a62d94c5-030e-4684-9814-73fb0a5ff9be {
  border-radius: 15px;
text-align: center;
}







  img.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image {
    
    
  }


.s-a62d94c5-030e-4684-9814-73fb0a5ff9be .shogun-image-content {
  
    align-items: center;
  
}

.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image {
    
    
  }


.s-a62d94c5-030e-4684-9814-73fb0a5ff9be .shogun-image-content {
  
    align-items: center;
  
}

.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image {
    
    
  }


.s-a62d94c5-030e-4684-9814-73fb0a5ff9be .shogun-image-content {
  
    align-items: center;
  
}

.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image {
    
    
  }


.s-a62d94c5-030e-4684-9814-73fb0a5ff9be .shogun-image-content {
  
    align-items: center;
  
}

.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image {
    
    
  }


.s-a62d94c5-030e-4684-9814-73fb0a5ff9be .shogun-image-content {
  
    align-items: center;
  
}

.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a62d94c5-030e-4684-9814-73fb0a5ff9be.shogun-image {
  box-sizing: border-box;
}




}
#s-4fc611d2-5519-44dd-bf73-08d01fb30d3b {
  min-height: 50px;
}








#s-4fc611d2-5519-44dd-bf73-08d01fb30d3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fc611d2-5519-44dd-bf73-08d01fb30d3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75253d9c-fe09-483d-81ca-94f452b62aea {
  text-align: left;
}

#s-75253d9c-fe09-483d-81ca-94f452b62aea .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-57424b36-b1be-448e-a8cd-ad3620c21544 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-57424b36-b1be-448e-a8cd-ad3620c21544 {
  display: none;
}
#s-57424b36-b1be-448e-a8cd-ad3620c21544, #wrap-s-57424b36-b1be-448e-a8cd-ad3620c21544 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57424b36-b1be-448e-a8cd-ad3620c21544 {
  display: none;
}
#s-57424b36-b1be-448e-a8cd-ad3620c21544, #wrap-s-57424b36-b1be-448e-a8cd-ad3620c21544 { display: none !important; }}







#s-57424b36-b1be-448e-a8cd-ad3620c21544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57424b36-b1be-448e-a8cd-ad3620c21544.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b57d46c9-09c5-411d-a76a-2f81f6c23a46 {
  margin-top: 5%;
margin-bottom: 5%;
border-radius: 15px;
text-align: center;
}







  img.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image {
    
    
  }


.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image {
    
    
  }


.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image {
    
    
  }


.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image {
    
    
  }


.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image {
    
    
  }


.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b57d46c9-09c5-411d-a76a-2f81f6c23a46.shogun-image {
  box-sizing: border-box;
}




}
#s-7548ab9f-bedf-40d3-86e7-ee655ba6d07b {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-7548ab9f-bedf-40d3-86e7-ee655ba6d07b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-e6fbcbac-943d-4c15-82dd-bcc7fb2d1853 {
  margin-top: 5%;
margin-left: 5%;
margin-right: 4%;
min-height: 50px;
}








#s-e6fbcbac-943d-4c15-82dd-bcc7fb2d1853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6fbcbac-943d-4c15-82dd-bcc7fb2d1853.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c545bc4-35ce-4aeb-8dd9-339ef4602584 {
  text-align: left;
}

#s-9c545bc4-35ce-4aeb-8dd9-339ef4602584 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-f3eec43c-4420-406a-a001-f080131ea8f5 {
  padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-f3eec43c-4420-406a-a001-f080131ea8f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-5618e510-87dd-44c0-abfc-3088d4249626 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-5618e510-87dd-44c0-abfc-3088d4249626"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5618e510-87dd-44c0-abfc-3088d4249626"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5618e510-87dd-44c0-abfc-3088d4249626"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5618e510-87dd-44c0-abfc-3088d4249626"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-38dd40e9-0f50-4a8a-8705-91906aadf64b {
  margin-bottom: 0px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-38dd40e9-0f50-4a8a-8705-91906aadf64b img.shogun-image {
    

    
    
    
  }


#s-38dd40e9-0f50-4a8a-8705-91906aadf64b .shogun-image-content {
  
    align-items: center;
  
}

#s-6b7fcf0d-0030-4c6e-86ab-3b502899757c {
  margin-bottom: 0px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-6b7fcf0d-0030-4c6e-86ab-3b502899757c img.shogun-image {
    

    
    
    
  }


#s-6b7fcf0d-0030-4c6e-86ab-3b502899757c .shogun-image-content {
  
    align-items: center;
  
}

#s-4a1f6018-f8e9-4b2a-925d-484e050a926e {
  margin-bottom: 0px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-4a1f6018-f8e9-4b2a-925d-484e050a926e img.shogun-image {
    

    
    
    
  }


#s-4a1f6018-f8e9-4b2a-925d-484e050a926e .shogun-image-content {
  
    align-items: center;
  
}

#s-9b8832bb-4e27-4e15-b89a-13cf0480eb28 {
  margin-bottom: 0px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-9b8832bb-4e27-4e15-b89a-13cf0480eb28 img.shogun-image {
    

    
    
    
  }


#s-9b8832bb-4e27-4e15-b89a-13cf0480eb28 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ceefbda-860e-4353-b254-903ce9e15375 {
  min-height: 50px;
}








#s-0ceefbda-860e-4353-b254-903ce9e15375 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ceefbda-860e-4353-b254-903ce9e15375.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82f8ede5-15f8-4abe-868e-4257dc07959a {
  border-radius: 20px;
text-align: center;
}
#s-82f8ede5-15f8-4abe-868e-4257dc07959a:hover {border-radius: 20px !important;}@media (min-width: 1200px){#s-82f8ede5-15f8-4abe-868e-4257dc07959a {
  display: none;
}
#s-82f8ede5-15f8-4abe-868e-4257dc07959a, #wrap-s-82f8ede5-15f8-4abe-868e-4257dc07959a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82f8ede5-15f8-4abe-868e-4257dc07959a {
  display: none;
}
#s-82f8ede5-15f8-4abe-868e-4257dc07959a, #wrap-s-82f8ede5-15f8-4abe-868e-4257dc07959a { display: none !important; }}







#s-82f8ede5-15f8-4abe-868e-4257dc07959a .shogun-image-content {
  
    align-items: center;
  
}

#s-947f1088-c266-43fc-989d-efeaa25a2b39 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-947f1088-c266-43fc-989d-efeaa25a2b39 {
  display: none;
}
#s-947f1088-c266-43fc-989d-efeaa25a2b39, #wrap-s-947f1088-c266-43fc-989d-efeaa25a2b39 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-947f1088-c266-43fc-989d-efeaa25a2b39 {
  display: none;
}
#s-947f1088-c266-43fc-989d-efeaa25a2b39, #wrap-s-947f1088-c266-43fc-989d-efeaa25a2b39 { display: none !important; }}







#s-947f1088-c266-43fc-989d-efeaa25a2b39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-947f1088-c266-43fc-989d-efeaa25a2b39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb5a89c9-4674-4ab5-8552-be70bbf7c410 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: left;
}

#s-cb5a89c9-4674-4ab5-8552-be70bbf7c410 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-8bcfc0f7-fa74-4104-893d-6b1e0c93541a {
  margin-top: 25px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8bcfc0f7-fa74-4104-893d-6b1e0c93541a {
  display: none;
}
#s-8bcfc0f7-fa74-4104-893d-6b1e0c93541a, #wrap-s-8bcfc0f7-fa74-4104-893d-6b1e0c93541a { display: none !important; }}@media (max-width: 767px){#s-8bcfc0f7-fa74-4104-893d-6b1e0c93541a {
  display: none;
}
#s-8bcfc0f7-fa74-4104-893d-6b1e0c93541a, #wrap-s-8bcfc0f7-fa74-4104-893d-6b1e0c93541a { display: none !important; }}
@media (min-width: 0px) {
[id="s-8bcfc0f7-fa74-4104-893d-6b1e0c93541a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bcfc0f7-fa74-4104-893d-6b1e0c93541a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bcfc0f7-fa74-4104-893d-6b1e0c93541a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bcfc0f7-fa74-4104-893d-6b1e0c93541a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f353e61c-62dd-4a08-b666-d87f6fee6605 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-f353e61c-62dd-4a08-b666-d87f6fee6605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f353e61c-62dd-4a08-b666-d87f6fee6605.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc4b6981-4af5-4076-87c3-084e83301bb6 {
  text-align: left;
}

#s-dc4b6981-4af5-4076-87c3-084e83301bb6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-5544fbd1-fc25-44e2-8977-b137c93db246 {
  border-radius: 20px;
text-align: center;
}
#s-5544fbd1-fc25-44e2-8977-b137c93db246:hover {border-radius: 20px !important;}







#s-5544fbd1-fc25-44e2-8977-b137c93db246 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f3648d1-5d95-4f26-a88c-888b0148b630 {
  margin-top: 5%;
text-align: left;
}

#s-9f3648d1-5d95-4f26-a88c-888b0148b630 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-fdd6c550-5652-4bcb-a939-4dd9ec704c3d {
  margin-left: 0%;
margin-right: 0%;
}

#s-a05029a6-f823-4bf3-93a1-01a596c7fc8b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a05029a6-f823-4bf3-93a1-01a596c7fc8b {
  display: none;
}
#s-a05029a6-f823-4bf3-93a1-01a596c7fc8b, #wrap-s-a05029a6-f823-4bf3-93a1-01a596c7fc8b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a05029a6-f823-4bf3-93a1-01a596c7fc8b {
  display: none;
}
#s-a05029a6-f823-4bf3-93a1-01a596c7fc8b, #wrap-s-a05029a6-f823-4bf3-93a1-01a596c7fc8b { display: none !important; }}







#s-a05029a6-f823-4bf3-93a1-01a596c7fc8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a05029a6-f823-4bf3-93a1-01a596c7fc8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0fabade-d90d-4c36-be31-68deda8c2a8c {
  margin-top: 5%;
border-radius: 20px;
text-align: center;
}








#s-d0fabade-d90d-4c36-be31-68deda8c2a8c .shogun-image-content {
  
    align-items: center;
  
}

#s-e2fe91ba-1831-4177-90ae-096cd93fee66 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
min-height: 50px;
}








#s-e2fe91ba-1831-4177-90ae-096cd93fee66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2fe91ba-1831-4177-90ae-096cd93fee66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41ff7e97-24b1-45be-b93f-f12acdff0194 {
  margin-top: 5%;
text-align: left;
}

#s-41ff7e97-24b1-45be-b93f-f12acdff0194 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



.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-3ec2f21a-5355-4cc4-97be-9259e1d340db {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(186, 186, 186, 1);
border-radius: 5px;
background-color: rgba(253, 251, 247, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3ec2f21a-5355-4cc4-97be-9259e1d340db:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(71, 71, 71, 1) !important;
border-radius: 5px !important;
background-color: rgba(253, 251, 247, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3ec2f21a-5355-4cc4-97be-9259e1d340db:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(71, 71, 71, 1) !important;
border-radius: 5px !important;
background-color: rgba(253, 251, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-3ec2f21a-5355-4cc4-97be-9259e1d340db-root {
    text-align: left;
  }


#s-3ec2f21a-5355-4cc4-97be-9259e1d340db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ec2f21a-5355-4cc4-97be-9259e1d340db-root {
    text-align: left;
  }


#s-3ec2f21a-5355-4cc4-97be-9259e1d340db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ec2f21a-5355-4cc4-97be-9259e1d340db-root {
    text-align: left;
  }


#s-3ec2f21a-5355-4cc4-97be-9259e1d340db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ec2f21a-5355-4cc4-97be-9259e1d340db-root {
    text-align: left;
  }


#s-3ec2f21a-5355-4cc4-97be-9259e1d340db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ec2f21a-5355-4cc4-97be-9259e1d340db-root {
    text-align: left;
  }


#s-3ec2f21a-5355-4cc4-97be-9259e1d340db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-c4030938-65c3-40ab-b9e3-016e60f51936 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
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;
}
@media (min-width: 768px) and (max-width: 991px){#s-c4030938-65c3-40ab-b9e3-016e60f51936 {
  display: none;
}
#s-c4030938-65c3-40ab-b9e3-016e60f51936, #wrap-s-c4030938-65c3-40ab-b9e3-016e60f51936 { display: none !important; }}@media (max-width: 767px){#s-c4030938-65c3-40ab-b9e3-016e60f51936 {
  display: none;
}
#s-c4030938-65c3-40ab-b9e3-016e60f51936, #wrap-s-c4030938-65c3-40ab-b9e3-016e60f51936 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c4030938-65c3-40ab-b9e3-016e60f51936"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4030938-65c3-40ab-b9e3-016e60f51936"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4030938-65c3-40ab-b9e3-016e60f51936"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4030938-65c3-40ab-b9e3-016e60f51936"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8a9dba20-c2c3-42aa-afae-ba72b934cdaf {
  border-radius: 20px;
text-align: center;
}








#s-8a9dba20-c2c3-42aa-afae-ba72b934cdaf .shogun-image-content {
  
    align-items: center;
  
}

#s-f3e42585-efab-4c4d-afb9-81b9964eb193 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
min-height: 50px;
}








#s-f3e42585-efab-4c4d-afb9-81b9964eb193 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3e42585-efab-4c4d-afb9-81b9964eb193.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4d88cfc-7b1d-4870-9079-2a51b466d8db {
  text-align: left;
}

#s-b4d88cfc-7b1d-4870-9079-2a51b466d8db .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-ff88a82c-d403-42e8-aada-90599877f7d8 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(186, 186, 186, 1);
border-radius: 5px;
background-color: rgba(253, 251, 247, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ff88a82c-d403-42e8-aada-90599877f7d8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(71, 71, 71, 1) !important;
border-radius: 5px !important;
background-color: rgba(253, 251, 247, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ff88a82c-d403-42e8-aada-90599877f7d8:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(71, 71, 71, 1) !important;
border-radius: 5px !important;
background-color: rgba(253, 251, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-ff88a82c-d403-42e8-aada-90599877f7d8-root {
    text-align: left;
  }


#s-ff88a82c-d403-42e8-aada-90599877f7d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff88a82c-d403-42e8-aada-90599877f7d8-root {
    text-align: left;
  }


#s-ff88a82c-d403-42e8-aada-90599877f7d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff88a82c-d403-42e8-aada-90599877f7d8-root {
    text-align: left;
  }


#s-ff88a82c-d403-42e8-aada-90599877f7d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff88a82c-d403-42e8-aada-90599877f7d8-root {
    text-align: left;
  }


#s-ff88a82c-d403-42e8-aada-90599877f7d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff88a82c-d403-42e8-aada-90599877f7d8-root {
    text-align: left;
  }


#s-ff88a82c-d403-42e8-aada-90599877f7d8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-ce7d71a2-8601-48ee-8011-fa5bea8e3d0e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 3%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-top: 50px;
padding-left: 60px;
padding-bottom: 50px;
padding-right: 60px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-ce7d71a2-8601-48ee-8011-fa5bea8e3d0e {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}
}







#s-ce7d71a2-8601-48ee-8011-fa5bea8e3d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce7d71a2-8601-48ee-8011-fa5bea8e3d0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6092d606-7552-4202-a0c6-99cbe12c57be {
  text-align: left;
}

#s-6092d606-7552-4202-a0c6-99cbe12c57be .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-9fc5c287-2827-4fb5-a88e-347a1b28bf3e {
  margin-top: 5%;
text-align: left;
}

#s-9fc5c287-2827-4fb5-a88e-347a1b28bf3e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-1695cbe6-5f20-4183-a009-5beacd376a2a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(186, 186, 186, 1);
border-radius: 5px;
background-color: rgba(253, 251, 247, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1695cbe6-5f20-4183-a009-5beacd376a2a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(71, 71, 71, 1) !important;
border-radius: 5px !important;
background-color: rgba(253, 251, 247, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1695cbe6-5f20-4183-a009-5beacd376a2a:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(71, 71, 71, 1) !important;
border-radius: 5px !important;
background-color: rgba(253, 251, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-1695cbe6-5f20-4183-a009-5beacd376a2a-root {
    text-align: left;
  }


#s-1695cbe6-5f20-4183-a009-5beacd376a2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1695cbe6-5f20-4183-a009-5beacd376a2a-root {
    text-align: left;
  }


#s-1695cbe6-5f20-4183-a009-5beacd376a2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1695cbe6-5f20-4183-a009-5beacd376a2a-root {
    text-align: left;
  }


#s-1695cbe6-5f20-4183-a009-5beacd376a2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1695cbe6-5f20-4183-a009-5beacd376a2a-root {
    text-align: left;
  }


#s-1695cbe6-5f20-4183-a009-5beacd376a2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1695cbe6-5f20-4183-a009-5beacd376a2a-root {
    text-align: left;
  }


#s-1695cbe6-5f20-4183-a009-5beacd376a2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-7662592d-33d4-482e-916e-29e21ba42bc2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7662592d-33d4-482e-916e-29e21ba42bc2 {
  display: none;
}
#s-7662592d-33d4-482e-916e-29e21ba42bc2, #wrap-s-7662592d-33d4-482e-916e-29e21ba42bc2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7662592d-33d4-482e-916e-29e21ba42bc2 {
  display: none;
}
#s-7662592d-33d4-482e-916e-29e21ba42bc2, #wrap-s-7662592d-33d4-482e-916e-29e21ba42bc2 { display: none !important; }}







#s-7662592d-33d4-482e-916e-29e21ba42bc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7662592d-33d4-482e-916e-29e21ba42bc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cc4f685-49cf-4ab5-ab7f-d694afee6651 {
  margin-top: 3%;
border-radius: 20px;
text-align: center;
}








#s-6cc4f685-49cf-4ab5-ab7f-d694afee6651 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b15f043-cf0d-498b-8584-fa63f2cc2278 {
  min-height: 50px;
}








#s-8b15f043-cf0d-498b-8584-fa63f2cc2278 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b15f043-cf0d-498b-8584-fa63f2cc2278.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dd424f7-8993-454e-911d-b86d4716dfa0 {
  margin-top: 5%;
text-align: left;
}

#s-9dd424f7-8993-454e-911d-b86d4716dfa0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-33d6f546-7dac-4c4d-9730-1d49d5d36c7b {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-33d6f546-7dac-4c4d-9730-1d49d5d36c7b {
  display: none;
}
#s-33d6f546-7dac-4c4d-9730-1d49d5d36c7b, #wrap-s-33d6f546-7dac-4c4d-9730-1d49d5d36c7b { display: none !important; }}@media (max-width: 767px){#s-33d6f546-7dac-4c4d-9730-1d49d5d36c7b {
  display: none;
}
#s-33d6f546-7dac-4c4d-9730-1d49d5d36c7b, #wrap-s-33d6f546-7dac-4c4d-9730-1d49d5d36c7b { display: none !important; }}
@media (min-width: 0px) {
[id="s-33d6f546-7dac-4c4d-9730-1d49d5d36c7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33d6f546-7dac-4c4d-9730-1d49d5d36c7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33d6f546-7dac-4c4d-9730-1d49d5d36c7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33d6f546-7dac-4c4d-9730-1d49d5d36c7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-33d6f546-7dac-4c4d-9730-1d49d5d36c7b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-744aa12b-cdc1-4d78-9baa-8c65ae883036 {
  margin-top: 50px;
margin-left: 5px;
margin-bottom: 5%;
margin-right: 5px;
min-height: 50px;
}








#s-744aa12b-cdc1-4d78-9baa-8c65ae883036 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-744aa12b-cdc1-4d78-9baa-8c65ae883036.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e7bdeee-2350-4521-9f7a-13a7700d6eeb {
  text-align: left;
}

#s-4e7bdeee-2350-4521-9f7a-13a7700d6eeb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-ea590543-cc70-40f5-a145-dcbadc13f29e {
  border-radius: 20px;
text-align: center;
}








#s-ea590543-cc70-40f5-a145-dcbadc13f29e .shogun-image-content {
  
    align-items: center;
  
}

#s-ea852510-df49-4770-ae89-6bdc927aab63 {
  margin-top: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ea852510-df49-4770-ae89-6bdc927aab63 {
  display: none;
}
#s-ea852510-df49-4770-ae89-6bdc927aab63, #wrap-s-ea852510-df49-4770-ae89-6bdc927aab63 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea852510-df49-4770-ae89-6bdc927aab63 {
  display: none;
}
#s-ea852510-df49-4770-ae89-6bdc927aab63, #wrap-s-ea852510-df49-4770-ae89-6bdc927aab63 { display: none !important; }}







#s-ea852510-df49-4770-ae89-6bdc927aab63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea852510-df49-4770-ae89-6bdc927aab63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bc6364f-ce94-43bc-ada8-086ca7750be4 {
  border-radius: 20px;
text-align: center;
}








#s-7bc6364f-ce94-43bc-ada8-086ca7750be4 .shogun-image-content {
  
    align-items: center;
  
}

#s-51ea35de-da4d-4053-b342-8ad633a6780a {
  min-height: 50px;
}








#s-51ea35de-da4d-4053-b342-8ad633a6780a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51ea35de-da4d-4053-b342-8ad633a6780a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c0bbd9b-c5bd-4f0a-a7dd-088cec2486a4 {
  margin-top: 5%;
text-align: left;
}

#s-6c0bbd9b-c5bd-4f0a-a7dd-088cec2486a4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-69712ab0-2801-466c-b755-18ef8f0a137e {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-69712ab0-2801-466c-b755-18ef8f0a137e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69712ab0-2801-466c-b755-18ef8f0a137e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-69712ab0-2801-466c-b755-18ef8f0a137e {
  display: none;
}
#s-69712ab0-2801-466c-b755-18ef8f0a137e, #wrap-s-69712ab0-2801-466c-b755-18ef8f0a137e { display: none !important; }}@media (max-width: 767px){#s-69712ab0-2801-466c-b755-18ef8f0a137e {
  display: none;
}
#s-69712ab0-2801-466c-b755-18ef8f0a137e, #wrap-s-69712ab0-2801-466c-b755-18ef8f0a137e { display: none !important; }}
@media (min-width: 0px) {
[id="s-69712ab0-2801-466c-b755-18ef8f0a137e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69712ab0-2801-466c-b755-18ef8f0a137e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69712ab0-2801-466c-b755-18ef8f0a137e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69712ab0-2801-466c-b755-18ef8f0a137e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1c411c2e-42c5-48f3-a917-396bed02f52e {
  border-radius: 20px;
text-align: center;
}








#s-1c411c2e-42c5-48f3-a917-396bed02f52e .shogun-image-content {
  
    align-items: center;
  
}

#s-fb85e93c-f99f-4dbe-9758-ea1fef891f5e {
  margin-top: 50px;
margin-left: 5px;
margin-bottom: 5%;
margin-right: 5px;
min-height: 50px;
}








#s-fb85e93c-f99f-4dbe-9758-ea1fef891f5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb85e93c-f99f-4dbe-9758-ea1fef891f5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27d2243d-51a4-4ed5-b503-dd164c3b3027 {
  text-align: left;
}

#s-27d2243d-51a4-4ed5-b503-dd164c3b3027 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-514ffbd7-333a-47fd-ada3-2ad28c2f405d {
  margin-top: 5%;
margin-left: 5px;
margin-bottom: 5%;
margin-right: 5px;
min-height: 50px;
}








#s-514ffbd7-333a-47fd-ada3-2ad28c2f405d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-514ffbd7-333a-47fd-ada3-2ad28c2f405d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6345cd71-484f-42cc-bbd4-b173fd0ac37b {
  text-align: left;
}

#s-6345cd71-484f-42cc-bbd4-b173fd0ac37b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-13f73e76-65f4-4222-9695-9e1f222a3ba6 {
  margin-top: 5%;
text-align: left;
}

#s-13f73e76-65f4-4222-9695-9e1f222a3ba6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-af63f1e9-fa82-4b5b-b242-1255d0373b41 {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-af63f1e9-fa82-4b5b-b242-1255d0373b41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-af63f1e9-fa82-4b5b-b242-1255d0373b41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-af63f1e9-fa82-4b5b-b242-1255d0373b41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-af63f1e9-fa82-4b5b-b242-1255d0373b41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1e6af3a8-5c09-4713-9f1c-afbef1d08950 {
  margin-bottom: 25px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-1e6af3a8-5c09-4713-9f1c-afbef1d08950 img.shogun-image {
    

    
    
    
  }


#s-1e6af3a8-5c09-4713-9f1c-afbef1d08950 .shogun-image-content {
  
    align-items: center;
  
}

#s-774fbb9c-d36b-4232-8ef8-6f3fc573d461 {
  margin-bottom: 25px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-774fbb9c-d36b-4232-8ef8-6f3fc573d461 img.shogun-image {
    

    
    
    
  }


#s-774fbb9c-d36b-4232-8ef8-6f3fc573d461 .shogun-image-content {
  
    align-items: center;
  
}

#s-de5c5d8b-fdec-4728-80e6-9ab484d74edc {
  margin-bottom: 25px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-de5c5d8b-fdec-4728-80e6-9ab484d74edc img.shogun-image {
    

    
    
    
  }


#s-de5c5d8b-fdec-4728-80e6-9ab484d74edc .shogun-image-content {
  
    align-items: center;
  
}

#s-7b40a08d-2312-4840-9e0c-d3b3f352fbdc {
  margin-bottom: 25px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-7b40a08d-2312-4840-9e0c-d3b3f352fbdc img.shogun-image {
    

    
    
    
  }


#s-7b40a08d-2312-4840-9e0c-d3b3f352fbdc .shogun-image-content {
  
    align-items: center;
  
}

#s-e022c480-2162-435d-a652-56b751158f58 {
  margin-left: 5px;
margin-bottom: 5%;
margin-right: 5px;
min-height: 50px;
}








#s-e022c480-2162-435d-a652-56b751158f58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e022c480-2162-435d-a652-56b751158f58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d001f03-58d6-427a-aa28-a2a533f72b4a {
  text-align: left;
}

#s-7d001f03-58d6-427a-aa28-a2a533f72b4a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-0d342ed5-7b68-47a7-86b0-3edcdcdd6aaa {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0d342ed5-7b68-47a7-86b0-3edcdcdd6aaa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0d342ed5-7b68-47a7-86b0-3edcdcdd6aaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0d342ed5-7b68-47a7-86b0-3edcdcdd6aaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0d342ed5-7b68-47a7-86b0-3edcdcdd6aaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-989c03f3-c1fd-424f-852f-13bd0323b80b {
  margin-bottom: 25px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-989c03f3-c1fd-424f-852f-13bd0323b80b img.shogun-image {
    

    
    
    
  }


#s-989c03f3-c1fd-424f-852f-13bd0323b80b .shogun-image-content {
  
    align-items: center;
  
}

#s-057e3ebc-ac2d-42b5-b815-ccce4756233e {
  margin-bottom: 25px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-057e3ebc-ac2d-42b5-b815-ccce4756233e img.shogun-image {
    

    
    
    
  }


#s-057e3ebc-ac2d-42b5-b815-ccce4756233e .shogun-image-content {
  
    align-items: center;
  
}

#s-b223b71e-b957-4d0c-ab60-52b7a7010e98 {
  margin-bottom: 25px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-b223b71e-b957-4d0c-ab60-52b7a7010e98 img.shogun-image {
    

    
    
    
  }


#s-b223b71e-b957-4d0c-ab60-52b7a7010e98 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6c4b7d7-278d-427f-87bb-a99ca45f0695 {
  margin-bottom: 25px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  #s-b6c4b7d7-278d-427f-87bb-a99ca45f0695 img.shogun-image {
    

    
    
    
  }


#s-b6c4b7d7-278d-427f-87bb-a99ca45f0695 .shogun-image-content {
  
    align-items: center;
  
}

#s-8873e2a6-e4d3-454e-b627-60663fed6761 {
  margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8873e2a6-e4d3-454e-b627-60663fed6761 {
  display: none;
}
#s-8873e2a6-e4d3-454e-b627-60663fed6761, #wrap-s-8873e2a6-e4d3-454e-b627-60663fed6761 { display: none !important; }}@media (max-width: 767px){#s-8873e2a6-e4d3-454e-b627-60663fed6761 {
  display: none;
}
#s-8873e2a6-e4d3-454e-b627-60663fed6761, #wrap-s-8873e2a6-e4d3-454e-b627-60663fed6761 { display: none !important; }}







#s-8873e2a6-e4d3-454e-b627-60663fed6761 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8873e2a6-e4d3-454e-b627-60663fed6761.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9734fc8-3dfa-40f6-8d28-23c5e9f7aef0 {
  text-align: left;
}

#s-a9734fc8-3dfa-40f6-8d28-23c5e9f7aef0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-1e3a1565-93d3-4e46-ae14-caebf2553c4e {
  margin-top: 50px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-1e3a1565-93d3-4e46-ae14-caebf2553c4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e3a1565-93d3-4e46-ae14-caebf2553c4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1e3a1565-93d3-4e46-ae14-caebf2553c4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1e3a1565-93d3-4e46-ae14-caebf2553c4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-5f3f1e11-8297-4515-8ee9-d4ed724fad9d {
  border-radius: 20px;
text-align: left;
}







  #s-5f3f1e11-8297-4515-8ee9-d4ed724fad9d img.shogun-image {
    

    
    
    
  }


#s-5f3f1e11-8297-4515-8ee9-d4ed724fad9d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-af75e807-028b-4ff8-92f8-92ca7e7b810a {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-af75e807-028b-4ff8-92f8-92ca7e7b810a {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af75e807-028b-4ff8-92f8-92ca7e7b810a {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-34445dd6-d0ef-4d1d-b7cc-3981cb25d602 {
  border-radius: 20px;
text-align: left;
}







  #s-34445dd6-d0ef-4d1d-b7cc-3981cb25d602 img.shogun-image {
    

    
    
    
  }


#s-34445dd6-d0ef-4d1d-b7cc-3981cb25d602 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f29b4b18-2b91-4f51-9ba8-efbfb5ad404c {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-f29b4b18-2b91-4f51-9ba8-efbfb5ad404c {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f29b4b18-2b91-4f51-9ba8-efbfb5ad404c {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-14a09549-8fd9-4c34-9fef-5b133f67ba6e {
  border-radius: 20px;
text-align: left;
}







  #s-14a09549-8fd9-4c34-9fef-5b133f67ba6e img.shogun-image {
    

    
    
    
  }


#s-14a09549-8fd9-4c34-9fef-5b133f67ba6e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-78ff22ea-6bac-46aa-bf78-735d16c67ff4 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-78ff22ea-6bac-46aa-bf78-735d16c67ff4 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78ff22ea-6bac-46aa-bf78-735d16c67ff4 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-085f3ec8-44d8-43a5-8b89-15253fcb5669 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-085f3ec8-44d8-43a5-8b89-15253fcb5669"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-085f3ec8-44d8-43a5-8b89-15253fcb5669"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-085f3ec8-44d8-43a5-8b89-15253fcb5669"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-085f3ec8-44d8-43a5-8b89-15253fcb5669"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-54ea2455-a31d-4807-a85b-e64bb3e0bc56 {
  border-radius: 20px;
text-align: left;
}







  #s-54ea2455-a31d-4807-a85b-e64bb3e0bc56 img.shogun-image {
    

    
    
    
  }


#s-54ea2455-a31d-4807-a85b-e64bb3e0bc56 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f05c7a07-c880-4c63-b76f-c667a5c7a914 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-f05c7a07-c880-4c63-b76f-c667a5c7a914 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f05c7a07-c880-4c63-b76f-c667a5c7a914 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-bb77a804-60e4-4358-ba19-348ecae83f10 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bb77a804-60e4-4358-ba19-348ecae83f10 {
  display: none;
}
#s-bb77a804-60e4-4358-ba19-348ecae83f10, #wrap-s-bb77a804-60e4-4358-ba19-348ecae83f10 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb77a804-60e4-4358-ba19-348ecae83f10 {
  display: none;
}
#s-bb77a804-60e4-4358-ba19-348ecae83f10, #wrap-s-bb77a804-60e4-4358-ba19-348ecae83f10 { display: none !important; }}@media (max-width: 767px){#s-bb77a804-60e4-4358-ba19-348ecae83f10 {
  margin-top: 5%;
margin-bottom: 5%;
}
}







#s-bb77a804-60e4-4358-ba19-348ecae83f10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb77a804-60e4-4358-ba19-348ecae83f10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e928f7b-b5e6-4d01-9015-5962454c09e3 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e928f7b-b5e6-4d01-9015-5962454c09e3 {
  margin-bottom: 3%;
text-align: center;
}
}@media (max-width: 767px){#s-0e928f7b-b5e6-4d01-9015-5962454c09e3 {
  text-align: center;
}
}
#s-0e928f7b-b5e6-4d01-9015-5962454c09e3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0e928f7b-b5e6-4d01-9015-5962454c09e3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-0e928f7b-b5e6-4d01-9015-5962454c09e3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}
.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-a942ab38-5bf3-41f9-b376-cc7ed2724ac0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a942ab38-5bf3-41f9-b376-cc7ed2724ac0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a942ab38-5bf3-41f9-b376-cc7ed2724ac0 .shg-sld-nav-button.shg-sld-left,
#s-a942ab38-5bf3-41f9-b376-cc7ed2724ac0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-662dff3a-66e1-4d9e-a976-e34eb391b532 {
  min-height: 50px;
}








#s-662dff3a-66e1-4d9e-a976-e34eb391b532 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-662dff3a-66e1-4d9e-a976-e34eb391b532.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb73ced9-5bae-4b99-aff6-e63f2a075a30 {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: left;
}







  #s-eb73ced9-5bae-4b99-aff6-e63f2a075a30 img.shogun-image {
    

    
    
    
  }


#s-eb73ced9-5bae-4b99-aff6-e63f2a075a30 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dca84c6-5b7b-4f82-9f55-a5cfe989d9b6 {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6dca84c6-5b7b-4f82-9f55-a5cfe989d9b6 {
  margin-left: 10%;
}
}
#s-75a2d0ea-cc14-434d-81ca-0f5b3b7e5f90 {
  min-height: 50px;
}








#s-75a2d0ea-cc14-434d-81ca-0f5b3b7e5f90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75a2d0ea-cc14-434d-81ca-0f5b3b7e5f90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-970bf75a-c733-4630-9e01-8fbe690babeb {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: left;
}







  #s-970bf75a-c733-4630-9e01-8fbe690babeb img.shogun-image {
    

    
    
    
  }


#s-970bf75a-c733-4630-9e01-8fbe690babeb .shogun-image-content {
  
    align-items: center;
  
}

#s-6cef87f9-57a8-4a90-b533-f41f80a69da7 {
  min-height: 50px;
}








#s-6cef87f9-57a8-4a90-b533-f41f80a69da7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cef87f9-57a8-4a90-b533-f41f80a69da7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0259e769-3e20-481f-a444-a404fbf1bc82 {
  min-height: 50px;
}








#s-0259e769-3e20-481f-a444-a404fbf1bc82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0259e769-3e20-481f-a444-a404fbf1bc82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e165683-767d-4228-b2b2-4d551c8f1ce5 {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: left;
}







  #s-4e165683-767d-4228-b2b2-4d551c8f1ce5 img.shogun-image {
    

    
    
    
  }


#s-4e165683-767d-4228-b2b2-4d551c8f1ce5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d79e47d-79b7-468e-b051-fe19ecbe1ca7 {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7d79e47d-79b7-468e-b051-fe19ecbe1ca7 {
  margin-left: 10%;
}
}
#s-83bb39dc-19eb-450c-96e3-ac5962d11cda {
  min-height: 50px;
}








#s-83bb39dc-19eb-450c-96e3-ac5962d11cda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83bb39dc-19eb-450c-96e3-ac5962d11cda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b7389cd-5754-4d77-8653-f01f872a05fe {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: left;
}








#s-1b7389cd-5754-4d77-8653-f01f872a05fe .shogun-image-content {
  
    align-items: center;
  
}

#s-1b58a559-2fc6-402d-8c29-bbfcd16e62bc {
  margin-top: 3px;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1b58a559-2fc6-402d-8c29-bbfcd16e62bc {
  margin-left: 10%;
}
}
#s-ef3d78dd-5cc2-4a70-aa4f-a1674e35a8b3 {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ef3d78dd-5cc2-4a70-aa4f-a1674e35a8b3 {
  margin-left: 10%;
}
}
#s-a10f8894-e090-4a8a-85d5-d2bd08236769 {
  box-shadow:0px 0px 0px 0px ;
margin-bottom: 5%;
padding-top: 50px;
padding-left: 60px;
padding-bottom: 50px;
padding-right: 60px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-a10f8894-e090-4a8a-85d5-d2bd08236769 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-a10f8894-e090-4a8a-85d5-d2bd08236769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a10f8894-e090-4a8a-85d5-d2bd08236769.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60372f47-691d-4bad-b768-dbc886b342c3 {
  text-align: left;
}

#s-60372f47-691d-4bad-b768-dbc886b342c3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-158d9bc3-167f-43ed-bda0-be7a5593a979 {
  margin-top: 50px;
margin-left: 5px;
margin-right: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-158d9bc3-167f-43ed-bda0-be7a5593a979 {
  display: none;
}
#s-158d9bc3-167f-43ed-bda0-be7a5593a979, #wrap-s-158d9bc3-167f-43ed-bda0-be7a5593a979 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-158d9bc3-167f-43ed-bda0-be7a5593a979 {
  display: none;
}
#s-158d9bc3-167f-43ed-bda0-be7a5593a979, #wrap-s-158d9bc3-167f-43ed-bda0-be7a5593a979 { display: none !important; }}@media (max-width: 767px){#s-158d9bc3-167f-43ed-bda0-be7a5593a979 {
  margin-top: 5%;
margin-bottom: 5%;
}
}







#s-158d9bc3-167f-43ed-bda0-be7a5593a979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-158d9bc3-167f-43ed-bda0-be7a5593a979.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-859855e3-de47-4d71-b8ca-864d2188f885 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-859855e3-de47-4d71-b8ca-864d2188f885 {
  margin-bottom: 3%;
text-align: center;
}
}@media (max-width: 767px){#s-859855e3-de47-4d71-b8ca-864d2188f885 {
  text-align: center;
}
}
#s-859855e3-de47-4d71-b8ca-864d2188f885 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-859855e3-de47-4d71-b8ca-864d2188f885 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-859855e3-de47-4d71-b8ca-864d2188f885 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}
#s-0781bc6a-cbe8-452c-aecd-48b8c2bd59e6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-0781bc6a-cbe8-452c-aecd-48b8c2bd59e6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0781bc6a-cbe8-452c-aecd-48b8c2bd59e6 .shg-sld-nav-button.shg-sld-left,
#s-0781bc6a-cbe8-452c-aecd-48b8c2bd59e6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8066b9d7-0518-4fa7-b0e5-f7bc7005ab0e {
  min-height: 50px;
}








#s-8066b9d7-0518-4fa7-b0e5-f7bc7005ab0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8066b9d7-0518-4fa7-b0e5-f7bc7005ab0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ead3d913-5176-408e-820f-f2e420a6fe0b {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: center;
}







  #s-ead3d913-5176-408e-820f-f2e420a6fe0b img.shogun-image {
    

    
    
    
  }


#s-ead3d913-5176-408e-820f-f2e420a6fe0b .shogun-image-content {
  
    align-items: center;
  
}

#s-ba66be8d-b120-41a8-8e4e-9617c1de452d {
  min-height: 50px;
}








#s-ba66be8d-b120-41a8-8e4e-9617c1de452d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba66be8d-b120-41a8-8e4e-9617c1de452d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d7acce4-81af-45d0-8c1d-e7ed83c4c80c {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
border-color: #2C2A34;
border-radius: 20px;
text-align: left;
}







  #s-3d7acce4-81af-45d0-8c1d-e7ed83c4c80c img.shogun-image {
    

    
    
    
  }


#s-3d7acce4-81af-45d0-8c1d-e7ed83c4c80c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-806d81e6-f031-43cc-89cd-3d2e3a42e362 {
  min-height: 50px;
}








#s-806d81e6-f031-43cc-89cd-3d2e3a42e362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-806d81e6-f031-43cc-89cd-3d2e3a42e362.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64f6f348-eef8-4de7-a571-a1002417f2ce {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: left;
}







  #s-64f6f348-eef8-4de7-a571-a1002417f2ce img.shogun-image {
    

    
    
    
  }


#s-64f6f348-eef8-4de7-a571-a1002417f2ce .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f72337e5-770b-4245-880a-330c59b84d99 {
  min-height: 50px;
}








#s-f72337e5-770b-4245-880a-330c59b84d99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f72337e5-770b-4245-880a-330c59b84d99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70079b89-b584-4671-bdfe-5b5453e370f5 {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: center;
}







  #s-70079b89-b584-4671-bdfe-5b5453e370f5 img.shogun-image {
    

    
    
    
  }


#s-70079b89-b584-4671-bdfe-5b5453e370f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-180a25a2-8b15-40f3-b4ce-8c20cb04f9ef {
  min-height: 50px;
}








#s-180a25a2-8b15-40f3-b4ce-8c20cb04f9ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-180a25a2-8b15-40f3-b4ce-8c20cb04f9ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-705f1fd4-5f9b-47f2-9c96-a42aed0ae06a {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: left;
}







  #s-705f1fd4-5f9b-47f2-9c96-a42aed0ae06a img.shogun-image {
    

    
    
    
  }


#s-705f1fd4-5f9b-47f2-9c96-a42aed0ae06a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-66a045a1-1afb-43e0-9adf-69660494aca2 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 8%;
}

#s-aba88c76-08a0-4d43-9c79-49e2c764f556 {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aba88c76-08a0-4d43-9c79-49e2c764f556 {
  margin-left: 10%;
}
}
#s-cfab0c7f-ef3f-401b-aae1-ee461735b729 {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cfab0c7f-ef3f-401b-aae1-ee461735b729 {
  margin-left: 10%;
}
}
#s-7a598fc0-9f29-4572-939d-00502ce969ae {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7a598fc0-9f29-4572-939d-00502ce969ae {
  margin-left: 10%;
}
}
#s-d7d84de2-b10c-4274-818e-0eac7e213619 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d7d84de2-b10c-4274-818e-0eac7e213619 {
  margin-left: 10%;
}
}
#s-54374d34-2991-4d85-8fdb-22c547bf777c {
  margin-top: 3%;
margin-left: 5px;
margin-right: 5px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-54374d34-2991-4d85-8fdb-22c547bf777c {
  display: none;
}
#s-54374d34-2991-4d85-8fdb-22c547bf777c, #wrap-s-54374d34-2991-4d85-8fdb-22c547bf777c { display: none !important; }}@media (max-width: 767px){#s-54374d34-2991-4d85-8fdb-22c547bf777c {
  display: none;
}
#s-54374d34-2991-4d85-8fdb-22c547bf777c, #wrap-s-54374d34-2991-4d85-8fdb-22c547bf777c { display: none !important; }}







#s-54374d34-2991-4d85-8fdb-22c547bf777c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54374d34-2991-4d85-8fdb-22c547bf777c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3ecbb1a-0472-4e87-96da-81d50e45f078 {
  text-align: left;
}

#s-c3ecbb1a-0472-4e87-96da-81d50e45f078 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-723ff448-634f-4afa-be66-387837cb67af {
  margin-top: 50px;
}

@media (min-width: 0px) {
[id="s-723ff448-634f-4afa-be66-387837cb67af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-723ff448-634f-4afa-be66-387837cb67af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-723ff448-634f-4afa-be66-387837cb67af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-723ff448-634f-4afa-be66-387837cb67af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-b895602b-de13-427b-9696-708fdc5628d0 {
  border-radius: 20px;
text-align: left;
}







  #s-b895602b-de13-427b-9696-708fdc5628d0 img.shogun-image {
    

    
    
    
  }


#s-b895602b-de13-427b-9696-708fdc5628d0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e8f10e1f-aa99-45ae-abb1-940a2618530d {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-e8f10e1f-aa99-45ae-abb1-940a2618530d {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8f10e1f-aa99-45ae-abb1-940a2618530d {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-03f960c1-4e9d-4407-82ba-71e47ca56d47 {
  border-radius: 20px;
text-align: center;
}







  #s-03f960c1-4e9d-4407-82ba-71e47ca56d47 img.shogun-image {
    

    
    
    
  }


#s-03f960c1-4e9d-4407-82ba-71e47ca56d47 .shogun-image-content {
  
    align-items: center;
  
}

#s-810e70ff-6ab3-4f21-b07f-c40a63d58ec1 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-810e70ff-6ab3-4f21-b07f-c40a63d58ec1 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-810e70ff-6ab3-4f21-b07f-c40a63d58ec1 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-6ae39d69-dc0c-40a6-a427-385dfb5dc010 {
  border-radius: 20px;
text-align: left;
}







  #s-6ae39d69-dc0c-40a6-a427-385dfb5dc010 img.shogun-image {
    

    
    
    
  }


#s-6ae39d69-dc0c-40a6-a427-385dfb5dc010 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-88c1f1ca-84c4-4b07-b24f-0bc01d64adee {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-88c1f1ca-84c4-4b07-b24f-0bc01d64adee {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88c1f1ca-84c4-4b07-b24f-0bc01d64adee {
  margin-left: 10%;
margin-bottom: 10%;
}
}
@media (min-width: 0px) {
[id="s-21af1f32-3734-4816-af57-57fdc8c8c0bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21af1f32-3734-4816-af57-57fdc8c8c0bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-21af1f32-3734-4816-af57-57fdc8c8c0bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-21af1f32-3734-4816-af57-57fdc8c8c0bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-f84d903d-05cd-4f69-88da-9b7bf1b38ae7 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 20px;
text-align: left;
}







  #s-f84d903d-05cd-4f69-88da-9b7bf1b38ae7 img.shogun-image {
    

    
    
    
  }


#s-f84d903d-05cd-4f69-88da-9b7bf1b38ae7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-90b3939a-c213-4182-a636-9d72df3ec74a {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-90b3939a-c213-4182-a636-9d72df3ec74a {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90b3939a-c213-4182-a636-9d72df3ec74a {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-dff9a119-1263-43e7-88e3-a1524388d2a3 {
  border-radius: 20px;
text-align: center;
}







  #s-dff9a119-1263-43e7-88e3-a1524388d2a3 img.shogun-image {
    

    
    
    
  }


#s-dff9a119-1263-43e7-88e3-a1524388d2a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8fd5e0b-44bb-458c-898d-90259ca0848b {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-d8fd5e0b-44bb-458c-898d-90259ca0848b {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8fd5e0b-44bb-458c-898d-90259ca0848b {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-d1cfd578-98b8-4072-8427-1cb142a98cee {
  box-shadow:0px 0px 0px 0px ;
margin-bottom: 5%;
padding-top: 50px;
padding-left: 60px;
padding-bottom: 50px;
padding-right: 60px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1cfd578-98b8-4072-8427-1cb142a98cee {
  margin-top: 3%;
}
}@media (max-width: 767px){#s-d1cfd578-98b8-4072-8427-1cb142a98cee {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}
}







#s-d1cfd578-98b8-4072-8427-1cb142a98cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1cfd578-98b8-4072-8427-1cb142a98cee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-985cf0d5-8fa1-4228-ab36-8bc409385e44 {
  text-align: left;
}

#s-985cf0d5-8fa1-4228-ab36-8bc409385e44 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-d1a4fbba-fd58-4169-9514-633e16957c90 {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d1a4fbba-fd58-4169-9514-633e16957c90 {
  margin-top: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1a4fbba-fd58-4169-9514-633e16957c90 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}
}@media (max-width: 767px){#s-d1a4fbba-fd58-4169-9514-633e16957c90 {
  margin-top: 5%;
text-align: center;
}
}
#s-d1a4fbba-fd58-4169-9514-633e16957c90 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d1a4fbba-fd58-4169-9514-633e16957c90 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-d1a4fbba-fd58-4169-9514-633e16957c90 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}
#s-ac19ec02-224d-4eef-9411-dac141e57a7b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac19ec02-224d-4eef-9411-dac141e57a7b {
  display: none;
}
#s-ac19ec02-224d-4eef-9411-dac141e57a7b, #wrap-s-ac19ec02-224d-4eef-9411-dac141e57a7b { display: none !important; }}@media (max-width: 767px){#s-ac19ec02-224d-4eef-9411-dac141e57a7b {
  display: none;
}
#s-ac19ec02-224d-4eef-9411-dac141e57a7b, #wrap-s-ac19ec02-224d-4eef-9411-dac141e57a7b { display: none !important; }}







#s-ac19ec02-224d-4eef-9411-dac141e57a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac19ec02-224d-4eef-9411-dac141e57a7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-634c6d06-08f2-4ce1-88f0-b1d0c1e9a163 {
  margin-top: 50px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-634c6d06-08f2-4ce1-88f0-b1d0c1e9a163 {
  display: none;
}
#s-634c6d06-08f2-4ce1-88f0-b1d0c1e9a163, #wrap-s-634c6d06-08f2-4ce1-88f0-b1d0c1e9a163 { display: none !important; }}@media (max-width: 767px){#s-634c6d06-08f2-4ce1-88f0-b1d0c1e9a163 {
  display: none;
}
#s-634c6d06-08f2-4ce1-88f0-b1d0c1e9a163, #wrap-s-634c6d06-08f2-4ce1-88f0-b1d0c1e9a163 { display: none !important; }}
@media (min-width: 0px) {
[id="s-634c6d06-08f2-4ce1-88f0-b1d0c1e9a163"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-634c6d06-08f2-4ce1-88f0-b1d0c1e9a163"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-634c6d06-08f2-4ce1-88f0-b1d0c1e9a163"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-634c6d06-08f2-4ce1-88f0-b1d0c1e9a163"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-adfc49d0-d51d-4aeb-ac99-66f0f659ecaa {
  margin-left: 0%;
margin-right: 0%;
border-radius: 20px;
text-align: left;
}








#s-adfc49d0-d51d-4aeb-ac99-66f0f659ecaa .shogun-image-content {
  
    align-items: center;
  
}

#s-8cf3dfee-5004-4646-882c-46b996762883 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-8cf3dfee-5004-4646-882c-46b996762883 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8cf3dfee-5004-4646-882c-46b996762883 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-920a7e9b-84c0-47c9-ae1e-0f124c880734 {
  margin-left: 0%;
margin-right: 0%;
border-radius: 20px;
text-align: left;
}







  #s-920a7e9b-84c0-47c9-ae1e-0f124c880734 img.shogun-image {
    

    
    
    
  }


#s-920a7e9b-84c0-47c9-ae1e-0f124c880734 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c64e5a90-c7ac-4c71-ae7e-1cc54a9789f5 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-c64e5a90-c7ac-4c71-ae7e-1cc54a9789f5 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c64e5a90-c7ac-4c71-ae7e-1cc54a9789f5 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-6040a05f-fc23-4ec1-9184-e837cf5f1b12 {
  margin-left: 0%;
margin-right: 0%;
border-radius: 20px;
text-align: center;
}








#s-6040a05f-fc23-4ec1-9184-e837cf5f1b12 .shogun-image-content {
  
    align-items: center;
  
}

#s-55f769bc-5a1b-4073-979c-e642d19b3263 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-55f769bc-5a1b-4073-979c-e642d19b3263 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55f769bc-5a1b-4073-979c-e642d19b3263 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-4c1eb509-452b-474c-9c5e-d4691d752e8c {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c1eb509-452b-474c-9c5e-d4691d752e8c {
  display: none;
}
#s-4c1eb509-452b-474c-9c5e-d4691d752e8c, #wrap-s-4c1eb509-452b-474c-9c5e-d4691d752e8c { display: none !important; }}@media (max-width: 767px){#s-4c1eb509-452b-474c-9c5e-d4691d752e8c {
  display: none;
}
#s-4c1eb509-452b-474c-9c5e-d4691d752e8c, #wrap-s-4c1eb509-452b-474c-9c5e-d4691d752e8c { display: none !important; }}
@media (min-width: 0px) {
[id="s-4c1eb509-452b-474c-9c5e-d4691d752e8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c1eb509-452b-474c-9c5e-d4691d752e8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c1eb509-452b-474c-9c5e-d4691d752e8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c1eb509-452b-474c-9c5e-d4691d752e8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2f596d5b-c726-4fc9-a2b4-1d2286ddc8ea {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-radius: 20px;
text-align: left;
}








#s-2f596d5b-c726-4fc9-a2b4-1d2286ddc8ea .shogun-image-content {
  
    align-items: center;
  
}

#s-a682dec7-bcc7-4874-b08a-c1d6d99088c3 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a682dec7-bcc7-4874-b08a-c1d6d99088c3 {
  margin-left: 10%;
}
}
#s-709ba970-6186-4696-803f-fbbd208f299f {
  margin-left: 0%;
margin-right: 0%;
border-radius: 20px;
text-align: left;
}








#s-709ba970-6186-4696-803f-fbbd208f299f .shogun-image-content {
  
    align-items: center;
  
}

#s-a766bb18-78fb-44d7-815b-0b76aa98c16e {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-a766bb18-78fb-44d7-815b-0b76aa98c16e {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a766bb18-78fb-44d7-815b-0b76aa98c16e {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-26a810bc-aa3a-409b-bfed-bb2a61730f8a {
  margin-left: 0%;
margin-right: 0%;
border-radius: 20px;
text-align: left;
}








#s-26a810bc-aa3a-409b-bfed-bb2a61730f8a .shogun-image-content {
  
    align-items: center;
  
}

#s-53695374-fb9a-4659-888f-7ced6aa8b128 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-53695374-fb9a-4659-888f-7ced6aa8b128 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53695374-fb9a-4659-888f-7ced6aa8b128 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-1ef4b9e4-e89b-40d3-b93d-ced5e04ad1b5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1ef4b9e4-e89b-40d3-b93d-ced5e04ad1b5 {
  display: none;
}
#s-1ef4b9e4-e89b-40d3-b93d-ced5e04ad1b5, #wrap-s-1ef4b9e4-e89b-40d3-b93d-ced5e04ad1b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ef4b9e4-e89b-40d3-b93d-ced5e04ad1b5 {
  display: none;
}
#s-1ef4b9e4-e89b-40d3-b93d-ced5e04ad1b5, #wrap-s-1ef4b9e4-e89b-40d3-b93d-ced5e04ad1b5 { display: none !important; }}@media (max-width: 767px){#s-1ef4b9e4-e89b-40d3-b93d-ced5e04ad1b5 {
  margin-bottom: 5%;
}
}
#s-1ef4b9e4-e89b-40d3-b93d-ced5e04ad1b5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1ef4b9e4-e89b-40d3-b93d-ced5e04ad1b5 .shg-sld-nav-button.shg-sld-left,
#s-1ef4b9e4-e89b-40d3-b93d-ced5e04ad1b5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d9a4bfdb-117a-4ce1-a1de-102dcce0cbaf {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-d9a4bfdb-117a-4ce1-a1de-102dcce0cbaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9a4bfdb-117a-4ce1-a1de-102dcce0cbaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77b08ecf-d021-4e46-b842-2ea6e353aba0 {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: center;
}








#s-77b08ecf-d021-4e46-b842-2ea6e353aba0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e3658c1-4d18-48fa-8e49-23faf7c8774b {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7e3658c1-4d18-48fa-8e49-23faf7c8774b {
  margin-left: 10%;
}
}
#s-f1a3724b-b270-48e5-b64e-eb51cf36290c {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-f1a3724b-b270-48e5-b64e-eb51cf36290c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1a3724b-b270-48e5-b64e-eb51cf36290c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-625b356d-d084-4326-8b81-0d2bac85c948 {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: left;
}








#s-625b356d-d084-4326-8b81-0d2bac85c948 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc66e277-5ccf-4d17-8caf-07b3c4cf9a26 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-fc66e277-5ccf-4d17-8caf-07b3c4cf9a26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc66e277-5ccf-4d17-8caf-07b3c4cf9a26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e96816d-6da4-4ec3-a28d-e31837b816ea {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: left;
}








#s-6e96816d-6da4-4ec3-a28d-e31837b816ea .shogun-image-content {
  
    align-items: center;
  
}

#s-8ec9e469-8bad-488b-bb2d-47000112a2aa {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8ec9e469-8bad-488b-bb2d-47000112a2aa {
  margin-left: 10%;
}
}
#s-35a17ef9-cc44-425f-8fce-85f349fb9c6b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-35a17ef9-cc44-425f-8fce-85f349fb9c6b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35a17ef9-cc44-425f-8fce-85f349fb9c6b {
  
}
}







#s-35a17ef9-cc44-425f-8fce-85f349fb9c6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35a17ef9-cc44-425f-8fce-85f349fb9c6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8320e7e3-a8c7-4536-8b40-d058e1e605c7 {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: center;
}








#s-8320e7e3-a8c7-4536-8b40-d058e1e605c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5079f22b-7e28-4b55-b412-38b198251eba {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5079f22b-7e28-4b55-b412-38b198251eba {
  margin-left: 10%;
}
}
#s-0c14a556-cbcb-4993-8c18-b4ea55877cc1 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-0c14a556-cbcb-4993-8c18-b4ea55877cc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c14a556-cbcb-4993-8c18-b4ea55877cc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-013feea3-5770-4be1-b564-38c36c68eeaf {
  margin-left: 10%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
border-radius: 20px;
text-align: left;
}








#s-013feea3-5770-4be1-b564-38c36c68eeaf .shogun-image-content {
  
    align-items: center;
  
}

#s-1c29f06a-8ce8-4c95-b85e-2e77946dc075 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1c29f06a-8ce8-4c95-b85e-2e77946dc075 {
  margin-left: 10%;
}
}
#s-1fdf5c81-d29a-448d-a254-348606e457f9 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-1fdf5c81-d29a-448d-a254-348606e457f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fdf5c81-d29a-448d-a254-348606e457f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-130124d1-dcad-4abf-8e5a-c839fac9ffa0 {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: center;
}








#s-130124d1-dcad-4abf-8e5a-c839fac9ffa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6198e86e-d48e-4344-a317-0032fc109bcb {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6198e86e-d48e-4344-a317-0032fc109bcb {
  margin-left: 10%;
}
}
#s-82a5225d-43af-49cc-940e-9b977ea2c871 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-82a5225d-43af-49cc-940e-9b977ea2c871 {
  display: none;
}
#s-82a5225d-43af-49cc-940e-9b977ea2c871, #wrap-s-82a5225d-43af-49cc-940e-9b977ea2c871 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82a5225d-43af-49cc-940e-9b977ea2c871 {
  display: none;
}
#s-82a5225d-43af-49cc-940e-9b977ea2c871, #wrap-s-82a5225d-43af-49cc-940e-9b977ea2c871 { display: none !important; }}







#s-82a5225d-43af-49cc-940e-9b977ea2c871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82a5225d-43af-49cc-940e-9b977ea2c871.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8bd5e29-1b1f-4f3b-90b3-d08cdf760cff {
  margin-left: 27%;
margin-right: 27%;
border-radius: 20px;
text-align: left;
}








#s-b8bd5e29-1b1f-4f3b-90b3-d08cdf760cff .shogun-image-content {
  
    align-items: center;
  
}

#s-6e852365-a695-4f80-881f-97e347e26070 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-6e852365-a695-4f80-881f-97e347e26070 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e852365-a695-4f80-881f-97e347e26070 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-821e1823-1a6a-4072-b3cc-ca48ff7158ec {
  margin-left: 27%;
margin-right: 27%;
border-radius: 20px;
text-align: left;
}








#s-821e1823-1a6a-4072-b3cc-ca48ff7158ec .shogun-image-content {
  
    align-items: center;
  
}

#s-3342cb6c-b43b-479a-a31a-ecd03fcea855 {
  min-height: 50px;
}








#s-3342cb6c-b43b-479a-a31a-ecd03fcea855 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3342cb6c-b43b-479a-a31a-ecd03fcea855.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b399165-de07-486e-a3b4-f35d585312a9 {
  margin-left: 27%;
margin-right: 27%;
border-radius: 20px;
text-align: left;
}








#s-9b399165-de07-486e-a3b4-f35d585312a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccbd75e8-3af1-4ecb-b9e4-c6dd657cf0bf {
  min-height: 50px;
}








#s-ccbd75e8-3af1-4ecb-b9e4-c6dd657cf0bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccbd75e8-3af1-4ecb-b9e4-c6dd657cf0bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b5985d6-6480-4794-b35c-47fca2b3c693 {
  margin-left: 27%;
margin-right: 27%;
border-radius: 20px;
text-align: left;
}








#s-2b5985d6-6480-4794-b35c-47fca2b3c693 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0ae0c3c-80c9-4087-a3dc-ab0f213cdf51 {
  min-height: 50px;
}








#s-b0ae0c3c-80c9-4087-a3dc-ab0f213cdf51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0ae0c3c-80c9-4087-a3dc-ab0f213cdf51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5efbfe65-ef89-4e10-b089-a30f2edad24b {
  margin-left: 27%;
margin-right: 27%;
border-radius: 20px;
text-align: left;
}








#s-5efbfe65-ef89-4e10-b089-a30f2edad24b .shogun-image-content {
  
    align-items: center;
  
}

#s-504a06aa-5883-407c-b6a9-e111ed5aa35e {
  min-height: 50px;
}








#s-504a06aa-5883-407c-b6a9-e111ed5aa35e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-504a06aa-5883-407c-b6a9-e111ed5aa35e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba58fb08-b3bf-4e7e-b11c-c805fc67685f {
  margin-left: 27%;
margin-right: 27%;
border-radius: 20px;
text-align: left;
}








#s-ba58fb08-b3bf-4e7e-b11c-c805fc67685f .shogun-image-content {
  
    align-items: center;
  
}

#s-c23d8b72-94ef-4647-8ea9-d5fcf8c48eb5 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c23d8b72-94ef-4647-8ea9-d5fcf8c48eb5 {
  margin-left: 10%;
}
}
#s-4913dfd9-f871-48a8-8594-6bd31c4b497b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4913dfd9-f871-48a8-8594-6bd31c4b497b {
  display: none;
}
#s-4913dfd9-f871-48a8-8594-6bd31c4b497b, #wrap-s-4913dfd9-f871-48a8-8594-6bd31c4b497b { display: none !important; }}@media (max-width: 767px){#s-4913dfd9-f871-48a8-8594-6bd31c4b497b {
  display: none;
}
#s-4913dfd9-f871-48a8-8594-6bd31c4b497b, #wrap-s-4913dfd9-f871-48a8-8594-6bd31c4b497b { display: none !important; }}







#s-4913dfd9-f871-48a8-8594-6bd31c4b497b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4913dfd9-f871-48a8-8594-6bd31c4b497b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-029ff6eb-38f1-4f7f-907f-fceecffec4f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-029ff6eb-38f1-4f7f-907f-fceecffec4f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-029ff6eb-38f1-4f7f-907f-fceecffec4f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-029ff6eb-38f1-4f7f-907f-fceecffec4f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dbd76b08-8ce4-4941-b34a-62cd22ad3c83 {
  margin-left: 27%;
margin-right: 27%;
border-radius: 20px;
text-align: left;
}








#s-dbd76b08-8ce4-4941-b34a-62cd22ad3c83 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcde936d-64a5-4741-b45d-020e3d8a5fe7 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-bcde936d-64a5-4741-b45d-020e3d8a5fe7 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bcde936d-64a5-4741-b45d-020e3d8a5fe7 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-96336369-8d52-4239-ae86-1bf12036158a {
  min-height: 50px;
}








#s-96336369-8d52-4239-ae86-1bf12036158a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96336369-8d52-4239-ae86-1bf12036158a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a017b605-19b1-4b74-930d-95e021eff2cc {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-a017b605-19b1-4b74-930d-95e021eff2cc {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a017b605-19b1-4b74-930d-95e021eff2cc {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-d6a1f5f5-23fd-46eb-95d4-6a528ccc343d {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-d6a1f5f5-23fd-46eb-95d4-6a528ccc343d {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6a1f5f5-23fd-46eb-95d4-6a528ccc343d {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-f7123b57-0bd9-4076-a810-1733a1e7150a {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-f7123b57-0bd9-4076-a810-1733a1e7150a {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7123b57-0bd9-4076-a810-1733a1e7150a {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-b6ecf5a8-85fc-45da-a323-1926802f4c67 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-b6ecf5a8-85fc-45da-a323-1926802f4c67 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6ecf5a8-85fc-45da-a323-1926802f4c67 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-b4eef354-6ddb-4512-9c5d-46c32d796813 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-b4eef354-6ddb-4512-9c5d-46c32d796813 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4eef354-6ddb-4512-9c5d-46c32d796813 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-246e925d-8c92-4761-bd6e-1869548176ba {
  margin-top: 5%;
margin-right: 0px;
min-height: 50px;
}








#s-246e925d-8c92-4761-bd6e-1869548176ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-246e925d-8c92-4761-bd6e-1869548176ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad047c7c-ba72-4b13-8408-9f33c8aaee89 {
  text-align: left;
}
@media (min-width: 1200px){#s-ad047c7c-ba72-4b13-8408-9f33c8aaee89 {
  margin-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad047c7c-ba72-4b13-8408-9f33c8aaee89 {
  margin-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad047c7c-ba72-4b13-8408-9f33c8aaee89 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}
}@media (max-width: 767px){#s-ad047c7c-ba72-4b13-8408-9f33c8aaee89 {
  text-align: center;
}
}
#s-ad047c7c-ba72-4b13-8408-9f33c8aaee89 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ad047c7c-ba72-4b13-8408-9f33c8aaee89 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-ad047c7c-ba72-4b13-8408-9f33c8aaee89 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}
#s-ec54df3a-eda8-4d3a-8307-0a29cd9e6d51 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec54df3a-eda8-4d3a-8307-0a29cd9e6d51 {
  display: none;
}
#s-ec54df3a-eda8-4d3a-8307-0a29cd9e6d51, #wrap-s-ec54df3a-eda8-4d3a-8307-0a29cd9e6d51 { display: none !important; }}@media (max-width: 767px){#s-ec54df3a-eda8-4d3a-8307-0a29cd9e6d51 {
  display: none;
}
#s-ec54df3a-eda8-4d3a-8307-0a29cd9e6d51, #wrap-s-ec54df3a-eda8-4d3a-8307-0a29cd9e6d51 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ec54df3a-eda8-4d3a-8307-0a29cd9e6d51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec54df3a-eda8-4d3a-8307-0a29cd9e6d51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ec54df3a-eda8-4d3a-8307-0a29cd9e6d51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ec54df3a-eda8-4d3a-8307-0a29cd9e6d51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-ad7f2acc-9dcf-4e2b-afbd-eb475e0096f9 {
  border-radius: 20px;
text-align: left;
}







  #s-ad7f2acc-9dcf-4e2b-afbd-eb475e0096f9 img.shogun-image {
    

    
    
    
  }


#s-ad7f2acc-9dcf-4e2b-afbd-eb475e0096f9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a8f24581-2516-488e-a9cf-b89e6df53188 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-a8f24581-2516-488e-a9cf-b89e6df53188 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8f24581-2516-488e-a9cf-b89e6df53188 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-7889e303-f842-4c3c-9e73-d07e4facff5a {
  border-radius: 20px;
text-align: left;
}







  #s-7889e303-f842-4c3c-9e73-d07e4facff5a img.shogun-image {
    

    
    
    
  }


#s-7889e303-f842-4c3c-9e73-d07e4facff5a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-15e8672a-514b-41e2-9d3f-b99e699bf9c4 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-15e8672a-514b-41e2-9d3f-b99e699bf9c4 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15e8672a-514b-41e2-9d3f-b99e699bf9c4 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-535d6211-19cd-45cb-849b-71e5cbb4824d {
  border-radius: 20px;
text-align: left;
}
#s-535d6211-19cd-45cb-849b-71e5cbb4824d:hover {border-radius: 20px !important;}






  #s-535d6211-19cd-45cb-849b-71e5cbb4824d img.shogun-image {
    

    
    
    
  }


#s-535d6211-19cd-45cb-849b-71e5cbb4824d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2535de97-72a9-4b04-aa3a-8786433b0404 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-2535de97-72a9-4b04-aa3a-8786433b0404 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2535de97-72a9-4b04-aa3a-8786433b0404 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-a489430a-e140-4082-83d1-968bc21fec35 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a489430a-e140-4082-83d1-968bc21fec35 {
  display: none;
}
#s-a489430a-e140-4082-83d1-968bc21fec35, #wrap-s-a489430a-e140-4082-83d1-968bc21fec35 { display: none !important; }}@media (max-width: 767px){#s-a489430a-e140-4082-83d1-968bc21fec35 {
  display: none;
}
#s-a489430a-e140-4082-83d1-968bc21fec35, #wrap-s-a489430a-e140-4082-83d1-968bc21fec35 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a489430a-e140-4082-83d1-968bc21fec35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a489430a-e140-4082-83d1-968bc21fec35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-a489430a-e140-4082-83d1-968bc21fec35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-a489430a-e140-4082-83d1-968bc21fec35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-897f5e72-4038-4ad2-af19-86cc1bcc9dc1 {
  border-radius: 20px;
text-align: center;
}







  #s-897f5e72-4038-4ad2-af19-86cc1bcc9dc1 img.shogun-image {
    

    
    
    
  }


#s-897f5e72-4038-4ad2-af19-86cc1bcc9dc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-67aff291-f938-4cfd-a896-9913bb07bdd1 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-67aff291-f938-4cfd-a896-9913bb07bdd1 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67aff291-f938-4cfd-a896-9913bb07bdd1 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-9dcbe0c9-870e-4caa-8491-dd13e5763009 {
  border-radius: 20px;
text-align: center;
}







  #s-9dcbe0c9-870e-4caa-8491-dd13e5763009 img.shogun-image {
    

    
    
    
  }


#s-9dcbe0c9-870e-4caa-8491-dd13e5763009 .shogun-image-content {
  
    align-items: center;
  
}

#s-60ad13ea-e267-4116-bb12-c478ff468bbb {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-60ad13ea-e267-4116-bb12-c478ff468bbb {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60ad13ea-e267-4116-bb12-c478ff468bbb {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-f0ffa1fb-19b0-4617-9e3d-aa4ca23ed53a {
  border-radius: 20px;
text-align: left;
}







  #s-f0ffa1fb-19b0-4617-9e3d-aa4ca23ed53a img.shogun-image {
    

    
    
    
  }


#s-f0ffa1fb-19b0-4617-9e3d-aa4ca23ed53a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-330aba96-4d3d-449e-a6d9-facbbbccb11f {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-330aba96-4d3d-449e-a6d9-facbbbccb11f {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-330aba96-4d3d-449e-a6d9-facbbbccb11f {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-9ea56c4e-5e1c-4ac6-853e-1a73a65ce565 {
  margin-left: 0px;
margin-bottom: 5%;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ea56c4e-5e1c-4ac6-853e-1a73a65ce565 {
  display: none;
}
#s-9ea56c4e-5e1c-4ac6-853e-1a73a65ce565, #wrap-s-9ea56c4e-5e1c-4ac6-853e-1a73a65ce565 { display: none !important; }}@media (max-width: 767px){#s-9ea56c4e-5e1c-4ac6-853e-1a73a65ce565 {
  display: none;
}
#s-9ea56c4e-5e1c-4ac6-853e-1a73a65ce565, #wrap-s-9ea56c4e-5e1c-4ac6-853e-1a73a65ce565 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9ea56c4e-5e1c-4ac6-853e-1a73a65ce565"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ea56c4e-5e1c-4ac6-853e-1a73a65ce565"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9ea56c4e-5e1c-4ac6-853e-1a73a65ce565"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9ea56c4e-5e1c-4ac6-853e-1a73a65ce565"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-c42d1aaa-a9c8-4d6e-85a0-df71da881215 {
  border-radius: 20px;
text-align: left;
}







  #s-c42d1aaa-a9c8-4d6e-85a0-df71da881215 img.shogun-image {
    

    
    
    
  }


#s-c42d1aaa-a9c8-4d6e-85a0-df71da881215 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8790860f-cd5f-4a9f-95c3-f67eff0c98f8 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-8790860f-cd5f-4a9f-95c3-f67eff0c98f8 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8790860f-cd5f-4a9f-95c3-f67eff0c98f8 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-ad3fb624-aabd-43e9-8e0e-54bfa2888bd6 {
  border-radius: 20px;
text-align: center;
}







  #s-ad3fb624-aabd-43e9-8e0e-54bfa2888bd6 img.shogun-image {
    

    
    
    
  }


#s-ad3fb624-aabd-43e9-8e0e-54bfa2888bd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-40393d71-7e28-4162-8cd3-9b430da7caec {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-40393d71-7e28-4162-8cd3-9b430da7caec {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40393d71-7e28-4162-8cd3-9b430da7caec {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-3f20f7fc-d680-46a4-8385-68c354a08523 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: left;
}







  #s-3f20f7fc-d680-46a4-8385-68c354a08523 img.shogun-image {
    

    
    
    
  }


#s-3f20f7fc-d680-46a4-8385-68c354a08523 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8169db65-86fe-452e-8759-bdddb3ee0367 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-8169db65-86fe-452e-8759-bdddb3ee0367 {
  margin-bottom: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8169db65-86fe-452e-8759-bdddb3ee0367 {
  margin-left: 10%;
margin-bottom: 10%;
}
}
#s-61e432d4-7b7f-491b-b94d-bea1e0b9f886 {
  margin-top: 0px;
margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-61e432d4-7b7f-491b-b94d-bea1e0b9f886 {
  display: none;
}
#s-61e432d4-7b7f-491b-b94d-bea1e0b9f886, #wrap-s-61e432d4-7b7f-491b-b94d-bea1e0b9f886 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61e432d4-7b7f-491b-b94d-bea1e0b9f886 {
  display: none;
}
#s-61e432d4-7b7f-491b-b94d-bea1e0b9f886, #wrap-s-61e432d4-7b7f-491b-b94d-bea1e0b9f886 { display: none !important; }}@media (max-width: 767px){#s-61e432d4-7b7f-491b-b94d-bea1e0b9f886 {
  margin-bottom: 5%;
}
}







#s-61e432d4-7b7f-491b-b94d-bea1e0b9f886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61e432d4-7b7f-491b-b94d-bea1e0b9f886.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02f618ff-c4a5-4452-8639-bb63e1df413a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-02f618ff-c4a5-4452-8639-bb63e1df413a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-02f618ff-c4a5-4452-8639-bb63e1df413a .shg-sld-nav-button.shg-sld-left,
#s-02f618ff-c4a5-4452-8639-bb63e1df413a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-cfcd9e05-4569-47c1-8ffd-905d98015f81 {
  border-radius: 20px;
text-align: center;
}







  #s-cfcd9e05-4569-47c1-8ffd-905d98015f81 img.shogun-image {
    

    
    
    
  }


#s-cfcd9e05-4569-47c1-8ffd-905d98015f81 .shogun-image-content {
  
    align-items: center;
  
}

#s-241ba419-d552-4d71-b970-e1032ee798fa {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: left;
}








#s-241ba419-d552-4d71-b970-e1032ee798fa .shogun-image-content {
  
    align-items: center;
  
}

#s-1ece0d25-58f1-4b73-b141-b4893a51fdcc {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: center;
}








#s-1ece0d25-58f1-4b73-b141-b4893a51fdcc .shogun-image-content {
  
    align-items: center;
  
}

#s-d66c73b7-8627-45e1-a08e-bb9f605b4e2c {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: left;
}








#s-d66c73b7-8627-45e1-a08e-bb9f605b4e2c .shogun-image-content {
  
    align-items: center;
  
}

#s-5210d0e6-c1e2-4b14-a02e-10c350eb3791 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
border-radius: 20px;
text-align: left;
}








#s-5210d0e6-c1e2-4b14-a02e-10c350eb3791 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ae12e3d-dde6-4abe-bd27-fab0f1c188e5 {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: center;
}







  #s-7ae12e3d-dde6-4abe-bd27-fab0f1c188e5 img.shogun-image {
    

    
    
    
  }


#s-7ae12e3d-dde6-4abe-bd27-fab0f1c188e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-836b1324-66e2-4679-b474-971882d26994 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
#s-836b1324-66e2-4679-b474-971882d26994:hover {border-radius: 20px !important;}







#s-836b1324-66e2-4679-b474-971882d26994 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f2699d8-3506-4bca-8fd8-f156a3fc9a33 {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: left;
}








#s-2f2699d8-3506-4bca-8fd8-f156a3fc9a33 .shogun-image-content {
  
    align-items: center;
  
}

#s-cecdbd73-5d4d-4c5d-9806-5f76909d547e {
  margin-left: 10%;
margin-right: 10%;
border-radius: 20px;
text-align: left;
}








#s-cecdbd73-5d4d-4c5d-9806-5f76909d547e .shogun-image-content {
  
    align-items: center;
  
}

#s-c8f3733c-ceb3-48f7-a1b4-e3fbeef0e1e3 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c8f3733c-ceb3-48f7-a1b4-e3fbeef0e1e3 {
  margin-left: 10%;
}
}
#s-fc15ca22-a09b-49ab-bc74-bdb8c3b1e96d {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fc15ca22-a09b-49ab-bc74-bdb8c3b1e96d {
  margin-left: 10%;
}
}
#s-ccb2b31e-2942-4e0a-a926-5476af627750 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ccb2b31e-2942-4e0a-a926-5476af627750 {
  margin-left: 10%;
}
}
#s-0f56c392-dd42-4f90-a1ca-18fdc227bd3a {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0f56c392-dd42-4f90-a1ca-18fdc227bd3a {
  margin-left: 10%;
}
}
#s-3da8f46a-7468-4347-87f3-e5874b20f6a2 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3da8f46a-7468-4347-87f3-e5874b20f6a2 {
  margin-left: 10%;
}
}
#s-bbb4c56b-286f-43c0-ab30-14ba34d60486 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bbb4c56b-286f-43c0-ab30-14ba34d60486 {
  margin-left: 10%;
}
}
#s-5dad767a-54b5-4419-84ed-081da9632dda {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5dad767a-54b5-4419-84ed-081da9632dda {
  margin-left: 10%;
}
}
#s-322a5b9a-4aac-4ad9-9162-97ce6076f27c {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-322a5b9a-4aac-4ad9-9162-97ce6076f27c {
  margin-left: 10%;
}
}
#s-635c7312-e79d-4aa0-af05-efc6b38d9e6d {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-635c7312-e79d-4aa0-af05-efc6b38d9e6d {
  margin-left: 10%;
}
}
#s-0c1863c7-02cd-41cb-b4f7-bc898bf6737d {
  box-shadow:0px 0px 0px 0px ;
margin-bottom: 5%;
padding-top: 50px;
padding-left: 60px;
padding-bottom: 50px;
padding-right: 60px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-0c1863c7-02cd-41cb-b4f7-bc898bf6737d {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}
}







#s-0c1863c7-02cd-41cb-b4f7-bc898bf6737d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c1863c7-02cd-41cb-b4f7-bc898bf6737d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac573b13-1811-4e28-bbf6-5cd74750addd {
  text-align: left;
}

#s-ac573b13-1811-4e28-bbf6-5cd74750addd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-86896b71-0135-4e73-9896-3461bd3f42b1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(186, 186, 186, 1);
border-radius: 5px;
background-color: rgba(253, 251, 247, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-86896b71-0135-4e73-9896-3461bd3f42b1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(71, 71, 71, 1) !important;
border-radius: 5px !important;
background-color: rgba(253, 251, 247, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-86896b71-0135-4e73-9896-3461bd3f42b1:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(71, 71, 71, 1) !important;
border-radius: 5px !important;
background-color: rgba(253, 251, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-86896b71-0135-4e73-9896-3461bd3f42b1-root {
    text-align: left;
  }


#s-86896b71-0135-4e73-9896-3461bd3f42b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86896b71-0135-4e73-9896-3461bd3f42b1-root {
    text-align: left;
  }


#s-86896b71-0135-4e73-9896-3461bd3f42b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86896b71-0135-4e73-9896-3461bd3f42b1-root {
    text-align: left;
  }


#s-86896b71-0135-4e73-9896-3461bd3f42b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86896b71-0135-4e73-9896-3461bd3f42b1-root {
    text-align: left;
  }


#s-86896b71-0135-4e73-9896-3461bd3f42b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86896b71-0135-4e73-9896-3461bd3f42b1-root {
    text-align: left;
  }


#s-86896b71-0135-4e73-9896-3461bd3f42b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

@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}
