.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-3cbec418-db23-480b-a929-f4b333fae5f2 {
  min-height: 50px;
}








#s-3cbec418-db23-480b-a929-f4b333fae5f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3cbec418-db23-480b-a929-f4b333fae5f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-310ffde9-3648-404b-906c-86569bf280b5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 64px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
min-height: 50px;
background-color: rgba(208, 226, 229, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-310ffde9-3648-404b-906c-86569bf280b5 {
  
}
}@media (max-width: 767px){#s-310ffde9-3648-404b-906c-86569bf280b5 {
  padding-bottom: 32px;
}
}







#s-310ffde9-3648-404b-906c-86569bf280b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-310ffde9-3648-404b-906c-86569bf280b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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-9288eaeb-b5ac-4236-9336-c329b4c7b7e2 {
  border-style: solid;
margin-top: 32px;
padding-top: 5px;
padding-left: 35px;
padding-bottom: 5px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9288eaeb-b5ac-4236-9336-c329b4c7b7e2:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9288eaeb-b5ac-4236-9336-c329b4c7b7e2:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9288eaeb-b5ac-4236-9336-c329b4c7b7e2-root {
    text-align: center;
  }


#s-9288eaeb-b5ac-4236-9336-c329b4c7b7e2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9288eaeb-b5ac-4236-9336-c329b4c7b7e2-root {
    text-align: center;
  }


#s-9288eaeb-b5ac-4236-9336-c329b4c7b7e2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9288eaeb-b5ac-4236-9336-c329b4c7b7e2-root {
    text-align: center;
  }


#s-9288eaeb-b5ac-4236-9336-c329b4c7b7e2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9288eaeb-b5ac-4236-9336-c329b4c7b7e2-root {
    text-align: center;
  }


#s-9288eaeb-b5ac-4236-9336-c329b4c7b7e2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9288eaeb-b5ac-4236-9336-c329b4c7b7e2-root {
    text-align: center;
  }


#s-9288eaeb-b5ac-4236-9336-c329b4c7b7e2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
.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-005b7be7-b3ea-4812-aa48-e8d326f81702 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-005b7be7-b3ea-4812-aa48-e8d326f81702 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-ba3f5a77-34ec-4b0d-beed-829daa3bdf00 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ba3f5a77-34ec-4b0d-beed-829daa3bdf00 {
  padding-top: 32px;
padding-bottom: 50px;
}
}







#s-ba3f5a77-34ec-4b0d-beed-829daa3bdf00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba3f5a77-34ec-4b0d-beed-829daa3bdf00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-40a35af1-8ed7-49c3-b9c8-8b8c0600a58b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-40a35af1-8ed7-49c3-b9c8-8b8c0600a58b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-40a35af1-8ed7-49c3-b9c8-8b8c0600a58b .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-40a35af1-8ed7-49c3-b9c8-8b8c0600a58b .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-40a35af1-8ed7-49c3-b9c8-8b8c0600a58b .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-c250bb0b-e545-41d5-9c28-991d8c61fb31 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-c250bb0b-e545-41d5-9c28-991d8c61fb31 {
  margin-left: 3%;
margin-right: 3%;
}
}
.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-1077b9ab-3c85-4e2a-a9de-707c310a56b2 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1077b9ab-3c85-4e2a-a9de-707c310a56b2 {
  display: none;
}
#s-1077b9ab-3c85-4e2a-a9de-707c310a56b2, #wrap-s-1077b9ab-3c85-4e2a-a9de-707c310a56b2, #wrap-content-s-1077b9ab-3c85-4e2a-a9de-707c310a56b2 { display: none !important; }}@media (max-width: 767px){#s-1077b9ab-3c85-4e2a-a9de-707c310a56b2 {
  display: none;
}
#s-1077b9ab-3c85-4e2a-a9de-707c310a56b2, #wrap-s-1077b9ab-3c85-4e2a-a9de-707c310a56b2, #wrap-content-s-1077b9ab-3c85-4e2a-a9de-707c310a56b2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1077b9ab-3c85-4e2a-a9de-707c310a56b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1077b9ab-3c85-4e2a-a9de-707c310a56b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1077b9ab-3c85-4e2a-a9de-707c310a56b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1077b9ab-3c85-4e2a-a9de-707c310a56b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e44dc18a-6d08-4f1e-ac35-d1aac3fcdfba {
  margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}








#s-e44dc18a-6d08-4f1e-ac35-d1aac3fcdfba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e44dc18a-6d08-4f1e-ac35-d1aac3fcdfba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-a115c99b-18a3-4c03-85d5-721c18638844 {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
text-align: center;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844 {
  margin: 0 !important;
  overflow: visible;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a115c99b-18a3-4c03-85d5-721c18638844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a115c99b-18a3-4c03-85d5-721c18638844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  /* Add background color handling */
  
}

#s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-a115c99b-18a3-4c03-85d5-721c18638844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a115c99b-18a3-4c03-85d5-721c18638844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image {
  box-sizing: border-box;
}



.s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a115c99b-18a3-4c03-85d5-721c18638844 {
  margin: 0 !important;
  overflow: visible;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a115c99b-18a3-4c03-85d5-721c18638844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a115c99b-18a3-4c03-85d5-721c18638844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  /* Add background color handling */
  
}

#s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-a115c99b-18a3-4c03-85d5-721c18638844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a115c99b-18a3-4c03-85d5-721c18638844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image {
  box-sizing: border-box;
}



.s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a115c99b-18a3-4c03-85d5-721c18638844 {
  margin: 0 !important;
  overflow: visible;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a115c99b-18a3-4c03-85d5-721c18638844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a115c99b-18a3-4c03-85d5-721c18638844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  /* Add background color handling */
  
}

#s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-a115c99b-18a3-4c03-85d5-721c18638844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a115c99b-18a3-4c03-85d5-721c18638844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image {
  box-sizing: border-box;
}



.s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a115c99b-18a3-4c03-85d5-721c18638844 {
  margin: 0 !important;
  overflow: visible;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a115c99b-18a3-4c03-85d5-721c18638844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a115c99b-18a3-4c03-85d5-721c18638844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  /* Add background color handling */
  
}

#s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-a115c99b-18a3-4c03-85d5-721c18638844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a115c99b-18a3-4c03-85d5-721c18638844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image {
  box-sizing: border-box;
}



.s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a115c99b-18a3-4c03-85d5-721c18638844 {
  margin: 0 !important;
  overflow: visible;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a115c99b-18a3-4c03-85d5-721c18638844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a115c99b-18a3-4c03-85d5-721c18638844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  /* Add background color handling */
  
}

#s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-a115c99b-18a3-4c03-85d5-721c18638844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a115c99b-18a3-4c03-85d5-721c18638844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a115c99b-18a3-4c03-85d5-721c18638844.shogun-image {
  box-sizing: border-box;
}



.s-a115c99b-18a3-4c03-85d5-721c18638844 img.shogun-image {
  
}


}
#s-e6f303e2-4934-48c6-a151-6a2648a08dc1 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e6f303e2-4934-48c6-a151-6a2648a08dc1 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}



#s-91c342f4-7b4b-40e9-a615-e367ae75f416 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91c342f4-7b4b-40e9-a615-e367ae75f416 {
  display: none;
}
#s-91c342f4-7b4b-40e9-a615-e367ae75f416, #wrap-s-91c342f4-7b4b-40e9-a615-e367ae75f416, #wrap-content-s-91c342f4-7b4b-40e9-a615-e367ae75f416 { display: none !important; }}@media (max-width: 767px){#s-91c342f4-7b4b-40e9-a615-e367ae75f416 {
  display: none;
}
#s-91c342f4-7b4b-40e9-a615-e367ae75f416, #wrap-s-91c342f4-7b4b-40e9-a615-e367ae75f416, #wrap-content-s-91c342f4-7b4b-40e9-a615-e367ae75f416 { display: none !important; }}
#s-637f5e6d-2a54-4eaf-a33e-abc3ceb06cf4 {
  margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}








#s-637f5e6d-2a54-4eaf-a33e-abc3ceb06cf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-637f5e6d-2a54-4eaf-a33e-abc3ceb06cf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
text-align: center;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9f857371-9849-472a-9e0d-8f9a8490b4f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image {
  box-sizing: border-box;
}



.s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9f857371-9849-472a-9e0d-8f9a8490b4f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image {
  box-sizing: border-box;
}



.s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9f857371-9849-472a-9e0d-8f9a8490b4f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image {
  box-sizing: border-box;
}



.s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9f857371-9849-472a-9e0d-8f9a8490b4f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image {
  box-sizing: border-box;
}



.s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f857371-9849-472a-9e0d-8f9a8490b4f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9f857371-9849-472a-9e0d-8f9a8490b4f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f857371-9849-472a-9e0d-8f9a8490b4f6.shogun-image {
  box-sizing: border-box;
}



.s-9f857371-9849-472a-9e0d-8f9a8490b4f6 img.shogun-image {
  
}


}
#s-2310f087-67fd-4f79-8595-e7e683c64093 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2310f087-67fd-4f79-8595-e7e683c64093 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}



#s-0ea9c06d-84f7-42a4-8578-93906cb50b1f {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ea9c06d-84f7-42a4-8578-93906cb50b1f {
  display: none;
}
#s-0ea9c06d-84f7-42a4-8578-93906cb50b1f, #wrap-s-0ea9c06d-84f7-42a4-8578-93906cb50b1f, #wrap-content-s-0ea9c06d-84f7-42a4-8578-93906cb50b1f { display: none !important; }}@media (max-width: 767px){#s-0ea9c06d-84f7-42a4-8578-93906cb50b1f {
  display: none;
}
#s-0ea9c06d-84f7-42a4-8578-93906cb50b1f, #wrap-s-0ea9c06d-84f7-42a4-8578-93906cb50b1f, #wrap-content-s-0ea9c06d-84f7-42a4-8578-93906cb50b1f { display: none !important; }}
#s-67205369-863d-43d6-b5ec-520f52e313fe {
  margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}








#s-67205369-863d-43d6-b5ec-520f52e313fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67205369-863d-43d6-b5ec-520f52e313fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923 {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
text-align: center;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a78d591-717d-4b71-aa1e-241dde365923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a78d591-717d-4b71-aa1e-241dde365923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-8a78d591-717d-4b71-aa1e-241dde365923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a78d591-717d-4b71-aa1e-241dde365923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image {
  box-sizing: border-box;
}



.s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8a78d591-717d-4b71-aa1e-241dde365923 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a78d591-717d-4b71-aa1e-241dde365923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a78d591-717d-4b71-aa1e-241dde365923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-8a78d591-717d-4b71-aa1e-241dde365923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a78d591-717d-4b71-aa1e-241dde365923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image {
  box-sizing: border-box;
}



.s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8a78d591-717d-4b71-aa1e-241dde365923 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a78d591-717d-4b71-aa1e-241dde365923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a78d591-717d-4b71-aa1e-241dde365923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-8a78d591-717d-4b71-aa1e-241dde365923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a78d591-717d-4b71-aa1e-241dde365923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image {
  box-sizing: border-box;
}



.s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8a78d591-717d-4b71-aa1e-241dde365923 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a78d591-717d-4b71-aa1e-241dde365923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a78d591-717d-4b71-aa1e-241dde365923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-8a78d591-717d-4b71-aa1e-241dde365923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a78d591-717d-4b71-aa1e-241dde365923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image {
  box-sizing: border-box;
}



.s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8a78d591-717d-4b71-aa1e-241dde365923 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a78d591-717d-4b71-aa1e-241dde365923 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a78d591-717d-4b71-aa1e-241dde365923 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-8a78d591-717d-4b71-aa1e-241dde365923 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a78d591-717d-4b71-aa1e-241dde365923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a78d591-717d-4b71-aa1e-241dde365923.shogun-image {
  box-sizing: border-box;
}



.s-8a78d591-717d-4b71-aa1e-241dde365923 img.shogun-image {
  
}


}
#s-b44bbb58-ee1d-4b5a-b50d-6345568a462e {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b44bbb58-ee1d-4b5a-b50d-6345568a462e .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}



#s-700b7fa1-c3e7-43a3-a6d9-ec510d9298cf {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-700b7fa1-c3e7-43a3-a6d9-ec510d9298cf {
  display: none;
}
#s-700b7fa1-c3e7-43a3-a6d9-ec510d9298cf, #wrap-s-700b7fa1-c3e7-43a3-a6d9-ec510d9298cf, #wrap-content-s-700b7fa1-c3e7-43a3-a6d9-ec510d9298cf { display: none !important; }}@media (max-width: 767px){#s-700b7fa1-c3e7-43a3-a6d9-ec510d9298cf {
  display: none;
}
#s-700b7fa1-c3e7-43a3-a6d9-ec510d9298cf, #wrap-s-700b7fa1-c3e7-43a3-a6d9-ec510d9298cf, #wrap-content-s-700b7fa1-c3e7-43a3-a6d9-ec510d9298cf { display: none !important; }}
#s-33548180-b223-40b9-9699-617d0fb4afaf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-33548180-b223-40b9-9699-617d0fb4afaf {
  display: none;
}
#s-33548180-b223-40b9-9699-617d0fb4afaf, #wrap-s-33548180-b223-40b9-9699-617d0fb4afaf, #wrap-content-s-33548180-b223-40b9-9699-617d0fb4afaf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33548180-b223-40b9-9699-617d0fb4afaf {
  display: none;
}
#s-33548180-b223-40b9-9699-617d0fb4afaf, #wrap-s-33548180-b223-40b9-9699-617d0fb4afaf, #wrap-content-s-33548180-b223-40b9-9699-617d0fb4afaf { display: none !important; }}







#s-33548180-b223-40b9-9699-617d0fb4afaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33548180-b223-40b9-9699-617d0fb4afaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f79d682-2243-4244-ab0e-e47b70a87f86 {
  margin-top: 32px;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-3f79d682-2243-4244-ab0e-e47b70a87f86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f79d682-2243-4244-ab0e-e47b70a87f86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  margin-top: 0px;
margin-left: 20%;
margin-right: 20%;
text-align: center;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 0px;
  
}

.shg-image-content-margin-container-s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image {
    
    
    
    
  }


.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image {
  box-sizing: border-box;
}



.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image {
    
    
    
    
  }


.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image {
  box-sizing: border-box;
}



.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image {
    
    
    
    
  }


.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image {
  box-sizing: border-box;
}



.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image {
    
    
    
    
  }


.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image {
  box-sizing: border-box;
}



.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image {
    
    
    
    
  }


.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048.shogun-image {
  box-sizing: border-box;
}



.s-e8d53a7a-84cd-45cc-8ddf-ed95cefaf048 img.shogun-image {
  
}


}
#s-66c014a6-524b-4dfa-8b22-50cf3552eaba {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-66c014a6-524b-4dfa-8b22-50cf3552eaba .shogun-heading-component h1 {
  color: rgba(117, 181, 191, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}


@media (max-width: 767px){#s-66c014a6-524b-4dfa-8b22-50cf3552eaba .shogun-heading-component h1 {
  color: rgba(117, 181, 191, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-fc378833-f2b8-43fd-9d71-072d65c823dc {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc378833-f2b8-43fd-9d71-072d65c823dc {
  
}
}@media (max-width: 767px){#s-fc378833-f2b8-43fd-9d71-072d65c823dc {
  
}
}
#s-f95a3095-d068-4652-8e11-a1533519c1ed {
  margin-top: 32px;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-f95a3095-d068-4652-8e11-a1533519c1ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f95a3095-d068-4652-8e11-a1533519c1ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  margin-top: 0px;
margin-left: 20%;
margin-right: 20%;
text-align: center;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  margin: 0 !important;
  overflow: visible;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 0px;
  
}

.shg-image-content-margin-container-s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  /* Add background color handling */
  
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image {
    
    
    
    
  }


.s-b15f02d9-0c37-455e-a352-8f7965744c2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image {
  box-sizing: border-box;
}



.s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  
}


@media (min-width: 1200px){#s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  margin: 0 !important;
  overflow: visible;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  /* Add background color handling */
  
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image {
    
    
    
    
  }


.s-b15f02d9-0c37-455e-a352-8f7965744c2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image {
  box-sizing: border-box;
}



.s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  margin: 0 !important;
  overflow: visible;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  /* Add background color handling */
  
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image {
    
    
    
    
  }


.s-b15f02d9-0c37-455e-a352-8f7965744c2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image {
  box-sizing: border-box;
}



.s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  margin: 0 !important;
  overflow: visible;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  /* Add background color handling */
  
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image {
    
    
    
    
  }


.s-b15f02d9-0c37-455e-a352-8f7965744c2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image {
  box-sizing: border-box;
}



.s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  
}


}@media (max-width: 767px){#s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  margin: 0 !important;
  overflow: visible;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b15f02d9-0c37-455e-a352-8f7965744c2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  /* Add background color handling */
  
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image {
    
    
    
    
  }


.s-b15f02d9-0c37-455e-a352-8f7965744c2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15f02d9-0c37-455e-a352-8f7965744c2d.shogun-image {
  box-sizing: border-box;
}



.s-b15f02d9-0c37-455e-a352-8f7965744c2d img.shogun-image {
  
}


}
#s-571bea9f-bad6-483c-8a3f-24f12c1596ee {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-571bea9f-bad6-483c-8a3f-24f12c1596ee .shogun-heading-component h1 {
  color: rgba(117, 181, 191, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}


@media (max-width: 767px){#s-571bea9f-bad6-483c-8a3f-24f12c1596ee .shogun-heading-component h1 {
  color: rgba(117, 181, 191, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-5ca54aa0-0603-4906-8caa-b9abb0676010 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ca54aa0-0603-4906-8caa-b9abb0676010 {
  
}
}@media (max-width: 767px){#s-5ca54aa0-0603-4906-8caa-b9abb0676010 {
  
}
}
#s-f1737433-33a7-4e9a-9fdc-4900a463c037 {
  margin-top: 32px;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-f1737433-33a7-4e9a-9fdc-4900a463c037 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1737433-33a7-4e9a-9fdc-4900a463c037.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  margin-top: 0px;
margin-left: 20%;
margin-right: 20%;
text-align: center;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 0px;
  
}

.shg-image-content-margin-container-s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image {
    
    
    
    
  }


.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image {
  box-sizing: border-box;
}



.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image {
    
    
    
    
  }


.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image {
  box-sizing: border-box;
}



.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image {
    
    
    
    
  }


.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image {
  box-sizing: border-box;
}



.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image {
    
    
    
    
  }


.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image {
  box-sizing: border-box;
}



.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image {
    
    
    
    
  }


.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3.shogun-image {
  box-sizing: border-box;
}



.s-7cca5c64-a67b-48d8-8ab7-fe83fe5362b3 img.shogun-image {
  
}


}
#s-063a6f73-6cb8-48c3-aaba-c5c613d26567 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-063a6f73-6cb8-48c3-aaba-c5c613d26567 .shogun-heading-component h1 {
  color: rgba(117, 181, 191, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}


@media (max-width: 767px){#s-063a6f73-6cb8-48c3-aaba-c5c613d26567 .shogun-heading-component h1 {
  color: rgba(117, 181, 191, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-c30819bc-a942-4239-a6d4-87b70b2807dd {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c30819bc-a942-4239-a6d4-87b70b2807dd {
  
}
}@media (max-width: 767px){#s-c30819bc-a942-4239-a6d4-87b70b2807dd {
  
}
}
#s-0037ab68-7710-44ab-93b2-7146f13b8469 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(247, 235, 211, 1);
}








#s-0037ab68-7710-44ab-93b2-7146f13b8469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0037ab68-7710-44ab-93b2-7146f13b8469.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-716d1832-914f-4266-a452-1abe25215edb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-716d1832-914f-4266-a452-1abe25215edb {
  display: none;
}
#s-716d1832-914f-4266-a452-1abe25215edb, #wrap-s-716d1832-914f-4266-a452-1abe25215edb, #wrap-content-s-716d1832-914f-4266-a452-1abe25215edb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-716d1832-914f-4266-a452-1abe25215edb {
  display: none;
}
#s-716d1832-914f-4266-a452-1abe25215edb, #wrap-s-716d1832-914f-4266-a452-1abe25215edb, #wrap-content-s-716d1832-914f-4266-a452-1abe25215edb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-716d1832-914f-4266-a452-1abe25215edb {
  
}
}







#s-716d1832-914f-4266-a452-1abe25215edb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-716d1832-914f-4266-a452-1abe25215edb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-808c2c2d-625d-4f56-98a7-4682fa1fc98b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-808c2c2d-625d-4f56-98a7-4682fa1fc98b .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-808c2c2d-625d-4f56-98a7-4682fa1fc98b .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: center;
}


}@media (max-width: 767px){#s-808c2c2d-625d-4f56-98a7-4682fa1fc98b .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: center;
}


}
#s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  margin-top: 10px;
max-width: 180px;
text-align: center;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-bd11aa8d-b15a-4d83-87d5-668903707de2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image {
  box-sizing: border-box;
}



.s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-bd11aa8d-b15a-4d83-87d5-668903707de2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image {
  box-sizing: border-box;
}



.s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-bd11aa8d-b15a-4d83-87d5-668903707de2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image {
  box-sizing: border-box;
}



.s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-bd11aa8d-b15a-4d83-87d5-668903707de2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image {
  box-sizing: border-box;
}



.s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd11aa8d-b15a-4d83-87d5-668903707de2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-bd11aa8d-b15a-4d83-87d5-668903707de2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd11aa8d-b15a-4d83-87d5-668903707de2.shogun-image {
  box-sizing: border-box;
}



.s-bd11aa8d-b15a-4d83-87d5-668903707de2 img.shogun-image {
  
}


}
#s-eeadafc9-186f-431d-9942-da0b20793491 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-eeadafc9-186f-431d-9942-da0b20793491 {
  margin-left: auto;
margin-right: auto;
}
}
#s-3ab1dbc7-04c5-4b17-b265-944e47d17d4e {
  margin-top: 32px;
}
@media (min-width: 1200px){#s-3ab1dbc7-04c5-4b17-b265-944e47d17d4e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ab1dbc7-04c5-4b17-b265-944e47d17d4e {
  
}
}@media (max-width: 767px){#s-3ab1dbc7-04c5-4b17-b265-944e47d17d4e {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-3ab1dbc7-04c5-4b17-b265-944e47d17d4e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3ab1dbc7-04c5-4b17-b265-944e47d17d4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ab1dbc7-04c5-4b17-b265-944e47d17d4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ab1dbc7-04c5-4b17-b265-944e47d17d4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  max-width: 100px;
text-align: left;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c8a94281-8f20-4d7f-876d-cfff590ad290 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image {
  box-sizing: border-box;
}



.s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c8a94281-8f20-4d7f-876d-cfff590ad290 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image {
  box-sizing: border-box;
}



.s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c8a94281-8f20-4d7f-876d-cfff590ad290 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image {
  box-sizing: border-box;
}



.s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c8a94281-8f20-4d7f-876d-cfff590ad290 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image {
  box-sizing: border-box;
}



.s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8a94281-8f20-4d7f-876d-cfff590ad290 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c8a94281-8f20-4d7f-876d-cfff590ad290 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8a94281-8f20-4d7f-876d-cfff590ad290.shogun-image {
  box-sizing: border-box;
}



.s-c8a94281-8f20-4d7f-876d-cfff590ad290 img.shogun-image {
  
}


}
#s-08fcdf5a-8c63-4d24-99a3-f456883c1fa3 {
  margin-left: -62%;
min-height: 50px;
}
@media (max-width: 767px){#s-08fcdf5a-8c63-4d24-99a3-f456883c1fa3 {
  margin-left: -50%;
}
}







#s-08fcdf5a-8c63-4d24-99a3-f456883c1fa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08fcdf5a-8c63-4d24-99a3-f456883c1fa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4246041b-0a0a-4edb-bd0d-315042f1b3ea {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4246041b-0a0a-4edb-bd0d-315042f1b3ea .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


@media (max-width: 767px){#s-4246041b-0a0a-4edb-bd0d-315042f1b3ea .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


}
#s-ab388867-345f-448c-a92f-4387a8996c80 {
  margin-top: 3px;
margin-left: 0%;
margin-right: 0px;
}

#s-17261c9f-669f-4119-9c78-e46ccfdff433 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-17261c9f-669f-4119-9c78-e46ccfdff433 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17261c9f-669f-4119-9c78-e46ccfdff433 {
  
}
}@media (max-width: 767px){#s-17261c9f-669f-4119-9c78-e46ccfdff433 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-17261c9f-669f-4119-9c78-e46ccfdff433"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-17261c9f-669f-4119-9c78-e46ccfdff433"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-17261c9f-669f-4119-9c78-e46ccfdff433"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-17261c9f-669f-4119-9c78-e46ccfdff433"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  max-width: 100px;
text-align: left;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e87c7f64-bc44-478f-83d1-7e47f896c998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image {
  box-sizing: border-box;
}



.s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e87c7f64-bc44-478f-83d1-7e47f896c998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image {
  box-sizing: border-box;
}



.s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e87c7f64-bc44-478f-83d1-7e47f896c998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image {
  box-sizing: border-box;
}



.s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e87c7f64-bc44-478f-83d1-7e47f896c998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image {
  box-sizing: border-box;
}



.s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  margin: 0 !important;
  overflow: visible;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e87c7f64-bc44-478f-83d1-7e47f896c998 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  /* Add background color handling */
  
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e87c7f64-bc44-478f-83d1-7e47f896c998 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87c7f64-bc44-478f-83d1-7e47f896c998.shogun-image {
  box-sizing: border-box;
}



.s-e87c7f64-bc44-478f-83d1-7e47f896c998 img.shogun-image {
  
}


}
#s-93f5286f-4800-40e8-8d96-907844b889f6 {
  margin-left: -62%;
min-height: 50px;
}
@media (max-width: 767px){#s-93f5286f-4800-40e8-8d96-907844b889f6 {
  margin-left: -50%;
}
}







#s-93f5286f-4800-40e8-8d96-907844b889f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93f5286f-4800-40e8-8d96-907844b889f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efd4aa88-6726-47ec-899d-ef2d937550c4 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-efd4aa88-6726-47ec-899d-ef2d937550c4 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


@media (max-width: 767px){#s-efd4aa88-6726-47ec-899d-ef2d937550c4 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


}
#s-408d4850-bb5f-499e-a383-04b8377c8519 {
  margin-top: 3px;
margin-left: 0%;
margin-right: 0px;
}

#s-fe55f921-8e82-415a-8d78-3d8a467c22f2 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-fe55f921-8e82-415a-8d78-3d8a467c22f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe55f921-8e82-415a-8d78-3d8a467c22f2 {
  
}
}@media (max-width: 767px){#s-fe55f921-8e82-415a-8d78-3d8a467c22f2 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-fe55f921-8e82-415a-8d78-3d8a467c22f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fe55f921-8e82-415a-8d78-3d8a467c22f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe55f921-8e82-415a-8d78-3d8a467c22f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe55f921-8e82-415a-8d78-3d8a467c22f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c314788a-919e-467b-87c8-3dbb93b43352 {
  max-width: 100px;
text-align: left;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352 {
  margin: 0 !important;
  overflow: visible;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c314788a-919e-467b-87c8-3dbb93b43352 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c314788a-919e-467b-87c8-3dbb93b43352 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  /* Add background color handling */
  
}

#s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c314788a-919e-467b-87c8-3dbb93b43352 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c314788a-919e-467b-87c8-3dbb93b43352.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image {
  box-sizing: border-box;
}



.s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c314788a-919e-467b-87c8-3dbb93b43352 {
  margin: 0 !important;
  overflow: visible;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c314788a-919e-467b-87c8-3dbb93b43352 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c314788a-919e-467b-87c8-3dbb93b43352 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  /* Add background color handling */
  
}

#s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c314788a-919e-467b-87c8-3dbb93b43352 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c314788a-919e-467b-87c8-3dbb93b43352.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image {
  box-sizing: border-box;
}



.s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c314788a-919e-467b-87c8-3dbb93b43352 {
  margin: 0 !important;
  overflow: visible;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c314788a-919e-467b-87c8-3dbb93b43352 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c314788a-919e-467b-87c8-3dbb93b43352 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  /* Add background color handling */
  
}

#s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c314788a-919e-467b-87c8-3dbb93b43352 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c314788a-919e-467b-87c8-3dbb93b43352.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image {
  box-sizing: border-box;
}



.s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c314788a-919e-467b-87c8-3dbb93b43352 {
  margin: 0 !important;
  overflow: visible;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c314788a-919e-467b-87c8-3dbb93b43352 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c314788a-919e-467b-87c8-3dbb93b43352 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  /* Add background color handling */
  
}

#s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c314788a-919e-467b-87c8-3dbb93b43352 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c314788a-919e-467b-87c8-3dbb93b43352.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image {
  box-sizing: border-box;
}



.s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c314788a-919e-467b-87c8-3dbb93b43352 {
  margin: 0 !important;
  overflow: visible;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c314788a-919e-467b-87c8-3dbb93b43352 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c314788a-919e-467b-87c8-3dbb93b43352 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  /* Add background color handling */
  
}

#s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c314788a-919e-467b-87c8-3dbb93b43352 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c314788a-919e-467b-87c8-3dbb93b43352.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c314788a-919e-467b-87c8-3dbb93b43352.shogun-image {
  box-sizing: border-box;
}



.s-c314788a-919e-467b-87c8-3dbb93b43352 img.shogun-image {
  
}


}
#s-fba7a5ae-c367-4eaf-ab7d-e2b143b2c754 {
  margin-left: -62%;
min-height: 50px;
}
@media (max-width: 767px){#s-fba7a5ae-c367-4eaf-ab7d-e2b143b2c754 {
  margin-left: -50%;
}
}







#s-fba7a5ae-c367-4eaf-ab7d-e2b143b2c754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fba7a5ae-c367-4eaf-ab7d-e2b143b2c754.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d4fd53a-ccb8-46b5-9c16-11a9309ea3c2 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0d4fd53a-ccb8-46b5-9c16-11a9309ea3c2 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


@media (max-width: 767px){#s-0d4fd53a-ccb8-46b5-9c16-11a9309ea3c2 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


}
#s-bb32315b-4273-4eca-9b75-b15152c38a4c {
  margin-top: 3px;
margin-left: 0%;
margin-right: 0px;
}

#s-5a1f3f61-f692-4bf7-9827-1ae24c015123 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a1f3f61-f692-4bf7-9827-1ae24c015123 {
  display: none;
}
#s-5a1f3f61-f692-4bf7-9827-1ae24c015123, #wrap-s-5a1f3f61-f692-4bf7-9827-1ae24c015123, #wrap-content-s-5a1f3f61-f692-4bf7-9827-1ae24c015123 { display: none !important; }}@media (max-width: 767px){#s-5a1f3f61-f692-4bf7-9827-1ae24c015123 {
  display: none;
}
#s-5a1f3f61-f692-4bf7-9827-1ae24c015123, #wrap-s-5a1f3f61-f692-4bf7-9827-1ae24c015123, #wrap-content-s-5a1f3f61-f692-4bf7-9827-1ae24c015123 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5a1f3f61-f692-4bf7-9827-1ae24c015123"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a1f3f61-f692-4bf7-9827-1ae24c015123"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a1f3f61-f692-4bf7-9827-1ae24c015123"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a1f3f61-f692-4bf7-9827-1ae24c015123"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-caabc346-4a5c-4fcd-b06a-c89d60d2d7d8 {
  min-height: 50px;
}








#s-caabc346-4a5c-4fcd-b06a-c89d60d2d7d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caabc346-4a5c-4fcd-b06a-c89d60d2d7d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5894efe-a452-4914-9b62-f555f94ef52e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a5894efe-a452-4914-9b62-f555f94ef52e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-a5894efe-a452-4914-9b62-f555f94ef52e .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-a5894efe-a452-4914-9b62-f555f94ef52e .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: left;
}


}@media (max-width: 767px){#s-a5894efe-a452-4914-9b62-f555f94ef52e .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: center;
}


}
#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  margin-top: 32px;
max-width: 180px;
text-align: left;
}
@media (max-width: 767px){#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  text-align: center;
}
}
#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  margin: 0 !important;
  overflow: visible;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 32px;
  
}

.shg-image-content-margin-container-s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  /* Add background color handling */
  
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image {
  box-sizing: border-box;
}



.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  
}


@media (min-width: 1200px){#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  margin: 0 !important;
  overflow: visible;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  /* Add background color handling */
  
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image {
  box-sizing: border-box;
}



.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  margin: 0 !important;
  overflow: visible;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  /* Add background color handling */
  
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image {
  box-sizing: border-box;
}



.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  margin: 0 !important;
  overflow: visible;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  /* Add background color handling */
  
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image {
  box-sizing: border-box;
}



.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  
}


}@media (max-width: 767px){#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  margin: 0 !important;
  overflow: visible;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  /* Add background color handling */
  
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc .shogun-image-content {
  
    justify-content: center;
  
}

.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc.shogun-image {
  box-sizing: border-box;
}



.s-755ec3b4-25c3-4c41-94f4-d905c8a6cefc img.shogun-image {
  
}


}
#s-ea35eb47-282e-4032-9abc-a747d90d04cd {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ea35eb47-282e-4032-9abc-a747d90d04cd {
  margin-left: auto;
margin-right: auto;
}
}
#s-5e10719d-6a55-4a22-8a87-d155a82602c0 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-5e10719d-6a55-4a22-8a87-d155a82602c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e10719d-6a55-4a22-8a87-d155a82602c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a83f8b5d-5ac7-4c35-a48f-d2c3cc0af50f {
  min-height: 50px;
}








#s-a83f8b5d-5ac7-4c35-a48f-d2c3cc0af50f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a83f8b5d-5ac7-4c35-a48f-d2c3cc0af50f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06a142e0-df1b-4850-8923-1d5d9502b94f {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-06a142e0-df1b-4850-8923-1d5d9502b94f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-06a142e0-df1b-4850-8923-1d5d9502b94f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06a142e0-df1b-4850-8923-1d5d9502b94f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06a142e0-df1b-4850-8923-1d5d9502b94f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-93004498-f75d-474e-a906-cfb52041b555 {
  max-width: 100px;
text-align: left;
}

#s-93004498-f75d-474e-a906-cfb52041b555 {
  margin: 0 !important;
  overflow: visible;
}

#s-93004498-f75d-474e-a906-cfb52041b555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93004498-f75d-474e-a906-cfb52041b555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93004498-f75d-474e-a906-cfb52041b555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  /* Add background color handling */
  
}

#s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93004498-f75d-474e-a906-cfb52041b555.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-93004498-f75d-474e-a906-cfb52041b555 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93004498-f75d-474e-a906-cfb52041b555.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93004498-f75d-474e-a906-cfb52041b555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93004498-f75d-474e-a906-cfb52041b555.shogun-image {
  box-sizing: border-box;
}



.s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  
}


@media (min-width: 1200px){#s-93004498-f75d-474e-a906-cfb52041b555 {
  margin: 0 !important;
  overflow: visible;
}

#s-93004498-f75d-474e-a906-cfb52041b555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93004498-f75d-474e-a906-cfb52041b555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93004498-f75d-474e-a906-cfb52041b555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  /* Add background color handling */
  
}

#s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93004498-f75d-474e-a906-cfb52041b555.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-93004498-f75d-474e-a906-cfb52041b555 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93004498-f75d-474e-a906-cfb52041b555.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93004498-f75d-474e-a906-cfb52041b555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93004498-f75d-474e-a906-cfb52041b555.shogun-image {
  box-sizing: border-box;
}



.s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-93004498-f75d-474e-a906-cfb52041b555 {
  margin: 0 !important;
  overflow: visible;
}

#s-93004498-f75d-474e-a906-cfb52041b555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93004498-f75d-474e-a906-cfb52041b555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93004498-f75d-474e-a906-cfb52041b555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  /* Add background color handling */
  
}

#s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93004498-f75d-474e-a906-cfb52041b555.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-93004498-f75d-474e-a906-cfb52041b555 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93004498-f75d-474e-a906-cfb52041b555.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93004498-f75d-474e-a906-cfb52041b555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93004498-f75d-474e-a906-cfb52041b555.shogun-image {
  box-sizing: border-box;
}



.s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-93004498-f75d-474e-a906-cfb52041b555 {
  margin: 0 !important;
  overflow: visible;
}

#s-93004498-f75d-474e-a906-cfb52041b555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93004498-f75d-474e-a906-cfb52041b555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93004498-f75d-474e-a906-cfb52041b555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  /* Add background color handling */
  
}

#s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93004498-f75d-474e-a906-cfb52041b555.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-93004498-f75d-474e-a906-cfb52041b555 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93004498-f75d-474e-a906-cfb52041b555.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93004498-f75d-474e-a906-cfb52041b555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93004498-f75d-474e-a906-cfb52041b555.shogun-image {
  box-sizing: border-box;
}



.s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  
}


}@media (max-width: 767px){#s-93004498-f75d-474e-a906-cfb52041b555 {
  margin: 0 !important;
  overflow: visible;
}

#s-93004498-f75d-474e-a906-cfb52041b555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93004498-f75d-474e-a906-cfb52041b555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93004498-f75d-474e-a906-cfb52041b555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  /* Add background color handling */
  
}

#s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93004498-f75d-474e-a906-cfb52041b555.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-93004498-f75d-474e-a906-cfb52041b555 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93004498-f75d-474e-a906-cfb52041b555.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93004498-f75d-474e-a906-cfb52041b555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93004498-f75d-474e-a906-cfb52041b555.shogun-image {
  box-sizing: border-box;
}



.s-93004498-f75d-474e-a906-cfb52041b555 img.shogun-image {
  
}


}
#s-f3a41344-4386-4f55-b6cf-6bf848a42119 {
  margin-left: -62%;
min-height: 50px;
}








#s-f3a41344-4386-4f55-b6cf-6bf848a42119 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3a41344-4386-4f55-b6cf-6bf848a42119.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-107250bb-9bd9-49a8-a4e7-0e8c01515dbd {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-107250bb-9bd9-49a8-a4e7-0e8c01515dbd .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-83cce9a1-fe32-4fff-aa2d-bd4dd899a383 {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0px;
}

#s-66090c13-24a0-4233-baa7-6e9ed58ba3d6 {
  margin-top: 32px;
min-height: 50px;
}








#s-66090c13-24a0-4233-baa7-6e9ed58ba3d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66090c13-24a0-4233-baa7-6e9ed58ba3d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1de9758-cdf8-42ae-96b3-f17220f13d00 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-a1de9758-cdf8-42ae-96b3-f17220f13d00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a1de9758-cdf8-42ae-96b3-f17220f13d00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a1de9758-cdf8-42ae-96b3-f17220f13d00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1de9758-cdf8-42ae-96b3-f17220f13d00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  max-width: 100px;
text-align: left;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  margin: 0 !important;
  overflow: visible;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  /* Add background color handling */
  
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c06cc6ea-7b33-4d0e-ba2f-308825795189 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image {
  box-sizing: border-box;
}



.s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  margin: 0 !important;
  overflow: visible;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  /* Add background color handling */
  
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c06cc6ea-7b33-4d0e-ba2f-308825795189 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image {
  box-sizing: border-box;
}



.s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  margin: 0 !important;
  overflow: visible;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  /* Add background color handling */
  
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c06cc6ea-7b33-4d0e-ba2f-308825795189 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image {
  box-sizing: border-box;
}



.s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  margin: 0 !important;
  overflow: visible;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  /* Add background color handling */
  
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c06cc6ea-7b33-4d0e-ba2f-308825795189 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image {
  box-sizing: border-box;
}



.s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  margin: 0 !important;
  overflow: visible;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c06cc6ea-7b33-4d0e-ba2f-308825795189 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  /* Add background color handling */
  
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c06cc6ea-7b33-4d0e-ba2f-308825795189 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c06cc6ea-7b33-4d0e-ba2f-308825795189.shogun-image {
  box-sizing: border-box;
}



.s-c06cc6ea-7b33-4d0e-ba2f-308825795189 img.shogun-image {
  
}


}
#s-b96f62a8-a20f-4c06-99b3-e28c1d70a1c5 {
  margin-left: -62%;
min-height: 50px;
}








#s-b96f62a8-a20f-4c06-99b3-e28c1d70a1c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b96f62a8-a20f-4c06-99b3-e28c1d70a1c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e42aa05-6743-40d0-84ff-39bf91640c3a {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2e42aa05-6743-40d0-84ff-39bf91640c3a .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-c2751e78-bc97-4a36-9620-5be9f12d5a30 {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0px;
}

#s-32caa1ad-3310-42d1-8363-67c1aff5088d {
  margin-top: 32px;
min-height: 50px;
}








#s-32caa1ad-3310-42d1-8363-67c1aff5088d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32caa1ad-3310-42d1-8363-67c1aff5088d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59ae1b7b-80f7-4e23-b85c-9648c21023de {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-59ae1b7b-80f7-4e23-b85c-9648c21023de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-59ae1b7b-80f7-4e23-b85c-9648c21023de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59ae1b7b-80f7-4e23-b85c-9648c21023de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59ae1b7b-80f7-4e23-b85c-9648c21023de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  max-width: 100px;
text-align: left;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  margin: 0 !important;
  overflow: visible;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  /* Add background color handling */
  
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-573613e5-56a3-4aea-9b91-053ab1863dcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image {
  box-sizing: border-box;
}



.s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  
}


@media (min-width: 1200px){#s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  margin: 0 !important;
  overflow: visible;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  /* Add background color handling */
  
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-573613e5-56a3-4aea-9b91-053ab1863dcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image {
  box-sizing: border-box;
}



.s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  margin: 0 !important;
  overflow: visible;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  /* Add background color handling */
  
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-573613e5-56a3-4aea-9b91-053ab1863dcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image {
  box-sizing: border-box;
}



.s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  margin: 0 !important;
  overflow: visible;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  /* Add background color handling */
  
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-573613e5-56a3-4aea-9b91-053ab1863dcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image {
  box-sizing: border-box;
}



.s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  
}


}@media (max-width: 767px){#s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  margin: 0 !important;
  overflow: visible;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-573613e5-56a3-4aea-9b91-053ab1863dcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  /* Add background color handling */
  
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-573613e5-56a3-4aea-9b91-053ab1863dcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-573613e5-56a3-4aea-9b91-053ab1863dcc.shogun-image {
  box-sizing: border-box;
}



.s-573613e5-56a3-4aea-9b91-053ab1863dcc img.shogun-image {
  
}


}
#s-95d39c65-23db-41cf-926e-44fbd5603c94 {
  margin-left: -62%;
min-height: 50px;
}








#s-95d39c65-23db-41cf-926e-44fbd5603c94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95d39c65-23db-41cf-926e-44fbd5603c94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-042dd8fd-f34d-488f-af55-a466ccad1edf {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-042dd8fd-f34d-488f-af55-a466ccad1edf .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-2c7e2c35-c929-427c-8ec5-b7e42ff05926 {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0px;
}

#s-53a59878-e7ac-4a97-a83d-180f12720e6e {
  padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(252, 252, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-53a59878-e7ac-4a97-a83d-180f12720e6e {
  padding-top: 32px;
padding-bottom: 50px;
}
}@media (max-width: 767px){#s-53a59878-e7ac-4a97-a83d-180f12720e6e {
  padding-top: 32px;
padding-bottom: 50px;
}
}







#s-53a59878-e7ac-4a97-a83d-180f12720e6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53a59878-e7ac-4a97-a83d-180f12720e6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58669d6d-fb0b-4d1b-af51-5e516fc46512 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-58669d6d-fb0b-4d1b-af51-5e516fc46512 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-58669d6d-fb0b-4d1b-af51-5e516fc46512 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-af667dd3-9533-47ff-8d8a-70e6475c18cf {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(50, 71, 67, 1);
}
@media (max-width: 767px){#s-af667dd3-9533-47ff-8d8a-70e6475c18cf {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-af667dd3-9533-47ff-8d8a-70e6475c18cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af667dd3-9533-47ff-8d8a-70e6475c18cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8ffb8ad-c391-4d8d-a4f5-52fa8e6b7f8d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-d8ffb8ad-c391-4d8d-a4f5-52fa8e6b7f8d {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-d8ffb8ad-c391-4d8d-a4f5-52fa8e6b7f8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8ffb8ad-c391-4d8d-a4f5-52fa8e6b7f8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d8ffb8ad-c391-4d8d-a4f5-52fa8e6b7f8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d8ffb8ad-c391-4d8d-a4f5-52fa8e6b7f8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d8ffb8ad-c391-4d8d-a4f5-52fa8e6b7f8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8ffb8ad-c391-4d8d-a4f5-52fa8e6b7f8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d8ffb8ad-c391-4d8d-a4f5-52fa8e6b7f8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

}

#s-4ccae44e-f9c5-4370-b5e0-fcb9a2c3f878 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-4ccae44e-f9c5-4370-b5e0-fcb9a2c3f878 {
  margin-top: 0px;
display: none;
}
#s-4ccae44e-f9c5-4370-b5e0-fcb9a2c3f878, #wrap-s-4ccae44e-f9c5-4370-b5e0-fcb9a2c3f878, #wrap-content-s-4ccae44e-f9c5-4370-b5e0-fcb9a2c3f878 { display: none !important; }}
#s-4ccae44e-f9c5-4370-b5e0-fcb9a2c3f878 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (max-width: 767px){#s-4ccae44e-f9c5-4370-b5e0-fcb9a2c3f878 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-0643fca9-a166-4001-ba63-12843ae804ce {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0643fca9-a166-4001-ba63-12843ae804ce {
  display: none;
}
#s-0643fca9-a166-4001-ba63-12843ae804ce, #wrap-s-0643fca9-a166-4001-ba63-12843ae804ce, #wrap-content-s-0643fca9-a166-4001-ba63-12843ae804ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0643fca9-a166-4001-ba63-12843ae804ce {
  display: none;
}
#s-0643fca9-a166-4001-ba63-12843ae804ce, #wrap-s-0643fca9-a166-4001-ba63-12843ae804ce, #wrap-content-s-0643fca9-a166-4001-ba63-12843ae804ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0643fca9-a166-4001-ba63-12843ae804ce {
  display: none;
}
#s-0643fca9-a166-4001-ba63-12843ae804ce, #wrap-s-0643fca9-a166-4001-ba63-12843ae804ce, #wrap-content-s-0643fca9-a166-4001-ba63-12843ae804ce { display: none !important; }}@media (max-width: 767px){#s-0643fca9-a166-4001-ba63-12843ae804ce {
  margin-top: 0px;
}
}
#s-0643fca9-a166-4001-ba63-12843ae804ce .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (max-width: 767px){#s-0643fca9-a166-4001-ba63-12843ae804ce .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec {
  border-style: solid;
padding-top: 5px;
padding-left: 35px;
padding-bottom: 5px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec {
  margin-top: 10px;
margin-bottom: 10px;
}
}

  #s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec-root {
    text-align: center;
  }


#s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec-root {
    text-align: center;
  }


#s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec-root {
    text-align: center;
  }


#s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec-root {
    text-align: center;
  }


#s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec-root {
    text-align: center;
  }


#s-eae691c6-85af-42b0-b14d-3c8e7cbc21ec.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-e5b4e4ad-f59f-4d43-986d-cd0cadfd9000 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e5b4e4ad-f59f-4d43-986d-cd0cadfd9000 {
  padding-top: 32px;
padding-bottom: 50px;
}
}







#s-e5b4e4ad-f59f-4d43-986d-cd0cadfd9000 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5b4e4ad-f59f-4d43-986d-cd0cadfd9000.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e3488fb-840b-408f-b524-cd45e88d42fb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-3e3488fb-840b-408f-b524-cd45e88d42fb {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3e3488fb-840b-408f-b524-cd45e88d42fb .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3e3488fb-840b-408f-b524-cd45e88d42fb .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-3e3488fb-840b-408f-b524-cd45e88d42fb .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-9dd8a6d9-9992-41c0-a7f8-970ee4856d83 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-9dd8a6d9-9992-41c0-a7f8-970ee4856d83 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-34744e47-2efe-404e-af43-8f38ac8c434f {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(205, 228, 224, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-34744e47-2efe-404e-af43-8f38ac8c434f {
  padding-top: 32px;
padding-left: 5%;
padding-bottom: 32px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-34744e47-2efe-404e-af43-8f38ac8c434f {
  padding-top: 32px;
padding-left: 3%;
padding-bottom: 32px;
padding-right: 3%;
}
}







#s-34744e47-2efe-404e-af43-8f38ac8c434f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34744e47-2efe-404e-af43-8f38ac8c434f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29905382-ec00-4172-a3d5-1db3f3cbb584 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-29905382-ec00-4172-a3d5-1db3f3cbb584 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-29905382-ec00-4172-a3d5-1db3f3cbb584 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-29905382-ec00-4172-a3d5-1db3f3cbb584 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-29905382-ec00-4172-a3d5-1db3f3cbb584 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-594c5e70-cda7-49fc-ba27-e7ebc84c2138 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
text-align: center;
}

#s-594c5e70-cda7-49fc-ba27-e7ebc84c2138 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-594c5e70-cda7-49fc-ba27-e7ebc84c2138 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-594c5e70-cda7-49fc-ba27-e7ebc84c2138 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-1a1fa894-c701-48aa-8b6f-466c18fff450 {
  border-style: solid;
margin-top: 20px;
padding-top: 5px;
padding-left: 35px;
padding-bottom: 5px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1a1fa894-c701-48aa-8b6f-466c18fff450:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1a1fa894-c701-48aa-8b6f-466c18fff450:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1a1fa894-c701-48aa-8b6f-466c18fff450-root {
    text-align: center;
  }


#s-1a1fa894-c701-48aa-8b6f-466c18fff450.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a1fa894-c701-48aa-8b6f-466c18fff450-root {
    text-align: center;
  }


#s-1a1fa894-c701-48aa-8b6f-466c18fff450.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a1fa894-c701-48aa-8b6f-466c18fff450-root {
    text-align: center;
  }


#s-1a1fa894-c701-48aa-8b6f-466c18fff450.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a1fa894-c701-48aa-8b6f-466c18fff450-root {
    text-align: center;
  }


#s-1a1fa894-c701-48aa-8b6f-466c18fff450.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a1fa894-c701-48aa-8b6f-466c18fff450-root {
    text-align: center;
  }


#s-1a1fa894-c701-48aa-8b6f-466c18fff450.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-3d25447c-d362-4314-996e-a5ccc1a03fd1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(246, 246, 241, 1);
}
@media (max-width: 767px){#s-3d25447c-d362-4314-996e-a5ccc1a03fd1 {
  padding-top: 32px;
padding-bottom: 50px;
}
}







#s-3d25447c-d362-4314-996e-a5ccc1a03fd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d25447c-d362-4314-996e-a5ccc1a03fd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afb16853-48f4-47d4-8a00-c853d10e6541 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-afb16853-48f4-47d4-8a00-c853d10e6541 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-afb16853-48f4-47d4-8a00-c853d10e6541 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-afb16853-48f4-47d4-8a00-c853d10e6541 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-afb16853-48f4-47d4-8a00-c853d10e6541 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-248dcd9c-cc4f-4ec0-8480-3acaa044c5ec {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-248dcd9c-cc4f-4ec0-8480-3acaa044c5ec {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-248dcd9c-cc4f-4ec0-8480-3acaa044c5ec {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-248dcd9c-cc4f-4ec0-8480-3acaa044c5ec > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-248dcd9c-cc4f-4ec0-8480-3acaa044c5ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 254, 254, 1);
  padding: 10px;
}

#s-248dcd9c-cc4f-4ec0-8480-3acaa044c5ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(55, 74, 77, 1);
}

#s-248dcd9c-cc4f-4ec0-8480-3acaa044c5ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-248dcd9c-cc4f-4ec0-8480-3acaa044c5ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(55, 74, 77, 1);
  text-align: left;
  font-family: GalanoGrotesque-SemiBold;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-248dcd9c-cc4f-4ec0-8480-3acaa044c5ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-e86c9b68-2bfd-4606-8f39-a95aebea0b48 {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-221e0f36-9f3e-41d7-9db3-57f05fd132af {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-19eb9fab-d876-446e-b63d-89c59989c05a {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-aeac7e12-aef8-457a-8137-d01bbb7e27f4 {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-20f7dc44-20c8-489c-9450-b56fc9a9d06f {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-770c8035-77ea-4223-ba50-a870a58558d0 {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-0d3c83b0-8ad7-4050-8c30-fcf735e038ed {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-80e51c79-d6f4-4c42-ae25-fca7ea27cc5a {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-22beda24-adf2-48c8-b73d-29e0fb18bd43 {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-807a76d3-fa52-40c1-8cfd-85a010173fe7 {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-127c932b-aa7f-4ac7-9d39-7fd07ab300c2 {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-6ad30eca-120e-46f7-b719-6edcd83019ad {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-a598b90e-1a74-4306-a223-5941da7b8aff {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-d4c91c4d-d8a2-4547-935c-e3f6e2a8eacb {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-d08b2876-faa1-4a38-b185-23863512210d {
  border-style: solid;
margin-top: 32px;
padding-top: 5px;
padding-left: 35px;
padding-bottom: 5px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d08b2876-faa1-4a38-b185-23863512210d:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d08b2876-faa1-4a38-b185-23863512210d:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d08b2876-faa1-4a38-b185-23863512210d-root {
    text-align: center;
  }


#s-d08b2876-faa1-4a38-b185-23863512210d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d08b2876-faa1-4a38-b185-23863512210d-root {
    text-align: center;
  }


#s-d08b2876-faa1-4a38-b185-23863512210d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d08b2876-faa1-4a38-b185-23863512210d-root {
    text-align: center;
  }


#s-d08b2876-faa1-4a38-b185-23863512210d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d08b2876-faa1-4a38-b185-23863512210d-root {
    text-align: center;
  }


#s-d08b2876-faa1-4a38-b185-23863512210d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d08b2876-faa1-4a38-b185-23863512210d-root {
    text-align: center;
  }


#s-d08b2876-faa1-4a38-b185-23863512210d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  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;
}
