.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-f0585317-4f58-4846-b08f-ad2da3fd55a9 {
  padding-top: 100px;
padding-left: 25%;
padding-bottom: 100px;
padding-right: 25%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f0585317-4f58-4846-b08f-ad2da3fd55a9 {
  padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
}
}@media (max-width: 767px){#s-f0585317-4f58-4846-b08f-ad2da3fd55a9 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-f0585317-4f58-4846-b08f-ad2da3fd55a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0585317-4f58-4846-b08f-ad2da3fd55a9.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-bd18cc12-c03e-4ab8-bf08-629073a114a8 {
  margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bd18cc12-c03e-4ab8-bf08-629073a114a8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  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-89f9474f-c6ca-4023-aea5-c74acd7176e9 {
  margin-bottom: 15px;
}

#s-e8b33f3e-14f1-4423-98df-39995357a34b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e8b33f3e-14f1-4423-98df-39995357a34b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-8b9a57cc-22f3-4051-a615-e16e0f1e6f23 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-8b9a57cc-22f3-4051-a615-e16e0f1e6f23 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b9a57cc-22f3-4051-a615-e16e0f1e6f23 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-8b9a57cc-22f3-4051-a615-e16e0f1e6f23 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-8b9a57cc-22f3-4051-a615-e16e0f1e6f23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b9a57cc-22f3-4051-a615-e16e0f1e6f23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2200b93-3853-453e-b9c5-1fdc8a1a9ca2 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f2200b93-3853-453e-b9c5-1fdc8a1a9ca2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-4a7307a5-228b-44d8-9251-d92c595f5241 {
  margin-top: 10px;
margin-bottom: 10px;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-14223dda-9a13-419a-b083-4045295957c9 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-14223dda-9a13-419a-b083-4045295957c9 {
  display: none;
}
#s-14223dda-9a13-419a-b083-4045295957c9, #wrap-s-14223dda-9a13-419a-b083-4045295957c9 { display: none !important; }}
#s-14223dda-9a13-419a-b083-4045295957c9 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 0px;
}

#s-14223dda-9a13-419a-b083-4045295957c9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-14223dda-9a13-419a-b083-4045295957c9 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-14223dda-9a13-419a-b083-4045295957c9 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-14223dda-9a13-419a-b083-4045295957c9 td.shogun-table-column, #s-14223dda-9a13-419a-b083-4045295957c9 td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

.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-7d16b19f-26ec-446f-9aa9-3e7c92544940 {
  max-width: 1300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image,
  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 {
    width: 100%;
    height: auto;
  }

  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image {
    
    
  }


.s-7d16b19f-26ec-446f-9aa9-3e7c92544940 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container {
      position: relative;
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image,
  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 {
    width: 100%;
    height: auto;
  }

  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image {
    
    
  }


.s-7d16b19f-26ec-446f-9aa9-3e7c92544940 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container {
      position: relative;
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image,
  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 {
    width: 100%;
    height: auto;
  }

  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image {
    
    
  }


.s-7d16b19f-26ec-446f-9aa9-3e7c92544940 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container {
      position: relative;
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image,
  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 {
    width: 100%;
    height: auto;
  }

  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image {
    
    
  }


.s-7d16b19f-26ec-446f-9aa9-3e7c92544940 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container {
      position: relative;
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image,
  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 {
    width: 100%;
    height: auto;
  }

  #s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image {
    
    
  }


.s-7d16b19f-26ec-446f-9aa9-3e7c92544940 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container {
      position: relative;
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d16b19f-26ec-446f-9aa9-3e7c92544940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image,
  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d {
    width: 100%;
    height: auto;
  }

  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image {
    
    
  }


.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container {
      position: relative;
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image,
  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d {
    width: 100%;
    height: auto;
  }

  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image {
    
    
  }


.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container {
      position: relative;
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image,
  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d {
    width: 100%;
    height: auto;
  }

  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image {
    
    
  }


.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container {
      position: relative;
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image,
  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d {
    width: 100%;
    height: auto;
  }

  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image {
    
    
  }


.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container {
      position: relative;
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image,
  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d {
    width: 100%;
    height: auto;
  }

  #s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image {
    
    
  }


.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container {
      position: relative;
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d713383-f337-4a40-9e5f-3b5fc29c9b3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 {
  max-width: 2560px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image,
  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 {
    width: 100%;
    height: auto;
  }

  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image {
    
    
  }


.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 .shogun-image-content {
  
    align-items: center;
  
}

.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container {
      position: relative;
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image,
  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 {
    width: 100%;
    height: auto;
  }

  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image {
    
    
  }


.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 .shogun-image-content {
  
    align-items: center;
  
}

.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container {
      position: relative;
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image,
  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 {
    width: 100%;
    height: auto;
  }

  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image {
    
    
  }


.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 .shogun-image-content {
  
    align-items: center;
  
}

.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container {
      position: relative;
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image,
  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 {
    width: 100%;
    height: auto;
  }

  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image {
    
    
  }


.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 .shogun-image-content {
  
    align-items: center;
  
}

.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container {
      position: relative;
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image,
  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 {
    width: 100%;
    height: auto;
  }

  #s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image {
    
    
  }


.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 .shogun-image-content {
  
    align-items: center;
  
}

.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container {
      position: relative;
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-897e54c2-6a5d-47fd-9b3e-e422570e5a11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0392d9fe-3945-4be4-925b-d26bde0f9504 {
  max-width: 589px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image,
  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 {
    width: 100%;
    height: auto;
  }

  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image {
    
    
  }


.s-0392d9fe-3945-4be4-925b-d26bde0f9504 .shogun-image-content {
  
    align-items: center;
  
}

.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0392d9fe-3945-4be4-925b-d26bde0f9504 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container {
      position: relative;
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image,
  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 {
    width: 100%;
    height: auto;
  }

  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image {
    
    
  }


.s-0392d9fe-3945-4be4-925b-d26bde0f9504 .shogun-image-content {
  
    align-items: center;
  
}

.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0392d9fe-3945-4be4-925b-d26bde0f9504 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container {
      position: relative;
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image,
  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 {
    width: 100%;
    height: auto;
  }

  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image {
    
    
  }


.s-0392d9fe-3945-4be4-925b-d26bde0f9504 .shogun-image-content {
  
    align-items: center;
  
}

.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0392d9fe-3945-4be4-925b-d26bde0f9504 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container {
      position: relative;
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image,
  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 {
    width: 100%;
    height: auto;
  }

  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image {
    
    
  }


.s-0392d9fe-3945-4be4-925b-d26bde0f9504 .shogun-image-content {
  
    align-items: center;
  
}

.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0392d9fe-3945-4be4-925b-d26bde0f9504 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container {
      position: relative;
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image,
  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 {
    width: 100%;
    height: auto;
  }

  #s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image {
    
    
  }


.s-0392d9fe-3945-4be4-925b-d26bde0f9504 .shogun-image-content {
  
    align-items: center;
  
}

.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0392d9fe-3945-4be4-925b-d26bde0f9504 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container {
      position: relative;
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0392d9fe-3945-4be4-925b-d26bde0f9504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 {
  max-width: 650px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image,
  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 {
    width: 100%;
    height: auto;
  }

  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image {
    
    
  }


.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container {
      position: relative;
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image,
  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 {
    width: 100%;
    height: auto;
  }

  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image {
    
    
  }


.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container {
      position: relative;
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image,
  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 {
    width: 100%;
    height: auto;
  }

  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image {
    
    
  }


.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container {
      position: relative;
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image,
  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 {
    width: 100%;
    height: auto;
  }

  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image {
    
    
  }


.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container {
      position: relative;
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image,
  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 {
    width: 100%;
    height: auto;
  }

  #s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image {
    
    
  }


.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container {
      position: relative;
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe36708c-e873-4dfc-ba1f-b5bc7b6feef5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d5395434-f93a-428d-bb71-701ce880d781 {
  max-width: 994px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image,
  #s-d5395434-f93a-428d-bb71-701ce880d781 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5395434-f93a-428d-bb71-701ce880d781 {
    width: 100%;
    height: auto;
  }

  #s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image {
    
    
  }


.s-d5395434-f93a-428d-bb71-701ce880d781 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5395434-f93a-428d-bb71-701ce880d781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5395434-f93a-428d-bb71-701ce880d781 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container {
      position: relative;
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image,
  #s-d5395434-f93a-428d-bb71-701ce880d781 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5395434-f93a-428d-bb71-701ce880d781 {
    width: 100%;
    height: auto;
  }

  #s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image {
    
    
  }


.s-d5395434-f93a-428d-bb71-701ce880d781 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5395434-f93a-428d-bb71-701ce880d781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5395434-f93a-428d-bb71-701ce880d781 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container {
      position: relative;
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image,
  #s-d5395434-f93a-428d-bb71-701ce880d781 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5395434-f93a-428d-bb71-701ce880d781 {
    width: 100%;
    height: auto;
  }

  #s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image {
    
    
  }


.s-d5395434-f93a-428d-bb71-701ce880d781 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5395434-f93a-428d-bb71-701ce880d781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5395434-f93a-428d-bb71-701ce880d781 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container {
      position: relative;
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image,
  #s-d5395434-f93a-428d-bb71-701ce880d781 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5395434-f93a-428d-bb71-701ce880d781 {
    width: 100%;
    height: auto;
  }

  #s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image {
    
    
  }


.s-d5395434-f93a-428d-bb71-701ce880d781 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5395434-f93a-428d-bb71-701ce880d781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5395434-f93a-428d-bb71-701ce880d781 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container {
      position: relative;
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image,
  #s-d5395434-f93a-428d-bb71-701ce880d781 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5395434-f93a-428d-bb71-701ce880d781 {
    width: 100%;
    height: auto;
  }

  #s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image {
    
    
  }


.s-d5395434-f93a-428d-bb71-701ce880d781 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5395434-f93a-428d-bb71-701ce880d781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5395434-f93a-428d-bb71-701ce880d781 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container {
      position: relative;
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5395434-f93a-428d-bb71-701ce880d781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4abde185-d364-4904-bfe0-8bb0eba9b64b {
  max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image,
  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b {
    width: 100%;
    height: auto;
  }

  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image {
    
    
  }


.s-4abde185-d364-4904-bfe0-8bb0eba9b64b .shogun-image-content {
  
    align-items: center;
  
}

.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container {
      position: relative;
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image,
  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b {
    width: 100%;
    height: auto;
  }

  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image {
    
    
  }


.s-4abde185-d364-4904-bfe0-8bb0eba9b64b .shogun-image-content {
  
    align-items: center;
  
}

.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container {
      position: relative;
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image,
  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b {
    width: 100%;
    height: auto;
  }

  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image {
    
    
  }


.s-4abde185-d364-4904-bfe0-8bb0eba9b64b .shogun-image-content {
  
    align-items: center;
  
}

.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container {
      position: relative;
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image,
  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b {
    width: 100%;
    height: auto;
  }

  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image {
    
    
  }


.s-4abde185-d364-4904-bfe0-8bb0eba9b64b .shogun-image-content {
  
    align-items: center;
  
}

.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container {
      position: relative;
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image,
  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b {
    width: 100%;
    height: auto;
  }

  #s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image {
    
    
  }


.s-4abde185-d364-4904-bfe0-8bb0eba9b64b .shogun-image-content {
  
    align-items: center;
  
}

.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container {
      position: relative;
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4abde185-d364-4904-bfe0-8bb0eba9b64b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4587b34f-2240-4c93-a79f-135b6682f744 {
  max-width: 1300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image,
  #s-4587b34f-2240-4c93-a79f-135b6682f744 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4587b34f-2240-4c93-a79f-135b6682f744 {
    width: 100%;
    height: auto;
  }

  #s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image {
    
    
  }


.s-4587b34f-2240-4c93-a79f-135b6682f744 .shogun-image-content {
  
    align-items: center;
  
}

.s-4587b34f-2240-4c93-a79f-135b6682f744.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4587b34f-2240-4c93-a79f-135b6682f744 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container {
      position: relative;
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image,
  #s-4587b34f-2240-4c93-a79f-135b6682f744 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4587b34f-2240-4c93-a79f-135b6682f744 {
    width: 100%;
    height: auto;
  }

  #s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image {
    
    
  }


.s-4587b34f-2240-4c93-a79f-135b6682f744 .shogun-image-content {
  
    align-items: center;
  
}

.s-4587b34f-2240-4c93-a79f-135b6682f744.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4587b34f-2240-4c93-a79f-135b6682f744 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container {
      position: relative;
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image,
  #s-4587b34f-2240-4c93-a79f-135b6682f744 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4587b34f-2240-4c93-a79f-135b6682f744 {
    width: 100%;
    height: auto;
  }

  #s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image {
    
    
  }


.s-4587b34f-2240-4c93-a79f-135b6682f744 .shogun-image-content {
  
    align-items: center;
  
}

.s-4587b34f-2240-4c93-a79f-135b6682f744.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4587b34f-2240-4c93-a79f-135b6682f744 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container {
      position: relative;
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image,
  #s-4587b34f-2240-4c93-a79f-135b6682f744 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4587b34f-2240-4c93-a79f-135b6682f744 {
    width: 100%;
    height: auto;
  }

  #s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image {
    
    
  }


.s-4587b34f-2240-4c93-a79f-135b6682f744 .shogun-image-content {
  
    align-items: center;
  
}

.s-4587b34f-2240-4c93-a79f-135b6682f744.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4587b34f-2240-4c93-a79f-135b6682f744 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container {
      position: relative;
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image,
  #s-4587b34f-2240-4c93-a79f-135b6682f744 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4587b34f-2240-4c93-a79f-135b6682f744 {
    width: 100%;
    height: auto;
  }

  #s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image {
    
    
  }


.s-4587b34f-2240-4c93-a79f-135b6682f744 .shogun-image-content {
  
    align-items: center;
  
}

.s-4587b34f-2240-4c93-a79f-135b6682f744.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4587b34f-2240-4c93-a79f-135b6682f744 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container {
      position: relative;
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4587b34f-2240-4c93-a79f-135b6682f744 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cfbf6217-f388-4a9e-8e59-cf95a621def0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(142, 209, 252, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-cfbf6217-f388-4a9e-8e59-cf95a621def0 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cfbf6217-f388-4a9e-8e59-cf95a621def0 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-cfbf6217-f388-4a9e-8e59-cf95a621def0 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-cfbf6217-f388-4a9e-8e59-cf95a621def0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfbf6217-f388-4a9e-8e59-cf95a621def0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-f98681bf-1eed-4ea0-8a40-a47e75dd9cf0 hr {
  border-top: 2px solid #ddd;
}

#s-8400b4c8-6f57-4892-8d08-09accc858c58 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8400b4c8-6f57-4892-8d08-09accc858c58 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-32d18868-231a-46f9-b4d2-ff16e4abe003 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-620c4fd9-51ce-4329-941e-2848f68a0534 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 0px;
}

#s-620c4fd9-51ce-4329-941e-2848f68a0534 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-620c4fd9-51ce-4329-941e-2848f68a0534 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-620c4fd9-51ce-4329-941e-2848f68a0534 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-620c4fd9-51ce-4329-941e-2848f68a0534 td.shogun-table-column, #s-620c4fd9-51ce-4329-941e-2848f68a0534 td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

#s-7c5b98aa-7c52-49e4-b21c-430221303fd0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-51f1be7d-884f-4b52-afe4-f86f4f864e51 hr {
  border-top: 2px solid #ddd;
}

#s-dfac029f-dfd0-4b04-9caa-cd7db631ce02 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-dfac029f-dfd0-4b04-9caa-cd7db631ce02 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-069319bf-084b-49eb-9501-7f189ae8f747 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4870028c-eb6e-4106-83ce-62500b20c4a5 {
  margin-top: 10px;
margin-bottom: 10px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-45f39f53-c98e-4456-bf4f-341b60493916 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-45f39f53-c98e-4456-bf4f-341b60493916 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-45f39f53-c98e-4456-bf4f-341b60493916 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-45f39f53-c98e-4456-bf4f-341b60493916 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-45f39f53-c98e-4456-bf4f-341b60493916 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-45f39f53-c98e-4456-bf4f-341b60493916 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 {
  max-width: 580px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image,
  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 {
    width: 100%;
    height: auto;
  }

  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image {
    
    
  }


.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container {
      position: relative;
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image,
  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 {
    width: 100%;
    height: auto;
  }

  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image {
    
    
  }


.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container {
      position: relative;
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image,
  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 {
    width: 100%;
    height: auto;
  }

  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image {
    
    
  }


.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container {
      position: relative;
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image,
  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 {
    width: 100%;
    height: auto;
  }

  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image {
    
    
  }


.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container {
      position: relative;
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image,
  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 {
    width: 100%;
    height: auto;
  }

  #s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image {
    
    
  }


.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container {
      position: relative;
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfbca53d-41fb-4fc4-b8f0-9d00f91cc226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 {
  max-width: 580px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image,
  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 {
    width: 100%;
    height: auto;
  }

  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image {
    
    
  }


.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container {
      position: relative;
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image,
  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 {
    width: 100%;
    height: auto;
  }

  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image {
    
    
  }


.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container {
      position: relative;
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image,
  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 {
    width: 100%;
    height: auto;
  }

  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image {
    
    
  }


.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container {
      position: relative;
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image,
  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 {
    width: 100%;
    height: auto;
  }

  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image {
    
    
  }


.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container {
      position: relative;
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image,
  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 {
    width: 100%;
    height: auto;
  }

  #s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image {
    
    
  }


.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container {
      position: relative;
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cd132b6-fd22-4387-a6cf-611cf0ce2351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0038f5d4-a120-499b-857f-ec51cf4ec04b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5f7f4da3-e959-4fcf-8352-248074648fd5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-32f35fc5-ad74-4b21-bda2-1584e554a5a8 hr {
  border-top: 2px solid #ddd;
}

#s-3a8522f1-0241-4407-bf01-19e2c3dd1aad {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3a8522f1-0241-4407-bf01-19e2c3dd1aad .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-e1114596-ab60-45c3-b0aa-80e6138e074e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-41ee54b7-9520-4704-9a6f-c89646a2b2bf hr {
  border-top: 2px solid #ddd;
}

#s-f9695ab2-c596-47f0-b21f-edd404adffb5 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f9695ab2-c596-47f0-b21f-edd404adffb5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-b0cc4b99-e8bf-42ac-bebf-ef9bcce67932 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-85fa41a0-641d-4832-9bfe-6f85148f1967 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-85fa41a0-641d-4832-9bfe-6f85148f1967 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-fd58b408-c428-4e41-ae6c-004f68bc43b9 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image,
  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 {
    width: 100%;
    height: auto;
  }

  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image {
    
    
  }


.s-fd58b408-c428-4e41-ae6c-004f68bc43b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container {
      position: relative;
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image,
  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 {
    width: 100%;
    height: auto;
  }

  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image {
    
    
  }


.s-fd58b408-c428-4e41-ae6c-004f68bc43b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container {
      position: relative;
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image,
  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 {
    width: 100%;
    height: auto;
  }

  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image {
    
    
  }


.s-fd58b408-c428-4e41-ae6c-004f68bc43b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container {
      position: relative;
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image,
  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 {
    width: 100%;
    height: auto;
  }

  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image {
    
    
  }


.s-fd58b408-c428-4e41-ae6c-004f68bc43b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container {
      position: relative;
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image,
  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 {
    width: 100%;
    height: auto;
  }

  #s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image {
    
    
  }


.s-fd58b408-c428-4e41-ae6c-004f68bc43b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container {
      position: relative;
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd58b408-c428-4e41-ae6c-004f68bc43b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-1d01cd96-8683-4570-99e4-16960f31d8d4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 42, 33, 1);
text-align: left;
text-decoration: none;
}
#s-1d01cd96-8683-4570-99e4-16960f31d8d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d01cd96-8683-4570-99e4-16960f31d8d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d01cd96-8683-4570-99e4-16960f31d8d4-root {
    text-align: left;
  }


#s-1d01cd96-8683-4570-99e4-16960f31d8d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d01cd96-8683-4570-99e4-16960f31d8d4-root {
    text-align: left;
  }


#s-1d01cd96-8683-4570-99e4-16960f31d8d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d01cd96-8683-4570-99e4-16960f31d8d4-root {
    text-align: left;
  }


#s-1d01cd96-8683-4570-99e4-16960f31d8d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d01cd96-8683-4570-99e4-16960f31d8d4-root {
    text-align: left;
  }


#s-1d01cd96-8683-4570-99e4-16960f31d8d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d01cd96-8683-4570-99e4-16960f31d8d4-root {
    text-align: left;
  }


#s-1d01cd96-8683-4570-99e4-16960f31d8d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-638b353a-844b-4fd1-88c6-7745b961146b {
  margin-top: 10px;
margin-bottom: 10px;
}

.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: 0px) {
[id="s-ab0e22ba-cff5-4e9b-86f7-0c8445ead531"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab0e22ba-cff5-4e9b-86f7-0c8445ead531"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab0e22ba-cff5-4e9b-86f7-0c8445ead531"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab0e22ba-cff5-4e9b-86f7-0c8445ead531"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-92a83594-e6fd-427a-b57c-cd4dfa917835 {
  max-width: 1000px;
aspect-ratio: 1000/671;
text-align: center;
}





  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image,
  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 {
    width: 100%;
    height: auto;
  }

  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image {
    
    
  }


.s-92a83594-e6fd-427a-b57c-cd4dfa917835 .shogun-image-content {
  
    align-items: center;
  
}

.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92a83594-e6fd-427a-b57c-cd4dfa917835 {
      --shg-aspect-ratio: calc(1000/671); 
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container {
      position: relative;
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image,
  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 {
    width: 100%;
    height: auto;
  }

  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image {
    
    
  }


.s-92a83594-e6fd-427a-b57c-cd4dfa917835 .shogun-image-content {
  
    align-items: center;
  
}

.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92a83594-e6fd-427a-b57c-cd4dfa917835 {
      --shg-aspect-ratio: calc(1000/671); 
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container {
      position: relative;
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image,
  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 {
    width: 100%;
    height: auto;
  }

  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image {
    
    
  }


.s-92a83594-e6fd-427a-b57c-cd4dfa917835 .shogun-image-content {
  
    align-items: center;
  
}

.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92a83594-e6fd-427a-b57c-cd4dfa917835 {
      --shg-aspect-ratio: calc(1000/671); 
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container {
      position: relative;
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image,
  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 {
    width: 100%;
    height: auto;
  }

  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image {
    
    
  }


.s-92a83594-e6fd-427a-b57c-cd4dfa917835 .shogun-image-content {
  
    align-items: center;
  
}

.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92a83594-e6fd-427a-b57c-cd4dfa917835 {
      --shg-aspect-ratio: calc(1000/671); 
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container {
      position: relative;
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image,
  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 {
    width: 100%;
    height: auto;
  }

  #s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image {
    
    
  }


.s-92a83594-e6fd-427a-b57c-cd4dfa917835 .shogun-image-content {
  
    align-items: center;
  
}

.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92a83594-e6fd-427a-b57c-cd4dfa917835 {
      --shg-aspect-ratio: calc(1000/671); 
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container {
      position: relative;
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92a83594-e6fd-427a-b57c-cd4dfa917835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-770cd160-4fa5-4078-ba1e-149612b6ab6c {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}





  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image,
  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c {
    width: 100%;
    height: auto;
  }

  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image {
    
    
  }


.s-770cd160-4fa5-4078-ba1e-149612b6ab6c .shogun-image-content {
  
    align-items: center;
  
}

.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container {
      position: relative;
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image,
  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c {
    width: 100%;
    height: auto;
  }

  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image {
    
    
  }


.s-770cd160-4fa5-4078-ba1e-149612b6ab6c .shogun-image-content {
  
    align-items: center;
  
}

.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container {
      position: relative;
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image,
  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c {
    width: 100%;
    height: auto;
  }

  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image {
    
    
  }


.s-770cd160-4fa5-4078-ba1e-149612b6ab6c .shogun-image-content {
  
    align-items: center;
  
}

.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container {
      position: relative;
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image,
  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c {
    width: 100%;
    height: auto;
  }

  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image {
    
    
  }


.s-770cd160-4fa5-4078-ba1e-149612b6ab6c .shogun-image-content {
  
    align-items: center;
  
}

.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container {
      position: relative;
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image,
  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c {
    width: 100%;
    height: auto;
  }

  #s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image {
    
    
  }


.s-770cd160-4fa5-4078-ba1e-149612b6ab6c .shogun-image-content {
  
    align-items: center;
  
}

.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container {
      position: relative;
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770cd160-4fa5-4078-ba1e-149612b6ab6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bcd2607d-2a3c-4ec4-beab-ce8baf240a7b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-bcd2607d-2a3c-4ec4-beab-ce8baf240a7b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bcd2607d-2a3c-4ec4-beab-ce8baf240a7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-bcd2607d-2a3c-4ec4-beab-ce8baf240a7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-bcd2607d-2a3c-4ec4-beab-ce8baf240a7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bcd2607d-2a3c-4ec4-beab-ce8baf240a7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-bcd2607d-2a3c-4ec4-beab-ce8baf240a7b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-fb17e146-34ef-42bb-b1ea-39aa5d948384 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(237, 220, 239, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-fb17e146-34ef-42bb-b1ea-39aa5d948384 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb17e146-34ef-42bb-b1ea-39aa5d948384 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-fb17e146-34ef-42bb-b1ea-39aa5d948384 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-fb17e146-34ef-42bb-b1ea-39aa5d948384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb17e146-34ef-42bb-b1ea-39aa5d948384.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f03c553-50b6-43ee-aa77-c19549c92792 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f03c553-50b6-43ee-aa77-c19549c92792 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-03e04118-354f-4bbb-8c7d-37123cd2efad hr {
  border-top: 2px solid #ddd;
}

#s-09600482-0212-4b8c-89bc-489b9b835bdb {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-09600482-0212-4b8c-89bc-489b9b835bdb .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-336d3ef1-a7ae-4ce4-a921-c0b934b36459 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-336d3ef1-a7ae-4ce4-a921-c0b934b36459 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image,
  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 {
    width: 100%;
    height: auto;
  }

  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image {
    
    
  }


.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container {
      position: relative;
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image,
  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 {
    width: 100%;
    height: auto;
  }

  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image {
    
    
  }


.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container {
      position: relative;
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image,
  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 {
    width: 100%;
    height: auto;
  }

  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image {
    
    
  }


.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container {
      position: relative;
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image,
  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 {
    width: 100%;
    height: auto;
  }

  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image {
    
    
  }


.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container {
      position: relative;
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image,
  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 {
    width: 100%;
    height: auto;
  }

  #s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image {
    
    
  }


.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container {
      position: relative;
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f542ea2-5f24-4a0c-bde5-da5a6cf10d21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-23e954c5-1cff-46cc-a0eb-26943e14b166 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 42, 33, 1);
text-align: left;
text-decoration: none;
}
#s-23e954c5-1cff-46cc-a0eb-26943e14b166:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23e954c5-1cff-46cc-a0eb-26943e14b166:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-23e954c5-1cff-46cc-a0eb-26943e14b166-root {
    text-align: left;
  }


#s-23e954c5-1cff-46cc-a0eb-26943e14b166.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23e954c5-1cff-46cc-a0eb-26943e14b166-root {
    text-align: left;
  }


#s-23e954c5-1cff-46cc-a0eb-26943e14b166.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23e954c5-1cff-46cc-a0eb-26943e14b166-root {
    text-align: left;
  }


#s-23e954c5-1cff-46cc-a0eb-26943e14b166.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23e954c5-1cff-46cc-a0eb-26943e14b166-root {
    text-align: left;
  }


#s-23e954c5-1cff-46cc-a0eb-26943e14b166.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23e954c5-1cff-46cc-a0eb-26943e14b166-root {
    text-align: left;
  }


#s-23e954c5-1cff-46cc-a0eb-26943e14b166.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-6b75136c-e955-474d-a4ea-6410153bafad {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9beaf6a5-2215-4b73-957a-344e8f1add1f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9beaf6a5-2215-4b73-957a-344e8f1add1f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9beaf6a5-2215-4b73-957a-344e8f1add1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9beaf6a5-2215-4b73-957a-344e8f1add1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9beaf6a5-2215-4b73-957a-344e8f1add1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9beaf6a5-2215-4b73-957a-344e8f1add1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9beaf6a5-2215-4b73-957a-344e8f1add1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2965a176-845b-4861-acd8-deb948db2395 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(237, 220, 239, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-2965a176-845b-4861-acd8-deb948db2395 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2965a176-845b-4861-acd8-deb948db2395 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-2965a176-845b-4861-acd8-deb948db2395 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-2965a176-845b-4861-acd8-deb948db2395 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2965a176-845b-4861-acd8-deb948db2395.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef98946a-a93b-4822-962a-84e5f3b77359 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef98946a-a93b-4822-962a-84e5f3b77359 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8bfc2193-0070-4ba7-9db7-bfe424ed4f17 hr {
  border-top: 2px solid #ddd;
}

#s-1abf0ddc-dfd5-4284-b5e5-964344e24593 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1abf0ddc-dfd5-4284-b5e5-964344e24593 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-14c8f61f-da7f-4e7d-9444-113d09a34919 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-14c8f61f-da7f-4e7d-9444-113d09a34919 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image,
  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 {
    width: 100%;
    height: auto;
  }

  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image {
    
    
  }


.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container {
      position: relative;
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image,
  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 {
    width: 100%;
    height: auto;
  }

  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image {
    
    
  }


.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container {
      position: relative;
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image,
  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 {
    width: 100%;
    height: auto;
  }

  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image {
    
    
  }


.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container {
      position: relative;
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image,
  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 {
    width: 100%;
    height: auto;
  }

  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image {
    
    
  }


.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container {
      position: relative;
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image,
  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 {
    width: 100%;
    height: auto;
  }

  #s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image {
    
    
  }


.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container {
      position: relative;
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e820ac8b-ee32-43c4-8f6a-b21e83d125f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 42, 33, 1);
text-align: left;
text-decoration: none;
}
#s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227-root {
    text-align: left;
  }


#s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227-root {
    text-align: left;
  }


#s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227-root {
    text-align: left;
  }


#s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227-root {
    text-align: left;
  }


#s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227-root {
    text-align: left;
  }


#s-cfafe2ee-ed38-4e00-afd3-3b3b513c7227.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-bb547c30-a63c-497a-8aa6-ad8342bb79c1 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3dd39857-cf0f-4b79-bb31-c39fff032c43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dd39857-cf0f-4b79-bb31-c39fff032c43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dd39857-cf0f-4b79-bb31-c39fff032c43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dd39857-cf0f-4b79-bb31-c39fff032c43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-de868308-af53-4f90-a34d-b24238c74eed {
  max-width: 220px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image,
  #s-de868308-af53-4f90-a34d-b24238c74eed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de868308-af53-4f90-a34d-b24238c74eed {
    width: 100%;
    height: auto;
  }

  #s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image {
    
    
  }


.s-de868308-af53-4f90-a34d-b24238c74eed .shogun-image-content {
  
    align-items: center;
  
}

.s-de868308-af53-4f90-a34d-b24238c74eed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de868308-af53-4f90-a34d-b24238c74eed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container {
      position: relative;
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image,
  #s-de868308-af53-4f90-a34d-b24238c74eed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de868308-af53-4f90-a34d-b24238c74eed {
    width: 100%;
    height: auto;
  }

  #s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image {
    
    
  }


.s-de868308-af53-4f90-a34d-b24238c74eed .shogun-image-content {
  
    align-items: center;
  
}

.s-de868308-af53-4f90-a34d-b24238c74eed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de868308-af53-4f90-a34d-b24238c74eed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container {
      position: relative;
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image,
  #s-de868308-af53-4f90-a34d-b24238c74eed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de868308-af53-4f90-a34d-b24238c74eed {
    width: 100%;
    height: auto;
  }

  #s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image {
    
    
  }


.s-de868308-af53-4f90-a34d-b24238c74eed .shogun-image-content {
  
    align-items: center;
  
}

.s-de868308-af53-4f90-a34d-b24238c74eed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de868308-af53-4f90-a34d-b24238c74eed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container {
      position: relative;
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image,
  #s-de868308-af53-4f90-a34d-b24238c74eed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de868308-af53-4f90-a34d-b24238c74eed {
    width: 100%;
    height: auto;
  }

  #s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image {
    
    
  }


.s-de868308-af53-4f90-a34d-b24238c74eed .shogun-image-content {
  
    align-items: center;
  
}

.s-de868308-af53-4f90-a34d-b24238c74eed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de868308-af53-4f90-a34d-b24238c74eed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container {
      position: relative;
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image,
  #s-de868308-af53-4f90-a34d-b24238c74eed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de868308-af53-4f90-a34d-b24238c74eed {
    width: 100%;
    height: auto;
  }

  #s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image {
    
    
  }


.s-de868308-af53-4f90-a34d-b24238c74eed .shogun-image-content {
  
    align-items: center;
  
}

.s-de868308-af53-4f90-a34d-b24238c74eed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de868308-af53-4f90-a34d-b24238c74eed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container {
      position: relative;
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de868308-af53-4f90-a34d-b24238c74eed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 {
  max-width: 220px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image,
  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 {
    width: 100%;
    height: auto;
  }

  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image {
    
    
  }


.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container {
      position: relative;
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image,
  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 {
    width: 100%;
    height: auto;
  }

  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image {
    
    
  }


.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container {
      position: relative;
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image,
  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 {
    width: 100%;
    height: auto;
  }

  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image {
    
    
  }


.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container {
      position: relative;
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image,
  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 {
    width: 100%;
    height: auto;
  }

  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image {
    
    
  }


.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container {
      position: relative;
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image,
  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 {
    width: 100%;
    height: auto;
  }

  #s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image {
    
    
  }


.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container {
      position: relative;
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f05a3cd-f9ef-4345-a4f2-2ca4ac374068 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-856b95c4-a2ea-4d1d-b84e-40b97b6dbfe3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-856b95c4-a2ea-4d1d-b84e-40b97b6dbfe3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-856b95c4-a2ea-4d1d-b84e-40b97b6dbfe3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-856b95c4-a2ea-4d1d-b84e-40b97b6dbfe3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-856b95c4-a2ea-4d1d-b84e-40b97b6dbfe3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-856b95c4-a2ea-4d1d-b84e-40b97b6dbfe3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-856b95c4-a2ea-4d1d-b84e-40b97b6dbfe3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-39dba9f6-219e-43c3-b206-05bca6dd6090 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(237, 220, 239, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-39dba9f6-219e-43c3-b206-05bca6dd6090 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-39dba9f6-219e-43c3-b206-05bca6dd6090 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-39dba9f6-219e-43c3-b206-05bca6dd6090 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-39dba9f6-219e-43c3-b206-05bca6dd6090 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39dba9f6-219e-43c3-b206-05bca6dd6090.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83f1c0fd-ccf1-47ae-bb61-4fe940edad9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83f1c0fd-ccf1-47ae-bb61-4fe940edad9b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-835df6a3-a154-4727-9c14-362a8103bc47 hr {
  border-top: 2px solid #ddd;
}

#s-cef70d0a-9043-4b20-85aa-91110e5edfc8 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cef70d0a-9043-4b20-85aa-91110e5edfc8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-686066ac-45d3-4b1e-8d36-1abb34ec0403 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-758462b8-efef-4e11-a54a-e49cb655d04a {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-758462b8-efef-4e11-a54a-e49cb655d04a .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-53f976ad-14e8-480b-bd5d-71fe1e15388f {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image,
  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f {
    width: 100%;
    height: auto;
  }

  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image {
    
    
  }


.s-53f976ad-14e8-480b-bd5d-71fe1e15388f .shogun-image-content {
  
    align-items: center;
  
}

.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container {
      position: relative;
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image,
  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f {
    width: 100%;
    height: auto;
  }

  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image {
    
    
  }


.s-53f976ad-14e8-480b-bd5d-71fe1e15388f .shogun-image-content {
  
    align-items: center;
  
}

.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container {
      position: relative;
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image,
  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f {
    width: 100%;
    height: auto;
  }

  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image {
    
    
  }


.s-53f976ad-14e8-480b-bd5d-71fe1e15388f .shogun-image-content {
  
    align-items: center;
  
}

.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container {
      position: relative;
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image,
  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f {
    width: 100%;
    height: auto;
  }

  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image {
    
    
  }


.s-53f976ad-14e8-480b-bd5d-71fe1e15388f .shogun-image-content {
  
    align-items: center;
  
}

.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container {
      position: relative;
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image,
  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f {
    width: 100%;
    height: auto;
  }

  #s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image {
    
    
  }


.s-53f976ad-14e8-480b-bd5d-71fe1e15388f .shogun-image-content {
  
    align-items: center;
  
}

.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container {
      position: relative;
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53f976ad-14e8-480b-bd5d-71fe1e15388f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1b0ab315-cce5-4acd-b799-d60c42a0aa63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 42, 33, 1);
text-align: left;
text-decoration: none;
}
#s-1b0ab315-cce5-4acd-b799-d60c42a0aa63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b0ab315-cce5-4acd-b799-d60c42a0aa63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b0ab315-cce5-4acd-b799-d60c42a0aa63-root {
    text-align: left;
  }


#s-1b0ab315-cce5-4acd-b799-d60c42a0aa63.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b0ab315-cce5-4acd-b799-d60c42a0aa63-root {
    text-align: left;
  }


#s-1b0ab315-cce5-4acd-b799-d60c42a0aa63.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b0ab315-cce5-4acd-b799-d60c42a0aa63-root {
    text-align: left;
  }


#s-1b0ab315-cce5-4acd-b799-d60c42a0aa63.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b0ab315-cce5-4acd-b799-d60c42a0aa63-root {
    text-align: left;
  }


#s-1b0ab315-cce5-4acd-b799-d60c42a0aa63.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b0ab315-cce5-4acd-b799-d60c42a0aa63-root {
    text-align: left;
  }


#s-1b0ab315-cce5-4acd-b799-d60c42a0aa63.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-6260e285-73c3-421b-97e8-5d83c80c14c4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5c00a85d-a692-48e2-865c-7c1dded715c4 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5c00a85d-a692-48e2-865c-7c1dded715c4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5c00a85d-a692-48e2-865c-7c1dded715c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5c00a85d-a692-48e2-865c-7c1dded715c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5c00a85d-a692-48e2-865c-7c1dded715c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5c00a85d-a692-48e2-865c-7c1dded715c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-5c00a85d-a692-48e2-865c-7c1dded715c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f8414c01-01cc-4f37-88e2-62435b0aedba {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(237, 220, 239, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f8414c01-01cc-4f37-88e2-62435b0aedba {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8414c01-01cc-4f37-88e2-62435b0aedba {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-f8414c01-01cc-4f37-88e2-62435b0aedba {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-f8414c01-01cc-4f37-88e2-62435b0aedba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8414c01-01cc-4f37-88e2-62435b0aedba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c597a2d0-c25b-4b2c-a747-f4963c69ad32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c597a2d0-c25b-4b2c-a747-f4963c69ad32 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0f59dc94-2669-4b7f-8372-2ca53888e3e2 hr {
  border-top: 2px solid #ddd;
}

#s-bb8c6bb9-3c89-48a0-bb06-815dc4869778 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bb8c6bb9-3c89-48a0-bb06-815dc4869778 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-6a16c994-1168-4834-acdb-e1ef55bbedd4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6583334b-844f-46b6-82d1-d44cb8e70606 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6583334b-844f-46b6-82d1-d44cb8e70606 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-a89663ff-c3ac-4260-8db3-8693877c6d70 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image,
  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 {
    width: 100%;
    height: auto;
  }

  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image {
    
    
  }


.s-a89663ff-c3ac-4260-8db3-8693877c6d70 .shogun-image-content {
  
    align-items: center;
  
}

.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a89663ff-c3ac-4260-8db3-8693877c6d70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container {
      position: relative;
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image,
  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 {
    width: 100%;
    height: auto;
  }

  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image {
    
    
  }


.s-a89663ff-c3ac-4260-8db3-8693877c6d70 .shogun-image-content {
  
    align-items: center;
  
}

.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a89663ff-c3ac-4260-8db3-8693877c6d70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container {
      position: relative;
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image,
  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 {
    width: 100%;
    height: auto;
  }

  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image {
    
    
  }


.s-a89663ff-c3ac-4260-8db3-8693877c6d70 .shogun-image-content {
  
    align-items: center;
  
}

.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a89663ff-c3ac-4260-8db3-8693877c6d70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container {
      position: relative;
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image,
  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 {
    width: 100%;
    height: auto;
  }

  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image {
    
    
  }


.s-a89663ff-c3ac-4260-8db3-8693877c6d70 .shogun-image-content {
  
    align-items: center;
  
}

.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a89663ff-c3ac-4260-8db3-8693877c6d70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container {
      position: relative;
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image,
  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 {
    width: 100%;
    height: auto;
  }

  #s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image {
    
    
  }


.s-a89663ff-c3ac-4260-8db3-8693877c6d70 .shogun-image-content {
  
    align-items: center;
  
}

.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a89663ff-c3ac-4260-8db3-8693877c6d70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container {
      position: relative;
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a89663ff-c3ac-4260-8db3-8693877c6d70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 42, 33, 1);
text-align: left;
text-decoration: none;
}
#s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7-root {
    text-align: left;
  }


#s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7-root {
    text-align: left;
  }


#s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7-root {
    text-align: left;
  }


#s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7-root {
    text-align: left;
  }


#s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7-root {
    text-align: left;
  }


#s-8d5d544d-92b4-45ed-9d43-cded7bc2c1a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-96b701ae-18e1-40e7-832d-23e617e8bc99 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-59365c1d-2372-4cae-9c7f-dee2d5c2ced2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-59365c1d-2372-4cae-9c7f-dee2d5c2ced2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-59365c1d-2372-4cae-9c7f-dee2d5c2ced2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-59365c1d-2372-4cae-9c7f-dee2d5c2ced2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-59365c1d-2372-4cae-9c7f-dee2d5c2ced2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-59365c1d-2372-4cae-9c7f-dee2d5c2ced2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-59365c1d-2372-4cae-9c7f-dee2d5c2ced2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-681e1cc8-0f71-4eaf-b43a-f709b13c6bfb {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(237, 220, 239, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-681e1cc8-0f71-4eaf-b43a-f709b13c6bfb {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-681e1cc8-0f71-4eaf-b43a-f709b13c6bfb {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-681e1cc8-0f71-4eaf-b43a-f709b13c6bfb {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-681e1cc8-0f71-4eaf-b43a-f709b13c6bfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-681e1cc8-0f71-4eaf-b43a-f709b13c6bfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c487065-777b-4742-9f89-995b9c137120 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c487065-777b-4742-9f89-995b9c137120 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-901187dd-5617-4aa4-ac07-d35b0e705371 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-901187dd-5617-4aa4-ac07-d35b0e705371 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-60ea09bd-cc09-4256-b347-5c74797940ab {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image,
  #s-60ea09bd-cc09-4256-b347-5c74797940ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60ea09bd-cc09-4256-b347-5c74797940ab {
    width: 100%;
    height: auto;
  }

  #s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image {
    
    
  }


.s-60ea09bd-cc09-4256-b347-5c74797940ab .shogun-image-content {
  
    align-items: center;
  
}

.s-60ea09bd-cc09-4256-b347-5c74797940ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60ea09bd-cc09-4256-b347-5c74797940ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container {
      position: relative;
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image,
  #s-60ea09bd-cc09-4256-b347-5c74797940ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60ea09bd-cc09-4256-b347-5c74797940ab {
    width: 100%;
    height: auto;
  }

  #s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image {
    
    
  }


.s-60ea09bd-cc09-4256-b347-5c74797940ab .shogun-image-content {
  
    align-items: center;
  
}

.s-60ea09bd-cc09-4256-b347-5c74797940ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60ea09bd-cc09-4256-b347-5c74797940ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container {
      position: relative;
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image,
  #s-60ea09bd-cc09-4256-b347-5c74797940ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60ea09bd-cc09-4256-b347-5c74797940ab {
    width: 100%;
    height: auto;
  }

  #s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image {
    
    
  }


.s-60ea09bd-cc09-4256-b347-5c74797940ab .shogun-image-content {
  
    align-items: center;
  
}

.s-60ea09bd-cc09-4256-b347-5c74797940ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60ea09bd-cc09-4256-b347-5c74797940ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container {
      position: relative;
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image,
  #s-60ea09bd-cc09-4256-b347-5c74797940ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60ea09bd-cc09-4256-b347-5c74797940ab {
    width: 100%;
    height: auto;
  }

  #s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image {
    
    
  }


.s-60ea09bd-cc09-4256-b347-5c74797940ab .shogun-image-content {
  
    align-items: center;
  
}

.s-60ea09bd-cc09-4256-b347-5c74797940ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60ea09bd-cc09-4256-b347-5c74797940ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container {
      position: relative;
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image,
  #s-60ea09bd-cc09-4256-b347-5c74797940ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60ea09bd-cc09-4256-b347-5c74797940ab {
    width: 100%;
    height: auto;
  }

  #s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image {
    
    
  }


.s-60ea09bd-cc09-4256-b347-5c74797940ab .shogun-image-content {
  
    align-items: center;
  
}

.s-60ea09bd-cc09-4256-b347-5c74797940ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-60ea09bd-cc09-4256-b347-5c74797940ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container {
      position: relative;
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-60ea09bd-cc09-4256-b347-5c74797940ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-01cc1002-a369-47d9-bc3f-b60107971e79 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 42, 33, 1);
text-align: left;
text-decoration: none;
}
#s-01cc1002-a369-47d9-bc3f-b60107971e79:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01cc1002-a369-47d9-bc3f-b60107971e79:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01cc1002-a369-47d9-bc3f-b60107971e79-root {
    text-align: left;
  }


#s-01cc1002-a369-47d9-bc3f-b60107971e79.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01cc1002-a369-47d9-bc3f-b60107971e79-root {
    text-align: left;
  }


#s-01cc1002-a369-47d9-bc3f-b60107971e79.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01cc1002-a369-47d9-bc3f-b60107971e79-root {
    text-align: left;
  }


#s-01cc1002-a369-47d9-bc3f-b60107971e79.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01cc1002-a369-47d9-bc3f-b60107971e79-root {
    text-align: left;
  }


#s-01cc1002-a369-47d9-bc3f-b60107971e79.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01cc1002-a369-47d9-bc3f-b60107971e79-root {
    text-align: left;
  }


#s-01cc1002-a369-47d9-bc3f-b60107971e79.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-275ef918-10cb-4304-ad04-7eb315544547 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dd0a6934-1da4-43c1-8070-b0644b99f46c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-dd0a6934-1da4-43c1-8070-b0644b99f46c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-dd0a6934-1da4-43c1-8070-b0644b99f46c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-dd0a6934-1da4-43c1-8070-b0644b99f46c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-dd0a6934-1da4-43c1-8070-b0644b99f46c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-dd0a6934-1da4-43c1-8070-b0644b99f46c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-dd0a6934-1da4-43c1-8070-b0644b99f46c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f66795f7-7be2-42e2-8139-473501d1748e {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(237, 220, 239, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f66795f7-7be2-42e2-8139-473501d1748e {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f66795f7-7be2-42e2-8139-473501d1748e {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-f66795f7-7be2-42e2-8139-473501d1748e {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-f66795f7-7be2-42e2-8139-473501d1748e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f66795f7-7be2-42e2-8139-473501d1748e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60971ed9-4389-49f5-ad56-8bab0b086c6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60971ed9-4389-49f5-ad56-8bab0b086c6a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7eafe7c3-c28d-4a8b-896b-d8d734a9189a hr {
  border-top: 2px solid #ddd;
}

#s-82129691-1c9f-4977-92d5-2dc2b314cf69 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-82129691-1c9f-4977-92d5-2dc2b314cf69 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-ae12cf91-1b4d-454d-9e5f-ad9cb5639c61 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ae12cf91-1b4d-454d-9e5f-ad9cb5639c61 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image,
  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c {
    width: 100%;
    height: auto;
  }

  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image {
    
    
  }


.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c .shogun-image-content {
  
    align-items: center;
  
}

.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container {
      position: relative;
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image,
  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c {
    width: 100%;
    height: auto;
  }

  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image {
    
    
  }


.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c .shogun-image-content {
  
    align-items: center;
  
}

.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container {
      position: relative;
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image,
  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c {
    width: 100%;
    height: auto;
  }

  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image {
    
    
  }


.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c .shogun-image-content {
  
    align-items: center;
  
}

.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container {
      position: relative;
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image,
  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c {
    width: 100%;
    height: auto;
  }

  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image {
    
    
  }


.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c .shogun-image-content {
  
    align-items: center;
  
}

.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container {
      position: relative;
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image,
  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c {
    width: 100%;
    height: auto;
  }

  #s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image {
    
    
  }


.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c .shogun-image-content {
  
    align-items: center;
  
}

.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container {
      position: relative;
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5311a46c-4fc6-4fdb-b7a0-43cbcdfb604c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 42, 33, 1);
text-align: left;
text-decoration: none;
}
#s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8-root {
    text-align: left;
  }


#s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8-root {
    text-align: left;
  }


#s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8-root {
    text-align: left;
  }


#s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8-root {
    text-align: left;
  }


#s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8-root {
    text-align: left;
  }


#s-c37f89fb-ddd5-42b3-8205-7fb57194d9e8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-a50c1a23-5e6b-4172-95ed-ccc751d29780 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3a70efe1-5060-445c-9e72-d8f05f8de73a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a70efe1-5060-445c-9e72-d8f05f8de73a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a70efe1-5060-445c-9e72-d8f05f8de73a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a70efe1-5060-445c-9e72-d8f05f8de73a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f378adf6-846a-4aee-90d0-24debf611e5a {
  max-width: 800px;
aspect-ratio: 800/533;
text-align: center;
}





  #s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image,
  #s-f378adf6-846a-4aee-90d0-24debf611e5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f378adf6-846a-4aee-90d0-24debf611e5a {
    width: 100%;
    height: auto;
  }

  #s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image {
    
    
  }


.s-f378adf6-846a-4aee-90d0-24debf611e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-f378adf6-846a-4aee-90d0-24debf611e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f378adf6-846a-4aee-90d0-24debf611e5a {
      --shg-aspect-ratio: calc(800/533); 
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container {
      position: relative;
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image,
  #s-f378adf6-846a-4aee-90d0-24debf611e5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f378adf6-846a-4aee-90d0-24debf611e5a {
    width: 100%;
    height: auto;
  }

  #s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image {
    
    
  }


.s-f378adf6-846a-4aee-90d0-24debf611e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-f378adf6-846a-4aee-90d0-24debf611e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f378adf6-846a-4aee-90d0-24debf611e5a {
      --shg-aspect-ratio: calc(800/533); 
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container {
      position: relative;
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image,
  #s-f378adf6-846a-4aee-90d0-24debf611e5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f378adf6-846a-4aee-90d0-24debf611e5a {
    width: 100%;
    height: auto;
  }

  #s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image {
    
    
  }


.s-f378adf6-846a-4aee-90d0-24debf611e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-f378adf6-846a-4aee-90d0-24debf611e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f378adf6-846a-4aee-90d0-24debf611e5a {
      --shg-aspect-ratio: calc(800/533); 
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container {
      position: relative;
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image,
  #s-f378adf6-846a-4aee-90d0-24debf611e5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f378adf6-846a-4aee-90d0-24debf611e5a {
    width: 100%;
    height: auto;
  }

  #s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image {
    
    
  }


.s-f378adf6-846a-4aee-90d0-24debf611e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-f378adf6-846a-4aee-90d0-24debf611e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f378adf6-846a-4aee-90d0-24debf611e5a {
      --shg-aspect-ratio: calc(800/533); 
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container {
      position: relative;
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image,
  #s-f378adf6-846a-4aee-90d0-24debf611e5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f378adf6-846a-4aee-90d0-24debf611e5a {
    width: 100%;
    height: auto;
  }

  #s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image {
    
    
  }


.s-f378adf6-846a-4aee-90d0-24debf611e5a .shogun-image-content {
  
    align-items: center;
  
}

.s-f378adf6-846a-4aee-90d0-24debf611e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f378adf6-846a-4aee-90d0-24debf611e5a {
      --shg-aspect-ratio: calc(800/533); 
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container {
      position: relative;
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f378adf6-846a-4aee-90d0-24debf611e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f {
  max-width: 800px;
aspect-ratio: 800/533;
text-align: center;
}





  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image,
  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f {
    width: 100%;
    height: auto;
  }

  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image {
    
    
  }


.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f .shogun-image-content {
  
    align-items: center;
  
}

.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f {
      --shg-aspect-ratio: calc(800/533); 
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container {
      position: relative;
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image,
  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f {
    width: 100%;
    height: auto;
  }

  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image {
    
    
  }


.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f .shogun-image-content {
  
    align-items: center;
  
}

.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f {
      --shg-aspect-ratio: calc(800/533); 
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container {
      position: relative;
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image,
  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f {
    width: 100%;
    height: auto;
  }

  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image {
    
    
  }


.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f .shogun-image-content {
  
    align-items: center;
  
}

.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f {
      --shg-aspect-ratio: calc(800/533); 
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container {
      position: relative;
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image,
  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f {
    width: 100%;
    height: auto;
  }

  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image {
    
    
  }


.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f .shogun-image-content {
  
    align-items: center;
  
}

.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f {
      --shg-aspect-ratio: calc(800/533); 
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container {
      position: relative;
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image,
  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f {
    width: 100%;
    height: auto;
  }

  #s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image {
    
    
  }


.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f .shogun-image-content {
  
    align-items: center;
  
}

.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f {
      --shg-aspect-ratio: calc(800/533); 
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container {
      position: relative;
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65175f7b-05ee-497c-b0fa-1f87af6e1a4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d7c778c7-16e8-496a-bda2-3ce742e01d59 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d7c778c7-16e8-496a-bda2-3ce742e01d59 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d7c778c7-16e8-496a-bda2-3ce742e01d59 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d7c778c7-16e8-496a-bda2-3ce742e01d59 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d7c778c7-16e8-496a-bda2-3ce742e01d59 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d7c778c7-16e8-496a-bda2-3ce742e01d59 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d7c778c7-16e8-496a-bda2-3ce742e01d59 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-30ea6d71-f702-41b6-a8c6-6a7bdcb266c1 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(237, 220, 239, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-30ea6d71-f702-41b6-a8c6-6a7bdcb266c1 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-30ea6d71-f702-41b6-a8c6-6a7bdcb266c1 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-30ea6d71-f702-41b6-a8c6-6a7bdcb266c1 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-30ea6d71-f702-41b6-a8c6-6a7bdcb266c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30ea6d71-f702-41b6-a8c6-6a7bdcb266c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a5c9477-5055-40bd-bb8b-7744b482bcde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a5c9477-5055-40bd-bb8b-7744b482bcde .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d5293370-aeac-4b1d-93cd-c990c62adf58 hr {
  border-top: 2px solid #ddd;
}

#s-ea633669-0e24-4246-8e96-60f8f8bd43fe {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ea633669-0e24-4246-8e96-60f8f8bd43fe .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-3ca049c2-5aa6-4de0-878b-0f569d926b67 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-63af7e6b-b891-44c5-9398-88fecdfc63ca {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-63af7e6b-b891-44c5-9398-88fecdfc63ca .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 {
  max-width: 589px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image,
  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 {
    width: 100%;
    height: auto;
  }

  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image {
    
    
  }


.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container {
      position: relative;
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image,
  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 {
    width: 100%;
    height: auto;
  }

  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image {
    
    
  }


.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container {
      position: relative;
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image,
  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 {
    width: 100%;
    height: auto;
  }

  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image {
    
    
  }


.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container {
      position: relative;
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image,
  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 {
    width: 100%;
    height: auto;
  }

  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image {
    
    
  }


.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container {
      position: relative;
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image,
  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 {
    width: 100%;
    height: auto;
  }

  #s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image {
    
    
  }


.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container {
      position: relative;
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4322cdc9-d7b2-4dfa-99c6-24b218d4a9e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 42, 33, 1);
text-align: left;
text-decoration: none;
}
#s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd-root {
    text-align: left;
  }


#s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd-root {
    text-align: left;
  }


#s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd-root {
    text-align: left;
  }


#s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd-root {
    text-align: left;
  }


#s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd-root {
    text-align: left;
  }


#s-b2bbf667-49a3-46c0-9b38-3fa3109fbafd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-42760b25-bdf2-48b0-8fef-0ae96f506785 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-91ca5e59-3819-4b34-8f65-0c8ba1450c3b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-91ca5e59-3819-4b34-8f65-0c8ba1450c3b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-91ca5e59-3819-4b34-8f65-0c8ba1450c3b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-91ca5e59-3819-4b34-8f65-0c8ba1450c3b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-91ca5e59-3819-4b34-8f65-0c8ba1450c3b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-91ca5e59-3819-4b34-8f65-0c8ba1450c3b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-91ca5e59-3819-4b34-8f65-0c8ba1450c3b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3bafa22e-e7dd-4e10-bf93-34a01ec138e3 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(237, 220, 239, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-3bafa22e-e7dd-4e10-bf93-34a01ec138e3 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3bafa22e-e7dd-4e10-bf93-34a01ec138e3 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-3bafa22e-e7dd-4e10-bf93-34a01ec138e3 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-3bafa22e-e7dd-4e10-bf93-34a01ec138e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bafa22e-e7dd-4e10-bf93-34a01ec138e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06d06e1e-5038-47e4-ae01-aaeb8167e8df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06d06e1e-5038-47e4-ae01-aaeb8167e8df .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-abf71d1d-a683-4dd6-aafb-de4a90ab69e1 hr {
  border-top: 2px solid #ddd;
}

#s-add28036-5856-46d4-85f7-e89eeca44f30 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-add28036-5856-46d4-85f7-e89eeca44f30 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-d79aec69-7cde-4dde-8b0b-cdd048ae4455 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d7055a50-0693-4e4c-8c7e-e71f5a232e23 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d7055a50-0693-4e4c-8c7e-e71f5a232e23 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-0c868862-8b84-4dbe-be40-e1d149ba1f49 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image,
  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 {
    width: 100%;
    height: auto;
  }

  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image {
    
    
  }


.s-0c868862-8b84-4dbe-be40-e1d149ba1f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container {
      position: relative;
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image,
  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 {
    width: 100%;
    height: auto;
  }

  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image {
    
    
  }


.s-0c868862-8b84-4dbe-be40-e1d149ba1f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container {
      position: relative;
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image,
  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 {
    width: 100%;
    height: auto;
  }

  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image {
    
    
  }


.s-0c868862-8b84-4dbe-be40-e1d149ba1f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container {
      position: relative;
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image,
  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 {
    width: 100%;
    height: auto;
  }

  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image {
    
    
  }


.s-0c868862-8b84-4dbe-be40-e1d149ba1f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container {
      position: relative;
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image,
  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 {
    width: 100%;
    height: auto;
  }

  #s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image {
    
    
  }


.s-0c868862-8b84-4dbe-be40-e1d149ba1f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container {
      position: relative;
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c868862-8b84-4dbe-be40-e1d149ba1f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ef174290-885b-4bed-92ef-7bda3cb905cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 42, 33, 1);
text-align: left;
text-decoration: none;
}
#s-ef174290-885b-4bed-92ef-7bda3cb905cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef174290-885b-4bed-92ef-7bda3cb905cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef174290-885b-4bed-92ef-7bda3cb905cd-root {
    text-align: left;
  }


#s-ef174290-885b-4bed-92ef-7bda3cb905cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef174290-885b-4bed-92ef-7bda3cb905cd-root {
    text-align: left;
  }


#s-ef174290-885b-4bed-92ef-7bda3cb905cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef174290-885b-4bed-92ef-7bda3cb905cd-root {
    text-align: left;
  }


#s-ef174290-885b-4bed-92ef-7bda3cb905cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef174290-885b-4bed-92ef-7bda3cb905cd-root {
    text-align: left;
  }


#s-ef174290-885b-4bed-92ef-7bda3cb905cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef174290-885b-4bed-92ef-7bda3cb905cd-root {
    text-align: left;
  }


#s-ef174290-885b-4bed-92ef-7bda3cb905cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-80a63f4d-9428-4539-82d8-db76de82fe0a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-821ebe67-a1af-4dcc-a299-c036e6e5f2dc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-821ebe67-a1af-4dcc-a299-c036e6e5f2dc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-821ebe67-a1af-4dcc-a299-c036e6e5f2dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-821ebe67-a1af-4dcc-a299-c036e6e5f2dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-821ebe67-a1af-4dcc-a299-c036e6e5f2dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-821ebe67-a1af-4dcc-a299-c036e6e5f2dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-821ebe67-a1af-4dcc-a299-c036e6e5f2dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5a61cbce-4d2c-4621-969b-6c5baa185e30 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(237, 220, 239, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-5a61cbce-4d2c-4621-969b-6c5baa185e30 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a61cbce-4d2c-4621-969b-6c5baa185e30 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-5a61cbce-4d2c-4621-969b-6c5baa185e30 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-5a61cbce-4d2c-4621-969b-6c5baa185e30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a61cbce-4d2c-4621-969b-6c5baa185e30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfac414d-1e32-4534-8166-f5ce9873d68b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfac414d-1e32-4534-8166-f5ce9873d68b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-04fde52c-bab8-448b-aadf-4a03ed894329 hr {
  border-top: 2px solid #ddd;
}

#s-822ce543-8115-492d-bb5e-e2f8f073b0f1 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-822ce543-8115-492d-bb5e-e2f8f073b0f1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-fb0a3278-4c34-4af4-8d47-f8488ae80268 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-412f1559-ba13-414b-b1c6-2239944d8eb8 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-412f1559-ba13-414b-b1c6-2239944d8eb8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-248d92aa-abe9-417e-a8e2-e58740b13d9e {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image,
  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e {
    width: 100%;
    height: auto;
  }

  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image {
    
    
  }


.s-248d92aa-abe9-417e-a8e2-e58740b13d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container {
      position: relative;
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image,
  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e {
    width: 100%;
    height: auto;
  }

  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image {
    
    
  }


.s-248d92aa-abe9-417e-a8e2-e58740b13d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container {
      position: relative;
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image,
  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e {
    width: 100%;
    height: auto;
  }

  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image {
    
    
  }


.s-248d92aa-abe9-417e-a8e2-e58740b13d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container {
      position: relative;
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image,
  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e {
    width: 100%;
    height: auto;
  }

  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image {
    
    
  }


.s-248d92aa-abe9-417e-a8e2-e58740b13d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container {
      position: relative;
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image,
  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e {
    width: 100%;
    height: auto;
  }

  #s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image {
    
    
  }


.s-248d92aa-abe9-417e-a8e2-e58740b13d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container {
      position: relative;
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-248d92aa-abe9-417e-a8e2-e58740b13d9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ce470aea-e62f-4a1f-9015-1d3374337f31 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 42, 33, 1);
text-align: left;
text-decoration: none;
}
#s-ce470aea-e62f-4a1f-9015-1d3374337f31:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce470aea-e62f-4a1f-9015-1d3374337f31:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce470aea-e62f-4a1f-9015-1d3374337f31-root {
    text-align: left;
  }


#s-ce470aea-e62f-4a1f-9015-1d3374337f31.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce470aea-e62f-4a1f-9015-1d3374337f31-root {
    text-align: left;
  }


#s-ce470aea-e62f-4a1f-9015-1d3374337f31.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce470aea-e62f-4a1f-9015-1d3374337f31-root {
    text-align: left;
  }


#s-ce470aea-e62f-4a1f-9015-1d3374337f31.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce470aea-e62f-4a1f-9015-1d3374337f31-root {
    text-align: left;
  }


#s-ce470aea-e62f-4a1f-9015-1d3374337f31.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce470aea-e62f-4a1f-9015-1d3374337f31-root {
    text-align: left;
  }


#s-ce470aea-e62f-4a1f-9015-1d3374337f31.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-154312ab-df26-4104-89fe-20ea0b6b73f4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b822e2c7-7b53-4bf8-887c-c4826232cd6c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b822e2c7-7b53-4bf8-887c-c4826232cd6c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b822e2c7-7b53-4bf8-887c-c4826232cd6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b822e2c7-7b53-4bf8-887c-c4826232cd6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b822e2c7-7b53-4bf8-887c-c4826232cd6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b822e2c7-7b53-4bf8-887c-c4826232cd6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b822e2c7-7b53-4bf8-887c-c4826232cd6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d5c33953-452a-4eca-ab7b-b867d2d492c4 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(237, 220, 239, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-d5c33953-452a-4eca-ab7b-b867d2d492c4 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5c33953-452a-4eca-ab7b-b867d2d492c4 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d5c33953-452a-4eca-ab7b-b867d2d492c4 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-d5c33953-452a-4eca-ab7b-b867d2d492c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5c33953-452a-4eca-ab7b-b867d2d492c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3041399b-305f-462b-bf1f-1980b178498d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3041399b-305f-462b-bf1f-1980b178498d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cfb5efe3-f13f-447b-a1d4-c347e4a8b9de hr {
  border-top: 2px solid #ddd;
}

#s-dc9feaad-c690-454a-8f93-9f9bab1e362d {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-dc9feaad-c690-454a-8f93-9f9bab1e362d .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-f82358f7-598e-4240-89fc-b36f040fc14f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-285d2200-da08-41b5-90f3-a266ae6af289 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-285d2200-da08-41b5-90f3-a266ae6af289 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-f883f500-e1ed-46b8-aff8-b66fb86d8465 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image,
  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 {
    width: 100%;
    height: auto;
  }

  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image {
    
    
  }


.s-f883f500-e1ed-46b8-aff8-b66fb86d8465 .shogun-image-content {
  
    align-items: center;
  
}

.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container {
      position: relative;
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image,
  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 {
    width: 100%;
    height: auto;
  }

  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image {
    
    
  }


.s-f883f500-e1ed-46b8-aff8-b66fb86d8465 .shogun-image-content {
  
    align-items: center;
  
}

.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container {
      position: relative;
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image,
  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 {
    width: 100%;
    height: auto;
  }

  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image {
    
    
  }


.s-f883f500-e1ed-46b8-aff8-b66fb86d8465 .shogun-image-content {
  
    align-items: center;
  
}

.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container {
      position: relative;
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image,
  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 {
    width: 100%;
    height: auto;
  }

  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image {
    
    
  }


.s-f883f500-e1ed-46b8-aff8-b66fb86d8465 .shogun-image-content {
  
    align-items: center;
  
}

.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container {
      position: relative;
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image,
  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 {
    width: 100%;
    height: auto;
  }

  #s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image {
    
    
  }


.s-f883f500-e1ed-46b8-aff8-b66fb86d8465 .shogun-image-content {
  
    align-items: center;
  
}

.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container {
      position: relative;
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f883f500-e1ed-46b8-aff8-b66fb86d8465 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-75c02968-6bd1-49af-8907-22b8731cb27c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 42, 33, 1);
text-align: left;
text-decoration: none;
}
#s-75c02968-6bd1-49af-8907-22b8731cb27c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75c02968-6bd1-49af-8907-22b8731cb27c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75c02968-6bd1-49af-8907-22b8731cb27c-root {
    text-align: left;
  }


#s-75c02968-6bd1-49af-8907-22b8731cb27c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75c02968-6bd1-49af-8907-22b8731cb27c-root {
    text-align: left;
  }


#s-75c02968-6bd1-49af-8907-22b8731cb27c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75c02968-6bd1-49af-8907-22b8731cb27c-root {
    text-align: left;
  }


#s-75c02968-6bd1-49af-8907-22b8731cb27c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75c02968-6bd1-49af-8907-22b8731cb27c-root {
    text-align: left;
  }


#s-75c02968-6bd1-49af-8907-22b8731cb27c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75c02968-6bd1-49af-8907-22b8731cb27c-root {
    text-align: left;
  }


#s-75c02968-6bd1-49af-8907-22b8731cb27c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-5e68b08e-e452-4ca5-a288-dff414dc08b0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d97ffa8e-04a0-4cf5-9976-99d3eb4075b2 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d97ffa8e-04a0-4cf5-9976-99d3eb4075b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image,
  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 {
    width: 100%;
    height: auto;
  }

  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image {
    
    
  }


.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container {
      position: relative;
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image,
  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 {
    width: 100%;
    height: auto;
  }

  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image {
    
    
  }


.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container {
      position: relative;
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image,
  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 {
    width: 100%;
    height: auto;
  }

  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image {
    
    
  }


.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container {
      position: relative;
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image,
  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 {
    width: 100%;
    height: auto;
  }

  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image {
    
    
  }


.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container {
      position: relative;
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image,
  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 {
    width: 100%;
    height: auto;
  }

  #s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image {
    
    
  }


.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container {
      position: relative;
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c667c1ac-7e0d-4e28-8e62-b0885cf81b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 42, 33, 1);
text-align: left;
text-decoration: none;
}
#s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7-root {
    text-align: left;
  }


#s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7-root {
    text-align: left;
  }


#s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7-root {
    text-align: left;
  }


#s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7-root {
    text-align: left;
  }


#s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7-root {
    text-align: left;
  }


#s-9d667311-8ff3-4f61-bec0-57b0bc1f3fe7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-297d0774-1607-4610-b7f2-bd52db510054 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-878c1e4b-aef6-449e-ad33-294e24477d34 hr {
  border-top: 2px solid #ddd;
}

#s-3cf57c18-ada6-4eae-8bb5-b6d1078ae329 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3cf57c18-ada6-4eae-8bb5-b6d1078ae329 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-d2e9770c-0523-4d18-a56a-6588a38f89f0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-756c1e9e-a394-4e04-bd15-66a49afb9b54 hr {
  border-top: 2px solid #ddd;
}

#s-b5b1854e-4c76-4cd0-a6e3-d9de1e3755d4 {
  margin-top: 25px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b5b1854e-4c76-4cd0-a6e3-d9de1e3755d4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-f1e5e393-e4b0-40be-b0e8-70dc303ff9bb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fae66686-f200-4881-b3f5-489c3e31a35b {
  min-height: 50px;
}








#s-fae66686-f200-4881-b3f5-489c3e31a35b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fae66686-f200-4881-b3f5-489c3e31a35b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c8d79f9-afba-4b20-9978-068e01c7a0a5 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-a61fb634-d9c2-4774-9d5d-f7a09d8658ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a61fb634-d9c2-4774-9d5d-f7a09d8658ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a61fb634-d9c2-4774-9d5d-f7a09d8658ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a61fb634-d9c2-4774-9d5d-f7a09d8658ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-df866929-0f56-4190-b168-a28fb5d75c5e {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}





  #s-df866929-0f56-4190-b168-a28fb5d75c5e img.shogun-image,
  #s-df866929-0f56-4190-b168-a28fb5d75c5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df866929-0f56-4190-b168-a28fb5d75c5e {
    width: 100%;
    height: auto;
  }



  #s-df866929-0f56-4190-b168-a28fb5d75c5e img.shogun-image {
    

    
    
    
  }


#s-df866929-0f56-4190-b168-a28fb5d75c5e .shogun-image-content {
  
    align-items: center;
  
}

#s-08685f22-4fdd-4dc2-9210-5db451153d3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08685f22-4fdd-4dc2-9210-5db451153d3a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5-root {
    text-align: center;
  }


#s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5-root {
    text-align: center;
  }


#s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5-root {
    text-align: center;
  }


#s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5-root {
    text-align: center;
  }


#s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5-root {
    text-align: center;
  }


#s-7c4ef30a-d2b5-40bb-a5a7-52ae1a0af9a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-89a3ae6f-fcd9-4947-9ed6-6f2e2374c46b {
  text-align: center;
}







  #s-89a3ae6f-fcd9-4947-9ed6-6f2e2374c46b img.shogun-image {
    

    
    
    
  }


#s-89a3ae6f-fcd9-4947-9ed6-6f2e2374c46b .shogun-image-content {
  
    align-items: center;
  
}

#s-059c1721-5bd0-434c-8bba-abbfbbf73db6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-059c1721-5bd0-434c-8bba-abbfbbf73db6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f-root {
    text-align: center;
  }


#s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f-root {
    text-align: center;
  }


#s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f-root {
    text-align: center;
  }


#s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f-root {
    text-align: center;
  }


#s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f-root {
    text-align: center;
  }


#s-f4c398a9-5780-41ac-92fc-a4dbe8e7a52f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7380701e-b83e-4067-8f78-c27b0d70dac9 {
  text-align: center;
}







  #s-7380701e-b83e-4067-8f78-c27b0d70dac9 img.shogun-image {
    

    
    
    
  }


#s-7380701e-b83e-4067-8f78-c27b0d70dac9 .shogun-image-content {
  
    align-items: center;
  
}

#s-af089093-4129-4fc7-bc59-a57c992c689a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af089093-4129-4fc7-bc59-a57c992c689a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-bf958104-f38e-465b-a716-a40487921467 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bf958104-f38e-465b-a716-a40487921467:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf958104-f38e-465b-a716-a40487921467:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bf958104-f38e-465b-a716-a40487921467-root {
    text-align: center;
  }


#s-bf958104-f38e-465b-a716-a40487921467.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf958104-f38e-465b-a716-a40487921467-root {
    text-align: center;
  }


#s-bf958104-f38e-465b-a716-a40487921467.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf958104-f38e-465b-a716-a40487921467-root {
    text-align: center;
  }


#s-bf958104-f38e-465b-a716-a40487921467.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf958104-f38e-465b-a716-a40487921467-root {
    text-align: center;
  }


#s-bf958104-f38e-465b-a716-a40487921467.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf958104-f38e-465b-a716-a40487921467-root {
    text-align: center;
  }


#s-bf958104-f38e-465b-a716-a40487921467.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  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}
