.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-560b12eb-e121-4971-911f-34d6f6ae9248 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(234, 19, 19, 0);
}








#s-560b12eb-e121-4971-911f-34d6f6ae9248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-560b12eb-e121-4971-911f-34d6f6ae9248.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2fc200a-844e-44cc-ae4f-b6f742d3447b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-05d07246-d259-46fb-91bb-a1d6b2d7bca4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-05d07246-d259-46fb-91bb-a1d6b2d7bca4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05d07246-d259-46fb-91bb-a1d6b2d7bca4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0eb5ea41-7f3f-4f2d-92c2-7d36d848b041 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f45d2ce3-c3f5-48a3-a8ba-b5f942799aee {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 8%;
padding-bottom: 60px;
padding-right: 8%;
min-height: 50px;
background-color: rgba(243, 240, 231, 1);
}
@media (min-width: 1200px){#s-f45d2ce3-c3f5-48a3-a8ba-b5f942799aee {
  padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f45d2ce3-c3f5-48a3-a8ba-b5f942799aee {
  padding-top: 30px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f45d2ce3-c3f5-48a3-a8ba-b5f942799aee {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-f45d2ce3-c3f5-48a3-a8ba-b5f942799aee {
  padding-top: 30px;
padding-bottom: 0px;
}
}







#s-f45d2ce3-c3f5-48a3-a8ba-b5f942799aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f45d2ce3-c3f5-48a3-a8ba-b5f942799aee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-27f8823c-9b78-46cc-abf7-71959d77f4b6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-27f8823c-9b78-46cc-abf7-71959d77f4b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-27f8823c-9b78-46cc-abf7-71959d77f4b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-27f8823c-9b78-46cc-abf7-71959d77f4b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-27f8823c-9b78-46cc-abf7-71959d77f4b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c6bf61fe-6c50-4b7d-8454-0bbeb67ee425 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-c6bf61fe-6c50-4b7d-8454-0bbeb67ee425 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6bf61fe-6c50-4b7d-8454-0bbeb67ee425.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-269caae9-4ed3-42cf-9f67-c5fbf2af6e79 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-269caae9-4ed3-42cf-9f67-c5fbf2af6e79 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-2e04443d-5687-4ea2-a38f-f98a2e47e7d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2e04443d-5687-4ea2-a38f-f98a2e47e7d4 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e04443d-5687-4ea2-a38f-f98a2e47e7d4 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e04443d-5687-4ea2-a38f-f98a2e47e7d4 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-2e04443d-5687-4ea2-a38f-f98a2e47e7d4 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-2e04443d-5687-4ea2-a38f-f98a2e47e7d4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Sweet Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-6cc0994b-2a61-4848-a4f1-3806b278fba8 {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
}

#s-6cc0994b-2a61-4848-a4f1-3806b278fba8 .shg-proportional-font-size,
#s-6cc0994b-2a61-4848-a4f1-3806b278fba8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b83b635f-eac2-41ed-9fe5-2177cb1795de {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-b83b635f-eac2-41ed-9fe5-2177cb1795de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b83b635f-eac2-41ed-9fe5-2177cb1795de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba98efba-4d4d-4dbc-a3af-5416b42b0525 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba98efba-4d4d-4dbc-a3af-5416b42b0525 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-78697aca-7438-40ce-bbef-bc58d583a8bf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-78697aca-7438-40ce-bbef-bc58d583a8bf {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78697aca-7438-40ce-bbef-bc58d583a8bf {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-78697aca-7438-40ce-bbef-bc58d583a8bf {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-78697aca-7438-40ce-bbef-bc58d583a8bf {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-78697aca-7438-40ce-bbef-bc58d583a8bf .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Sweet Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-acd2b700-6a0e-4af0-9d13-74c15501b78a {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
}

#s-acd2b700-6a0e-4af0-9d13-74c15501b78a .shg-proportional-font-size,
#s-acd2b700-6a0e-4af0-9d13-74c15501b78a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b69ee01c-3c5f-49fc-8feb-eebf5e782eb3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-b69ee01c-3c5f-49fc-8feb-eebf5e782eb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b69ee01c-3c5f-49fc-8feb-eebf5e782eb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e4ad8b6-d722-4fe1-8d5d-21f29a0377b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e4ad8b6-d722-4fe1-8d5d-21f29a0377b5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-030f1a70-3607-4d87-8bab-1a77c0f6ae9e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-030f1a70-3607-4d87-8bab-1a77c0f6ae9e {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-030f1a70-3607-4d87-8bab-1a77c0f6ae9e {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-030f1a70-3607-4d87-8bab-1a77c0f6ae9e {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-030f1a70-3607-4d87-8bab-1a77c0f6ae9e {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-030f1a70-3607-4d87-8bab-1a77c0f6ae9e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Sweet Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9b9c3d93-717b-46c2-ae28-d9cdfd4c62cb {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
}

#s-9b9c3d93-717b-46c2-ae28-d9cdfd4c62cb .shg-proportional-font-size,
#s-9b9c3d93-717b-46c2-ae28-d9cdfd4c62cb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b9691857-c68d-4e5e-9116-db95f1b3405b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b9691857-c68d-4e5e-9116-db95f1b3405b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9691857-c68d-4e5e-9116-db95f1b3405b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c0740ec-ec87-4b8a-99af-d513483a13e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c0740ec-ec87-4b8a-99af-d513483a13e7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-6b519a43-21d5-4bd7-b92a-30f7bfaf08d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6b519a43-21d5-4bd7-b92a-30f7bfaf08d9 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b519a43-21d5-4bd7-b92a-30f7bfaf08d9 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b519a43-21d5-4bd7-b92a-30f7bfaf08d9 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-6b519a43-21d5-4bd7-b92a-30f7bfaf08d9 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-6b519a43-21d5-4bd7-b92a-30f7bfaf08d9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Sweet Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-54c08ae6-3c79-46c9-ac1f-862f7a5f512c {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
}

#s-54c08ae6-3c79-46c9-ac1f-862f7a5f512c .shg-proportional-font-size,
#s-54c08ae6-3c79-46c9-ac1f-862f7a5f512c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5627b1e5-37e9-4074-b9ba-c56977f2b51f {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 8%;
padding-bottom: 60px;
padding-right: 8%;
min-height: 50px;
background-color: rgba(243, 240, 231, 1);
}
@media (min-width: 1200px){#s-5627b1e5-37e9-4074-b9ba-c56977f2b51f {
  padding-top: 30px;
padding-bottom: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5627b1e5-37e9-4074-b9ba-c56977f2b51f {
  padding-top: 30px;
padding-bottom: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5627b1e5-37e9-4074-b9ba-c56977f2b51f {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-5627b1e5-37e9-4074-b9ba-c56977f2b51f {
  padding-top: 30px;
padding-bottom: 40px;
}
}







#s-5627b1e5-37e9-4074-b9ba-c56977f2b51f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5627b1e5-37e9-4074-b9ba-c56977f2b51f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83b6476f-27c4-4a01-a6b6-e267359b920b {
  margin-left: 0px;
margin-right: 0px;
padding-left: 2%;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(182, 166, 131, 1);
border-style: solid;
}
@media (max-width: 767px){#s-83b6476f-27c4-4a01-a6b6-e267359b920b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}
#s-83b6476f-27c4-4a01-a6b6-e267359b920b .shg-proportional-font-size,
#s-83b6476f-27c4-4a01-a6b6-e267359b920b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 17px;
padding-left: 20px;
padding-bottom: 17px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4:hover {background-color: rgba(182, 166, 131, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4 {
  padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4 {
  margin-top: 10px;
padding-top: 10px;
}
}

  #s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4-root {
    text-align: center;
  }


#s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Sweet Sans Pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4-root {
    text-align: center;
  }


#s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Sweet Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4-root {
    text-align: center;
  }


#s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Sweet Sans Pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4-root {
    text-align: center;
  }


#s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Sweet Sans Pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4-root {
    text-align: center;
  }


#s-1c31851b-e426-4bd5-98e7-3beacaa3d1e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Sweet Sans Pro;
  display:  inline-block ;
}
}
#s-419ad9af-bc47-43fe-b531-e18ef04e8e34 {
  margin-left: auto;
margin-right: auto;
}

#s-419ad9af-bc47-43fe-b531-e18ef04e8e34 .shg-proportional-font-size,
#s-419ad9af-bc47-43fe-b531-e18ef04e8e34 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f39ed2d0-3401-477f-94d0-ac82bcbbedd3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-44302dab-3236-4251-aeea-b6d2a1cab2d2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-44302dab-3236-4251-aeea-b6d2a1cab2d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44302dab-3236-4251-aeea-b6d2a1cab2d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00e588de-6771-4c93-9384-ec954210ca2b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-604f7117-b8d0-4347-b637-b18bd36aa02c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-position: left bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-604f7117-b8d0-4347-b637-b18bd36aa02c {
  
}
}@media (max-width: 767px){#s-604f7117-b8d0-4347-b637-b18bd36aa02c {
  display: none;
}
#s-604f7117-b8d0-4347-b637-b18bd36aa02c, #wrap-s-604f7117-b8d0-4347-b637-b18bd36aa02c, #wrap-content-s-604f7117-b8d0-4347-b637-b18bd36aa02c { display: none !important; }}
#s-604f7117-b8d0-4347-b637-b18bd36aa02c {
  background-image: url(https://i.shgcdn.com/316aedb3-ad42-47c4-98d6-acb65e673006/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-604f7117-b8d0-4347-b637-b18bd36aa02c {
  background-image: url(https://i.shgcdn.com/316aedb3-ad42-47c4-98d6-acb65e673006/-/resize/480x/);
}
#s-604f7117-b8d0-4347-b637-b18bd36aa02c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-604f7117-b8d0-4347-b637-b18bd36aa02c {
  background-image: url(https://i.shgcdn.com/316aedb3-ad42-47c4-98d6-acb65e673006/-/resize/960x/);
}
#s-604f7117-b8d0-4347-b637-b18bd36aa02c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-604f7117-b8d0-4347-b637-b18bd36aa02c {
  background-image: url(https://i.shgcdn.com/316aedb3-ad42-47c4-98d6-acb65e673006/-/resize/768x/);
}
#s-604f7117-b8d0-4347-b637-b18bd36aa02c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-604f7117-b8d0-4347-b637-b18bd36aa02c {
  background-image: url(https://i.shgcdn.com/316aedb3-ad42-47c4-98d6-acb65e673006/-/resize/1536x/);
}
#s-604f7117-b8d0-4347-b637-b18bd36aa02c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-604f7117-b8d0-4347-b637-b18bd36aa02c {
  background-image: url(https://i.shgcdn.com/316aedb3-ad42-47c4-98d6-acb65e673006/-/resize/1024x/);
}
#s-604f7117-b8d0-4347-b637-b18bd36aa02c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-604f7117-b8d0-4347-b637-b18bd36aa02c {
  background-image: url(https://i.shgcdn.com/316aedb3-ad42-47c4-98d6-acb65e673006/-/resize/2048x/);
}
#s-604f7117-b8d0-4347-b637-b18bd36aa02c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-604f7117-b8d0-4347-b637-b18bd36aa02c {
  background-image: url(https://i.shgcdn.com/316aedb3-ad42-47c4-98d6-acb65e673006/-/resize/1200x/);
}
#s-604f7117-b8d0-4347-b637-b18bd36aa02c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-604f7117-b8d0-4347-b637-b18bd36aa02c {
  background-image: url(https://i.shgcdn.com/316aedb3-ad42-47c4-98d6-acb65e673006/-/resize/2048x/);
}
#s-604f7117-b8d0-4347-b637-b18bd36aa02c.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-604f7117-b8d0-4347-b637-b18bd36aa02c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-604f7117-b8d0-4347-b637-b18bd36aa02c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09e0cad8-41ad-4399-a60e-06bf5a3720bf {
  background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: left bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-09e0cad8-41ad-4399-a60e-06bf5a3720bf {
  background-attachment: scroll;
}
}







#s-09e0cad8-41ad-4399-a60e-06bf5a3720bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09e0cad8-41ad-4399-a60e-06bf5a3720bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1ee5e66-5695-4788-8a78-415c53e048dc {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 8%;
padding-bottom: 60px;
padding-right: 8%;
}

@media (min-width: 0px) {
[id="s-a1ee5e66-5695-4788-8a78-415c53e048dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1ee5e66-5695-4788-8a78-415c53e048dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1ee5e66-5695-4788-8a78-415c53e048dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1ee5e66-5695-4788-8a78-415c53e048dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7da5d4cd-875e-4ffb-99df-d7a83db4de0a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7da5d4cd-875e-4ffb-99df-d7a83db4de0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7da5d4cd-875e-4ffb-99df-d7a83db4de0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc1dd22d-da6b-445c-9974-8a18f2b8a1a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-dc1dd22d-da6b-445c-9974-8a18f2b8a1a7 {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc1dd22d-da6b-445c-9974-8a18f2b8a1a7 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc1dd22d-da6b-445c-9974-8a18f2b8a1a7 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-dc1dd22d-da6b-445c-9974-8a18f2b8a1a7 {
  text-align: left;
}
}
#s-dc1dd22d-da6b-445c-9974-8a18f2b8a1a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-dc1dd22d-da6b-445c-9974-8a18f2b8a1a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dc1dd22d-da6b-445c-9974-8a18f2b8a1a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dc1dd22d-da6b-445c-9974-8a18f2b8a1a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-dc1dd22d-da6b-445c-9974-8a18f2b8a1a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-034f591c-b7a7-4c0c-bd71-f1d4b0cf977f {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
}

#s-034f591c-b7a7-4c0c-bd71-f1d4b0cf977f .shg-proportional-font-size,
#s-034f591c-b7a7-4c0c-bd71-f1d4b0cf977f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e6150ec7-de59-48df-9574-0b8a295a3c1f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e6150ec7-de59-48df-9574-0b8a295a3c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6150ec7-de59-48df-9574-0b8a295a3c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
height: 30px;
min-height: 30px;
max-width: 30px;
text-align: left;
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-7362b7d9-caac-43db-80d6-c63b04d67cba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7362b7d9-caac-43db-80d6-c63b04d67cba img.shogun-image {
  width: 100%;
  height: 30px;
  min-height: 30px;
  max-width: 30px;

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




.s-7362b7d9-caac-43db-80d6-c63b04d67cba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7362b7d9-caac-43db-80d6-c63b04d67cba.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7362b7d9-caac-43db-80d6-c63b04d67cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7362b7d9-caac-43db-80d6-c63b04d67cba img.shogun-image {
  width: 100%;
  
  
  

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




.s-7362b7d9-caac-43db-80d6-c63b04d67cba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7362b7d9-caac-43db-80d6-c63b04d67cba.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7362b7d9-caac-43db-80d6-c63b04d67cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7362b7d9-caac-43db-80d6-c63b04d67cba img.shogun-image {
  width: 100%;
  
  
  

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




.s-7362b7d9-caac-43db-80d6-c63b04d67cba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7362b7d9-caac-43db-80d6-c63b04d67cba.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7362b7d9-caac-43db-80d6-c63b04d67cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7362b7d9-caac-43db-80d6-c63b04d67cba img.shogun-image {
  width: 100%;
  
  
  

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




.s-7362b7d9-caac-43db-80d6-c63b04d67cba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7362b7d9-caac-43db-80d6-c63b04d67cba.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7362b7d9-caac-43db-80d6-c63b04d67cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7362b7d9-caac-43db-80d6-c63b04d67cba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7362b7d9-caac-43db-80d6-c63b04d67cba img.shogun-image {
  width: 100%;
  
  
  

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




.s-7362b7d9-caac-43db-80d6-c63b04d67cba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7362b7d9-caac-43db-80d6-c63b04d67cba.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7362b7d9-caac-43db-80d6-c63b04d67cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7362b7d9-caac-43db-80d6-c63b04d67cba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-95cf6801-7d21-48cf-90fc-757ffcaf2d23 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-95cf6801-7d21-48cf-90fc-757ffcaf2d23 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-fb8bcc87-0d2e-402a-98cb-3c7bb156ad24 {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
}

#s-fb8bcc87-0d2e-402a-98cb-3c7bb156ad24 .shg-proportional-font-size,
#s-fb8bcc87-0d2e-402a-98cb-3c7bb156ad24 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  margin-left: 0px;
margin-right: 0px;
height: 30px;
min-height: 30px;
max-width: 30px;
text-align: left;
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c img.shogun-image {
  width: 100%;
  height: 30px;
  min-height: 30px;
  max-width: 30px;

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




.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c img.shogun-image {
  width: 100%;
  
  
  

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




.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c img.shogun-image {
  width: 100%;
  
  
  

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




.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c img.shogun-image {
  width: 100%;
  
  
  

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




.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c img.shogun-image {
  width: 100%;
  
  
  

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




.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e635ba7-5376-45c4-9197-4cb9d6dcba3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-12320f34-7e2b-44f4-a446-327bb8d263f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-12320f34-7e2b-44f4-a446-327bb8d263f5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-b2de300d-e261-4e4f-848a-76dfea1eb42e {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
}

#s-b2de300d-e261-4e4f-848a-76dfea1eb42e .shg-proportional-font-size,
#s-b2de300d-e261-4e4f-848a-76dfea1eb42e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0d92ed2c-9746-436d-b007-29111bd31817 {
  margin-left: 0px;
margin-right: 0px;
height: 30px;
min-height: 30px;
max-width: 30px;
text-align: left;
}

#s-0d92ed2c-9746-436d-b007-29111bd31817 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d92ed2c-9746-436d-b007-29111bd31817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d92ed2c-9746-436d-b007-29111bd31817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-0d92ed2c-9746-436d-b007-29111bd31817 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0d92ed2c-9746-436d-b007-29111bd31817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d92ed2c-9746-436d-b007-29111bd31817 img.shogun-image {
  width: 100%;
  height: 30px;
  min-height: 30px;
  max-width: 30px;

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




.s-0d92ed2c-9746-436d-b007-29111bd31817 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d92ed2c-9746-436d-b007-29111bd31817.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0d92ed2c-9746-436d-b007-29111bd31817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d92ed2c-9746-436d-b007-29111bd31817.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0d92ed2c-9746-436d-b007-29111bd31817 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d92ed2c-9746-436d-b007-29111bd31817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d92ed2c-9746-436d-b007-29111bd31817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d92ed2c-9746-436d-b007-29111bd31817 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0d92ed2c-9746-436d-b007-29111bd31817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d92ed2c-9746-436d-b007-29111bd31817 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d92ed2c-9746-436d-b007-29111bd31817 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d92ed2c-9746-436d-b007-29111bd31817.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0d92ed2c-9746-436d-b007-29111bd31817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d92ed2c-9746-436d-b007-29111bd31817.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0d92ed2c-9746-436d-b007-29111bd31817 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d92ed2c-9746-436d-b007-29111bd31817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d92ed2c-9746-436d-b007-29111bd31817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d92ed2c-9746-436d-b007-29111bd31817 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0d92ed2c-9746-436d-b007-29111bd31817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d92ed2c-9746-436d-b007-29111bd31817 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d92ed2c-9746-436d-b007-29111bd31817 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d92ed2c-9746-436d-b007-29111bd31817.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0d92ed2c-9746-436d-b007-29111bd31817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d92ed2c-9746-436d-b007-29111bd31817.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0d92ed2c-9746-436d-b007-29111bd31817 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d92ed2c-9746-436d-b007-29111bd31817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d92ed2c-9746-436d-b007-29111bd31817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d92ed2c-9746-436d-b007-29111bd31817 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0d92ed2c-9746-436d-b007-29111bd31817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d92ed2c-9746-436d-b007-29111bd31817 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d92ed2c-9746-436d-b007-29111bd31817 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d92ed2c-9746-436d-b007-29111bd31817.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0d92ed2c-9746-436d-b007-29111bd31817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d92ed2c-9746-436d-b007-29111bd31817.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0d92ed2c-9746-436d-b007-29111bd31817 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0d92ed2c-9746-436d-b007-29111bd31817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d92ed2c-9746-436d-b007-29111bd31817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0d92ed2c-9746-436d-b007-29111bd31817 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0d92ed2c-9746-436d-b007-29111bd31817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0d92ed2c-9746-436d-b007-29111bd31817 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0d92ed2c-9746-436d-b007-29111bd31817 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0d92ed2c-9746-436d-b007-29111bd31817.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0d92ed2c-9746-436d-b007-29111bd31817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d92ed2c-9746-436d-b007-29111bd31817.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cd8c618a-7fcc-4929-89fb-c2660435eedb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd8c618a-7fcc-4929-89fb-c2660435eedb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-3db3d323-10eb-4a30-ab72-fef7755871f9 {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
}

#s-3db3d323-10eb-4a30-ab72-fef7755871f9 .shg-proportional-font-size,
#s-3db3d323-10eb-4a30-ab72-fef7755871f9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  display: none;
}
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4, #wrap-s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4, #wrap-content-s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  display: none;
}
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4, #wrap-s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4, #wrap-content-s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  display: none;
}
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4, #wrap-s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4, #wrap-content-s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 { display: none !important; }}
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  background-image: url(https://i.shgcdn.com/505847fc-12e5-46a6-a6ca-54a6b39317fd/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  background-image: url(https://i.shgcdn.com/505847fc-12e5-46a6-a6ca-54a6b39317fd/-/resize/480x/);
}
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  background-image: url(https://i.shgcdn.com/505847fc-12e5-46a6-a6ca-54a6b39317fd/-/resize/960x/);
}
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  background-image: url(https://i.shgcdn.com/505847fc-12e5-46a6-a6ca-54a6b39317fd/-/resize/768x/);
}
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  background-image: url(https://i.shgcdn.com/505847fc-12e5-46a6-a6ca-54a6b39317fd/-/resize/1536x/);
}
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  background-image: url(https://i.shgcdn.com/505847fc-12e5-46a6-a6ca-54a6b39317fd/-/resize/1024x/);
}
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  background-image: url(https://i.shgcdn.com/505847fc-12e5-46a6-a6ca-54a6b39317fd/-/resize/2048x/);
}
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  background-image: url(https://i.shgcdn.com/505847fc-12e5-46a6-a6ca-54a6b39317fd/-/resize/1200x/);
}
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 {
  background-image: url(https://i.shgcdn.com/505847fc-12e5-46a6-a6ca-54a6b39317fd/-/resize/2048x/);
}
#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-625f88ff-6cbe-4c99-99b7-d48c569f1ae4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5595986-db7d-48d0-95d1-014ecb2a46ce {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5595986-db7d-48d0-95d1-014ecb2a46ce {
  background-attachment: scroll;
}
}







#s-c5595986-db7d-48d0-95d1-014ecb2a46ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5595986-db7d-48d0-95d1-014ecb2a46ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f261635-fae4-49d0-989e-98681d1c2dce {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 8%;
padding-bottom: 60px;
padding-right: 8%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5f261635-fae4-49d0-989e-98681d1c2dce {
  display: none;
}
#s-5f261635-fae4-49d0-989e-98681d1c2dce, #wrap-s-5f261635-fae4-49d0-989e-98681d1c2dce, #wrap-content-s-5f261635-fae4-49d0-989e-98681d1c2dce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f261635-fae4-49d0-989e-98681d1c2dce {
  
}
}@media (max-width: 767px){#s-5f261635-fae4-49d0-989e-98681d1c2dce {
  padding-top: 60px;
padding-left: 8%;
padding-bottom: 60px;
padding-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-5f261635-fae4-49d0-989e-98681d1c2dce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f261635-fae4-49d0-989e-98681d1c2dce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f261635-fae4-49d0-989e-98681d1c2dce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f261635-fae4-49d0-989e-98681d1c2dce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2a228230-c844-4fd9-b3e9-8a584988ae86 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-2a228230-c844-4fd9-b3e9-8a584988ae86 {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-2a228230-c844-4fd9-b3e9-8a584988ae86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a228230-c844-4fd9-b3e9-8a584988ae86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37a896fe-94ba-4f3a-8a6b-a456292583fd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-37a896fe-94ba-4f3a-8a6b-a456292583fd {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37a896fe-94ba-4f3a-8a6b-a456292583fd {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-37a896fe-94ba-4f3a-8a6b-a456292583fd {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-37a896fe-94ba-4f3a-8a6b-a456292583fd {
  text-align: left;
}
}
#s-37a896fe-94ba-4f3a-8a6b-a456292583fd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-37a896fe-94ba-4f3a-8a6b-a456292583fd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-37a896fe-94ba-4f3a-8a6b-a456292583fd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-37a896fe-94ba-4f3a-8a6b-a456292583fd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-37a896fe-94ba-4f3a-8a6b-a456292583fd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-dc1b7529-54ea-4f7c-9062-5fd89fb3ff5c {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
}

#s-dc1b7529-54ea-4f7c-9062-5fd89fb3ff5c .shg-proportional-font-size,
#s-dc1b7529-54ea-4f7c-9062-5fd89fb3ff5c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6a5b0826-8f06-4d83-ba9b-3b5e0e326359 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6a5b0826-8f06-4d83-ba9b-3b5e0e326359 {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-6a5b0826-8f06-4d83-ba9b-3b5e0e326359 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a5b0826-8f06-4d83-ba9b-3b5e0e326359.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
height: 30px;
min-height: 30px;
max-width: 30px;
text-align: left;
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 img.shogun-image {
  width: 100%;
  height: 30px;
  min-height: 30px;
  max-width: 30px;

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




.s-5551c2ee-a0d4-44db-9ed4-5931db152f98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5551c2ee-a0d4-44db-9ed4-5931db152f98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5551c2ee-a0d4-44db-9ed4-5931db152f98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5551c2ee-a0d4-44db-9ed4-5931db152f98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5551c2ee-a0d4-44db-9ed4-5931db152f98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5551c2ee-a0d4-44db-9ed4-5931db152f98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5551c2ee-a0d4-44db-9ed4-5931db152f98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6602a106-bec8-4f5f-b784-824a634bcca9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6602a106-bec8-4f5f-b784-824a634bcca9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-c523dd6d-67f8-422b-aebe-9ac1ae2f5a05 {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
}

#s-c523dd6d-67f8-422b-aebe-9ac1ae2f5a05 .shg-proportional-font-size,
#s-c523dd6d-67f8-422b-aebe-9ac1ae2f5a05 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  margin-left: 0px;
margin-right: 0px;
height: 30px;
min-height: 30px;
max-width: 30px;
text-align: left;
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 img.shogun-image {
  width: 100%;
  height: 30px;
  min-height: 30px;
  max-width: 30px;

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




.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc42718a-7e1b-4e4f-87ed-daaea3c30988.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-20d35a89-6378-4669-baa2-a61f4d863eac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20d35a89-6378-4669-baa2-a61f4d863eac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-88cc5178-15d1-4ac2-94a1-521c692bc6fd {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
}

#s-88cc5178-15d1-4ac2-94a1-521c692bc6fd .shg-proportional-font-size,
#s-88cc5178-15d1-4ac2-94a1-521c692bc6fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  margin-left: 0px;
margin-right: 0px;
height: 30px;
min-height: 30px;
max-width: 30px;
text-align: left;
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 img.shogun-image {
  width: 100%;
  height: 30px;
  min-height: 30px;
  max-width: 30px;

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




.s-de8db093-cfd7-44b7-895a-7729d6e30ff9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-de8db093-cfd7-44b7-895a-7729d6e30ff9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-de8db093-cfd7-44b7-895a-7729d6e30ff9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-de8db093-cfd7-44b7-895a-7729d6e30ff9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de8db093-cfd7-44b7-895a-7729d6e30ff9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-de8db093-cfd7-44b7-895a-7729d6e30ff9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de8db093-cfd7-44b7-895a-7729d6e30ff9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ecd0b629-eea3-4b71-9291-1aa39ec72f68 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ecd0b629-eea3-4b71-9291-1aa39ec72f68 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-d8073bd5-b956-4635-9935-950938b4f8a5 {
  margin-left: 0px;
margin-right: 0px;
max-width: 600px;
}

#s-d8073bd5-b956-4635-9935-950938b4f8a5 .shg-proportional-font-size,
#s-d8073bd5-b956-4635-9935-950938b4f8a5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8c8e9984-3d24-449d-9717-1d3ab5ac5742 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 8%;
padding-bottom: 60px;
padding-right: 8%;
min-height: 50px;
background-color: rgba(243, 240, 231, 1);
}
@media (min-width: 1200px){#s-8c8e9984-3d24-449d-9717-1d3ab5ac5742 {
  padding-bottom: 60px;
}
}@media (max-width: 767px){#s-8c8e9984-3d24-449d-9717-1d3ab5ac5742 {
  padding-top: 30px;
padding-bottom: 40px;
}
}







#s-8c8e9984-3d24-449d-9717-1d3ab5ac5742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c8e9984-3d24-449d-9717-1d3ab5ac5742.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8d2d382-c6d1-4e53-ab0d-6e80a8f39479 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8d2d382-c6d1-4e53-ab0d-6e80a8f39479 .shogun-heading-component h1 {
  color: rgba(183, 165, 131, 1);
  font-weight:  normal ;
  font-family: "Sweet Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7a4a1aa5-78eb-48a4-bfca-de5b34969276 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a4a1aa5-78eb-48a4-bfca-de5b34969276 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7a4a1aa5-78eb-48a4-bfca-de5b34969276 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-7a4a1aa5-78eb-48a4-bfca-de5b34969276 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-713af2d7-afba-48a4-a872-0461a6df5caa {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-713af2d7-afba-48a4-a872-0461a6df5caa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-713af2d7-afba-48a4-a872-0461a6df5caa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-713af2d7-afba-48a4-a872-0461a6df5caa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-713af2d7-afba-48a4-a872-0461a6df5caa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3c09f7f3-2ef9-4bc3-82b0-6db9f7a35c6f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-3c09f7f3-2ef9-4bc3-82b0-6db9f7a35c6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c09f7f3-2ef9-4bc3-82b0-6db9f7a35c6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88e09898-7cc1-4f87-b91c-c7c7ebcb7941 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-88e09898-7cc1-4f87-b91c-c7c7ebcb7941 .shogun-heading-component h1 {
  color: rgba(183, 165, 131, 1);
  font-weight:  normal ;
  font-family: "Sweet Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-90142189-62be-4429-8bd2-363a27a6c073 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-90142189-62be-4429-8bd2-363a27a6c073 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90142189-62be-4429-8bd2-363a27a6c073 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-90142189-62be-4429-8bd2-363a27a6c073 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-90142189-62be-4429-8bd2-363a27a6c073 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-90142189-62be-4429-8bd2-363a27a6c073 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-90142189-62be-4429-8bd2-363a27a6c073 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-90142189-62be-4429-8bd2-363a27a6c073 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-90142189-62be-4429-8bd2-363a27a6c073 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-2a8c568d-2b55-454a-a1fa-41dd6e36c3e6 {
  margin-left: 0px;
margin-right: 0px;
}

#s-2a8c568d-2b55-454a-a1fa-41dd6e36c3e6 .shg-proportional-font-size,
#s-2a8c568d-2b55-454a-a1fa-41dd6e36c3e6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9055a677-d863-40f7-9a75-be044def6b1a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 450px;
background-position: center center;
}

#s-9055a677-d863-40f7-9a75-be044def6b1a {
  background-image: url(https://i.shgcdn.com/e3aca211-ea12-4ad8-b4fb-25a966833546/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9055a677-d863-40f7-9a75-be044def6b1a {
  background-image: url(https://i.shgcdn.com/e3aca211-ea12-4ad8-b4fb-25a966833546/-/resize/480x/);
}
#s-9055a677-d863-40f7-9a75-be044def6b1a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9055a677-d863-40f7-9a75-be044def6b1a {
  background-image: url(https://i.shgcdn.com/e3aca211-ea12-4ad8-b4fb-25a966833546/-/resize/960x/);
}
#s-9055a677-d863-40f7-9a75-be044def6b1a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9055a677-d863-40f7-9a75-be044def6b1a {
  background-image: url(https://i.shgcdn.com/e3aca211-ea12-4ad8-b4fb-25a966833546/-/resize/768x/);
}
#s-9055a677-d863-40f7-9a75-be044def6b1a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9055a677-d863-40f7-9a75-be044def6b1a {
  background-image: url(https://i.shgcdn.com/e3aca211-ea12-4ad8-b4fb-25a966833546/-/resize/1536x/);
}
#s-9055a677-d863-40f7-9a75-be044def6b1a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9055a677-d863-40f7-9a75-be044def6b1a {
  background-image: url(https://i.shgcdn.com/e3aca211-ea12-4ad8-b4fb-25a966833546/-/resize/1024x/);
}
#s-9055a677-d863-40f7-9a75-be044def6b1a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9055a677-d863-40f7-9a75-be044def6b1a {
  background-image: url(https://i.shgcdn.com/e3aca211-ea12-4ad8-b4fb-25a966833546/-/resize/2048x/);
}
#s-9055a677-d863-40f7-9a75-be044def6b1a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9055a677-d863-40f7-9a75-be044def6b1a {
  background-image: url(https://i.shgcdn.com/e3aca211-ea12-4ad8-b4fb-25a966833546/-/resize/1200x/);
}
#s-9055a677-d863-40f7-9a75-be044def6b1a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9055a677-d863-40f7-9a75-be044def6b1a {
  background-image: url(https://i.shgcdn.com/e3aca211-ea12-4ad8-b4fb-25a966833546/-/resize/2048x/);
}
#s-9055a677-d863-40f7-9a75-be044def6b1a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-9055a677-d863-40f7-9a75-be044def6b1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9055a677-d863-40f7-9a75-be044def6b1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2366452-a256-4b6c-a46b-3e5211e4ad83 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}
@media (max-width: 767px){#s-d2366452-a256-4b6c-a46b-3e5211e4ad83 {
  background-attachment: scroll;
}
}







#s-d2366452-a256-4b6c-a46b-3e5211e4ad83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2366452-a256-4b6c-a46b-3e5211e4ad83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9588ebe-92ea-412f-9567-17562df10311 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-a9588ebe-92ea-412f-9567-17562df10311 {
  margin-top: 30px;
}
}
#s-a9588ebe-92ea-412f-9567-17562df10311 .shogun-heading-component h1 {
  color: rgba(183, 165, 131, 1);
  font-weight:  normal ;
  font-family: "Sweet Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1dac3648-a0fb-43fc-9229-b23e6f73dc0e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-1dac3648-a0fb-43fc-9229-b23e6f73dc0e {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dac3648-a0fb-43fc-9229-b23e6f73dc0e {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dac3648-a0fb-43fc-9229-b23e6f73dc0e {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-1dac3648-a0fb-43fc-9229-b23e6f73dc0e {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-1dac3648-a0fb-43fc-9229-b23e6f73dc0e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-1dac3648-a0fb-43fc-9229-b23e6f73dc0e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1dac3648-a0fb-43fc-9229-b23e6f73dc0e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-1dac3648-a0fb-43fc-9229-b23e6f73dc0e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-6599196c-2444-4bc1-afc4-4ecce20644cf {
  margin-left: 0px;
margin-right: 0px;
}

#s-6599196c-2444-4bc1-afc4-4ecce20644cf .shg-proportional-font-size,
#s-6599196c-2444-4bc1-afc4-4ecce20644cf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-10faa11d-16f8-4047-9977-1c025fed9af2 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 450px;
background-position: center center;
}

#s-10faa11d-16f8-4047-9977-1c025fed9af2 {
  background-image: url(https://i.shgcdn.com/2e5e0f55-4f17-4070-b819-8759abd55b11/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-10faa11d-16f8-4047-9977-1c025fed9af2 {
  background-image: url(https://i.shgcdn.com/2e5e0f55-4f17-4070-b819-8759abd55b11/-/resize/480x/);
}
#s-10faa11d-16f8-4047-9977-1c025fed9af2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-10faa11d-16f8-4047-9977-1c025fed9af2 {
  background-image: url(https://i.shgcdn.com/2e5e0f55-4f17-4070-b819-8759abd55b11/-/resize/960x/);
}
#s-10faa11d-16f8-4047-9977-1c025fed9af2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-10faa11d-16f8-4047-9977-1c025fed9af2 {
  background-image: url(https://i.shgcdn.com/2e5e0f55-4f17-4070-b819-8759abd55b11/-/resize/768x/);
}
#s-10faa11d-16f8-4047-9977-1c025fed9af2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-10faa11d-16f8-4047-9977-1c025fed9af2 {
  background-image: url(https://i.shgcdn.com/2e5e0f55-4f17-4070-b819-8759abd55b11/-/resize/1536x/);
}
#s-10faa11d-16f8-4047-9977-1c025fed9af2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-10faa11d-16f8-4047-9977-1c025fed9af2 {
  background-image: url(https://i.shgcdn.com/2e5e0f55-4f17-4070-b819-8759abd55b11/-/resize/1024x/);
}
#s-10faa11d-16f8-4047-9977-1c025fed9af2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-10faa11d-16f8-4047-9977-1c025fed9af2 {
  background-image: url(https://i.shgcdn.com/2e5e0f55-4f17-4070-b819-8759abd55b11/-/resize/2048x/);
}
#s-10faa11d-16f8-4047-9977-1c025fed9af2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-10faa11d-16f8-4047-9977-1c025fed9af2 {
  background-image: url(https://i.shgcdn.com/2e5e0f55-4f17-4070-b819-8759abd55b11/-/resize/1200x/);
}
#s-10faa11d-16f8-4047-9977-1c025fed9af2.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-10faa11d-16f8-4047-9977-1c025fed9af2 {
  background-image: url(https://i.shgcdn.com/2e5e0f55-4f17-4070-b819-8759abd55b11/-/resize/2048x/);
}
#s-10faa11d-16f8-4047-9977-1c025fed9af2.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-10faa11d-16f8-4047-9977-1c025fed9af2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10faa11d-16f8-4047-9977-1c025fed9af2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c54b39a7-4f28-4ca7-8adb-bc03336fbd80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c54b39a7-4f28-4ca7-8adb-bc03336fbd80 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-bfc659ee-645a-4e58-8824-97ecc0273e22 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 8%;
padding-bottom: 60px;
padding-right: 8%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-bfc659ee-645a-4e58-8824-97ecc0273e22 {
  padding-bottom: 60px;
}
}@media (max-width: 767px){#s-bfc659ee-645a-4e58-8824-97ecc0273e22 {
  padding-top: 30px;
padding-bottom: 40px;
}
}







#s-bfc659ee-645a-4e58-8824-97ecc0273e22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfc659ee-645a-4e58-8824-97ecc0273e22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e8559f9-035e-4f01-82d7-b3a6422c2be0 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e8559f9-035e-4f01-82d7-b3a6422c2be0 .shogun-heading-component h1 {
  color: rgba(183, 165, 131, 1);
  font-weight:  normal ;
  font-family: "Sweet Sans Pro";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-992cee38-4fec-4969-a65d-30ab9e3ebd52 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-992cee38-4fec-4969-a65d-30ab9e3ebd52 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-992cee38-4fec-4969-a65d-30ab9e3ebd52 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-992cee38-4fec-4969-a65d-30ab9e3ebd52 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-992cee38-4fec-4969-a65d-30ab9e3ebd52 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-63e1767f-f6c5-4fd8-abcd-7be08451c0bc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-63e1767f-f6c5-4fd8-abcd-7be08451c0bc .shogun-heading-component h1 {
  color: rgba(182, 166, 131, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-63e1767f-f6c5-4fd8-abcd-7be08451c0bc .shogun-heading-component h1 {
  color: rgba(182, 166, 131, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-63e1767f-f6c5-4fd8-abcd-7be08451c0bc .shogun-heading-component h1 {
  color: rgba(182, 166, 131, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-63e1767f-f6c5-4fd8-abcd-7be08451c0bc .shogun-heading-component h1 {
  color: rgba(182, 166, 131, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-a807686f-650b-46a4-8743-f0cb9c2bb263 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-a807686f-650b-46a4-8743-f0cb9c2bb263 .shg-proportional-font-size,
#s-a807686f-650b-46a4-8743-f0cb9c2bb263 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-191c933c-337f-4293-9b3a-fb9d0c374881 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6beca20f-eb4b-4463-b60a-7db31ca2b604 {
  background-repeat: no-repeat;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 55px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-6beca20f-eb4b-4463-b60a-7db31ca2b604 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-6beca20f-eb4b-4463-b60a-7db31ca2b604 {
  padding-left: 8%;
padding-right: 8%;
}
}
#s-6beca20f-eb4b-4463-b60a-7db31ca2b604 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2RjYTgwODItOTMxYS00M2ZiLWEyMzAtZWVmMTYxYTRlYTdkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjNmMGU3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjdmM2YyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZGNhODA4Mi05MzFhLTQzZmItYTIzMC1lZWYxNjFhNGVhN2QpIi8+PC9zdmc+);
}








#s-6beca20f-eb4b-4463-b60a-7db31ca2b604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6beca20f-eb4b-4463-b60a-7db31ca2b604.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d5da14ee-ec8f-4edd-a651-aff75c9786b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d5da14ee-ec8f-4edd-a651-aff75c9786b7 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 30px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5da14ee-ec8f-4edd-a651-aff75c9786b7 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5da14ee-ec8f-4edd-a651-aff75c9786b7 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 30px;
text-align: left;
}
}@media (max-width: 767px){#s-d5da14ee-ec8f-4edd-a651-aff75c9786b7 {
  margin-left: -4%;
margin-right: -4%;
padding-left: 0px;
padding-bottom: 30px;
max-width: 100px;
}
}
#s-d5da14ee-ec8f-4edd-a651-aff75c9786b7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-d5da14ee-ec8f-4edd-a651-aff75c9786b7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d5da14ee-ec8f-4edd-a651-aff75c9786b7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant";
  font-style:  normal ;
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d5da14ee-ec8f-4edd-a651-aff75c9786b7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-d5da14ee-ec8f-4edd-a651-aff75c9786b7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
@media (min-width: 0px) {
[id="s-ecf2b1ba-6971-4d08-830c-173d2748f474"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecf2b1ba-6971-4d08-830c-173d2748f474"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ecf2b1ba-6971-4d08-830c-173d2748f474"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecf2b1ba-6971-4d08-830c-173d2748f474"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-de817b13-8283-4b5f-82f1-5695c2445d57 {
  margin-bottom: 50px;
}
@media (max-width: 767px){#s-de817b13-8283-4b5f-82f1-5695c2445d57 {
  margin-bottom: 0px;
}
}
#s-de817b13-8283-4b5f-82f1-5695c2445d57 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-de817b13-8283-4b5f-82f1-5695c2445d57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 225, 213, 1);
  padding: 10px;
}

#s-de817b13-8283-4b5f-82f1-5695c2445d57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-de817b13-8283-4b5f-82f1-5695c2445d57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(230, 225, 213, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-de817b13-8283-4b5f-82f1-5695c2445d57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Karla;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-de817b13-8283-4b5f-82f1-5695c2445d57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}@media (min-width: 1200px){#s-de817b13-8283-4b5f-82f1-5695c2445d57 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-de817b13-8283-4b5f-82f1-5695c2445d57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(236, 232, 226, 1);
  padding: 10px;
}

#s-de817b13-8283-4b5f-82f1-5695c2445d57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-de817b13-8283-4b5f-82f1-5695c2445d57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-de817b13-8283-4b5f-82f1-5695c2445d57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Karla;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}

#s-de817b13-8283-4b5f-82f1-5695c2445d57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-fb551aa6-7260-40d4-b43d-87ff8a3a8092 {
  margin-top: -2px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
max-width: 600px;
}
@media (min-width: 1200px){#s-fb551aa6-7260-40d4-b43d-87ff8a3a8092 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-fb551aa6-7260-40d4-b43d-87ff8a3a8092 .shg-proportional-font-size,
#s-fb551aa6-7260-40d4-b43d-87ff8a3a8092 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-42504226-252e-4d31-8f9e-00c1ce18a3c8 {
  margin-top: -2px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
max-width: 600px;
}
@media (min-width: 1200px){#s-42504226-252e-4d31-8f9e-00c1ce18a3c8 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-42504226-252e-4d31-8f9e-00c1ce18a3c8 .shg-proportional-font-size,
#s-42504226-252e-4d31-8f9e-00c1ce18a3c8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-24859e0d-42b8-45cf-8fb7-f8eb828c22a3 {
  margin-top: -2px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
max-width: 600px;
}
@media (min-width: 1200px){#s-24859e0d-42b8-45cf-8fb7-f8eb828c22a3 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-24859e0d-42b8-45cf-8fb7-f8eb828c22a3 .shg-proportional-font-size,
#s-24859e0d-42b8-45cf-8fb7-f8eb828c22a3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cc866330-4bec-4a60-83f1-ab3a4af5ca28 {
  margin-top: -2px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
max-width: 600px;
}
@media (min-width: 1200px){#s-cc866330-4bec-4a60-83f1-ab3a4af5ca28 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-cc866330-4bec-4a60-83f1-ab3a4af5ca28 .shg-proportional-font-size,
#s-cc866330-4bec-4a60-83f1-ab3a4af5ca28 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-42e95e81-569d-45a2-8a6c-3ba5153b9c80 {
  margin-top: -2px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
max-width: 600px;
}
@media (min-width: 1200px){#s-42e95e81-569d-45a2-8a6c-3ba5153b9c80 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-42e95e81-569d-45a2-8a6c-3ba5153b9c80 .shg-proportional-font-size,
#s-42e95e81-569d-45a2-8a6c-3ba5153b9c80 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-08610c38-c136-41a8-a37c-9f538212c776 {
  margin-top: -2px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
max-width: 600px;
}
@media (min-width: 1200px){#s-08610c38-c136-41a8-a37c-9f538212c776 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-08610c38-c136-41a8-a37c-9f538212c776 .shg-proportional-font-size,
#s-08610c38-c136-41a8-a37c-9f538212c776 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0b048177-ab1e-4cfd-9d38-67a274a2480a {
  margin-bottom: 50px;
}
@media (max-width: 767px){#s-0b048177-ab1e-4cfd-9d38-67a274a2480a {
  padding-top: 5px;
padding-bottom: 0px;
}
}
#s-0b048177-ab1e-4cfd-9d38-67a274a2480a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-0b048177-ab1e-4cfd-9d38-67a274a2480a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(230, 225, 213, 1);
  padding: 10px;
}

#s-0b048177-ab1e-4cfd-9d38-67a274a2480a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0b048177-ab1e-4cfd-9d38-67a274a2480a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(230, 225, 213, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-0b048177-ab1e-4cfd-9d38-67a274a2480a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Karla;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}

#s-0b048177-ab1e-4cfd-9d38-67a274a2480a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}@media (min-width: 1200px){#s-0b048177-ab1e-4cfd-9d38-67a274a2480a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-0b048177-ab1e-4cfd-9d38-67a274a2480a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(236, 232, 226, 1);
  padding: 10px;
}

#s-0b048177-ab1e-4cfd-9d38-67a274a2480a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0b048177-ab1e-4cfd-9d38-67a274a2480a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-0b048177-ab1e-4cfd-9d38-67a274a2480a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Karla;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}

#s-0b048177-ab1e-4cfd-9d38-67a274a2480a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-870fbdcb-535a-4d86-ac52-9bcc4372e7ad {
  margin-top: -2px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
max-width: 600px;
}
@media (min-width: 1200px){#s-870fbdcb-535a-4d86-ac52-9bcc4372e7ad {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-870fbdcb-535a-4d86-ac52-9bcc4372e7ad .shg-proportional-font-size,
#s-870fbdcb-535a-4d86-ac52-9bcc4372e7ad .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a5316e99-801f-459e-bfd1-f73708b72228 {
  margin-top: -2px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
max-width: 600px;
}
@media (min-width: 1200px){#s-a5316e99-801f-459e-bfd1-f73708b72228 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-a5316e99-801f-459e-bfd1-f73708b72228 .shg-proportional-font-size,
#s-a5316e99-801f-459e-bfd1-f73708b72228 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8a6fdfb8-6d7d-42d0-accf-d598db181a71 {
  margin-top: -2px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
max-width: 600px;
}
@media (min-width: 1200px){#s-8a6fdfb8-6d7d-42d0-accf-d598db181a71 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-8a6fdfb8-6d7d-42d0-accf-d598db181a71 .shg-proportional-font-size,
#s-8a6fdfb8-6d7d-42d0-accf-d598db181a71 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1b674fac-4dc8-40a3-84c2-48aa74526d6a {
  margin-top: -2px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
max-width: 600px;
}
@media (min-width: 1200px){#s-1b674fac-4dc8-40a3-84c2-48aa74526d6a {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-1b674fac-4dc8-40a3-84c2-48aa74526d6a .shg-proportional-font-size,
#s-1b674fac-4dc8-40a3-84c2-48aa74526d6a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3d7f30d0-f986-4fff-9ef7-1123d69dac40 {
  margin-top: -2px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
max-width: 600px;
}
@media (min-width: 1200px){#s-3d7f30d0-f986-4fff-9ef7-1123d69dac40 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-3d7f30d0-f986-4fff-9ef7-1123d69dac40 .shg-proportional-font-size,
#s-3d7f30d0-f986-4fff-9ef7-1123d69dac40 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a5a4d249-28b4-4a53-8b9f-44e1fc98fdc9 {
  margin-top: -2px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
max-width: 600px;
}
@media (min-width: 1200px){#s-a5a4d249-28b4-4a53-8b9f-44e1fc98fdc9 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-a5a4d249-28b4-4a53-8b9f-44e1fc98fdc9 .shg-proportional-font-size,
#s-a5a4d249-28b4-4a53-8b9f-44e1fc98fdc9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-78d0e024-a5ec-4b56-a126-237a2f8640d2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-841a197f-db14-4c58-9c00-0551362194a9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-094e5bc2-39b1-4a33-905e-ecb6abf29c5a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3043e907-072d-4d1a-8567-8373c5646804 {
  text-align: left;
}

#s-d5fbe7c9-1b2a-4333-9b68-4106b8cec1e4 {
  text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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