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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-bd6eea9c-b673-49c4-8ee5-0225f432ffab {
  min-height: 50px;
background-color: rgba(250, 240, 215, 0);
}








#s-bd6eea9c-b673-49c4-8ee5-0225f432ffab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd6eea9c-b673-49c4-8ee5-0225f432ffab.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ceba0392-834a-4d49-83bc-49546f8fc41c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-ceba0392-834a-4d49-83bc-49546f8fc41c img.shogun-image {
    
    width: px;
  }


#s-ceba0392-834a-4d49-83bc-49546f8fc41c .shogun-image-content {
  
    align-items: center;
  
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff {
  background-image: url(https://i.shgcdn.com/be4612ff-114a-4daf-bc6a-da4414fc3b4d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 150px;
padding-bottom: 150px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff {
  background-position: center center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff {
  padding-bottom: 150px;
background-position: center center;
}
}@media (max-width: 767px){#s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff {
  background-image: url(https://i.shgcdn.com/6073bff2-5df1-4d4f-b2a8-1e8d733a369f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
}
@media (min-width: 0px) {
[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d25fc91c-6c46-4ba9-b4cb-dfdefd23f4ff"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-fcfc761a-10cc-4960-bd72-c85cb7b2ba33 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcfc761a-10cc-4960-bd72-c85cb7b2ba33 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-fcfc761a-10cc-4960-bd72-c85cb7b2ba33 {
  margin-top: 100px;
margin-left: 30px;
margin-right: 30px;
}
}
.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: #000;
  text-transform: none;
  font-weight: normal;
  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-89315236-57d4-46df-a63d-a5244610c727 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-89315236-57d4-46df-a63d-a5244610c727 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-89315236-57d4-46df-a63d-a5244610c727 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-89315236-57d4-46df-a63d-a5244610c727 .shogun-heading-component h1 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-89315236-57d4-46df-a63d-a5244610c727 .shogun-heading-component h1 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-818a92ac-57b4-4a74-a2aa-39f2887296a0 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-818a92ac-57b4-4a74-a2aa-39f2887296a0 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-818a92ac-57b4-4a74-a2aa-39f2887296a0 {
  margin-left: 0px;
margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
}
}
.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.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-ec19544d-79b5-4baa-a7f7-aa8ebc740524 {
  margin-left: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 190, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(91, 52, 39, 1);
}
#s-ec19544d-79b5-4baa-a7f7-aa8ebc740524:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ec19544d-79b5-4baa-a7f7-aa8ebc740524:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ec19544d-79b5-4baa-a7f7-aa8ebc740524 {
  margin-left: 0px;
}
}@media (max-width: 767px){#s-ec19544d-79b5-4baa-a7f7-aa8ebc740524 {
  margin-left: 30px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
}

  #s-ec19544d-79b5-4baa-a7f7-aa8ebc740524-btn-wrapper {
    text-align: left;
  }


#s-ec19544d-79b5-4baa-a7f7-aa8ebc740524.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-ec19544d-79b5-4baa-a7f7-aa8ebc740524-btn-wrapper {
    text-align: left;
  }


#s-ec19544d-79b5-4baa-a7f7-aa8ebc740524.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-46804e9a-8f34-413c-b71d-734f07902719 {
  box-shadow:1px 1px 1px 1px rgba(244, 242, 236, 1);
min-height: 50px;
background-color: rgba(250, 240, 215, 1);
}








#s-46804e9a-8f34-413c-b71d-734f07902719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46804e9a-8f34-413c-b71d-734f07902719.shg-box.shg-c {
  justify-content: center;
}

#s-2cc618eb-5084-434a-8424-d1e5bac5846a {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
text-align: center;
background-color: rgba(250, 240, 215, 1);
}

#s-2cc618eb-5084-434a-8424-d1e5bac5846a .shogun-heading-component h2 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-db19b808-5f1a-4a01-9221-af345825928f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(250, 240, 215, 1);
}
@media (min-width: 1200px){#s-db19b808-5f1a-4a01-9221-af345825928f {
  display: none;
}
#s-db19b808-5f1a-4a01-9221-af345825928f, #wrap-s-db19b808-5f1a-4a01-9221-af345825928f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db19b808-5f1a-4a01-9221-af345825928f {
  display: none;
}
#s-db19b808-5f1a-4a01-9221-af345825928f, #wrap-s-db19b808-5f1a-4a01-9221-af345825928f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db19b808-5f1a-4a01-9221-af345825928f {
  display: none;
}
#s-db19b808-5f1a-4a01-9221-af345825928f, #wrap-s-db19b808-5f1a-4a01-9221-af345825928f { display:none !important; }}
#s-db19b808-5f1a-4a01-9221-af345825928f .shogun-heading-component h4 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-053d4446-128d-474e-b891-07de105b9fa8 {
  padding-top: 30px;
padding-bottom: 80px;
}
@media (min-width: 1200px){#s-053d4446-128d-474e-b891-07de105b9fa8 {
  display: none;
}
#s-053d4446-128d-474e-b891-07de105b9fa8, #wrap-s-053d4446-128d-474e-b891-07de105b9fa8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-053d4446-128d-474e-b891-07de105b9fa8 {
  display: none;
}
#s-053d4446-128d-474e-b891-07de105b9fa8, #wrap-s-053d4446-128d-474e-b891-07de105b9fa8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-053d4446-128d-474e-b891-07de105b9fa8 {
  display: none;
}
#s-053d4446-128d-474e-b891-07de105b9fa8, #wrap-s-053d4446-128d-474e-b891-07de105b9fa8 { display:none !important; }}@media (max-width: 767px){#s-053d4446-128d-474e-b891-07de105b9fa8 {
  padding-top: 10px;
padding-bottom: 100px;
}
}
@media (min-width: 0px) {
[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-053d4446-128d-474e-b891-07de105b9fa8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-975231f5-44cf-49a7-acdf-048bb0445c18 {
  margin-left: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(246, 190, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(91, 52, 39, 1);
}
#s-975231f5-44cf-49a7-acdf-048bb0445c18:hover {background-color: rgba(241, 230, 178, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-975231f5-44cf-49a7-acdf-048bb0445c18:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-975231f5-44cf-49a7-acdf-048bb0445c18 {
  padding-left: 20px;
padding-right: 20px;
}
}


#s-975231f5-44cf-49a7-acdf-048bb0445c18.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-9869b199-19ff-4034-8cc5-6292b82f6512 {
  margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(246, 190, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(91, 52, 39, 1);
}
#s-9869b199-19ff-4034-8cc5-6292b82f6512:hover {background-color: rgba(221, 121, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9869b199-19ff-4034-8cc5-6292b82f6512:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9869b199-19ff-4034-8cc5-6292b82f6512.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-6594baba-aeae-4dd5-bc3d-67b31141a49b {
  min-height: 50px;
background-color: rgba(246, 190, 0, 1);
}
@media (max-width: 767px){#s-6594baba-aeae-4dd5-bc3d-67b31141a49b {
  display: none;
}
#s-6594baba-aeae-4dd5-bc3d-67b31141a49b, #wrap-s-6594baba-aeae-4dd5-bc3d-67b31141a49b { display:none !important; }}







#s-6594baba-aeae-4dd5-bc3d-67b31141a49b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6594baba-aeae-4dd5-bc3d-67b31141a49b.shg-box.shg-c {
  justify-content: center;
}

#s-4ee8e45e-8be7-4e5a-a30b-6874fe399e40 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-4ee8e45e-8be7-4e5a-a30b-6874fe399e40 {
  display: none;
}
#s-4ee8e45e-8be7-4e5a-a30b-6874fe399e40, #wrap-s-4ee8e45e-8be7-4e5a-a30b-6874fe399e40 { display:none !important; }}
#s-4ee8e45e-8be7-4e5a-a30b-6874fe399e40 .shogun-heading-component h3 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(241, 230, 178, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3 {
  
}
}
@media (min-width: 0px) {
[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c6c1a40-83ac-4c9c-9d52-553434a8d7f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070 {
  background-image: url(https://i.shgcdn.com/de6861b9-8ee7-44e6-83b2-170a2f06dd53/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070 {
  display: none;
}
#s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070, #wrap-s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b02a92b6-d4e9-4775-b8d1-5f6ae9c91070"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-64fb6760-059a-4ede-a7cd-522e9445c3c9 {
  padding-top: 30px;
padding-left: 40px;
padding-bottom: 30px;
padding-right: 50px;
text-align: left;
}
@media (max-width: 767px){#s-64fb6760-059a-4ede-a7cd-522e9445c3c9 {
  padding-right: 180px;
}
}
#s-64fb6760-059a-4ede-a7cd-522e9445c3c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-24207a12-d60e-4698-af8f-db44459a94f2 {
  background-image: url(https://i.shgcdn.com/de6861b9-8ee7-44e6-83b2-170a2f06dd53/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (min-width: 1200px){#s-24207a12-d60e-4698-af8f-db44459a94f2 {
  display: none;
}
#s-24207a12-d60e-4698-af8f-db44459a94f2, #wrap-s-24207a12-d60e-4698-af8f-db44459a94f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24207a12-d60e-4698-af8f-db44459a94f2 {
  display: none;
}
#s-24207a12-d60e-4698-af8f-db44459a94f2, #wrap-s-24207a12-d60e-4698-af8f-db44459a94f2 { display:none !important; }}@media (max-width: 767px){#s-24207a12-d60e-4698-af8f-db44459a94f2 {
  display: none;
}
#s-24207a12-d60e-4698-af8f-db44459a94f2, #wrap-s-24207a12-d60e-4698-af8f-db44459a94f2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24207a12-d60e-4698-af8f-db44459a94f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-15109e5d-18e0-4d9f-b737-72ededdcba40 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 0px;
text-align: left;
}

#s-15109e5d-18e0-4d9f-b737-72ededdcba40 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-efea1308-42df-4a01-8341-89745db76886 {
  min-height: 100px;
background-color: rgba(241, 230, 178, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-efea1308-42df-4a01-8341-89745db76886 {
  padding-top: 5px;
padding-bottom: 5px;
}
}







#s-efea1308-42df-4a01-8341-89745db76886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efea1308-42df-4a01-8341-89745db76886.shg-box.shg-c {
  justify-content: center;
}

#s-8f8bd580-d641-43eb-8a26-3d377166c9c3 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 30px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f8bd580-d641-43eb-8a26-3d377166c9c3 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-8f8bd580-d641-43eb-8a26-3d377166c9c3, #wrap-s-8f8bd580-d641-43eb-8a26-3d377166c9c3 { display:none !important; }}@media (max-width: 767px){#s-8f8bd580-d641-43eb-8a26-3d377166c9c3 {
  margin-left: 40px;
margin-right: 40px;
display: none;
}
#s-8f8bd580-d641-43eb-8a26-3d377166c9c3, #wrap-s-8f8bd580-d641-43eb-8a26-3d377166c9c3 { display:none !important; }}
#s-8f8bd580-d641-43eb-8a26-3d377166c9c3 .shogun-heading-component h3 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7c47213a-b0d5-4478-bdd0-a1efa2854df3 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 20px;
padding-bottom: 10px;
padding-right: 40px;
text-align: left;
}
@media (min-width: 1200px){#s-7c47213a-b0d5-4478-bdd0-a1efa2854df3 {
  display: none;
}
#s-7c47213a-b0d5-4478-bdd0-a1efa2854df3, #wrap-s-7c47213a-b0d5-4478-bdd0-a1efa2854df3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c47213a-b0d5-4478-bdd0-a1efa2854df3 {
  display: none;
}
#s-7c47213a-b0d5-4478-bdd0-a1efa2854df3, #wrap-s-7c47213a-b0d5-4478-bdd0-a1efa2854df3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c47213a-b0d5-4478-bdd0-a1efa2854df3 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-7c47213a-b0d5-4478-bdd0-a1efa2854df3 {
  margin-left: 40px;
margin-right: 40px;
padding-right: 10px;
}
}
#s-7c47213a-b0d5-4478-bdd0-a1efa2854df3 .shogun-heading-component h3 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7169935c-be9d-4d8d-bb51-6995c6db0cf7 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-7169935c-be9d-4d8d-bb51-6995c6db0cf7 {
  padding-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7169935c-be9d-4d8d-bb51-6995c6db0cf7 {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7169935c-be9d-4d8d-bb51-6995c6db0cf7 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-7169935c-be9d-4d8d-bb51-6995c6db0cf7 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-7169935c-be9d-4d8d-bb51-6995c6db0cf7 .shogun-heading-component h5 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7169935c-be9d-4d8d-bb51-6995c6db0cf7 .shogun-heading-component h5 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-f4320f17-ea6d-4570-991d-48cc28c20fd1 {
  background-color: rgba(241, 230, 178, 1);
}

@media (min-width: 0px) {
[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f4320f17-ea6d-4570-991d-48cc28c20fd1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-112f9986-aae3-4b04-ab62-f4551e3134c6 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-112f9986-aae3-4b04-ab62-f4551e3134c6 {
  padding-top: 5px;
}
}



  #s-112f9986-aae3-4b04-ab62-f4551e3134c6 img.shogun-image {
    
    width: px;
  }


#s-112f9986-aae3-4b04-ab62-f4551e3134c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-03d8c408-a136-438a-95ef-894394811c87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03d8c408-a136-438a-95ef-894394811c87 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f6328d26-e363-45f0-850e-3ae0312fc747 {
  padding-top: 10px;
padding-left: 120px;
padding-bottom: 30px;
padding-right: 100px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f6328d26-e363-45f0-850e-3ae0312fc747 {
  padding-left: 90px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6328d26-e363-45f0-850e-3ae0312fc747 {
  padding-left: 20px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-f6328d26-e363-45f0-850e-3ae0312fc747 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 30px;
padding-right: 20px;
text-align: left;
}
}
#s-f6328d26-e363-45f0-850e-3ae0312fc747 .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-f6328d26-e363-45f0-850e-3ae0312fc747 .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-cd0caea9-5816-46a0-a007-93ebac5be147 {
  text-align: center;
}




  #s-cd0caea9-5816-46a0-a007-93ebac5be147 img.shogun-image {
    
    width: px;
  }


#s-cd0caea9-5816-46a0-a007-93ebac5be147 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd1d1c6b-eed2-48aa-b03f-73050001b279 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd1d1c6b-eed2-48aa-b03f-73050001b279 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 0.8);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0944302a-29c1-4765-a844-67e04d0c2151 {
  padding-top: 10px;
padding-left: 120px;
padding-bottom: 30px;
padding-right: 100px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0944302a-29c1-4765-a844-67e04d0c2151 {
  padding-left: 90px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0944302a-29c1-4765-a844-67e04d0c2151 {
  padding-left: 20px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-0944302a-29c1-4765-a844-67e04d0c2151 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 30px;
padding-right: 10px;
text-align: left;
}
}
#s-0944302a-29c1-4765-a844-67e04d0c2151 .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-0944302a-29c1-4765-a844-67e04d0c2151 .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0944302a-29c1-4765-a844-67e04d0c2151 .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-0944302a-29c1-4765-a844-67e04d0c2151 .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-dd58a294-d553-412e-896f-8b36a767514d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-dd58a294-d553-412e-896f-8b36a767514d {
  display: none;
}
#s-dd58a294-d553-412e-896f-8b36a767514d, #wrap-s-dd58a294-d553-412e-896f-8b36a767514d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd58a294-d553-412e-896f-8b36a767514d {
  display: none;
}
#s-dd58a294-d553-412e-896f-8b36a767514d, #wrap-s-dd58a294-d553-412e-896f-8b36a767514d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd58a294-d553-412e-896f-8b36a767514d {
  display: none;
}
#s-dd58a294-d553-412e-896f-8b36a767514d, #wrap-s-dd58a294-d553-412e-896f-8b36a767514d { display:none !important; }}







#s-dd58a294-d553-412e-896f-8b36a767514d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd58a294-d553-412e-896f-8b36a767514d.shg-box.shg-c {
  justify-content: center;
}

#s-9bda7814-812c-4e61-81c6-41d64e5382f5 {
  margin-top: 150px;
margin-left: 20px;
margin-bottom: 150px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 190, 0, 0.8);
text-align: left;
text-decoration: none;
color: rgba(91, 52, 39, 1);
}
#s-9bda7814-812c-4e61-81c6-41d64e5382f5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9bda7814-812c-4e61-81c6-41d64e5382f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9bda7814-812c-4e61-81c6-41d64e5382f5-btn-wrapper {
    text-align: left;
  }


#s-9bda7814-812c-4e61-81c6-41d64e5382f5.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-047c319d-5cf2-4475-a292-e9b2be42a11c {
  background-image: url(https://i.shgcdn.com/e4144db8-d0c1-4aa8-800c-25c1735125cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-047c319d-5cf2-4475-a292-e9b2be42a11c {
  display: none;
}
#s-047c319d-5cf2-4475-a292-e9b2be42a11c, #wrap-s-047c319d-5cf2-4475-a292-e9b2be42a11c { display:none !important; }}
@media (min-width: 0px) {
[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-047c319d-5cf2-4475-a292-e9b2be42a11c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-91a74ba4-902c-4e3b-849e-1ba1426ca4dc {
  padding-top: 30px;
padding-left: 40px;
padding-bottom: 30px;
padding-right: 50px;
text-align: left;
}
@media (max-width: 767px){#s-91a74ba4-902c-4e3b-849e-1ba1426ca4dc {
  padding-top: 100px;
}
}
#s-91a74ba4-902c-4e3b-849e-1ba1426ca4dc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b4021b68-f271-48d4-9692-e130cac252a0 {
  background-image: url(https://i.shgcdn.com/e4144db8-d0c1-4aa8-800c-25c1735125cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (min-width: 1200px){#s-b4021b68-f271-48d4-9692-e130cac252a0 {
  display: none;
}
#s-b4021b68-f271-48d4-9692-e130cac252a0, #wrap-s-b4021b68-f271-48d4-9692-e130cac252a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4021b68-f271-48d4-9692-e130cac252a0 {
  display: none;
}
#s-b4021b68-f271-48d4-9692-e130cac252a0, #wrap-s-b4021b68-f271-48d4-9692-e130cac252a0 { display:none !important; }}@media (max-width: 767px){#s-b4021b68-f271-48d4-9692-e130cac252a0 {
  display: none;
}
#s-b4021b68-f271-48d4-9692-e130cac252a0, #wrap-s-b4021b68-f271-48d4-9692-e130cac252a0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4021b68-f271-48d4-9692-e130cac252a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dc196706-de2c-473e-8825-7125f6e33eb9 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 50px;
text-align: left;
}

#s-dc196706-de2c-473e-8825-7125f6e33eb9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e30675a6-fca2-4fa6-b56d-0033677fe3d0 {
  min-height: 100px;
background-color: rgba(221, 121, 117, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e30675a6-fca2-4fa6-b56d-0033677fe3d0 {
  padding-top: 5px;
padding-bottom: 5px;
}
}







#s-e30675a6-fca2-4fa6-b56d-0033677fe3d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e30675a6-fca2-4fa6-b56d-0033677fe3d0.shg-box.shg-c {
  justify-content: center;
}

#s-1d4c165f-efa3-4d7f-b994-2009c6473827 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 30px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d4c165f-efa3-4d7f-b994-2009c6473827 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-1d4c165f-efa3-4d7f-b994-2009c6473827, #wrap-s-1d4c165f-efa3-4d7f-b994-2009c6473827 { display:none !important; }}@media (max-width: 767px){#s-1d4c165f-efa3-4d7f-b994-2009c6473827 {
  margin-left: 40px;
margin-right: 40px;
display: none;
}
#s-1d4c165f-efa3-4d7f-b994-2009c6473827, #wrap-s-1d4c165f-efa3-4d7f-b994-2009c6473827 { display:none !important; }}
#s-1d4c165f-efa3-4d7f-b994-2009c6473827 .shogun-heading-component h3 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b29fd573-cbef-4763-8149-f6ea8a28b74b {
  margin-left: 40px;
margin-right: 40px;
padding-top: 20px;
padding-bottom: 10px;
padding-right: 40px;
text-align: left;
}
@media (min-width: 1200px){#s-b29fd573-cbef-4763-8149-f6ea8a28b74b {
  display: none;
}
#s-b29fd573-cbef-4763-8149-f6ea8a28b74b, #wrap-s-b29fd573-cbef-4763-8149-f6ea8a28b74b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b29fd573-cbef-4763-8149-f6ea8a28b74b {
  display: none;
}
#s-b29fd573-cbef-4763-8149-f6ea8a28b74b, #wrap-s-b29fd573-cbef-4763-8149-f6ea8a28b74b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b29fd573-cbef-4763-8149-f6ea8a28b74b {
  margin-left: 30px;
margin-right: 30px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-b29fd573-cbef-4763-8149-f6ea8a28b74b {
  margin-left: 40px;
margin-right: 40px;
padding-right: 10px;
}
}
#s-b29fd573-cbef-4763-8149-f6ea8a28b74b .shogun-heading-component h3 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f06dea07-1cff-420f-9387-e8b3f1ef309c {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-f06dea07-1cff-420f-9387-e8b3f1ef309c {
  padding-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f06dea07-1cff-420f-9387-e8b3f1ef309c {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f06dea07-1cff-420f-9387-e8b3f1ef309c {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-f06dea07-1cff-420f-9387-e8b3f1ef309c {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-f06dea07-1cff-420f-9387-e8b3f1ef309c .shogun-heading-component h5 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-f06dea07-1cff-420f-9387-e8b3f1ef309c .shogun-heading-component h5 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(221, 121, 117, 1);
}

@media (min-width: 0px) {
[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6291da3c-6a61-4d14-8e3b-4ac5bfbc38bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8ab0a0b8-7ac5-4a2b-8074-324017128ce2 {
  text-align: center;
}




  #s-8ab0a0b8-7ac5-4a2b-8074-324017128ce2 img.shogun-image {
    
    width: px;
  }


#s-8ab0a0b8-7ac5-4a2b-8074-324017128ce2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c710554-7561-408d-810f-4386c76bd142 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c710554-7561-408d-810f-4386c76bd142 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 0.6);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6e2599b0-a2c0-4daf-8904-f7135492221a {
  padding-top: 10px;
padding-left: 120px;
padding-bottom: 30px;
padding-right: 100px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6e2599b0-a2c0-4daf-8904-f7135492221a {
  padding-left: 90px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e2599b0-a2c0-4daf-8904-f7135492221a {
  padding-left: 20px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-6e2599b0-a2c0-4daf-8904-f7135492221a {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 30px;
padding-right: 15px;
text-align: left;
}
}
#s-6e2599b0-a2c0-4daf-8904-f7135492221a .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-6e2599b0-a2c0-4daf-8904-f7135492221a .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6e2599b0-a2c0-4daf-8904-f7135492221a .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-6e2599b0-a2c0-4daf-8904-f7135492221a .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-bcf8cc83-5a60-4717-98b9-6cb54fb09379 {
  text-align: center;
}




  #s-bcf8cc83-5a60-4717-98b9-6cb54fb09379 img.shogun-image {
    
    width: px;
  }


#s-bcf8cc83-5a60-4717-98b9-6cb54fb09379 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a51250e-a911-44a4-b17b-6f8c9079137b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a51250e-a911-44a4-b17b-6f8c9079137b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 0.6);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-91b672cc-51f6-4026-846b-800118c4f1af {
  padding-top: 10px;
padding-left: 120px;
padding-bottom: 30px;
padding-right: 100px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-91b672cc-51f6-4026-846b-800118c4f1af {
  padding-left: 90px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-91b672cc-51f6-4026-846b-800118c4f1af {
  padding-left: 20px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-91b672cc-51f6-4026-846b-800118c4f1af {
  padding-left: 40px;
padding-right: 15px;
text-align: left;
}
}
#s-91b672cc-51f6-4026-846b-800118c4f1af .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-91b672cc-51f6-4026-846b-800118c4f1af .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-91b672cc-51f6-4026-846b-800118c4f1af .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-91b672cc-51f6-4026-846b-800118c4f1af .shogun-heading-component h6 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-eb7aa114-3d32-439d-990c-2070afcd597d {
  background-size: cover;
min-height: 50px;
background-color: rgba(250, 240, 215, 1);
background-position: center center;
}








#s-eb7aa114-3d32-439d-990c-2070afcd597d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb7aa114-3d32-439d-990c-2070afcd597d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-93c183c5-894f-4dae-bce0-42ba9c70077d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-93c183c5-894f-4dae-bce0-42ba9c70077d {
  display: none;
}
#s-93c183c5-894f-4dae-bce0-42ba9c70077d, #wrap-s-93c183c5-894f-4dae-bce0-42ba9c70077d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93c183c5-894f-4dae-bce0-42ba9c70077d {
  display: none;
}
#s-93c183c5-894f-4dae-bce0-42ba9c70077d, #wrap-s-93c183c5-894f-4dae-bce0-42ba9c70077d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93c183c5-894f-4dae-bce0-42ba9c70077d {
  display: none;
}
#s-93c183c5-894f-4dae-bce0-42ba9c70077d, #wrap-s-93c183c5-894f-4dae-bce0-42ba9c70077d { display:none !important; }}







#s-93c183c5-894f-4dae-bce0-42ba9c70077d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93c183c5-894f-4dae-bce0-42ba9c70077d.shg-box.shg-c {
  justify-content: center;
}

#s-90b41aae-bfe3-4859-849d-7a4b2afc80aa {
  margin-top: 150px;
margin-left: 20px;
margin-bottom: 150px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 190, 0, 0.8);
text-align: left;
text-decoration: none;
color: rgba(91, 52, 39, 1);
}
#s-90b41aae-bfe3-4859-849d-7a4b2afc80aa:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-90b41aae-bfe3-4859-849d-7a4b2afc80aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90b41aae-bfe3-4859-849d-7a4b2afc80aa-btn-wrapper {
    text-align: left;
  }


#s-90b41aae-bfe3-4859-849d-7a4b2afc80aa.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-d0656271-9bb9-44f1-a6c1-c6166dd298ff {
  min-height: 50px;
}








#s-d0656271-9bb9-44f1-a6c1-c6166dd298ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0656271-9bb9-44f1-a6c1-c6166dd298ff.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-b96f0fc7-d738-49db-9f27-a87e6a6596ab {
  display: none;
}
#s-b96f0fc7-d738-49db-9f27-a87e6a6596ab, #wrap-s-b96f0fc7-d738-49db-9f27-a87e6a6596ab { display:none !important; }}
@media (min-width: 0px) {
[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b96f0fc7-d738-49db-9f27-a87e6a6596ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bb1cfbf6-020e-4284-90d4-ceadb08e343d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 100px;
background-position: center center;
}








#s-bb1cfbf6-020e-4284-90d4-ceadb08e343d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb1cfbf6-020e-4284-90d4-ceadb08e343d.shg-box.shg-c {
  justify-content: center;
}

#s-1dfc0a89-7141-4de4-a344-4c4aa8b12d72 {
  margin-top: 200px;
margin-left: 20px;
margin-bottom: 200px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 190, 0, 0.64);
text-align: left;
text-decoration: none;
color: rgba(91, 52, 39, 1);
background-image: none;
hover-type: color;
}
#s-1dfc0a89-7141-4de4-a344-4c4aa8b12d72:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1dfc0a89-7141-4de4-a344-4c4aa8b12d72:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-1dfc0a89-7141-4de4-a344-4c4aa8b12d72 {
  margin-left: 0px;
}
}@media (max-width: 767px){#s-1dfc0a89-7141-4de4-a344-4c4aa8b12d72 {
  margin-left: 30px;
padding-left: 20px;
padding-right: 20px;
}
}

  #s-1dfc0a89-7141-4de4-a344-4c4aa8b12d72-btn-wrapper {
    text-align: left;
  }


#s-1dfc0a89-7141-4de4-a344-4c4aa8b12d72.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-1dfc0a89-7141-4de4-a344-4c4aa8b12d72-btn-wrapper {
    text-align: left;
  }


#s-1dfc0a89-7141-4de4-a344-4c4aa8b12d72.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-bc2b6349-6a74-41d2-b46b-bbe7e827c7b2 {
  background-repeat: repeat;
background-size: cover;
min-height: 20px;
background-position: center center;
background-attachment: scroll;
}








#s-bc2b6349-6a74-41d2-b46b-bbe7e827c7b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc2b6349-6a74-41d2-b46b-bbe7e827c7b2.shg-box.shg-c {
  justify-content: center;
}

#s-d6115b06-a129-4416-b266-e39523ffd3d1 {
  margin-top: 200px;
margin-left: 20px;
margin-bottom: 200px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 190, 0, 0.64);
text-align: left;
text-decoration: none;
color: rgba(91, 52, 39, 1);
background-image: none;
hover-type: color;
}
#s-d6115b06-a129-4416-b266-e39523ffd3d1:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d6115b06-a129-4416-b266-e39523ffd3d1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d6115b06-a129-4416-b266-e39523ffd3d1 {
  margin-left: 0px;
}
}@media (max-width: 767px){#s-d6115b06-a129-4416-b266-e39523ffd3d1 {
  margin-left: 30px;
padding-left: 20px;
padding-right: 20px;
}
}

  #s-d6115b06-a129-4416-b266-e39523ffd3d1-btn-wrapper {
    text-align: left;
  }


#s-d6115b06-a129-4416-b266-e39523ffd3d1.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-d6115b06-a129-4416-b266-e39523ffd3d1-btn-wrapper {
    text-align: left;
  }


#s-d6115b06-a129-4416-b266-e39523ffd3d1.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-eac9e4e5-aa20-4928-9e70-866ae47c4a4f {
  padding-top: 40px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
text-align: center;
background-color: rgba(250, 240, 215, 1);
}
@media (max-width: 767px){#s-eac9e4e5-aa20-4928-9e70-866ae47c4a4f {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-eac9e4e5-aa20-4928-9e70-866ae47c4a4f .shogun-heading-component h2 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5a9d12bf-9167-4b18-a9b9-9f5c7c063966 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 40px;
padding-right: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5a9d12bf-9167-4b18-a9b9-9f5c7c063966 {
  display: none;
}
#s-5a9d12bf-9167-4b18-a9b9-9f5c7c063966, #wrap-s-5a9d12bf-9167-4b18-a9b9-9f5c7c063966 { display:none !important; }}
#s-5a9d12bf-9167-4b18-a9b9-9f5c7c063966 .shogun-heading-component h5 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4c0ff884-0537-49a2-a435-9a83a03464d5 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-4c0ff884-0537-49a2-a435-9a83a03464d5 {
  display: none;
}
#s-4c0ff884-0537-49a2-a435-9a83a03464d5, #wrap-s-4c0ff884-0537-49a2-a435-9a83a03464d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c0ff884-0537-49a2-a435-9a83a03464d5 {
  display: none;
}
#s-4c0ff884-0537-49a2-a435-9a83a03464d5, #wrap-s-4c0ff884-0537-49a2-a435-9a83a03464d5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c0ff884-0537-49a2-a435-9a83a03464d5 {
  display: none;
}
#s-4c0ff884-0537-49a2-a435-9a83a03464d5, #wrap-s-4c0ff884-0537-49a2-a435-9a83a03464d5 { display:none !important; }}
#s-4c0ff884-0537-49a2-a435-9a83a03464d5 .shogun-heading-component h5 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bb660213-15b1-4eef-a646-cdb860d8aa9b {
  border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-bb660213-15b1-4eef-a646-cdb860d8aa9b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-76518188-d49e-4df4-ace6-9a5d0bfe3697 {
  text-align: center;
}
@media (max-width: 767px){#s-76518188-d49e-4df4-ace6-9a5d0bfe3697 {
  margin-bottom: 0px;
padding-top: 20px;
}
}



  #s-76518188-d49e-4df4-ace6-9a5d0bfe3697 img.shogun-image {
    
    width: px;
  }


#s-76518188-d49e-4df4-ace6-9a5d0bfe3697 .shogun-image-content {
  
    align-items: center;
  
}

#s-93c2350f-9619-439e-b7f2-c709f4ad9637 {
  padding-top: 10px;
}

#s-a3f1a093-c0e1-460a-b0d2-f8c27f8871eb {
  padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a3f1a093-c0e1-460a-b0d2-f8c27f8871eb {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3f1a093-c0e1-460a-b0d2-f8c27f8871eb {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-b1797587-d86b-413f-b262-a78fe2a1cd77 {
  text-align: center;
}
@media (max-width: 767px){#s-b1797587-d86b-413f-b262-a78fe2a1cd77 {
  padding-top: 20px;
}
}



  #s-b1797587-d86b-413f-b262-a78fe2a1cd77 img.shogun-image {
    
    width: px;
  }


#s-b1797587-d86b-413f-b262-a78fe2a1cd77 .shogun-image-content {
  
    align-items: center;
  
}

#s-c39ae2ed-cb5a-4ab0-bb92-471771ff3b52 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-a5ae144a-2c44-4e66-a442-d2c2680942dc {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-a5ae144a-2c44-4e66-a442-d2c2680942dc {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5ae144a-2c44-4e66-a442-d2c2680942dc {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-93fedc92-696b-4640-82c4-48ed8bb414e2 {
  text-align: center;
}




  #s-93fedc92-696b-4640-82c4-48ed8bb414e2 img.shogun-image {
    
    width: px;
  }


#s-93fedc92-696b-4640-82c4-48ed8bb414e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfd3c609-fc55-4363-a8f4-d248a42100b9 {
  padding-top: 10px;
}

#s-32ecafc8-2964-4d65-b333-c1fb8b89209e {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-32ecafc8-2964-4d65-b333-c1fb8b89209e {
  margin-left: 30px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32ecafc8-2964-4d65-b333-c1fb8b89209e {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-6e878d88-734d-40b9-b493-d1ae9b9e0609 {
  padding-top: 40px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
text-align: center;
background-color: rgba(250, 240, 215, 1);
}

#s-6e878d88-734d-40b9-b493-d1ae9b9e0609 .shogun-heading-component h2 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-6e878d88-734d-40b9-b493-d1ae9b9e0609 .shogun-heading-component h2 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  margin-top: -1px;
margin-left: 0px;
margin-bottom: -1px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(250, 240, 215, 1);
}
@media (min-width: 1200px){#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  
}
}@media (max-width: 767px){#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  
}
}







#s-a17dcbd7-d057-4dad-b192-128ef9067161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a17dcbd7-d057-4dad-b192-128ef9067161.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9f9163ab-daa7-49eb-b8f1-bba3d4391a49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-89c536fa-5c38-460e-9f61-f8a0ac12cb8e {
  text-align: center;
}




  #s-89c536fa-5c38-460e-9f61-f8a0ac12cb8e img.shogun-image {
    
    width: px;
  }


#s-89c536fa-5c38-460e-9f61-f8a0ac12cb8e .shogun-image-content {
  
    align-items: center;
  
}

#s-342b98f7-b0f9-4931-8358-ce63c6440632 {
  text-align: center;
}




  #s-342b98f7-b0f9-4931-8358-ce63c6440632 img.shogun-image {
    
    width: px;
  }


#s-342b98f7-b0f9-4931-8358-ce63c6440632 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ef1dcc8-ca01-4880-8868-9d148228aabd {
  padding-bottom: 20px;
}

#s-4dca0d06-d37d-42b0-a916-db80bd4311d3 {
  text-align: center;
}




  #s-4dca0d06-d37d-42b0-a916-db80bd4311d3 img.shogun-image {
    
    width: px;
  }


#s-4dca0d06-d37d-42b0-a916-db80bd4311d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-81248e60-06ed-4aeb-89de-eb2dd8cc0037 {
  padding-bottom: 20px;
}

#s-6fc907f8-8b9b-45b5-bfbf-14a54d72d559 {
  text-align: center;
}




  #s-6fc907f8-8b9b-45b5-bfbf-14a54d72d559 img.shogun-image {
    
    width: px;
  }


#s-6fc907f8-8b9b-45b5-bfbf-14a54d72d559 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b593893-8249-4f34-bc68-aeff30bb37d4 {
  padding-bottom: 20px;
}

#s-ae881d46-337a-460c-8957-1566e9d3f877 {
  text-align: center;
}




  #s-ae881d46-337a-460c-8957-1566e9d3f877 img.shogun-image {
    
    width: px;
  }


#s-ae881d46-337a-460c-8957-1566e9d3f877 .shogun-image-content {
  
    align-items: center;
  
}

#s-a611345f-2b60-4dd9-8a8f-9535c1282ff8 {
  padding-top: 0px;
padding-bottom: 20px;
}

#s-e5ca7ba4-2507-426d-b96e-b64d088f114d {
  text-align: center;
}




  #s-e5ca7ba4-2507-426d-b96e-b64d088f114d img.shogun-image {
    
    width: px;
  }


#s-e5ca7ba4-2507-426d-b96e-b64d088f114d .shogun-image-content {
  
    align-items: center;
  
}

#s-293d066c-05dd-4625-973d-d936e702e010 {
  padding-bottom: 20px;
}

#s-ff4d0678-f2fb-45aa-8280-877e30913a7f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-ff4d0678-f2fb-45aa-8280-877e30913a7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff4d0678-f2fb-45aa-8280-877e30913a7f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(250, 240, 215, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef {
  display: none;
}
#s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef, #wrap-s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef { display:none !important; }}
@media (min-width: 0px) {
[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91 {
  background-image: url(https://i.shgcdn.com/1554d5ad-7a1a-480a-ac7e-9a060234a1d1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(59, 81, 92, 1);
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91 {
  display: none;
}
#s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91, #wrap-s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-607c2f88-041d-4645-8953-5fedf435bede {
  margin-top: 10px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-607c2f88-041d-4645-8953-5fedf435bede {
  margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-607c2f88-041d-4645-8953-5fedf435bede {
  margin-left: 20px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-607c2f88-041d-4645-8953-5fedf435bede {
  margin-right: 150px;
}
}
#s-607c2f88-041d-4645-8953-5fedf435bede .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-798df400-9b56-409e-8b25-e6d2b7cbf82a {
  padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-798df400-9b56-409e-8b25-e6d2b7cbf82a {
  padding-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-798df400-9b56-409e-8b25-e6d2b7cbf82a {
  padding-left: 20px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-798df400-9b56-409e-8b25-e6d2b7cbf82a {
  padding-right: 150px;
}
}
#s-a25cc6e7-3c2f-484f-a0fd-faf14a7298f2 {
  padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 190, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(91, 52, 39, 1);
}
#s-a25cc6e7-3c2f-484f-a0fd-faf14a7298f2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a25cc6e7-3c2f-484f-a0fd-faf14a7298f2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-a25cc6e7-3c2f-484f-a0fd-faf14a7298f2 {
  padding-left: 30px;
padding-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a25cc6e7-3c2f-484f-a0fd-faf14a7298f2 {
  padding-left: 20px;
padding-right: 0px;
}
}

  #s-a25cc6e7-3c2f-484f-a0fd-faf14a7298f2-btn-wrapper {
    text-align: left;
  }


#s-a25cc6e7-3c2f-484f-a0fd-faf14a7298f2.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c83e7b34-4748-42f6-bfaa-59625d86332e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f4dae341-505b-42d5-82db-cf0c64acb838 {
  background-image: url(https://i.shgcdn.com/89a056fa-aacb-49a8-b487-c30572ebf638/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-bottom: 40px;
min-height: 0px;
background-color: rgba(67, 59, 92, 1);
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4dae341-505b-42d5-82db-cf0c64acb838 {
  display: none;
}
#s-f4dae341-505b-42d5-82db-cf0c64acb838, #wrap-s-f4dae341-505b-42d5-82db-cf0c64acb838 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-79892522-8123-4691-a76b-9a2de8484126 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-79892522-8123-4691-a76b-9a2de8484126 {
  margin-left: 20px;
margin-right: 250px;
}
}
#s-79892522-8123-4691-a76b-9a2de8484126 .shogun-heading-component h3 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-72c7a3c4-8d33-452f-8621-543ad37112e2 {
  background-image: url(https://i.shgcdn.com/db1f9681-6ff3-474c-a2c6-2241ba1afaa5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-bottom: 40px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-72c7a3c4-8d33-452f-8621-543ad37112e2 {
  display: none;
}
#s-72c7a3c4-8d33-452f-8621-543ad37112e2, #wrap-s-72c7a3c4-8d33-452f-8621-543ad37112e2 { display:none !important; }}@media (max-width: 767px){#s-72c7a3c4-8d33-452f-8621-543ad37112e2 {
  background-image: url(https://i.shgcdn.com/ccacf2e8-2ff0-4d64-9ade-2151d70ee446/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
}
@media (min-width: 0px) {
[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-72c7a3c4-8d33-452f-8621-543ad37112e2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5e94de11-9765-4c77-b489-0668c3bebc19 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 175px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-5e94de11-9765-4c77-b489-0668c3bebc19 {
  margin-right: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e94de11-9765-4c77-b489-0668c3bebc19 {
  margin-right: 40px;
}
}
#s-5e94de11-9765-4c77-b489-0668c3bebc19 .shogun-heading-component h3 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-644bffe7-5096-4f10-8fe0-738d11f2f97b {
  padding-left: 40px;
padding-bottom: 20px;
padding-right: 30px;
}
@media (max-width: 767px){#s-644bffe7-5096-4f10-8fe0-738d11f2f97b {
  margin-right: 175px;
}
}
#s-70d8ff91-a1c8-418b-81b9-e74c92675a39 {
  padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 190, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(91, 52, 39, 1);
}
#s-70d8ff91-a1c8-418b-81b9-e74c92675a39:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-70d8ff91-a1c8-418b-81b9-e74c92675a39:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-70d8ff91-a1c8-418b-81b9-e74c92675a39 {
  padding-left: 30px;
}
}

  #s-70d8ff91-a1c8-418b-81b9-e74c92675a39-btn-wrapper {
    text-align: left;
  }


#s-70d8ff91-a1c8-418b-81b9-e74c92675a39.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(250, 240, 215, 1);
}
@media (min-width: 1200px){#s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f {
  display: none;
}
#s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f, #wrap-s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f {
  display: none;
}
#s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f, #wrap-s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f { display:none !important; }}@media (max-width: 767px){#s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f {
  display: none;
}
#s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f, #wrap-s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f { display:none !important; }}
@media (min-width: 0px) {
[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6d2e90bf-e2a5-47cd-8b76-a76ba529bc8f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f926e04d-f6a1-449f-96cf-b92cf67b2054 {
  background-image: url(https://i.shgcdn.com/1554d5ad-7a1a-480a-ac7e-9a060234a1d1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(59, 81, 92, 1);
background-position: center center;
}
@media (max-width: 767px){#s-f926e04d-f6a1-449f-96cf-b92cf67b2054 {
  display: none;
}
#s-f926e04d-f6a1-449f-96cf-b92cf67b2054, #wrap-s-f926e04d-f6a1-449f-96cf-b92cf67b2054 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f926e04d-f6a1-449f-96cf-b92cf67b2054"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-26cf297a-6133-4438-94e0-741e24c550f4 {
  margin-top: 10px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-26cf297a-6133-4438-94e0-741e24c550f4 {
  margin-left: 20px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-26cf297a-6133-4438-94e0-741e24c550f4 {
  margin-right: 250px;
}
}
#s-26cf297a-6133-4438-94e0-741e24c550f4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5b44fc8b-a92a-4660-b644-20d730672821 {
  padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b44fc8b-a92a-4660-b644-20d730672821 {
  padding-left: 20px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-5b44fc8b-a92a-4660-b644-20d730672821 {
  padding-right: 150px;
}
}
#s-c4ec223d-0aca-4326-b36d-25e2ad18610f {
  padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 190, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(91, 52, 39, 1);
}
#s-c4ec223d-0aca-4326-b36d-25e2ad18610f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c4ec223d-0aca-4326-b36d-25e2ad18610f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c4ec223d-0aca-4326-b36d-25e2ad18610f {
  padding-left: 20px;
padding-right: 20px;
}
}

  #s-c4ec223d-0aca-4326-b36d-25e2ad18610f-btn-wrapper {
    text-align: left;
  }


#s-c4ec223d-0aca-4326-b36d-25e2ad18610f.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-19c71439-c763-4643-a82d-07795983d20b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-849ca4ec-505e-4b00-81c0-dee066470964 {
  background-image: url(https://i.shgcdn.com/2a77718d-9f91-44b4-ac66-ad7bfa960940/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-bottom: 40px;
background-position: center center;
}
@media (max-width: 767px){#s-849ca4ec-505e-4b00-81c0-dee066470964 {
  background-position: left center;
display: none;
}
#s-849ca4ec-505e-4b00-81c0-dee066470964, #wrap-s-849ca4ec-505e-4b00-81c0-dee066470964 { display:none !important; }}
@media (min-width: 0px) {
[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-849ca4ec-505e-4b00-81c0-dee066470964"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0e60566c-489d-42c2-bbb7-755407773659 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e60566c-489d-42c2-bbb7-755407773659 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-0e60566c-489d-42c2-bbb7-755407773659 {
  margin-right: 200px;
}
}
#s-0e60566c-489d-42c2-bbb7-755407773659 .shogun-heading-component h2 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0e60566c-489d-42c2-bbb7-755407773659 .shogun-heading-component h2 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-9aa3c196-44e8-425b-93ea-afcfb61921e2 {
  padding-left: 40px;
padding-bottom: 20px;
padding-right: 30px;
}
@media (max-width: 767px){#s-9aa3c196-44e8-425b-93ea-afcfb61921e2 {
  margin-right: 250px;
}
}
#s-ffbd81ac-ee59-4c3a-9048-5ae58455c443 {
  padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(246, 190, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(91, 52, 39, 1);
}
#s-ffbd81ac-ee59-4c3a-9048-5ae58455c443:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ffbd81ac-ee59-4c3a-9048-5ae58455c443:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ffbd81ac-ee59-4c3a-9048-5ae58455c443 {
  padding-left: 20px;
}
}

  #s-ffbd81ac-ee59-4c3a-9048-5ae58455c443-btn-wrapper {
    text-align: left;
  }


#s-ffbd81ac-ee59-4c3a-9048-5ae58455c443.shg-btn {
  color: rgba(91, 52, 39, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 240, 215, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 {
  
}
}@media (max-width: 767px){#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 {
  
}
}







#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26 > .shg-box-overlay {
  background-color: rgba(250, 240, 215, 1);
  opacity: 0;
}#s-a26c5dfa-b179-4aed-b381-f876d5b0ab26.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1995b275-df7b-4291-96a3-a87b73729ca3 {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
text-align: center;
background-color: rgba(250, 240, 215, 0);
}

#s-1995b275-df7b-4291-96a3-a87b73729ca3 .shogun-heading-component h3 {
  color: rgba(91, 52, 39, 1);
  font-weight:   ;
  font-family: moret;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-344cc48d-5f49-47da-a9fb-26253d00b519 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-344cc48d-5f49-47da-a9fb-26253d00b519"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-90d9bab8-aec3-45bd-b279-278ff71f9e6e {
  margin-top: 10px;
}
@media (max-width: 767px){#s-90d9bab8-aec3-45bd-b279-278ff71f9e6e {
  margin-bottom: 50px;
}
}
#s-b4248503-9201-427d-84c0-6f1ca047e7c4 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-b4248503-9201-427d-84c0-6f1ca047e7c4 {
  margin-bottom: 50px;
}
}
#s-e927692a-8611-4230-9c2c-28f9153318cf {
  margin-top: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
