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

.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-dd5105f4-2346-4575-9340-cfbfd5808a9c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-dd5105f4-2346-4575-9340-cfbfd5808a9c {
  
}
}







#s-dd5105f4-2346-4575-9340-cfbfd5808a9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd5105f4-2346-4575-9340-cfbfd5808a9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
}

.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-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-imageV3-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  margin-left: auto;
margin-right: auto;
max-width: 2601px;
text-align: center;
}
@media (min-width: 1200px){#s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  display: none;
}
#s-5057dfd1-5145-491c-b9d0-04cb5e218483, #wrap-s-5057dfd1-5145-491c-b9d0-04cb5e218483, #wrap-content-s-5057dfd1-5145-491c-b9d0-04cb5e218483 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  display: none;
}
#s-5057dfd1-5145-491c-b9d0-04cb5e218483, #wrap-s-5057dfd1-5145-491c-b9d0-04cb5e218483, #wrap-content-s-5057dfd1-5145-491c-b9d0-04cb5e218483 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  
}
}@media (max-width: 767px){#s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483 img.shogun-image {
  width: 100%;
  
  
  max-width: 2601px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5057dfd1-5145-491c-b9d0-04cb5e218483 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5057dfd1-5145-491c-b9d0-04cb5e218483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5057dfd1-5145-491c-b9d0-04cb5e218483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483 img.shogun-image {
  width: 100%;
  
  
  max-width: 2601px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5057dfd1-5145-491c-b9d0-04cb5e218483 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5057dfd1-5145-491c-b9d0-04cb5e218483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5057dfd1-5145-491c-b9d0-04cb5e218483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483 img.shogun-image {
  width: 100%;
  
  
  max-width: 2601px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5057dfd1-5145-491c-b9d0-04cb5e218483 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5057dfd1-5145-491c-b9d0-04cb5e218483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5057dfd1-5145-491c-b9d0-04cb5e218483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483 img.shogun-image {
  width: 100%;
  
  
  max-width: 2601px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5057dfd1-5145-491c-b9d0-04cb5e218483 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5057dfd1-5145-491c-b9d0-04cb5e218483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5057dfd1-5145-491c-b9d0-04cb5e218483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5057dfd1-5145-491c-b9d0-04cb5e218483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 0px;
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483 img.shogun-image {
  width: 100%;
  
  
  max-width: 2601px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5057dfd1-5145-491c-b9d0-04cb5e218483 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5057dfd1-5145-491c-b9d0-04cb5e218483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5057dfd1-5145-491c-b9d0-04cb5e218483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5057dfd1-5145-491c-b9d0-04cb5e218483.shogun-image {
  box-sizing: border-box;
}




}
.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-cc45a0af-eb10-4454-8fcc-7ae70b86c62a {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cc45a0af-eb10-4454-8fcc-7ae70b86c62a {
  padding-top: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc45a0af-eb10-4454-8fcc-7ae70b86c62a {
  padding-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc45a0af-eb10-4454-8fcc-7ae70b86c62a {
  padding-top: 60px;
}
}@media (max-width: 767px){#s-cc45a0af-eb10-4454-8fcc-7ae70b86c62a {
  padding-top: 40px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}
}
#s-cc45a0af-eb10-4454-8fcc-7ae70b86c62a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 1200px){#s-cc45a0af-eb10-4454-8fcc-7ae70b86c62a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-cc45a0af-eb10-4454-8fcc-7ae70b86c62a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-298fcb97-31cb-4cde-8ea9-43d26a658e7f {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-298fcb97-31cb-4cde-8ea9-43d26a658e7f {
  padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}
}
#s-298fcb97-31cb-4cde-8ea9-43d26a658e7f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


@media (min-width: 1200px){#s-298fcb97-31cb-4cde-8ea9-43d26a658e7f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


}@media (max-width: 767px){#s-298fcb97-31cb-4cde-8ea9-43d26a658e7f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-1be6f672-e1e7-4003-958f-c451d08f1488 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1be6f672-e1e7-4003-958f-c451d08f1488 {
  max-width: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1be6f672-e1e7-4003-958f-c451d08f1488 {
  max-width: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1be6f672-e1e7-4003-958f-c451d08f1488 {
  max-width: 700px;
}
}@media (max-width: 767px){#s-1be6f672-e1e7-4003-958f-c451d08f1488 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-1be6f672-e1e7-4003-958f-c451d08f1488 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-1be6f672-e1e7-4003-958f-c451d08f1488 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-1be6f672-e1e7-4003-958f-c451d08f1488 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  max-width: 3000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  display: none;
}
#s-6ad20353-61be-44f6-b72c-4eea26bba6df, #wrap-s-6ad20353-61be-44f6-b72c-4eea26bba6df, #wrap-content-s-6ad20353-61be-44f6-b72c-4eea26bba6df { display: none !important; }}@media (max-width: 767px){#s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  display: none;
}
#s-6ad20353-61be-44f6-b72c-4eea26bba6df, #wrap-s-6ad20353-61be-44f6-b72c-4eea26bba6df, #wrap-content-s-6ad20353-61be-44f6-b72c-4eea26bba6df { display: none !important; }}
#s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6ad20353-61be-44f6-b72c-4eea26bba6df .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6ad20353-61be-44f6-b72c-4eea26bba6df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad20353-61be-44f6-b72c-4eea26bba6df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6ad20353-61be-44f6-b72c-4eea26bba6df .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6ad20353-61be-44f6-b72c-4eea26bba6df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad20353-61be-44f6-b72c-4eea26bba6df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6ad20353-61be-44f6-b72c-4eea26bba6df .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6ad20353-61be-44f6-b72c-4eea26bba6df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad20353-61be-44f6-b72c-4eea26bba6df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6ad20353-61be-44f6-b72c-4eea26bba6df .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6ad20353-61be-44f6-b72c-4eea26bba6df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad20353-61be-44f6-b72c-4eea26bba6df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6ad20353-61be-44f6-b72c-4eea26bba6df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6ad20353-61be-44f6-b72c-4eea26bba6df .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6ad20353-61be-44f6-b72c-4eea26bba6df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad20353-61be-44f6-b72c-4eea26bba6df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad20353-61be-44f6-b72c-4eea26bba6df.shogun-image {
  box-sizing: border-box;
}




}
#s-2d2355d4-c041-46d7-8c3e-c0f9e2efdbdf {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2d2355d4-c041-46d7-8c3e-c0f9e2efdbdf {
  padding-top: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d2355d4-c041-46d7-8c3e-c0f9e2efdbdf {
  padding-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d2355d4-c041-46d7-8c3e-c0f9e2efdbdf {
  padding-top: 20px;
}
}
#s-2d2355d4-c041-46d7-8c3e-c0f9e2efdbdf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 1200px){#s-2d2355d4-c041-46d7-8c3e-c0f9e2efdbdf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-2d2355d4-c041-46d7-8c3e-c0f9e2efdbdf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-9d7fbdba-4bf9-4c01-aac8-4e207082d691 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-9d7fbdba-4bf9-4c01-aac8-4e207082d691 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-9d7fbdba-4bf9-4c01-aac8-4e207082d691 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 1200px){#s-9d7fbdba-4bf9-4c01-aac8-4e207082d691 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}@media (max-width: 767px){#s-9d7fbdba-4bf9-4c01-aac8-4e207082d691 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-33cd60ae-725c-43b9-8d78-3c8b62800a49 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-33cd60ae-725c-43b9-8d78-3c8b62800a49 {
  max-width: 900px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33cd60ae-725c-43b9-8d78-3c8b62800a49 {
  max-width: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-33cd60ae-725c-43b9-8d78-3c8b62800a49 {
  max-width: 700px;
}
}
#s-33cd60ae-725c-43b9-8d78-3c8b62800a49 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 1200px){#s-33cd60ae-725c-43b9-8d78-3c8b62800a49 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-33cd60ae-725c-43b9-8d78-3c8b62800a49 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-3dce3c4d-7f40-4851-a5f1-fdc78003088d {
  margin-left: auto;
margin-right: auto;
padding-top: 64px;
padding-left: 2%;
padding-bottom: 64px;
padding-right: 2%;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3dce3c4d-7f40-4851-a5f1-fdc78003088d {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-3dce3c4d-7f40-4851-a5f1-fdc78003088d {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-3dce3c4d-7f40-4851-a5f1-fdc78003088d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dce3c4d-7f40-4851-a5f1-fdc78003088d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  display: none;
}
#s-f8d5506e-292b-4358-b641-3a57d36b65c9, #wrap-s-f8d5506e-292b-4358-b641-3a57d36b65c9, #wrap-content-s-f8d5506e-292b-4358-b641-3a57d36b65c9 { display: none !important; }}@media (max-width: 767px){#s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  display: none;
}
#s-f8d5506e-292b-4358-b641-3a57d36b65c9, #wrap-s-f8d5506e-292b-4358-b641-3a57d36b65c9, #wrap-content-s-f8d5506e-292b-4358-b641-3a57d36b65c9 { display: none !important; }}
#s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 20px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8d5506e-292b-4358-b641-3a57d36b65c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8d5506e-292b-4358-b641-3a57d36b65c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8d5506e-292b-4358-b641-3a57d36b65c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8d5506e-292b-4358-b641-3a57d36b65c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8d5506e-292b-4358-b641-3a57d36b65c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8d5506e-292b-4358-b641-3a57d36b65c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8d5506e-292b-4358-b641-3a57d36b65c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8d5506e-292b-4358-b641-3a57d36b65c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8d5506e-292b-4358-b641-3a57d36b65c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8d5506e-292b-4358-b641-3a57d36b65c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8d5506e-292b-4358-b641-3a57d36b65c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8d5506e-292b-4358-b641-3a57d36b65c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 10px;
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f8d5506e-292b-4358-b641-3a57d36b65c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8d5506e-292b-4358-b641-3a57d36b65c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8d5506e-292b-4358-b641-3a57d36b65c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8d5506e-292b-4358-b641-3a57d36b65c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8d5506e-292b-4358-b641-3a57d36b65c9.shogun-image {
  box-sizing: border-box;
}




}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

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

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

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

#s-40105a0c-660a-4c07-ae7a-32e839df6ab5 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-40105a0c-660a-4c07-ae7a-32e839df6ab5 {
  
}
}@media (max-width: 767px){#s-40105a0c-660a-4c07-ae7a-32e839df6ab5 {
  
}
}
@media (min-width: 0px) {
[id="s-40105a0c-660a-4c07-ae7a-32e839df6ab5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40105a0c-660a-4c07-ae7a-32e839df6ab5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40105a0c-660a-4c07-ae7a-32e839df6ab5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40105a0c-660a-4c07-ae7a-32e839df6ab5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40105a0c-660a-4c07-ae7a-32e839df6ab5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40105a0c-660a-4c07-ae7a-32e839df6ab5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40105a0c-660a-4c07-ae7a-32e839df6ab5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6511cafe-e15f-4d80-b39e-092465f71454 {
  padding-top: 32px;
padding-left: 10%;
padding-bottom: 32px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(248, 246, 241, 0.82);
}
@media (min-width: 1200px){#s-6511cafe-e15f-4d80-b39e-092465f71454 {
  border-radius: 10px;
}
}







#s-6511cafe-e15f-4d80-b39e-092465f71454 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6511cafe-e15f-4d80-b39e-092465f71454.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a31e2c60-fdba-44c4-bf36-499c3b88f602 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: left;
}
@media (min-width: 1200px){#s-a31e2c60-fdba-44c4-bf36-499c3b88f602 {
  padding-bottom: 0px;
}
}
#s-a31e2c60-fdba-44c4-bf36-499c3b88f602 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 1200px){#s-a31e2c60-fdba-44c4-bf36-499c3b88f602 .shogun-heading-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a31e2c60-fdba-44c4-bf36-499c3b88f602 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-a31e2c60-fdba-44c4-bf36-499c3b88f602 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}
#s-04727cb1-0456-456b-8434-c3bccf3ca890 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: left;
}

#s-04727cb1-0456-456b-8434-c3bccf3ca890 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 1200px){#s-04727cb1-0456-456b-8434-c3bccf3ca890 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-04727cb1-0456-456b-8434-c3bccf3ca890 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-04727cb1-0456-456b-8434-c3bccf3ca890 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}
.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-e181a0eb-d3a0-4c17-94a9-909224ac7244 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7f65081f-df3f-491e-b03f-dc0a09439637 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-7f65081f-df3f-491e-b03f-dc0a09439637 {
  display: none;
}
#s-7f65081f-df3f-491e-b03f-dc0a09439637, #wrap-s-7f65081f-df3f-491e-b03f-dc0a09439637, #wrap-content-s-7f65081f-df3f-491e-b03f-dc0a09439637 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f65081f-df3f-491e-b03f-dc0a09439637 {
  display: none;
}
#s-7f65081f-df3f-491e-b03f-dc0a09439637, #wrap-s-7f65081f-df3f-491e-b03f-dc0a09439637, #wrap-content-s-7f65081f-df3f-491e-b03f-dc0a09439637 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f65081f-df3f-491e-b03f-dc0a09439637 {
  display: none;
}
#s-7f65081f-df3f-491e-b03f-dc0a09439637, #wrap-s-7f65081f-df3f-491e-b03f-dc0a09439637, #wrap-content-s-7f65081f-df3f-491e-b03f-dc0a09439637 { display: none !important; }}@media (max-width: 767px){#s-7f65081f-df3f-491e-b03f-dc0a09439637 {
  
}
}
#s-7f65081f-df3f-491e-b03f-dc0a09439637 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 1.3px;
  text-align: left;
}



#s-bc92ac87-851f-442f-b383-2ce0a5a018e7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-bc92ac87-851f-442f-b383-2ce0a5a018e7 {
  display: none;
}
#s-bc92ac87-851f-442f-b383-2ce0a5a018e7, #wrap-s-bc92ac87-851f-442f-b383-2ce0a5a018e7, #wrap-content-s-bc92ac87-851f-442f-b383-2ce0a5a018e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc92ac87-851f-442f-b383-2ce0a5a018e7 {
  display: none;
}
#s-bc92ac87-851f-442f-b383-2ce0a5a018e7, #wrap-s-bc92ac87-851f-442f-b383-2ce0a5a018e7, #wrap-content-s-bc92ac87-851f-442f-b383-2ce0a5a018e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc92ac87-851f-442f-b383-2ce0a5a018e7 {
  display: none;
}
#s-bc92ac87-851f-442f-b383-2ce0a5a018e7, #wrap-s-bc92ac87-851f-442f-b383-2ce0a5a018e7, #wrap-content-s-bc92ac87-851f-442f-b383-2ce0a5a018e7 { display: none !important; }}@media (max-width: 767px){#s-bc92ac87-851f-442f-b383-2ce0a5a018e7 {
  display: none;
}
#s-bc92ac87-851f-442f-b383-2ce0a5a018e7, #wrap-s-bc92ac87-851f-442f-b383-2ce0a5a018e7, #wrap-content-s-bc92ac87-851f-442f-b383-2ce0a5a018e7 { display: none !important; }}
#s-bc92ac87-851f-442f-b383-2ce0a5a018e7 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: left;
}



.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;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

#s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2 {
  text-align: center;
}
@media (min-width: 1200px){#s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2 {
  display: none;
}
#s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2, #wrap-s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2, #wrap-content-s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2 {
  display: none;
}
#s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2, #wrap-s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2, #wrap-content-s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2 {
  display: none;
}
#s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2, #wrap-s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2, #wrap-content-s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2 { display: none !important; }}@media (max-width: 767px){#s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2 {
  display: none;
}
#s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2, #wrap-s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2, #wrap-content-s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2 { display: none !important; }}
#s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2 {
  overflow: hidden;
}







  #s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2 img.shogun-image {
    

    
    
    
  }


#s-1f4b40a2-fa69-4094-ad84-86e8d0f952d2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-24b8102a-9e37-4838-99ab-3a01bfc219c0 {
  padding-top: 32px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (min-width: 1200px){#s-24b8102a-9e37-4838-99ab-3a01bfc219c0 {
  display: none;
}
#s-24b8102a-9e37-4838-99ab-3a01bfc219c0, #wrap-s-24b8102a-9e37-4838-99ab-3a01bfc219c0, #wrap-content-s-24b8102a-9e37-4838-99ab-3a01bfc219c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24b8102a-9e37-4838-99ab-3a01bfc219c0 {
  display: none;
}
#s-24b8102a-9e37-4838-99ab-3a01bfc219c0, #wrap-s-24b8102a-9e37-4838-99ab-3a01bfc219c0, #wrap-content-s-24b8102a-9e37-4838-99ab-3a01bfc219c0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24b8102a-9e37-4838-99ab-3a01bfc219c0 {
  
}
}







#s-24b8102a-9e37-4838-99ab-3a01bfc219c0 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-24b8102a-9e37-4838-99ab-3a01bfc219c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d63af02-27ed-48b7-90e3-843e288f0ecc {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3840px;
text-align: center;
}

#s-4d63af02-27ed-48b7-90e3-843e288f0ecc {
  overflow: hidden;
}








#s-4d63af02-27ed-48b7-90e3-843e288f0ecc .shogun-image-content {
  
    justify-content: center;
  
}

#s-90da9da3-9ab2-4ce7-81f5-66750096c6af {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 10px;
max-width: 1200px;
text-align: left;
}
@media (max-width: 767px){#s-90da9da3-9ab2-4ce7-81f5-66750096c6af {
  padding-bottom: 0px;
}
}
#s-90da9da3-9ab2-4ce7-81f5-66750096c6af .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-90da9da3-9ab2-4ce7-81f5-66750096c6af .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-90da9da3-9ab2-4ce7-81f5-66750096c6af .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}
#s-7d3a1d43-7fde-43cd-aa93-89434f40b148 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 10px;
max-width: 1200px;
text-align: left;
}
@media (max-width: 767px){#s-7d3a1d43-7fde-43cd-aa93-89434f40b148 {
  padding-top: 10px;
}
}
#s-7d3a1d43-7fde-43cd-aa93-89434f40b148 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7d3a1d43-7fde-43cd-aa93-89434f40b148 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-7d3a1d43-7fde-43cd-aa93-89434f40b148 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}
#s-df5cf93e-0840-4c92-b2a7-3b50fb4f1480 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-bc3648f7-4ecb-458a-b5a1-891872c0b510 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-bc3648f7-4ecb-458a-b5a1-891872c0b510 {
  display: none;
}
#s-bc3648f7-4ecb-458a-b5a1-891872c0b510, #wrap-s-bc3648f7-4ecb-458a-b5a1-891872c0b510, #wrap-content-s-bc3648f7-4ecb-458a-b5a1-891872c0b510 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc3648f7-4ecb-458a-b5a1-891872c0b510 {
  display: none;
}
#s-bc3648f7-4ecb-458a-b5a1-891872c0b510, #wrap-s-bc3648f7-4ecb-458a-b5a1-891872c0b510, #wrap-content-s-bc3648f7-4ecb-458a-b5a1-891872c0b510 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc3648f7-4ecb-458a-b5a1-891872c0b510 {
  display: none;
}
#s-bc3648f7-4ecb-458a-b5a1-891872c0b510, #wrap-s-bc3648f7-4ecb-458a-b5a1-891872c0b510, #wrap-content-s-bc3648f7-4ecb-458a-b5a1-891872c0b510 { display: none !important; }}@media (max-width: 767px){#s-bc3648f7-4ecb-458a-b5a1-891872c0b510 {
  display: none;
}
#s-bc3648f7-4ecb-458a-b5a1-891872c0b510, #wrap-s-bc3648f7-4ecb-458a-b5a1-891872c0b510, #wrap-content-s-bc3648f7-4ecb-458a-b5a1-891872c0b510 { display: none !important; }}
#s-bc3648f7-4ecb-458a-b5a1-891872c0b510 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-314c45ee-81a2-468c-bc49-7e559a19b472 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-314c45ee-81a2-468c-bc49-7e559a19b472 {
  display: none;
}
#s-314c45ee-81a2-468c-bc49-7e559a19b472, #wrap-s-314c45ee-81a2-468c-bc49-7e559a19b472, #wrap-content-s-314c45ee-81a2-468c-bc49-7e559a19b472 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-314c45ee-81a2-468c-bc49-7e559a19b472 {
  display: none;
}
#s-314c45ee-81a2-468c-bc49-7e559a19b472, #wrap-s-314c45ee-81a2-468c-bc49-7e559a19b472, #wrap-content-s-314c45ee-81a2-468c-bc49-7e559a19b472 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-314c45ee-81a2-468c-bc49-7e559a19b472 {
  display: none;
}
#s-314c45ee-81a2-468c-bc49-7e559a19b472, #wrap-s-314c45ee-81a2-468c-bc49-7e559a19b472, #wrap-content-s-314c45ee-81a2-468c-bc49-7e559a19b472 { display: none !important; }}@media (max-width: 767px){#s-314c45ee-81a2-468c-bc49-7e559a19b472 {
  display: none;
}
#s-314c45ee-81a2-468c-bc49-7e559a19b472, #wrap-s-314c45ee-81a2-468c-bc49-7e559a19b472, #wrap-content-s-314c45ee-81a2-468c-bc49-7e559a19b472 { display: none !important; }}
#s-314c45ee-81a2-468c-bc49-7e559a19b472 {
  overflow: hidden;
}







  #s-314c45ee-81a2-468c-bc49-7e559a19b472 img.shogun-image {
    

    
    
    
  }


#s-314c45ee-81a2-468c-bc49-7e559a19b472 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6d58e713-5458-4c78-93a0-f45c8dc75bcf {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (min-width: 1200px){#s-6d58e713-5458-4c78-93a0-f45c8dc75bcf {
  padding-top: 64px;
padding-bottom: 64px;
}
}@media (max-width: 767px){#s-6d58e713-5458-4c78-93a0-f45c8dc75bcf {
  padding-top: 20px;
padding-bottom: 32px;
}
}







#s-6d58e713-5458-4c78-93a0-f45c8dc75bcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d58e713-5458-4c78-93a0-f45c8dc75bcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16a1b97b-73c2-4653-a71f-8921f3192025 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-16a1b97b-73c2-4653-a71f-8921f3192025 {
  display: none;
}
#s-16a1b97b-73c2-4653-a71f-8921f3192025, #wrap-s-16a1b97b-73c2-4653-a71f-8921f3192025, #wrap-content-s-16a1b97b-73c2-4653-a71f-8921f3192025 { display: none !important; }}@media (max-width: 767px){#s-16a1b97b-73c2-4653-a71f-8921f3192025 {
  display: none;
}
#s-16a1b97b-73c2-4653-a71f-8921f3192025, #wrap-s-16a1b97b-73c2-4653-a71f-8921f3192025, #wrap-content-s-16a1b97b-73c2-4653-a71f-8921f3192025 { display: none !important; }}
@media (min-width: 0px) {
[id="s-16a1b97b-73c2-4653-a71f-8921f3192025"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16a1b97b-73c2-4653-a71f-8921f3192025"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-16a1b97b-73c2-4653-a71f-8921f3192025"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-16a1b97b-73c2-4653-a71f-8921f3192025"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2cdaedeb-dd2d-4ff5-8e1f-b41bfc09bf12 {
  margin-left: 20%;
margin-right: 0%;
min-height: 50px;
}








#s-2cdaedeb-dd2d-4ff5-8e1f-b41bfc09bf12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2cdaedeb-dd2d-4ff5-8e1f-b41bfc09bf12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-841189af-f1b9-4985-935d-cbd08e46bf2b {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: left;
}
@media (min-width: 1200px){#s-841189af-f1b9-4985-935d-cbd08e46bf2b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-841189af-f1b9-4985-935d-cbd08e46bf2b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-841189af-f1b9-4985-935d-cbd08e46bf2b {
  display: none;
}
#s-841189af-f1b9-4985-935d-cbd08e46bf2b, #wrap-s-841189af-f1b9-4985-935d-cbd08e46bf2b, #wrap-content-s-841189af-f1b9-4985-935d-cbd08e46bf2b { display: none !important; }}@media (max-width: 767px){#s-841189af-f1b9-4985-935d-cbd08e46bf2b {
  margin-top: 30px;
display: none;
}
#s-841189af-f1b9-4985-935d-cbd08e46bf2b, #wrap-s-841189af-f1b9-4985-935d-cbd08e46bf2b, #wrap-content-s-841189af-f1b9-4985-935d-cbd08e46bf2b { display: none !important; }}
#s-841189af-f1b9-4985-935d-cbd08e46bf2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-841189af-f1b9-4985-935d-cbd08e46bf2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-841189af-f1b9-4985-935d-cbd08e46bf2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}
#s-1e5f2bcb-8396-4437-a11e-8fad2bf14930 {
  margin-top: 20px;
min-height: 50px;
}








#s-1e5f2bcb-8396-4437-a11e-8fad2bf14930 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e5f2bcb-8396-4437-a11e-8fad2bf14930.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84035b6d-fc53-4487-8b9f-8e3d92b12fb3 {
  max-width: 200px;
aspect-ratio: 2084/751;
text-align: center;
}

#s-84035b6d-fc53-4487-8b9f-8e3d92b12fb3 {
  overflow: hidden;
}





  #s-84035b6d-fc53-4487-8b9f-8e3d92b12fb3 img.shogun-image,
  #s-84035b6d-fc53-4487-8b9f-8e3d92b12fb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84035b6d-fc53-4487-8b9f-8e3d92b12fb3 {
    width: 100%;
    height: auto;
  }



  #s-84035b6d-fc53-4487-8b9f-8e3d92b12fb3 img.shogun-image {
    

    
    
    
  }


#s-84035b6d-fc53-4487-8b9f-8e3d92b12fb3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f6eb372c-19bd-4b19-bfea-a1c02e8c891a {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-f6eb372c-19bd-4b19-bfea-a1c02e8c891a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-73ea4b22-9aea-4cef-89d9-02bb68fe19c5 {
  margin-top: 10px;
}

#s-0b600f3e-74a7-4192-bc10-a06f21ca2969 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-0b600f3e-74a7-4192-bc10-a06f21ca2969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b600f3e-74a7-4192-bc10-a06f21ca2969.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62dc33f0-e2c5-4e83-9f35-97bbcaad6118 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}
@media (min-width: 1200px){#s-62dc33f0-e2c5-4e83-9f35-97bbcaad6118 {
  display: none;
}
#s-62dc33f0-e2c5-4e83-9f35-97bbcaad6118, #wrap-s-62dc33f0-e2c5-4e83-9f35-97bbcaad6118, #wrap-content-s-62dc33f0-e2c5-4e83-9f35-97bbcaad6118 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62dc33f0-e2c5-4e83-9f35-97bbcaad6118 {
  display: none;
}
#s-62dc33f0-e2c5-4e83-9f35-97bbcaad6118, #wrap-s-62dc33f0-e2c5-4e83-9f35-97bbcaad6118, #wrap-content-s-62dc33f0-e2c5-4e83-9f35-97bbcaad6118 { display: none !important; }}
#s-62dc33f0-e2c5-4e83-9f35-97bbcaad6118 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}



.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-ff0970ea-0ee0-4043-8579-eb24130811d6 {
  margin-left: 0%;
margin-right: 0%;
max-width: 650px;
}

#s-ff0970ea-0ee0-4043-8579-eb24130811d6 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-ff0970ea-0ee0-4043-8579-eb24130811d6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ff0970ea-0ee0-4043-8579-eb24130811d6 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ff0970ea-0ee0-4043-8579-eb24130811d6 td.shogun-table-row {
  background-color: rgba(248, 246, 241, 0);
  padding: 0px;
}

#s-ff0970ea-0ee0-4043-8579-eb24130811d6 td.shogun-table-column, #s-ff0970ea-0ee0-4043-8579-eb24130811d6 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-40930a13-8908-486d-ac0a-6e17a5ac79d4 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-40930a13-8908-486d-ac0a-6e17a5ac79d4 {
  overflow: hidden;
}







  #s-40930a13-8908-486d-ac0a-6e17a5ac79d4 img.shogun-image {
    

    
    
    
  }


#s-40930a13-8908-486d-ac0a-6e17a5ac79d4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-17ea5c5c-91f1-4a66-ab9f-00d50bc50cc9 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-17ea5c5c-91f1-4a66-ab9f-00d50bc50cc9 {
  overflow: hidden;
}







  #s-17ea5c5c-91f1-4a66-ab9f-00d50bc50cc9 img.shogun-image {
    

    
    
    
  }


#s-17ea5c5c-91f1-4a66-ab9f-00d50bc50cc9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d3660db2-cdd2-4d98-8ee8-978216b081e4 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-d3660db2-cdd2-4d98-8ee8-978216b081e4 {
  overflow: hidden;
}







  #s-d3660db2-cdd2-4d98-8ee8-978216b081e4 img.shogun-image {
    

    
    
    
  }


#s-d3660db2-cdd2-4d98-8ee8-978216b081e4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9c743dfa-bd8e-48ef-be45-e8a151aec98b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c743dfa-bd8e-48ef-be45-e8a151aec98b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Medium";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-3fc9a849-fd59-4d25-9a22-bd55b769452d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3fc9a849-fd59-4d25-9a22-bd55b769452d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Medium";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-9046609a-ad76-4bc6-8a41-54076cf3591e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9046609a-ad76-4bc6-8a41-54076cf3591e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Medium";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-fcd0d9a2-0ef7-4945-a2a9-65df2f2e1376 {
  margin-top: -5px;
max-width: 400px;
}

#s-0067478c-91b8-484d-90ab-84ea3507b866 {
  margin-top: -5px;
max-width: 400px;
}

#s-4167c907-1db0-4fac-8a86-b3b300952cb0 {
  margin-top: -5px;
max-width: 400px;
}

#s-916b61c5-65b8-41c5-89f8-90801f634354 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (min-width: 1200px){#s-916b61c5-65b8-41c5-89f8-90801f634354 {
  display: none;
}
#s-916b61c5-65b8-41c5-89f8-90801f634354, #wrap-s-916b61c5-65b8-41c5-89f8-90801f634354, #wrap-content-s-916b61c5-65b8-41c5-89f8-90801f634354 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-916b61c5-65b8-41c5-89f8-90801f634354 {
  display: none;
}
#s-916b61c5-65b8-41c5-89f8-90801f634354, #wrap-s-916b61c5-65b8-41c5-89f8-90801f634354, #wrap-content-s-916b61c5-65b8-41c5-89f8-90801f634354 { display: none !important; }}







#s-916b61c5-65b8-41c5-89f8-90801f634354 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-916b61c5-65b8-41c5-89f8-90801f634354.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f58db6e-dd6d-4780-b79a-72dc7019f986 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (max-width: 767px){#s-0f58db6e-dd6d-4780-b79a-72dc7019f986 {
  margin-left: auto;
margin-right: auto;
}
}
#s-0f58db6e-dd6d-4780-b79a-72dc7019f986 {
  overflow: hidden;
}







  #s-0f58db6e-dd6d-4780-b79a-72dc7019f986 img.shogun-image {
    

    
    
    
  }


#s-0f58db6e-dd6d-4780-b79a-72dc7019f986 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fc395fc1-6216-4336-a955-87a8ed034449 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-fc395fc1-6216-4336-a955-87a8ed034449 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-96d8f5a2-d71c-4118-ac2a-6eef345784b0 {
  padding-top: 30px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-96d8f5a2-d71c-4118-ac2a-6eef345784b0 {
  display: none;
}
#s-96d8f5a2-d71c-4118-ac2a-6eef345784b0, #wrap-s-96d8f5a2-d71c-4118-ac2a-6eef345784b0, #wrap-content-s-96d8f5a2-d71c-4118-ac2a-6eef345784b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96d8f5a2-d71c-4118-ac2a-6eef345784b0 {
  display: none;
}
#s-96d8f5a2-d71c-4118-ac2a-6eef345784b0, #wrap-s-96d8f5a2-d71c-4118-ac2a-6eef345784b0, #wrap-content-s-96d8f5a2-d71c-4118-ac2a-6eef345784b0 { display: none !important; }}@media (max-width: 767px){#s-96d8f5a2-d71c-4118-ac2a-6eef345784b0 {
  padding-top: 20px;
}
}
#s-96d8f5a2-d71c-4118-ac2a-6eef345784b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-96d8f5a2-d71c-4118-ac2a-6eef345784b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-86888439-756b-4a74-ad0a-95e9ce760b83 {
  margin-left: 0%;
margin-right: 0%;
max-width: 650px;
}
@media (min-width: 1200px){#s-86888439-756b-4a74-ad0a-95e9ce760b83 {
  display: none;
}
#s-86888439-756b-4a74-ad0a-95e9ce760b83, #wrap-s-86888439-756b-4a74-ad0a-95e9ce760b83, #wrap-content-s-86888439-756b-4a74-ad0a-95e9ce760b83 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86888439-756b-4a74-ad0a-95e9ce760b83 {
  display: none;
}
#s-86888439-756b-4a74-ad0a-95e9ce760b83, #wrap-s-86888439-756b-4a74-ad0a-95e9ce760b83, #wrap-content-s-86888439-756b-4a74-ad0a-95e9ce760b83 { display: none !important; }}
#s-86888439-756b-4a74-ad0a-95e9ce760b83 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-86888439-756b-4a74-ad0a-95e9ce760b83 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-86888439-756b-4a74-ad0a-95e9ce760b83 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-86888439-756b-4a74-ad0a-95e9ce760b83 td.shogun-table-row {
  background-color: rgba(248, 246, 241, 0);
  padding: 0px;
}

#s-86888439-756b-4a74-ad0a-95e9ce760b83 td.shogun-table-column, #s-86888439-756b-4a74-ad0a-95e9ce760b83 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-a9bddd6c-41cb-4465-a2f8-d7f7b349b43b {
  max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-a9bddd6c-41cb-4465-a2f8-d7f7b349b43b {
  margin-right: 5%;
max-width: 80px;
}
}
#s-a9bddd6c-41cb-4465-a2f8-d7f7b349b43b {
  overflow: hidden;
}







  #s-a9bddd6c-41cb-4465-a2f8-d7f7b349b43b img.shogun-image {
    

    
    
    
  }


#s-a9bddd6c-41cb-4465-a2f8-d7f7b349b43b .shogun-image-content {
  
    justify-content: center;
  
}

#s-f9fa4a74-8d1c-46d2-b16b-3a36772d9c3a {
  max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-f9fa4a74-8d1c-46d2-b16b-3a36772d9c3a {
  margin-right: 5%;
max-width: 80px;
}
}
#s-f9fa4a74-8d1c-46d2-b16b-3a36772d9c3a {
  overflow: hidden;
}







  #s-f9fa4a74-8d1c-46d2-b16b-3a36772d9c3a img.shogun-image {
    

    
    
    
  }


#s-f9fa4a74-8d1c-46d2-b16b-3a36772d9c3a .shogun-image-content {
  
    justify-content: center;
  
}

#s-a80ccf38-7b4d-428f-a4ea-f03fd9b0cf11 {
  max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-a80ccf38-7b4d-428f-a4ea-f03fd9b0cf11 {
  margin-right: 5%;
max-width: 80px;
}
}
#s-a80ccf38-7b4d-428f-a4ea-f03fd9b0cf11 {
  overflow: hidden;
}







  #s-a80ccf38-7b4d-428f-a4ea-f03fd9b0cf11 img.shogun-image {
    

    
    
    
  }


#s-a80ccf38-7b4d-428f-a4ea-f03fd9b0cf11 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b1c77340-539c-406e-8a6f-6c3ff976f9bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b1c77340-539c-406e-8a6f-6c3ff976f9bb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-b1c77340-539c-406e-8a6f-6c3ff976f9bb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Centra No2 Medium";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-00042cea-090a-402a-bf95-9d17f1c9c668 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-00042cea-090a-402a-bf95-9d17f1c9c668 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-00042cea-090a-402a-bf95-9d17f1c9c668 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Centra No2 Medium";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-e6391a2e-aea2-4583-abd3-b44266500955 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e6391a2e-aea2-4583-abd3-b44266500955 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e6391a2e-aea2-4583-abd3-b44266500955 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Centra No2 Medium";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-5a53b036-b9d2-426b-928c-fb5d16730567 {
  margin-top: -5px;
max-width: 400px;
}

#s-734e3274-463c-4356-b170-86e25ec26695 {
  margin-top: -5px;
max-width: 400px;
}

#s-41dae146-62a5-4c5b-8243-9ac533d9b3b2 {
  margin-top: -5px;
max-width: 400px;
}

#s-78855b65-8ab7-4073-a5e1-17e60660ccfa {
  padding-top: 64px;
padding-left: 0%;
padding-bottom: 64px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(237, 243, 238, 1);
}
@media (min-width: 1200px){#s-78855b65-8ab7-4073-a5e1-17e60660ccfa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78855b65-8ab7-4073-a5e1-17e60660ccfa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78855b65-8ab7-4073-a5e1-17e60660ccfa {
  
}
}@media (max-width: 767px){#s-78855b65-8ab7-4073-a5e1-17e60660ccfa {
  padding-top: 32px;
padding-bottom: 32px;
}
}







#s-78855b65-8ab7-4073-a5e1-17e60660ccfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78855b65-8ab7-4073-a5e1-17e60660ccfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3b5e9fa-be41-4bf3-9c4f-552ff7d23623 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-d3b5e9fa-be41-4bf3-9c4f-552ff7d23623 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d3b5e9fa-be41-4bf3-9c4f-552ff7d23623 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-d3b5e9fa-be41-4bf3-9c4f-552ff7d23623 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-ecc00fbe-871b-4673-90fd-7766c339672c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: left;
}

#s-7d40e5d0-6a73-4743-9d61-c038197480e0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-7d40e5d0-6a73-4743-9d61-c038197480e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d40e5d0-6a73-4743-9d61-c038197480e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d40e5d0-6a73-4743-9d61-c038197480e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d40e5d0-6a73-4743-9d61-c038197480e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d40e5d0-6a73-4743-9d61-c038197480e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d40e5d0-6a73-4743-9d61-c038197480e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d40e5d0-6a73-4743-9d61-c038197480e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-d643f816-182c-4322-a0cb-24533d03690b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d643f816-182c-4322-a0cb-24533d03690b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d643f816-182c-4322-a0cb-24533d03690b .shg-sld-nav-button.shg-sld-left,
#s-d643f816-182c-4322-a0cb-24533d03690b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b7811fed-e873-4d7d-9549-8848a88484d1 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b7811fed-e873-4d7d-9549-8848a88484d1 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-b7811fed-e873-4d7d-9549-8848a88484d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7811fed-e873-4d7d-9549-8848a88484d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9eedba2a-0b7a-4f34-b0c4-9af6a7fc88af {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 130px;
text-align: center;
}

#s-9eedba2a-0b7a-4f34-b0c4-9af6a7fc88af {
  overflow: hidden;
}







  #s-9eedba2a-0b7a-4f34-b0c4-9af6a7fc88af img.shogun-image {
    

    
    
    
  }


#s-9eedba2a-0b7a-4f34-b0c4-9af6a7fc88af .shogun-image-content {
  
    justify-content: center;
  
}

#s-39ec89d7-12a9-4d90-b2a1-edd7efd958e7 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}

#s-39ec89d7-12a9-4d90-b2a1-edd7efd958e7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-ef8eff9a-3a7b-4277-8b7a-8bde3cea5a56 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-ef8eff9a-3a7b-4277-8b7a-8bde3cea5a56 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-949a297a-efa7-4d92-b928-28934b4e9539 {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}

#s-949a297a-efa7-4d92-b928-28934b4e9539 {
  overflow: hidden;
}







  #s-949a297a-efa7-4d92-b928-28934b4e9539 img.shogun-image {
    

    
    
    
  }


#s-949a297a-efa7-4d92-b928-28934b4e9539 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2faa96ec-08df-4224-b89b-94ad355d032a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-d4939ebf-d720-4130-b0b7-deb432f39f98 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d4939ebf-d720-4130-b0b7-deb432f39f98 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-d4939ebf-d720-4130-b0b7-deb432f39f98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4939ebf-d720-4130-b0b7-deb432f39f98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbaf5850-4058-41f7-a78f-75bdfde35724 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 130px;
text-align: center;
}

#s-dbaf5850-4058-41f7-a78f-75bdfde35724 {
  overflow: hidden;
}







  #s-dbaf5850-4058-41f7-a78f-75bdfde35724 img.shogun-image {
    

    
    
    
  }


#s-dbaf5850-4058-41f7-a78f-75bdfde35724 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6604aa18-e74a-4aa0-8b78-5ac272a40964 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}

#s-6604aa18-e74a-4aa0-8b78-5ac272a40964 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-1938e3de-982e-46ac-993f-6887baa1f480 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-1938e3de-982e-46ac-993f-6887baa1f480 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-83b2e4ca-277f-47bc-be2a-feaac65121e1 {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}

#s-83b2e4ca-277f-47bc-be2a-feaac65121e1 {
  overflow: hidden;
}







  #s-83b2e4ca-277f-47bc-be2a-feaac65121e1 img.shogun-image {
    

    
    
    
  }


#s-83b2e4ca-277f-47bc-be2a-feaac65121e1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1c40a2ad-4daa-4297-a41f-fad365cf84da {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-b747c563-8f58-4f49-a0a8-8b35fe43c562 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b747c563-8f58-4f49-a0a8-8b35fe43c562 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-b747c563-8f58-4f49-a0a8-8b35fe43c562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b747c563-8f58-4f49-a0a8-8b35fe43c562.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee22f46f-0957-4bbb-9d1f-fe4a5529df9a {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 130px;
text-align: center;
}

#s-ee22f46f-0957-4bbb-9d1f-fe4a5529df9a {
  overflow: hidden;
}







  #s-ee22f46f-0957-4bbb-9d1f-fe4a5529df9a img.shogun-image {
    

    
    
    
  }


#s-ee22f46f-0957-4bbb-9d1f-fe4a5529df9a .shogun-image-content {
  
    justify-content: center;
  
}

#s-496a6fc6-28ad-475d-a8b4-9f921ff569ac {
  padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}

#s-496a6fc6-28ad-475d-a8b4-9f921ff569ac .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-c3d37b3e-822d-49ee-abfa-8b0e5afad6fa {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-c3d37b3e-822d-49ee-abfa-8b0e5afad6fa .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-f7b6ac0d-d168-42b0-af41-125b5d902ef8 {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}

#s-f7b6ac0d-d168-42b0-af41-125b5d902ef8 {
  overflow: hidden;
}







  #s-f7b6ac0d-d168-42b0-af41-125b5d902ef8 img.shogun-image {
    

    
    
    
  }


#s-f7b6ac0d-d168-42b0-af41-125b5d902ef8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-805242e3-cd9e-47b0-87df-3c09b7028168 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-4429aa72-5131-48ec-96b6-e957c3fe9ae0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4429aa72-5131-48ec-96b6-e957c3fe9ae0 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-4429aa72-5131-48ec-96b6-e957c3fe9ae0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4429aa72-5131-48ec-96b6-e957c3fe9ae0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04e71a4d-9d80-4d80-ac5c-c99d402059f0 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 130px;
text-align: center;
}

#s-04e71a4d-9d80-4d80-ac5c-c99d402059f0 {
  overflow: hidden;
}







  #s-04e71a4d-9d80-4d80-ac5c-c99d402059f0 img.shogun-image {
    

    
    
    
  }


#s-04e71a4d-9d80-4d80-ac5c-c99d402059f0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-257eee46-5f08-45eb-a935-aa1d4a2ea652 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}

#s-257eee46-5f08-45eb-a935-aa1d4a2ea652 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-4e3ac7ba-a6b6-4add-afb3-d8f6c072d179 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-4e3ac7ba-a6b6-4add-afb3-d8f6c072d179 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-cc6d8b1b-b0bf-4fea-a498-b15ffeaa1fda {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}

#s-cc6d8b1b-b0bf-4fea-a498-b15ffeaa1fda {
  overflow: hidden;
}







  #s-cc6d8b1b-b0bf-4fea-a498-b15ffeaa1fda img.shogun-image {
    

    
    
    
  }


#s-cc6d8b1b-b0bf-4fea-a498-b15ffeaa1fda .shogun-image-content {
  
    justify-content: center;
  
}

#s-3090b16a-43a2-42c6-a8b1-c6fdf5b7def5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-2ba93762-79e2-4519-8f4d-e401d9b90f76 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2ba93762-79e2-4519-8f4d-e401d9b90f76 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-2ba93762-79e2-4519-8f4d-e401d9b90f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ba93762-79e2-4519-8f4d-e401d9b90f76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5776cd3-3323-4723-8f5b-f79ed7f0e497 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 130px;
text-align: center;
}

#s-e5776cd3-3323-4723-8f5b-f79ed7f0e497 {
  overflow: hidden;
}







  #s-e5776cd3-3323-4723-8f5b-f79ed7f0e497 img.shogun-image {
    

    
    
    
  }


#s-e5776cd3-3323-4723-8f5b-f79ed7f0e497 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2dfc37f4-2de6-4ef8-a885-7a981a97a8e0 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}

#s-2dfc37f4-2de6-4ef8-a885-7a981a97a8e0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-9ed2084f-6dc2-459a-9a89-9a59628c5e4b {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-9ed2084f-6dc2-459a-9a89-9a59628c5e4b .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-612f5e29-833e-47e1-a7c6-4a0b2112e959 {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}

#s-612f5e29-833e-47e1-a7c6-4a0b2112e959 {
  overflow: hidden;
}







  #s-612f5e29-833e-47e1-a7c6-4a0b2112e959 img.shogun-image {
    

    
    
    
  }


#s-612f5e29-833e-47e1-a7c6-4a0b2112e959 .shogun-image-content {
  
    justify-content: center;
  
}

#s-32974f80-60b3-46d4-8fb9-50473a619ce0 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-be2afc5a-cb23-40a8-ad06-791440ff55ad {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-be2afc5a-cb23-40a8-ad06-791440ff55ad {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-be2afc5a-cb23-40a8-ad06-791440ff55ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be2afc5a-cb23-40a8-ad06-791440ff55ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0595aef4-08f6-4955-b472-e5739c8123a5 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 130px;
text-align: center;
}

#s-0595aef4-08f6-4955-b472-e5739c8123a5 {
  overflow: hidden;
}







  #s-0595aef4-08f6-4955-b472-e5739c8123a5 img.shogun-image {
    

    
    
    
  }


#s-0595aef4-08f6-4955-b472-e5739c8123a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a98e39dc-5fce-458f-a019-e95da9d2e904 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}

#s-a98e39dc-5fce-458f-a019-e95da9d2e904 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-3e98ddd6-00da-4d31-bb87-a8ba494d362f {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-3e98ddd6-00da-4d31-bb87-a8ba494d362f .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-101d36f3-413e-4955-96df-9bd87b7b6cb7 {
  padding-top: 10px;
padding-bottom: 5px;
max-width: 130px;
text-align: center;
}

#s-101d36f3-413e-4955-96df-9bd87b7b6cb7 {
  overflow: hidden;
}







  #s-101d36f3-413e-4955-96df-9bd87b7b6cb7 img.shogun-image {
    

    
    
    
  }


#s-101d36f3-413e-4955-96df-9bd87b7b6cb7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fdd18d44-ffd0-4bd5-8327-d7a768faa643 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-0102dfe3-99f1-44d1-ba05-b57e48c56c27 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-0102dfe3-99f1-44d1-ba05-b57e48c56c27 {
  display: none;
}
#s-0102dfe3-99f1-44d1-ba05-b57e48c56c27, #wrap-s-0102dfe3-99f1-44d1-ba05-b57e48c56c27, #wrap-content-s-0102dfe3-99f1-44d1-ba05-b57e48c56c27 { display: none !important; }}@media (max-width: 767px){#s-0102dfe3-99f1-44d1-ba05-b57e48c56c27 {
  display: none;
}
#s-0102dfe3-99f1-44d1-ba05-b57e48c56c27, #wrap-s-0102dfe3-99f1-44d1-ba05-b57e48c56c27, #wrap-content-s-0102dfe3-99f1-44d1-ba05-b57e48c56c27 { display: none !important; }}
#s-0102dfe3-99f1-44d1-ba05-b57e48c56c27 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-0102dfe3-99f1-44d1-ba05-b57e48c56c27 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0102dfe3-99f1-44d1-ba05-b57e48c56c27 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-0102dfe3-99f1-44d1-ba05-b57e48c56c27 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-0102dfe3-99f1-44d1-ba05-b57e48c56c27 td.shogun-table-column, #s-0102dfe3-99f1-44d1-ba05-b57e48c56c27 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-37ea8ef5-1ed0-4065-a40e-92a2422c074d {
  max-width: 300px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-37ea8ef5-1ed0-4065-a40e-92a2422c074d {
  
}
}@media (max-width: 767px){#s-37ea8ef5-1ed0-4065-a40e-92a2422c074d {
  
}
}
#s-37ea8ef5-1ed0-4065-a40e-92a2422c074d {
  overflow: hidden;
}







  #s-37ea8ef5-1ed0-4065-a40e-92a2422c074d img.shogun-image {
    

    
    
    
  }


#s-37ea8ef5-1ed0-4065-a40e-92a2422c074d .shogun-image-content {
  
    justify-content: center;
  
}

#s-45fd4ddc-6d54-4756-8cb7-d9bbe001d141 {
  max-width: 300px;
text-align: center;
}

#s-45fd4ddc-6d54-4756-8cb7-d9bbe001d141 {
  overflow: hidden;
}







  #s-45fd4ddc-6d54-4756-8cb7-d9bbe001d141 img.shogun-image {
    

    
    
    
  }


#s-45fd4ddc-6d54-4756-8cb7-d9bbe001d141 .shogun-image-content {
  
    justify-content: center;
  
}

#s-55fc85ff-a1e2-4fee-840e-23cef3420723 {
  max-width: 300px;
text-align: center;
}

#s-55fc85ff-a1e2-4fee-840e-23cef3420723 {
  overflow: hidden;
}







  #s-55fc85ff-a1e2-4fee-840e-23cef3420723 img.shogun-image {
    

    
    
    
  }


#s-55fc85ff-a1e2-4fee-840e-23cef3420723 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b4275aee-2af5-4cad-8af5-aecea33c0f56 {
  max-width: 300px;
text-align: center;
}

#s-b4275aee-2af5-4cad-8af5-aecea33c0f56 {
  overflow: hidden;
}







  #s-b4275aee-2af5-4cad-8af5-aecea33c0f56 img.shogun-image {
    

    
    
    
  }


#s-b4275aee-2af5-4cad-8af5-aecea33c0f56 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1d749716-bed3-47e5-8f49-12529262908c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d749716-bed3-47e5-8f49-12529262908c {
  display: none;
}
#s-1d749716-bed3-47e5-8f49-12529262908c, #wrap-s-1d749716-bed3-47e5-8f49-12529262908c, #wrap-content-s-1d749716-bed3-47e5-8f49-12529262908c { display: none !important; }}@media (max-width: 767px){#s-1d749716-bed3-47e5-8f49-12529262908c {
  display: none;
}
#s-1d749716-bed3-47e5-8f49-12529262908c, #wrap-s-1d749716-bed3-47e5-8f49-12529262908c, #wrap-content-s-1d749716-bed3-47e5-8f49-12529262908c { display: none !important; }}
#s-1d749716-bed3-47e5-8f49-12529262908c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-1d749716-bed3-47e5-8f49-12529262908c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1d749716-bed3-47e5-8f49-12529262908c td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1d749716-bed3-47e5-8f49-12529262908c td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-1d749716-bed3-47e5-8f49-12529262908c td.shogun-table-column, #s-1d749716-bed3-47e5-8f49-12529262908c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-b207439f-09d8-4fb5-ab09-cddf76d96090 {
  max-width: 300px;
text-align: center;
}

#s-b207439f-09d8-4fb5-ab09-cddf76d96090 {
  overflow: hidden;
}







  #s-b207439f-09d8-4fb5-ab09-cddf76d96090 img.shogun-image {
    

    
    
    
  }


#s-b207439f-09d8-4fb5-ab09-cddf76d96090 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7f82275d-46b5-4e2c-875e-8bb4f2c75366 {
  max-width: 300px;
text-align: center;
}

#s-7f82275d-46b5-4e2c-875e-8bb4f2c75366 {
  overflow: hidden;
}







  #s-7f82275d-46b5-4e2c-875e-8bb4f2c75366 img.shogun-image {
    

    
    
    
  }


#s-7f82275d-46b5-4e2c-875e-8bb4f2c75366 .shogun-image-content {
  
    justify-content: center;
  
}

#s-20eb6aad-175f-4a1f-9741-37f68c8f6496 {
  max-width: 300px;
text-align: center;
}

#s-20eb6aad-175f-4a1f-9741-37f68c8f6496 {
  overflow: hidden;
}







  #s-20eb6aad-175f-4a1f-9741-37f68c8f6496 img.shogun-image {
    

    
    
    
  }


#s-20eb6aad-175f-4a1f-9741-37f68c8f6496 .shogun-image-content {
  
    justify-content: center;
  
}

#s-abaed4eb-826e-400d-b305-b14bc558cebf {
  max-width: 300px;
text-align: center;
}

#s-abaed4eb-826e-400d-b305-b14bc558cebf {
  overflow: hidden;
}







  #s-abaed4eb-826e-400d-b305-b14bc558cebf img.shogun-image {
    

    
    
    
  }


#s-abaed4eb-826e-400d-b305-b14bc558cebf .shogun-image-content {
  
    justify-content: center;
  
}

#s-af33ba55-f639-440b-b45d-e0db8c286fee {
  margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-af33ba55-f639-440b-b45d-e0db8c286fee {
  display: none;
}
#s-af33ba55-f639-440b-b45d-e0db8c286fee, #wrap-s-af33ba55-f639-440b-b45d-e0db8c286fee, #wrap-content-s-af33ba55-f639-440b-b45d-e0db8c286fee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af33ba55-f639-440b-b45d-e0db8c286fee {
  display: none;
}
#s-af33ba55-f639-440b-b45d-e0db8c286fee, #wrap-s-af33ba55-f639-440b-b45d-e0db8c286fee, #wrap-content-s-af33ba55-f639-440b-b45d-e0db8c286fee { display: none !important; }}
@media (min-width: 0px) {
[id="s-af33ba55-f639-440b-b45d-e0db8c286fee"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-af33ba55-f639-440b-b45d-e0db8c286fee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-af33ba55-f639-440b-b45d-e0db8c286fee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-af33ba55-f639-440b-b45d-e0db8c286fee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-12307718-522b-40a9-ba8b-058d9eb43520 {
  max-width: 689px;
aspect-ratio: 1/1;
text-align: center;
}

#s-12307718-522b-40a9-ba8b-058d9eb43520 {
  overflow: hidden;
}





  #s-12307718-522b-40a9-ba8b-058d9eb43520 img.shogun-image,
  #s-12307718-522b-40a9-ba8b-058d9eb43520 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12307718-522b-40a9-ba8b-058d9eb43520 {
    width: 100%;
    height: auto;
  }



  #s-12307718-522b-40a9-ba8b-058d9eb43520 img.shogun-image {
    

    
    
    
  }


#s-12307718-522b-40a9-ba8b-058d9eb43520 .shogun-image-content {
  
    justify-content: center;
  
}

#s-38c85bcf-681b-4f18-b53e-b8aa3a7044c5 {
  max-width: 1162px;
aspect-ratio: 1/1;
text-align: center;
}

#s-38c85bcf-681b-4f18-b53e-b8aa3a7044c5 {
  overflow: hidden;
}





  #s-38c85bcf-681b-4f18-b53e-b8aa3a7044c5 img.shogun-image,
  #s-38c85bcf-681b-4f18-b53e-b8aa3a7044c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38c85bcf-681b-4f18-b53e-b8aa3a7044c5 {
    width: 100%;
    height: auto;
  }



  #s-38c85bcf-681b-4f18-b53e-b8aa3a7044c5 img.shogun-image {
    

    
    
    
  }


#s-38c85bcf-681b-4f18-b53e-b8aa3a7044c5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4be2f6b2-d28e-4753-82e9-85e58e1528c8 {
  max-width: 1160px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4be2f6b2-d28e-4753-82e9-85e58e1528c8 {
  overflow: hidden;
}





  #s-4be2f6b2-d28e-4753-82e9-85e58e1528c8 img.shogun-image,
  #s-4be2f6b2-d28e-4753-82e9-85e58e1528c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4be2f6b2-d28e-4753-82e9-85e58e1528c8 {
    width: 100%;
    height: auto;
  }



  #s-4be2f6b2-d28e-4753-82e9-85e58e1528c8 img.shogun-image {
    

    
    
    
  }


#s-4be2f6b2-d28e-4753-82e9-85e58e1528c8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-66652f51-17c0-4cfa-b966-24cbaf98fed6 {
  max-width: 1166px;
aspect-ratio: 1/1;
text-align: center;
}

#s-66652f51-17c0-4cfa-b966-24cbaf98fed6 {
  overflow: hidden;
}





  #s-66652f51-17c0-4cfa-b966-24cbaf98fed6 img.shogun-image,
  #s-66652f51-17c0-4cfa-b966-24cbaf98fed6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66652f51-17c0-4cfa-b966-24cbaf98fed6 {
    width: 100%;
    height: auto;
  }



  #s-66652f51-17c0-4cfa-b966-24cbaf98fed6 img.shogun-image {
    

    
    
    
  }


#s-66652f51-17c0-4cfa-b966-24cbaf98fed6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1719e9e0-3624-4858-b586-94c072f7fdd6 {
  margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-1719e9e0-3624-4858-b586-94c072f7fdd6 {
  display: none;
}
#s-1719e9e0-3624-4858-b586-94c072f7fdd6, #wrap-s-1719e9e0-3624-4858-b586-94c072f7fdd6, #wrap-content-s-1719e9e0-3624-4858-b586-94c072f7fdd6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1719e9e0-3624-4858-b586-94c072f7fdd6 {
  display: none;
}
#s-1719e9e0-3624-4858-b586-94c072f7fdd6, #wrap-s-1719e9e0-3624-4858-b586-94c072f7fdd6, #wrap-content-s-1719e9e0-3624-4858-b586-94c072f7fdd6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1719e9e0-3624-4858-b586-94c072f7fdd6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-1719e9e0-3624-4858-b586-94c072f7fdd6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-1719e9e0-3624-4858-b586-94c072f7fdd6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-1719e9e0-3624-4858-b586-94c072f7fdd6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-9181261b-fcff-4612-bbc8-954bc5780db1 {
  max-width: 1166px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9181261b-fcff-4612-bbc8-954bc5780db1 {
  overflow: hidden;
}





  #s-9181261b-fcff-4612-bbc8-954bc5780db1 img.shogun-image,
  #s-9181261b-fcff-4612-bbc8-954bc5780db1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9181261b-fcff-4612-bbc8-954bc5780db1 {
    width: 100%;
    height: auto;
  }



  #s-9181261b-fcff-4612-bbc8-954bc5780db1 img.shogun-image {
    

    
    
    
  }


#s-9181261b-fcff-4612-bbc8-954bc5780db1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-947786b5-7397-4302-bef7-832b2a7c0ef2 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-947786b5-7397-4302-bef7-832b2a7c0ef2 {
  overflow: hidden;
}





  #s-947786b5-7397-4302-bef7-832b2a7c0ef2 img.shogun-image,
  #s-947786b5-7397-4302-bef7-832b2a7c0ef2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-947786b5-7397-4302-bef7-832b2a7c0ef2 {
    width: 100%;
    height: auto;
  }



  #s-947786b5-7397-4302-bef7-832b2a7c0ef2 img.shogun-image {
    

    
    
    
  }


#s-947786b5-7397-4302-bef7-832b2a7c0ef2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-754ea85f-204d-42d9-b9d4-9c4c812e315d {
  max-width: 1010px;
aspect-ratio: 1/1;
text-align: center;
}

#s-754ea85f-204d-42d9-b9d4-9c4c812e315d {
  overflow: hidden;
}





  #s-754ea85f-204d-42d9-b9d4-9c4c812e315d img.shogun-image,
  #s-754ea85f-204d-42d9-b9d4-9c4c812e315d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-754ea85f-204d-42d9-b9d4-9c4c812e315d {
    width: 100%;
    height: auto;
  }



  #s-754ea85f-204d-42d9-b9d4-9c4c812e315d img.shogun-image {
    

    
    
    
  }


#s-754ea85f-204d-42d9-b9d4-9c4c812e315d .shogun-image-content {
  
    justify-content: center;
  
}

#s-73e7cd2d-c29d-4604-9680-e6d593963af3 {
  max-width: 1044px;
aspect-ratio: 1/1;
text-align: center;
}

#s-73e7cd2d-c29d-4604-9680-e6d593963af3 {
  overflow: hidden;
}





  #s-73e7cd2d-c29d-4604-9680-e6d593963af3 img.shogun-image,
  #s-73e7cd2d-c29d-4604-9680-e6d593963af3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73e7cd2d-c29d-4604-9680-e6d593963af3 {
    width: 100%;
    height: auto;
  }



  #s-73e7cd2d-c29d-4604-9680-e6d593963af3 img.shogun-image {
    

    
    
    
  }


#s-73e7cd2d-c29d-4604-9680-e6d593963af3 .shogun-image-content {
  
    justify-content: center;
  
}

.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-9ab417c7-7530-4cc3-aada-f9b6f7e6a904 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904:hover {background-color: rgba(31, 102, 81, 0.82) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
}

  #s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904-root {
    text-align: center;
  }


#s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904-root {
    text-align: center;
  }


#s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904-root {
    text-align: center;
  }


#s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904-root {
    text-align: center;
  }


#s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904-root {
    text-align: center;
  }


#s-9ab417c7-7530-4cc3-aada-f9b6f7e6a904.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
