.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-0338095f-ff0e-44a4-a153-f7af2e9c7d27 {
  padding-top: 0px;
}








#s-0338095f-ff0e-44a4-a153-f7af2e9c7d27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0338095f-ff0e-44a4-a153-f7af2e9c7d27.shg-box.shg-c {
  justify-content: center;
}

.fixed-nav {
    position: fixed;
    width:100%;
    z-index:9999;
}
.shg-box>.shg-box-content {
    z-index: initial;
    position: relative;
}
#s-72a7fde0-55a0-47b0-a67a-705740bb978a {
  padding-top: 15px;
padding-bottom: 0px;
background-color: rgba(185, 161, 61, 1);
}
@media (max-width: 767px){#s-72a7fde0-55a0-47b0-a67a-705740bb978a {
  display: none;
}
#s-72a7fde0-55a0-47b0-a67a-705740bb978a, #wrap-s-72a7fde0-55a0-47b0-a67a-705740bb978a { display: none !important; }}







#s-72a7fde0-55a0-47b0-a67a-705740bb978a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72a7fde0-55a0-47b0-a67a-705740bb978a.shg-box.shg-c {
  justify-content: center;
}

#s-bacc4be7-49ba-4b54-9f4e-e738985284c0 {
  margin-left: auto;
margin-right: auto;
min-height: 20px;
max-width: 1200px;
}








#s-bacc4be7-49ba-4b54-9f4e-e738985284c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bacc4be7-49ba-4b54-9f4e-e738985284c0.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-5beea2b5-4b05-436b-b047-e7996d958bc7 {
  margin-bottom: -20px;
}

@media (min-width: 0px) {
[id="s-5beea2b5-4b05-436b-b047-e7996d958bc7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-5beea2b5-4b05-436b-b047-e7996d958bc7"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.8px);
}

[id="s-5beea2b5-4b05-436b-b047-e7996d958bc7"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 0.8px);
}

[id="s-5beea2b5-4b05-436b-b047-e7996d958bc7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.8px);
}

}

@media (min-width: 992px) {
[id="s-5beea2b5-4b05-436b-b047-e7996d958bc7"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.8px);
}

[id="s-5beea2b5-4b05-436b-b047-e7996d958bc7"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 0.8px);
}

[id="s-5beea2b5-4b05-436b-b047-e7996d958bc7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.8px);
}

}

@media (min-width: 1200px) {
[id="s-5beea2b5-4b05-436b-b047-e7996d958bc7"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.8px);
}

[id="s-5beea2b5-4b05-436b-b047-e7996d958bc7"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 0.8px);
}

[id="s-5beea2b5-4b05-436b-b047-e7996d958bc7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.8px);
}

}

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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#s-f9ef5a8c-fe1b-4e69-8e42-d47a9c5618bc {
  margin-bottom: -10px;
}

#s-5bd752b2-f0f4-4b15-a064-f0803f0b6af9 {
  margin-bottom: -10px;
padding-top: 0px;
}

#s-d114fd3f-c867-4c8a-9242-5bde1c7ff91e {
  margin-bottom: -10px;
}

#s-82bb4a72-7576-4675-9ca5-61d511d2be0e {
  margin-bottom: -10px;
}

#s-dcb716bb-eca2-419e-931e-1c6dca67c0ad {
  margin-bottom: -10px;
}

#s-a2518b95-e5f8-4eaf-bdb5-5b040ec0552f {
  min-height: 50px;
}








#s-a2518b95-e5f8-4eaf-bdb5-5b040ec0552f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2518b95-e5f8-4eaf-bdb5-5b040ec0552f.shg-box.shg-c {
  justify-content: center;
}

#s-586535f8-b7cc-4f58-9f05-6a97816967aa {
  margin-top: 70px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-586535f8-b7cc-4f58-9f05-6a97816967aa {
  padding-left: 2.5%;
padding-right: 2.5%;
}
}







#s-586535f8-b7cc-4f58-9f05-6a97816967aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-586535f8-b7cc-4f58-9f05-6a97816967aa.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fba7eca4-f5c9-44cc-945d-b34a3ccb9d7b {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: center;
}







  #s-fba7eca4-f5c9-44cc-945d-b34a3ccb9d7b img.shogun-image {
    

    
    
    
  }


#s-fba7eca4-f5c9-44cc-945d-b34a3ccb9d7b .shogun-image-content {
  
    align-items: center;
  
}

#s-116d3daf-3250-4eae-b1f7-3ff968de8b8e {
  margin-bottom: -20px;
}

#s-661bb2f0-5466-49ab-b952-2fd0dce118b3 {
  min-height: 50px;
background-color: rgba(254, 249, 239, 1);
}
@media (max-width: 767px){#s-661bb2f0-5466-49ab-b952-2fd0dce118b3 {
  padding-left: 2.5%;
padding-right: 2.5%;
}
}







#s-661bb2f0-5466-49ab-b952-2fd0dce118b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-661bb2f0-5466-49ab-b952-2fd0dce118b3.shg-box.shg-c {
  justify-content: center;
}

#s-611f6c8d-a446-4147-98eb-33b563a1d038 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-611f6c8d-a446-4147-98eb-33b563a1d038 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-611f6c8d-a446-4147-98eb-33b563a1d038.shg-box.shg-c {
  justify-content: center;
}

#s-00a26791-0117-4e9b-bfcf-f4bb3ee25881 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-00a26791-0117-4e9b-bfcf-f4bb3ee25881"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00a26791-0117-4e9b-bfcf-f4bb3ee25881"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00a26791-0117-4e9b-bfcf-f4bb3ee25881"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00a26791-0117-4e9b-bfcf-f4bb3ee25881"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-00a26791-0117-4e9b-bfcf-f4bb3ee25881"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c2afc325-0d14-4cd8-ba7c-c24344eef728 {
  min-height: 50px;
}








#s-c2afc325-0d14-4cd8-ba7c-c24344eef728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2afc325-0d14-4cd8-ba7c-c24344eef728.shg-box.shg-c {
  justify-content: center;
}

#s-68bf6bd2-766e-4b9a-9d48-6dd9359a53fe {
  margin-bottom: -30px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b56c4c71-0df3-486a-82f2-8823c7ced620 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: -10px;
margin-right: 0px;
}

.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;
  
  
  text-transform: none;
  
  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-02a2b209-7bd3-46ac-bcd5-f452bad2afe0 {
  padding-bottom: 20px;
text-align: center;
}

#s-02a2b209-7bd3-46ac-bcd5-f452bad2afe0 .shogun-heading-component h1 {
  color: rgba(69, 71, 87, 1);
  font-weight:  700 ;
  font-family: "PT Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-706f0558-98ed-4f82-9fe7-9a7194de5ca4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-706f0558-98ed-4f82-9fe7-9a7194de5ca4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-706f0558-98ed-4f82-9fe7-9a7194de5ca4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-706f0558-98ed-4f82-9fe7-9a7194de5ca4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

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

.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-cee31500-6100-42ac-af51-e06b83a49525 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 8px;
padding-bottom: 10px;
padding-right: 8px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(206, 165, 105, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-cee31500-6100-42ac-af51-e06b83a49525:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGY5OWNkM2EtMjQ4YS00YmM5LWE3ZWUtNzlhY2NlYzE3Yzg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkYTlmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTk3ZjRlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZjk5Y2QzYS0yNDhhLTRiYzktYTdlZS03OWFjY2VjMTdjODUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2da9f"}, {"id"=>2, "pos"=>1, "color"=>"#a97f4e"}] !important;
hover-type: gradient !important;}#s-cee31500-6100-42ac-af51-e06b83a49525:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2RkODRjZWEtYWMzYS00Y2MxLTkyMGQtMGU5OTgyMTViZTBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkYTlmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTk3ZjRlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZGQ4NGNlYS1hYzNhLTRjYzEtOTIwZC0wZTk5ODIxNWJlMGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2da9f"}, {"id"=>2, "pos"=>1, "color"=>"#a97f4e"}] !important;
hover-type: gradient !important;}

  #s-cee31500-6100-42ac-af51-e06b83a49525-root {
    text-align: center;
  }


#s-cee31500-6100-42ac-af51-e06b83a49525.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cee31500-6100-42ac-af51-e06b83a49525-root {
    text-align: center;
  }


#s-cee31500-6100-42ac-af51-e06b83a49525.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cee31500-6100-42ac-af51-e06b83a49525-root {
    text-align: center;
  }


#s-cee31500-6100-42ac-af51-e06b83a49525.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cee31500-6100-42ac-af51-e06b83a49525-root {
    text-align: center;
  }


#s-cee31500-6100-42ac-af51-e06b83a49525.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cee31500-6100-42ac-af51-e06b83a49525-root {
    text-align: center;
  }


#s-cee31500-6100-42ac-af51-e06b83a49525.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-a7cb4af6-8628-4b9e-9077-c40bfa99749f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 8px;
padding-bottom: 10px;
padding-right: 8px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(206, 165, 105, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-a7cb4af6-8628-4b9e-9077-c40bfa99749f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGY5OWNkM2EtMjQ4YS00YmM5LWE3ZWUtNzlhY2NlYzE3Yzg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkYTlmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTk3ZjRlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZjk5Y2QzYS0yNDhhLTRiYzktYTdlZS03OWFjY2VjMTdjODUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2da9f"}, {"id"=>2, "pos"=>1, "color"=>"#a97f4e"}] !important;
hover-type: gradient !important;}#s-a7cb4af6-8628-4b9e-9077-c40bfa99749f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjZkZGNlZjgtYzliYS00YjE3LWExYzYtMTNmNjRkZmJiMjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkYTlmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTk3ZjRlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NmRkY2VmOC1jOWJhLTRiMTctYTFjNi0xM2Y2NGRmYmIyMDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2da9f"}, {"id"=>2, "pos"=>1, "color"=>"#a97f4e"}] !important;
hover-type: gradient !important;}

  #s-a7cb4af6-8628-4b9e-9077-c40bfa99749f-root {
    text-align: center;
  }


#s-a7cb4af6-8628-4b9e-9077-c40bfa99749f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a7cb4af6-8628-4b9e-9077-c40bfa99749f-root {
    text-align: center;
  }


#s-a7cb4af6-8628-4b9e-9077-c40bfa99749f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7cb4af6-8628-4b9e-9077-c40bfa99749f-root {
    text-align: center;
  }


#s-a7cb4af6-8628-4b9e-9077-c40bfa99749f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7cb4af6-8628-4b9e-9077-c40bfa99749f-root {
    text-align: center;
  }


#s-a7cb4af6-8628-4b9e-9077-c40bfa99749f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a7cb4af6-8628-4b9e-9077-c40bfa99749f-root {
    text-align: center;
  }


#s-a7cb4af6-8628-4b9e-9077-c40bfa99749f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-b8f46bd8-6d42-4454-b285-09ecd2c94c98 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 8px;
padding-bottom: 10px;
padding-right: 8px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(206, 165, 105, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-b8f46bd8-6d42-4454-b285-09ecd2c94c98:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGY5OWNkM2EtMjQ4YS00YmM5LWE3ZWUtNzlhY2NlYzE3Yzg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkYTlmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTk3ZjRlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZjk5Y2QzYS0yNDhhLTRiYzktYTdlZS03OWFjY2VjMTdjODUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2da9f"}, {"id"=>2, "pos"=>1, "color"=>"#a97f4e"}] !important;
hover-type: gradient !important;}#s-b8f46bd8-6d42-4454-b285-09ecd2c94c98:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGY3MDVkMmQtNGY5Mi00ZWNkLWI4NWMtNjUyYTdlYmE4MTI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJkYTlmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTk3ZjRlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZjcwNWQyZC00ZjkyLTRlY2QtYjg1Yy02NTJhN2ViYTgxMjUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f2da9f"}, {"id"=>2, "pos"=>1, "color"=>"#a97f4e"}] !important;
hover-type: gradient !important;}

  #s-b8f46bd8-6d42-4454-b285-09ecd2c94c98-root {
    text-align: center;
  }


#s-b8f46bd8-6d42-4454-b285-09ecd2c94c98.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b8f46bd8-6d42-4454-b285-09ecd2c94c98-root {
    text-align: center;
  }


#s-b8f46bd8-6d42-4454-b285-09ecd2c94c98.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8f46bd8-6d42-4454-b285-09ecd2c94c98-root {
    text-align: center;
  }


#s-b8f46bd8-6d42-4454-b285-09ecd2c94c98.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8f46bd8-6d42-4454-b285-09ecd2c94c98-root {
    text-align: center;
  }


#s-b8f46bd8-6d42-4454-b285-09ecd2c94c98.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b8f46bd8-6d42-4454-b285-09ecd2c94c98-root {
    text-align: center;
  }


#s-b8f46bd8-6d42-4454-b285-09ecd2c94c98.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-763d263f-2b3e-4ba1-9103-8e3446b05e6a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/1069;
text-align: center;
}





  #s-763d263f-2b3e-4ba1-9103-8e3446b05e6a img.shogun-image,
  #s-763d263f-2b3e-4ba1-9103-8e3446b05e6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-763d263f-2b3e-4ba1-9103-8e3446b05e6a {
    width: 100%;
    height: auto;
  }



  #s-763d263f-2b3e-4ba1-9103-8e3446b05e6a img.shogun-image {
    

    
    
    
  }


#s-763d263f-2b3e-4ba1-9103-8e3446b05e6a .shogun-image-content {
  
    align-items: center;
  
}

#s-4b8aeade-39ad-456b-a105-114af8b3b267 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4b8aeade-39ad-456b-a105-114af8b3b267 {
  display: none;
}
#s-4b8aeade-39ad-456b-a105-114af8b3b267, #wrap-s-4b8aeade-39ad-456b-a105-114af8b3b267 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b8aeade-39ad-456b-a105-114af8b3b267 {
  display: none;
}
#s-4b8aeade-39ad-456b-a105-114af8b3b267, #wrap-s-4b8aeade-39ad-456b-a105-114af8b3b267 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b8aeade-39ad-456b-a105-114af8b3b267 {
  display: none;
}
#s-4b8aeade-39ad-456b-a105-114af8b3b267, #wrap-s-4b8aeade-39ad-456b-a105-114af8b3b267 { display: none !important; }}@media (max-width: 767px){#s-4b8aeade-39ad-456b-a105-114af8b3b267 {
  display: none;
}
#s-4b8aeade-39ad-456b-a105-114af8b3b267, #wrap-s-4b8aeade-39ad-456b-a105-114af8b3b267 { display: none !important; }}







#s-4b8aeade-39ad-456b-a105-114af8b3b267 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b8aeade-39ad-456b-a105-114af8b3b267.shg-box.shg-c {
  justify-content: center;
}

#s-d392d2a4-446f-4ada-9eea-3483e058b7ed {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-d392d2a4-446f-4ada-9eea-3483e058b7ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d392d2a4-446f-4ada-9eea-3483e058b7ed.shg-box.shg-c {
  justify-content: center;
}

#s-5826fb8e-e7aa-49a3-92d6-ba922d287329 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5826fb8e-e7aa-49a3-92d6-ba922d287329"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5826fb8e-e7aa-49a3-92d6-ba922d287329"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5826fb8e-e7aa-49a3-92d6-ba922d287329"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5826fb8e-e7aa-49a3-92d6-ba922d287329"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7a9fb06c-c4d8-41e8-a215-4d04f2fa1d08 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: center;
}







  #s-7a9fb06c-c4d8-41e8-a215-4d04f2fa1d08 img.shogun-image {
    

    
    
    
  }


#s-7a9fb06c-c4d8-41e8-a215-4d04f2fa1d08 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0e8bb45-bc69-42f6-bc95-7117cb45f879 {
  min-height: 50px;
}








#s-b0e8bb45-bc69-42f6-bc95-7117cb45f879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0e8bb45-bc69-42f6-bc95-7117cb45f879.shg-box.shg-c {
  justify-content: center;
}

#s-1f4e40d4-f951-4b8f-9735-a3417b60052a {
  margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-bottom: 0px;
max-width: 400px;
}

#s-cf972968-b24d-4712-9910-42b4fa3de1ba {
  padding-bottom: 20px;
text-align: center;
}

#s-cf972968-b24d-4712-9910-42b4fa3de1ba .shogun-heading-component h1 {
  color: rgba(69, 71, 87, 1);
  font-weight:  700 ;
  font-family: "PT Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-870daa41-d265-492e-9c7e-0e51ada2ea40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-870daa41-d265-492e-9c7e-0e51ada2ea40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-870daa41-d265-492e-9c7e-0e51ada2ea40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-870daa41-d265-492e-9c7e-0e51ada2ea40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-d3447f8a-57df-4b42-9549-e586358bce78 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-d3447f8a-57df-4b42-9549-e586358bce78:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d3447f8a-57df-4b42-9549-e586358bce78:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d3447f8a-57df-4b42-9549-e586358bce78-root {
    text-align: center;
  }


#s-d3447f8a-57df-4b42-9549-e586358bce78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d3447f8a-57df-4b42-9549-e586358bce78-root {
    text-align: center;
  }


#s-d3447f8a-57df-4b42-9549-e586358bce78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3447f8a-57df-4b42-9549-e586358bce78-root {
    text-align: center;
  }


#s-d3447f8a-57df-4b42-9549-e586358bce78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3447f8a-57df-4b42-9549-e586358bce78-root {
    text-align: center;
  }


#s-d3447f8a-57df-4b42-9549-e586358bce78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d3447f8a-57df-4b42-9549-e586358bce78-root {
    text-align: center;
  }


#s-d3447f8a-57df-4b42-9549-e586358bce78.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-3170b4f4-2565-449f-9320-62bf49a97abe {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-3170b4f4-2565-449f-9320-62bf49a97abe:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3170b4f4-2565-449f-9320-62bf49a97abe:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3170b4f4-2565-449f-9320-62bf49a97abe-root {
    text-align: center;
  }


#s-3170b4f4-2565-449f-9320-62bf49a97abe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3170b4f4-2565-449f-9320-62bf49a97abe-root {
    text-align: center;
  }


#s-3170b4f4-2565-449f-9320-62bf49a97abe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3170b4f4-2565-449f-9320-62bf49a97abe-root {
    text-align: center;
  }


#s-3170b4f4-2565-449f-9320-62bf49a97abe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3170b4f4-2565-449f-9320-62bf49a97abe-root {
    text-align: center;
  }


#s-3170b4f4-2565-449f-9320-62bf49a97abe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3170b4f4-2565-449f-9320-62bf49a97abe-root {
    text-align: center;
  }


#s-3170b4f4-2565-449f-9320-62bf49a97abe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-465fd5ae-0486-4321-ac60-5246b341753c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-465fd5ae-0486-4321-ac60-5246b341753c:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-465fd5ae-0486-4321-ac60-5246b341753c:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-465fd5ae-0486-4321-ac60-5246b341753c-root {
    text-align: center;
  }


#s-465fd5ae-0486-4321-ac60-5246b341753c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-465fd5ae-0486-4321-ac60-5246b341753c-root {
    text-align: center;
  }


#s-465fd5ae-0486-4321-ac60-5246b341753c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-465fd5ae-0486-4321-ac60-5246b341753c-root {
    text-align: center;
  }


#s-465fd5ae-0486-4321-ac60-5246b341753c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-465fd5ae-0486-4321-ac60-5246b341753c-root {
    text-align: center;
  }


#s-465fd5ae-0486-4321-ac60-5246b341753c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-465fd5ae-0486-4321-ac60-5246b341753c-root {
    text-align: center;
  }


#s-465fd5ae-0486-4321-ac60-5246b341753c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7-root {
    text-align: center;
  }


#s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7-root {
    text-align: center;
  }


#s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7-root {
    text-align: center;
  }


#s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7-root {
    text-align: center;
  }


#s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7-root {
    text-align: center;
  }


#s-cf9fc6ce-c4f1-4447-98a0-cf385ed3efb7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-4a3fca8b-2f4b-47cf-9619-93a60fc96536 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-4a3fca8b-2f4b-47cf-9619-93a60fc96536:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a3fca8b-2f4b-47cf-9619-93a60fc96536:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4a3fca8b-2f4b-47cf-9619-93a60fc96536-root {
    text-align: center;
  }


#s-4a3fca8b-2f4b-47cf-9619-93a60fc96536.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4a3fca8b-2f4b-47cf-9619-93a60fc96536-root {
    text-align: center;
  }


#s-4a3fca8b-2f4b-47cf-9619-93a60fc96536.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a3fca8b-2f4b-47cf-9619-93a60fc96536-root {
    text-align: center;
  }


#s-4a3fca8b-2f4b-47cf-9619-93a60fc96536.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a3fca8b-2f4b-47cf-9619-93a60fc96536-root {
    text-align: center;
  }


#s-4a3fca8b-2f4b-47cf-9619-93a60fc96536.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4a3fca8b-2f4b-47cf-9619-93a60fc96536-root {
    text-align: center;
  }


#s-4a3fca8b-2f4b-47cf-9619-93a60fc96536.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7-root {
    text-align: center;
  }


#s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7-root {
    text-align: center;
  }


#s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7-root {
    text-align: center;
  }


#s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7-root {
    text-align: center;
  }


#s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7-root {
    text-align: center;
  }


#s-424c26ac-4d74-4871-b3c7-e6b0cb057ac7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-caf5594b-124b-4132-978f-f85f10dc70db {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-caf5594b-124b-4132-978f-f85f10dc70db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caf5594b-124b-4132-978f-f85f10dc70db.shg-box.shg-c {
  justify-content: center;
}

#s-67181890-8b92-4247-9266-7f7bc9bf7cb3 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 1200px;
}








#s-67181890-8b92-4247-9266-7f7bc9bf7cb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67181890-8b92-4247-9266-7f7bc9bf7cb3.shg-box.shg-c {
  justify-content: center;
}

#s-f60c8d37-05eb-42d0-a290-83b5021494a1 {
  margin-bottom: -10px;
padding-top: 20px;
}

#s-b40dcdfb-fffd-4b7d-a5ad-c7f2cde04602 {
  margin-top: 0px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b40dcdfb-fffd-4b7d-a5ad-c7f2cde04602"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b40dcdfb-fffd-4b7d-a5ad-c7f2cde04602"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-b40dcdfb-fffd-4b7d-a5ad-c7f2cde04602"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-b40dcdfb-fffd-4b7d-a5ad-c7f2cde04602"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-b40dcdfb-fffd-4b7d-a5ad-c7f2cde04602"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-b40dcdfb-fffd-4b7d-a5ad-c7f2cde04602"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-b40dcdfb-fffd-4b7d-a5ad-c7f2cde04602"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

#s-e813a39c-6566-4b71-83d3-ca4bbadebd25 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-e813a39c-6566-4b71-83d3-ca4bbadebd25 img.shogun-image {
    

    
    
    
  }


#s-e813a39c-6566-4b71-83d3-ca4bbadebd25 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dd96bb9-cdd9-45e6-b884-e60d95974717 {
  min-height: 50px;
}








#s-3dd96bb9-cdd9-45e6-b884-e60d95974717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dd96bb9-cdd9-45e6-b884-e60d95974717.shg-box.shg-c {
  justify-content: center;
}

#s-d4746ee9-923d-4464-9ec3-7debe0423baf {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}

#s-a204158b-16e4-49e6-a700-e441cc30c88b {
  padding-bottom: 20px;
text-align: center;
}

#s-a204158b-16e4-49e6-a700-e441cc30c88b .shogun-heading-component h1 {
  color: rgba(69, 71, 87, 1);
  font-weight:  700 ;
  font-family: "PT Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-89717105-670e-4947-90ec-6bb2037f3a9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89717105-670e-4947-90ec-6bb2037f3a9c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-89717105-670e-4947-90ec-6bb2037f3a9c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-89717105-670e-4947-90ec-6bb2037f3a9c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df-root {
    text-align: center;
  }


#s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df-root {
    text-align: center;
  }


#s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df-root {
    text-align: center;
  }


#s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df-root {
    text-align: center;
  }


#s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df-root {
    text-align: center;
  }


#s-7b10c9b3-abe8-4a2d-8595-b2fe1bafd5df.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4-root {
    text-align: center;
  }


#s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4-root {
    text-align: center;
  }


#s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4-root {
    text-align: center;
  }


#s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4-root {
    text-align: center;
  }


#s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4-root {
    text-align: center;
  }


#s-5ccdf074-c8ed-487c-91ae-e2e1d48009e4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-db752447-5dcb-42e4-a222-7c0a606d652c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-db752447-5dcb-42e4-a222-7c0a606d652c:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-db752447-5dcb-42e4-a222-7c0a606d652c:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-db752447-5dcb-42e4-a222-7c0a606d652c-root {
    text-align: center;
  }


#s-db752447-5dcb-42e4-a222-7c0a606d652c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-db752447-5dcb-42e4-a222-7c0a606d652c-root {
    text-align: center;
  }


#s-db752447-5dcb-42e4-a222-7c0a606d652c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db752447-5dcb-42e4-a222-7c0a606d652c-root {
    text-align: center;
  }


#s-db752447-5dcb-42e4-a222-7c0a606d652c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db752447-5dcb-42e4-a222-7c0a606d652c-root {
    text-align: center;
  }


#s-db752447-5dcb-42e4-a222-7c0a606d652c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-db752447-5dcb-42e4-a222-7c0a606d652c-root {
    text-align: center;
  }


#s-db752447-5dcb-42e4-a222-7c0a606d652c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb-root {
    text-align: center;
  }


#s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb-root {
    text-align: center;
  }


#s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb-root {
    text-align: center;
  }


#s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb-root {
    text-align: center;
  }


#s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb-root {
    text-align: center;
  }


#s-e1aa6eb1-abdd-4485-a752-5cf989de7bdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-1eda135b-5c2f-41d5-8cc4-72ce036172bc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-1eda135b-5c2f-41d5-8cc4-72ce036172bc:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1eda135b-5c2f-41d5-8cc4-72ce036172bc:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1eda135b-5c2f-41d5-8cc4-72ce036172bc-root {
    text-align: center;
  }


#s-1eda135b-5c2f-41d5-8cc4-72ce036172bc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1eda135b-5c2f-41d5-8cc4-72ce036172bc-root {
    text-align: center;
  }


#s-1eda135b-5c2f-41d5-8cc4-72ce036172bc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1eda135b-5c2f-41d5-8cc4-72ce036172bc-root {
    text-align: center;
  }


#s-1eda135b-5c2f-41d5-8cc4-72ce036172bc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1eda135b-5c2f-41d5-8cc4-72ce036172bc-root {
    text-align: center;
  }


#s-1eda135b-5c2f-41d5-8cc4-72ce036172bc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1eda135b-5c2f-41d5-8cc4-72ce036172bc-root {
    text-align: center;
  }


#s-1eda135b-5c2f-41d5-8cc4-72ce036172bc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-99e21a17-2f94-43aa-b054-a20c9dc4b66e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-99e21a17-2f94-43aa-b054-a20c9dc4b66e:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-99e21a17-2f94-43aa-b054-a20c9dc4b66e:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-99e21a17-2f94-43aa-b054-a20c9dc4b66e-root {
    text-align: center;
  }


#s-99e21a17-2f94-43aa-b054-a20c9dc4b66e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-99e21a17-2f94-43aa-b054-a20c9dc4b66e-root {
    text-align: center;
  }


#s-99e21a17-2f94-43aa-b054-a20c9dc4b66e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99e21a17-2f94-43aa-b054-a20c9dc4b66e-root {
    text-align: center;
  }


#s-99e21a17-2f94-43aa-b054-a20c9dc4b66e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99e21a17-2f94-43aa-b054-a20c9dc4b66e-root {
    text-align: center;
  }


#s-99e21a17-2f94-43aa-b054-a20c9dc4b66e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-99e21a17-2f94-43aa-b054-a20c9dc4b66e-root {
    text-align: center;
  }


#s-99e21a17-2f94-43aa-b054-a20c9dc4b66e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-e7c51d33-e16e-45e2-a459-f16c27e9b029 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgba(254, 249, 239, 1);
}








#s-e7c51d33-e16e-45e2-a459-f16c27e9b029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7c51d33-e16e-45e2-a459-f16c27e9b029.shg-box.shg-c {
  justify-content: center;
}

#s-cad2266b-8cb9-49ed-9abb-a18322ded908 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 1200px;
}








#s-cad2266b-8cb9-49ed-9abb-a18322ded908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cad2266b-8cb9-49ed-9abb-a18322ded908.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-35083148-0d17-4b93-9768-d84f55bc04de {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 880px;
}

#s-35083148-0d17-4b93-9768-d84f55bc04de .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-35083148-0d17-4b93-9768-d84f55bc04de .shg-sld-nav-button.shg-sld-left,
#s-35083148-0d17-4b93-9768-d84f55bc04de .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0c3699f7-8c90-442b-91b3-f84e9f2ad843 {
  text-align: center;
}







  #s-0c3699f7-8c90-442b-91b3-f84e9f2ad843 img.shogun-image {
    

    
    
    
  }


#s-0c3699f7-8c90-442b-91b3-f84e9f2ad843 .shogun-image-content {
  
    align-items: center;
  
}

#s-6533d92a-a606-416f-8d4c-c14cbdfdfa63 {
  text-align: center;
}







  #s-6533d92a-a606-416f-8d4c-c14cbdfdfa63 img.shogun-image {
    

    
    
    
  }


#s-6533d92a-a606-416f-8d4c-c14cbdfdfa63 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce14a66f-c4c5-4fac-8db4-4fd03624a0de {
  text-align: center;
}







  #s-ce14a66f-c4c5-4fac-8db4-4fd03624a0de img.shogun-image {
    

    
    
    
  }


#s-ce14a66f-c4c5-4fac-8db4-4fd03624a0de .shogun-image-content {
  
    align-items: center;
  
}

#s-316f79f7-74c3-42b3-9093-ca50bcbb764b {
  padding-top: 40px;
padding-left: 3%;
padding-bottom: 40px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-316f79f7-74c3-42b3-9093-ca50bcbb764b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-316f79f7-74c3-42b3-9093-ca50bcbb764b.shg-box.shg-c {
  justify-content: center;
}

#s-ee5255a8-6241-41b9-a211-ff013a856998 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-ee5255a8-6241-41b9-a211-ff013a856998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee5255a8-6241-41b9-a211-ff013a856998.shg-box.shg-c {
  justify-content: center;
}

#s-0003bb96-bde4-475a-a24c-0d4eaa696bbf {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
}

#s-9344d2ce-7c7b-4744-81ed-027b02eac4b1 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9344d2ce-7c7b-4744-81ed-027b02eac4b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9344d2ce-7c7b-4744-81ed-027b02eac4b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-9344d2ce-7c7b-4744-81ed-027b02eac4b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-9344d2ce-7c7b-4744-81ed-027b02eac4b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-9344d2ce-7c7b-4744-81ed-027b02eac4b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-9344d2ce-7c7b-4744-81ed-027b02eac4b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-9344d2ce-7c7b-4744-81ed-027b02eac4b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

}

@media (max-width: 767px) {
  [id="s-9344d2ce-7c7b-4744-81ed-027b02eac4b1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-113eb850-5f5f-43ac-93bd-c7792ccd7654 {
  min-height: 50px;
}








#s-113eb850-5f5f-43ac-93bd-c7792ccd7654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-113eb850-5f5f-43ac-93bd-c7792ccd7654.shg-box.shg-c {
  justify-content: center;
}

#s-e3dbbbaf-e044-476b-9c47-98206eb1c960 {
  min-height: 50px;
}








#s-e3dbbbaf-e044-476b-9c47-98206eb1c960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3dbbbaf-e044-476b-9c47-98206eb1c960.shg-box.shg-c {
  justify-content: center;
}

#s-5a3f14cc-731f-446a-b095-6653ab94357f {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}

#s-8fd94f27-b6ad-48bf-a18a-e4dfb76d75a1 {
  padding-bottom: 20px;
text-align: center;
}

#s-8fd94f27-b6ad-48bf-a18a-e4dfb76d75a1 .shogun-heading-component h1 {
  color: rgba(69, 71, 87, 1);
  font-weight:  700 ;
  font-family: "PT Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-1e9bac4d-0f5d-4664-b11e-bab0b3712679"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e9bac4d-0f5d-4664-b11e-bab0b3712679"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1e9bac4d-0f5d-4664-b11e-bab0b3712679"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1e9bac4d-0f5d-4664-b11e-bab0b3712679"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5-root {
    text-align: center;
  }


#s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5-root {
    text-align: center;
  }


#s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5-root {
    text-align: center;
  }


#s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5-root {
    text-align: center;
  }


#s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5-root {
    text-align: center;
  }


#s-d79a284d-120b-4ae5-9727-8c7b71c2cdf5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-5951438e-20a1-4534-9614-a2fa8e92fd37 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-5951438e-20a1-4534-9614-a2fa8e92fd37:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5951438e-20a1-4534-9614-a2fa8e92fd37:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5951438e-20a1-4534-9614-a2fa8e92fd37-root {
    text-align: center;
  }


#s-5951438e-20a1-4534-9614-a2fa8e92fd37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5951438e-20a1-4534-9614-a2fa8e92fd37-root {
    text-align: center;
  }


#s-5951438e-20a1-4534-9614-a2fa8e92fd37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5951438e-20a1-4534-9614-a2fa8e92fd37-root {
    text-align: center;
  }


#s-5951438e-20a1-4534-9614-a2fa8e92fd37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5951438e-20a1-4534-9614-a2fa8e92fd37-root {
    text-align: center;
  }


#s-5951438e-20a1-4534-9614-a2fa8e92fd37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5951438e-20a1-4534-9614-a2fa8e92fd37-root {
    text-align: center;
  }


#s-5951438e-20a1-4534-9614-a2fa8e92fd37.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-89a22b95-b5ce-4363-b22c-860e11986abd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-89a22b95-b5ce-4363-b22c-860e11986abd:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-89a22b95-b5ce-4363-b22c-860e11986abd:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-89a22b95-b5ce-4363-b22c-860e11986abd-root {
    text-align: center;
  }


#s-89a22b95-b5ce-4363-b22c-860e11986abd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-89a22b95-b5ce-4363-b22c-860e11986abd-root {
    text-align: center;
  }


#s-89a22b95-b5ce-4363-b22c-860e11986abd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89a22b95-b5ce-4363-b22c-860e11986abd-root {
    text-align: center;
  }


#s-89a22b95-b5ce-4363-b22c-860e11986abd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89a22b95-b5ce-4363-b22c-860e11986abd-root {
    text-align: center;
  }


#s-89a22b95-b5ce-4363-b22c-860e11986abd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-89a22b95-b5ce-4363-b22c-860e11986abd-root {
    text-align: center;
  }


#s-89a22b95-b5ce-4363-b22c-860e11986abd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106-root {
    text-align: center;
  }


#s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106-root {
    text-align: center;
  }


#s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106-root {
    text-align: center;
  }


#s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106-root {
    text-align: center;
  }


#s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106-root {
    text-align: center;
  }


#s-fdd53f92-4fa4-4db1-b8c3-4f55f1fb5106.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
#s-8e8373af-86af-49d9-a8d9-6f41e05b5143 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1px;
background-color: rgba(185, 161, 61, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
line-height: 1.25em;
}
#s-8e8373af-86af-49d9-a8d9-6f41e05b5143:hover {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8e8373af-86af-49d9-a8d9-6f41e05b5143:active {background-color: rgba(185, 161, 61, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8e8373af-86af-49d9-a8d9-6f41e05b5143-root {
    text-align: center;
  }


#s-8e8373af-86af-49d9-a8d9-6f41e05b5143.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e8373af-86af-49d9-a8d9-6f41e05b5143-root {
    text-align: center;
  }


#s-8e8373af-86af-49d9-a8d9-6f41e05b5143.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e8373af-86af-49d9-a8d9-6f41e05b5143-root {
    text-align: center;
  }


#s-8e8373af-86af-49d9-a8d9-6f41e05b5143.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e8373af-86af-49d9-a8d9-6f41e05b5143-root {
    text-align: center;
  }


#s-8e8373af-86af-49d9-a8d9-6f41e05b5143.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e8373af-86af-49d9-a8d9-6f41e05b5143-root {
    text-align: center;
  }


#s-8e8373af-86af-49d9-a8d9-6f41e05b5143.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Inter;
  display:  block ;
}
}
.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 {
  text-align: center;
}


.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 {
  max-width:  100%;
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom,
.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 {
  max-width:  100%;
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom,
.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 {
  max-width:  100%;
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom,
.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 {
  max-width:  100%;
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom,
.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 {
  max-width:  100%;
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom,
.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcc7b929-b459-47ea-887f-abb5f1b55a69 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0adf022a-7f67-4ba5-b194-c68a7c3c90f3 {
  padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(254, 249, 239, 1);
}








#s-0adf022a-7f67-4ba5-b194-c68a7c3c90f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0adf022a-7f67-4ba5-b194-c68a7c3c90f3.shg-box.shg-c {
  justify-content: center;
}

#s-d518e39d-e79b-4224-b45b-68cc2d0a93f8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-d518e39d-e79b-4224-b45b-68cc2d0a93f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d518e39d-e79b-4224-b45b-68cc2d0a93f8.shg-box.shg-c {
  justify-content: center;
}

#s-6a2e638b-2c20-486f-b651-012f45fc7132 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6a2e638b-2c20-486f-b651-012f45fc7132"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a2e638b-2c20-486f-b651-012f45fc7132"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-6a2e638b-2c20-486f-b651-012f45fc7132"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a2e638b-2c20-486f-b651-012f45fc7132"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (max-width: 767px) {
  [id="s-6a2e638b-2c20-486f-b651-012f45fc7132"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9f7da5dd-1eb3-46c9-8ffc-0ae0d9ae5352 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 475px;
}

#s-9f7da5dd-1eb3-46c9-8ffc-0ae0d9ae5352 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9f7da5dd-1eb3-46c9-8ffc-0ae0d9ae5352 .shg-sld-nav-button.shg-sld-left,
#s-9f7da5dd-1eb3-46c9-8ffc-0ae0d9ae5352 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-78fa84bc-f7a9-4507-b220-fbce8f3047a2 {
  text-align: center;
}







  #s-78fa84bc-f7a9-4507-b220-fbce8f3047a2 img.shogun-image {
    

    
    
    
  }


#s-78fa84bc-f7a9-4507-b220-fbce8f3047a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-91eca4b8-ac75-4c1e-a1ea-ac84eca92ff8 {
  text-align: center;
}







  #s-91eca4b8-ac75-4c1e-a1ea-ac84eca92ff8 img.shogun-image {
    

    
    
    
  }


#s-91eca4b8-ac75-4c1e-a1ea-ac84eca92ff8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ca2fda7-4faf-400e-8797-111af77fbd84 {
  text-align: center;
}







  #s-3ca2fda7-4faf-400e-8797-111af77fbd84 img.shogun-image {
    

    
    
    
  }


#s-3ca2fda7-4faf-400e-8797-111af77fbd84 .shogun-image-content {
  
    align-items: center;
  
}

#s-45287572-124f-4e62-a884-ac55d1fe47d5 {
  text-align: center;
}







  #s-45287572-124f-4e62-a884-ac55d1fe47d5 img.shogun-image {
    

    
    
    
  }


#s-45287572-124f-4e62-a884-ac55d1fe47d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-65a31073-68a2-4f64-8c5c-ac6a28a9f2b4 {
  min-height: 50px;
}








#s-65a31073-68a2-4f64-8c5c-ac6a28a9f2b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65a31073-68a2-4f64-8c5c-ac6a28a9f2b4.shg-box.shg-c {
  justify-content: center;
}

#s-3bc06bd7-673a-4a08-b153-886e8ba3a396 {
  padding-left: 3%;
padding-bottom: 40px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3bc06bd7-673a-4a08-b153-886e8ba3a396 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bc06bd7-673a-4a08-b153-886e8ba3a396.shg-box.shg-c {
  justify-content: center;
}

#s-85dfc5bb-7b78-41d1-91f5-5ec5c4ea47c5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-85dfc5bb-7b78-41d1-91f5-5ec5c4ea47c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85dfc5bb-7b78-41d1-91f5-5ec5c4ea47c5.shg-box.shg-c {
  justify-content: center;
}

#s-c93410e0-f03a-480c-b2d1-d6799277d847 {
  margin-left: auto;
margin-right: auto;
max-width: 880px;
text-align: center;
}







  #s-c93410e0-f03a-480c-b2d1-d6799277d847 img.shogun-image {
    

    
    
    
  }


#s-c93410e0-f03a-480c-b2d1-d6799277d847 .shogun-image-content {
  
    align-items: center;
  
}

#s-2581a2c1-4d48-4c86-90cc-5c4e751a7e57 {
  padding-bottom: 20px;
text-align: center;
}

#s-2581a2c1-4d48-4c86-90cc-5c4e751a7e57 .shogun-heading-component h1 {
  color: rgba(69, 71, 87, 1);
  font-weight:  700 ;
  font-family: "PT Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



#s-23e60c65-4ba3-4887-b782-0d00cea21042 {
  padding-top: 10px;
min-height: 165px;
}

#s-23e60c65-4ba3-4887-b782-0d00cea21042 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-23e60c65-4ba3-4887-b782-0d00cea21042 .shg-sld-nav-button.shg-sld-left,
#s-23e60c65-4ba3-4887-b782-0d00cea21042 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-78a40ce9-0d6c-40e7-b71c-3f73e542f5b2 {
  padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(254, 249, 239, 1);
}








#s-78a40ce9-0d6c-40e7-b71c-3f73e542f5b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78a40ce9-0d6c-40e7-b71c-3f73e542f5b2.shg-box.shg-c {
  justify-content: center;
}

#s-d707a78a-2fe6-4466-8c8f-107a7fa6cf27 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-d707a78a-2fe6-4466-8c8f-107a7fa6cf27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d707a78a-2fe6-4466-8c8f-107a7fa6cf27.shg-box.shg-c {
  justify-content: center;
}

#s-00fa8ca6-8b87-48c7-880d-74bbabc9653b {
  margin-top: 20px;
margin-bottom: 40px;
text-align: center;
}

#s-00fa8ca6-8b87-48c7-880d-74bbabc9653b .shogun-heading-component h1 {
  color: rgba(69, 71, 87, 1);
  font-weight:  700 ;
  font-family: "PT Serif";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 2px;
  
}



#s-8071ca13-7afd-48ef-8644-0815ea1b725a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8071ca13-7afd-48ef-8644-0815ea1b725a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8071ca13-7afd-48ef-8644-0815ea1b725a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-8071ca13-7afd-48ef-8644-0815ea1b725a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-8071ca13-7afd-48ef-8644-0815ea1b725a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-8071ca13-7afd-48ef-8644-0815ea1b725a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-8071ca13-7afd-48ef-8644-0815ea1b725a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-8071ca13-7afd-48ef-8644-0815ea1b725a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

#s-88a7b7e4-0aaa-454c-8e0a-61f18c60efba {
  min-height: 50px;
}








#s-88a7b7e4-0aaa-454c-8e0a-61f18c60efba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88a7b7e4-0aaa-454c-8e0a-61f18c60efba.shg-box.shg-c {
  justify-content: center;
}

#s-65b2459b-8ff2-4959-9408-ff196e1703b5 {
  text-align: center;
}







  #s-65b2459b-8ff2-4959-9408-ff196e1703b5 img.shogun-image {
    

    
    
    
  }


#s-65b2459b-8ff2-4959-9408-ff196e1703b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fe4c753-7b32-4754-8006-f7371302ff79 {
  min-height: 50px;
}








#s-8fe4c753-7b32-4754-8006-f7371302ff79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fe4c753-7b32-4754-8006-f7371302ff79.shg-box.shg-c {
  justify-content: center;
}

#s-ed73d12e-9df9-4621-a48d-b4c0381fa245 {
  margin-top: 0px;
margin-bottom: -30px;
}

#s-366e26d1-1f27-48d7-bc0f-6e99c93f369d {
  padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-366e26d1-1f27-48d7-bc0f-6e99c93f369d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-366e26d1-1f27-48d7-bc0f-6e99c93f369d.shg-box.shg-c {
  justify-content: center;
}

#s-5de72108-fdc1-41a4-9912-09ee7ff61786 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1250px;
}








#s-5de72108-fdc1-41a4-9912-09ee7ff61786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5de72108-fdc1-41a4-9912-09ee7ff61786.shg-box.shg-c {
  justify-content: center;
}

#s-1c5ad164-7e8e-4dbc-aa4c-d9d8bb7ebe91 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-1c5ad164-7e8e-4dbc-aa4c-d9d8bb7ebe91 .shogun-heading-component h1 {
  color: rgba(69, 71, 87, 1);
  font-weight:  700 ;
  font-family: "PT Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



#s-73a10cb3-b185-4f0f-a47b-b0848a81fbcc {
  margin-bottom: -30px;
}

#s-8bbce65d-2a4b-4dc8-a867-2474f07e03b5 {
  padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(254, 249, 239, 1);
}








#s-8bbce65d-2a4b-4dc8-a867-2474f07e03b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bbce65d-2a4b-4dc8-a867-2474f07e03b5.shg-box.shg-c {
  justify-content: center;
}

#s-39edded6-4f16-4c55-9322-38e08081a02e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-39edded6-4f16-4c55-9322-38e08081a02e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39edded6-4f16-4c55-9322-38e08081a02e.shg-box.shg-c {
  justify-content: center;
}

#s-1e13382b-f64e-4a10-abc0-67f6c18c94e4 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-1e13382b-f64e-4a10-abc0-67f6c18c94e4 .shogun-heading-component h1 {
  color: rgba(69, 71, 87, 1);
  font-weight:  700 ;
  font-family: "PT Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



#s-9bdc0978-6aae-4fca-8a14-43047adbc9ad {
  margin-bottom: -20px;
}

#s-d370ab66-dc5d-40f8-bbe6-d76696598725 {
  margin-bottom: -20px;
}

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

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

#s-6f0024c8-ac5a-4a59-8b1e-e76dc30f70da {
  padding-left: 7%;
padding-right: 7%;
}

#s-6f0024c8-ac5a-4a59-8b1e-e76dc30f70da hr {
  border-top: 1px solid rgba(204, 204, 204, 1);
}

#s-960c1712-497f-423c-bc27-8c0c69a5b7ff {
  margin-bottom: -30px;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
