.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-77fcb1ad-c610-4861-8b9b-21d4199757c8 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-77fcb1ad-c610-4861-8b9b-21d4199757c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77fcb1ad-c610-4861-8b9b-21d4199757c8.shg-box.shg-c {
  justify-content: center;
}

.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-4ebe75d4-92b1-4ee8-83f4-cf048515a4ae {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce {
  background-size: cover;
padding-top: 60px;
padding-left: 30px;
padding-bottom: 60px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(238, 226, 215, 1);
background-position: center top;
}
@media (min-width: 1200px){#s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce {
  display: none;
}
#s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce, #wrap-s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce {
  display: none;
}
#s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce, #wrap-s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce {
  display: none;
}
#s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce, #wrap-s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce { display:none !important; }}@media (max-width: 767px){#s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce {
  display: none;
}
#s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce, #wrap-s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce { display:none !important; }}







#s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d9d1ad1-6677-4f5b-8ce2-67ea2df60bce.shg-box.shg-c {
  justify-content: flex-start;
}

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

.shg-sld-slides {
  word-break: break-word;
}

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-f812792e-00c6-4ddd-9cdc-a759c3123282 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1100px;
}

.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-82d17217-b8e5-4317-8b62-3ffeac32c8fa {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-82d17217-b8e5-4317-8b62-3ffeac32c8fa {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-82d17217-b8e5-4317-8b62-3ffeac32c8fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2612056e-216d-4a91-b429-57fb38455769 {
  min-height: 50px;
}








#s-2612056e-216d-4a91-b429-57fb38455769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2612056e-216d-4a91-b429-57fb38455769.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #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-e9b67ee7-bf3f-43e3-8cc4-5a178dfaa099 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e9b67ee7-bf3f-43e3-8cc4-5a178dfaa099 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



#s-636c72a6-5461-43ce-b745-bcfa4eb262c2 {
  text-align: left;
}

#s-636c72a6-5461-43ce-b745-bcfa4eb262c2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Playfair Display;
  font-style:  normal ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-f7820e67-f915-4ce7-9d34-d376264d7b20 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: left;
}




  #s-f7820e67-f915-4ce7-9d34-d376264d7b20 img.shogun-image {
    
    width: px;
  }


#s-f7820e67-f915-4ce7-9d34-d376264d7b20 .shogun-image-content {
  
    align-items: center;
  
}

#s-5025d005-bcbd-496a-b60c-3ba0becbfeef {
  margin-top: 20px;
margin-bottom: 20px;
}

.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-27e2e12f-7056-4033-8f8b-59316a1de7eb {
  margin-top: 20px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 0px;
max-width: 190px;
background-color: rgba(204, 131, 92, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-27e2e12f-7056-4033-8f8b-59316a1de7eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27e2e12f-7056-4033-8f8b-59316a1de7eb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-27e2e12f-7056-4033-8f8b-59316a1de7eb {
  max-width: 100%;
background-color: rgba(243, 127, 65, 1);
}
}


#s-27e2e12f-7056-4033-8f8b-59316a1de7eb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  font-family: Playfair Display;
  display:  block ;
}
@media (max-width: 767px){

#s-27e2e12f-7056-4033-8f8b-59316a1de7eb.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  font-family: Playfair Display;
  display:  block ;
}
}
#s-0d7b3fb9-a85c-4d34-86d7-5f1d1c361438 {
  margin-top: 40px;
text-align: center;
}
@media (max-width: 767px){#s-0d7b3fb9-a85c-4d34-86d7-5f1d1c361438 {
  margin-top: 40px;
}
}



  #s-0d7b3fb9-a85c-4d34-86d7-5f1d1c361438 img.shogun-image {
    
    width: px;
  }


#s-0d7b3fb9-a85c-4d34-86d7-5f1d1c361438 .shogun-image-content {
  
    align-items: center;
  
}

#s-e62ec207-9641-46fa-a436-b85241a70165 {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-e62ec207-9641-46fa-a436-b85241a70165 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e62ec207-9641-46fa-a436-b85241a70165"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e31c4598-6a47-4a29-ba38-51dff556cabe {
  min-height: 50px;
}








#s-e31c4598-6a47-4a29-ba38-51dff556cabe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e31c4598-6a47-4a29-ba38-51dff556cabe.shg-box.shg-c {
  justify-content: center;
}

#s-3da1c973-ddfd-4cde-bb55-0d289a03704e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3da1c973-ddfd-4cde-bb55-0d289a03704e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



#s-b2ffaacd-47c1-48db-b6db-596978ff307a {
  text-align: left;
}

#s-b2ffaacd-47c1-48db-b6db-596978ff307a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Playfair Display;
  font-style:  normal ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4d844ac7-a620-44b7-b1c1-3d66e01cadfb {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}




  #s-4d844ac7-a620-44b7-b1c1-3d66e01cadfb img.shogun-image {
    
    width: px;
  }


#s-4d844ac7-a620-44b7-b1c1-3d66e01cadfb .shogun-image-content {
  
    align-items: center;
  
}

#s-63d9328a-9a24-4855-be50-d6ef7ac86907 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-13d224f2-28fc-48a6-8cb5-0d97ece2144e {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-13d224f2-28fc-48a6-8cb5-0d97ece2144e {
  display: none;
}
#s-13d224f2-28fc-48a6-8cb5-0d97ece2144e, #wrap-s-13d224f2-28fc-48a6-8cb5-0d97ece2144e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13d224f2-28fc-48a6-8cb5-0d97ece2144e {
  display: none;
}
#s-13d224f2-28fc-48a6-8cb5-0d97ece2144e, #wrap-s-13d224f2-28fc-48a6-8cb5-0d97ece2144e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13d224f2-28fc-48a6-8cb5-0d97ece2144e {
  display: none;
}
#s-13d224f2-28fc-48a6-8cb5-0d97ece2144e, #wrap-s-13d224f2-28fc-48a6-8cb5-0d97ece2144e { display:none !important; }}@media (max-width: 767px){#s-13d224f2-28fc-48a6-8cb5-0d97ece2144e {
  display: none;
}
#s-13d224f2-28fc-48a6-8cb5-0d97ece2144e, #wrap-s-13d224f2-28fc-48a6-8cb5-0d97ece2144e { display:none !important; }}
#s-d42635ef-77f8-4a14-baf5-0fb12eb03de7 {
  margin-top: 20px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 0px;
max-width: 190px;
background-color: rgba(204, 131, 92, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-d42635ef-77f8-4a14-baf5-0fb12eb03de7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d42635ef-77f8-4a14-baf5-0fb12eb03de7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d42635ef-77f8-4a14-baf5-0fb12eb03de7 {
  max-width: 100%;
background-color: rgba(243, 127, 65, 1);
}
}


#s-d42635ef-77f8-4a14-baf5-0fb12eb03de7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  font-family: Playfair Display;
  display:  block ;
}
@media (max-width: 767px){

#s-d42635ef-77f8-4a14-baf5-0fb12eb03de7.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  font-family: Playfair Display;
  display:  block ;
}
}
#s-24433f31-20a9-4712-b695-dc78712ec4f7 {
  margin-top: 40px;
text-align: center;
}
@media (max-width: 767px){#s-24433f31-20a9-4712-b695-dc78712ec4f7 {
  margin-top: 40px;
}
}



  #s-24433f31-20a9-4712-b695-dc78712ec4f7 img.shogun-image {
    
    width: px;
  }


#s-24433f31-20a9-4712-b695-dc78712ec4f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-666a3d54-5285-4571-84df-c117a13570c9 {
  background-image: url(https://i.shgcdn.com/7c80f0db-cc69-4d91-89d1-53d93c3212a7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
}








#s-666a3d54-5285-4571-84df-c117a13570c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-666a3d54-5285-4571-84df-c117a13570c9.shg-box.shg-c {
  justify-content: center;
}

#s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-602ad16a-b0ac-4ffb-a8f8-8df356aeceaf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7902b452-394a-4c00-9db3-f830d6aeafdd {
  text-align: center;
}
@media (max-width: 767px){#s-7902b452-394a-4c00-9db3-f830d6aeafdd {
  display: none;
}
#s-7902b452-394a-4c00-9db3-f830d6aeafdd, #wrap-s-7902b452-394a-4c00-9db3-f830d6aeafdd { display:none !important; }}



  #s-7902b452-394a-4c00-9db3-f830d6aeafdd img.shogun-image {
    
    width: px;
  }


#s-7902b452-394a-4c00-9db3-f830d6aeafdd .shogun-image-content {
  
    align-items: center;
  
}

#s-8640b40d-a389-4fdd-85dd-1ee66e8f7b36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8640b40d-a389-4fdd-85dd-1ee66e8f7b36 .shogun-heading-component h3 {
  color: rgba(83, 116, 95, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-e96f0d73-b3cd-48f1-8deb-e092df7256a8 {
  margin-bottom: 10px;
text-align: center;
}

#s-e96f0d73-b3cd-48f1-8deb-e092df7256a8 .shogun-heading-component h2 {
  color: rgba(43, 46, 53, 1);
  font-weight:  normal ;
  font-family: Playfair Display;
  font-style:  normal ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8c5c93c2-f86b-4b11-a7f7-4fcce23ca2c1 {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-ccbf3c0b-5616-4f1e-82dd-6f27bc8f13a0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 0px;
max-width: 320px;
background-color: rgba(83, 116, 95, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-ccbf3c0b-5616-4f1e-82dd-6f27bc8f13a0:hover {background-color: rgba(141, 213, 173, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ccbf3c0b-5616-4f1e-82dd-6f27bc8f13a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ccbf3c0b-5616-4f1e-82dd-6f27bc8f13a0.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}

#s-253b3121-470d-4e48-aa40-c20a83d16e4e {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-253b3121-470d-4e48-aa40-c20a83d16e4e {
  display: none;
}
#s-253b3121-470d-4e48-aa40-c20a83d16e4e, #wrap-s-253b3121-470d-4e48-aa40-c20a83d16e4e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-253b3121-470d-4e48-aa40-c20a83d16e4e {
  display: none;
}
#s-253b3121-470d-4e48-aa40-c20a83d16e4e, #wrap-s-253b3121-470d-4e48-aa40-c20a83d16e4e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-253b3121-470d-4e48-aa40-c20a83d16e4e {
  display: none;
}
#s-253b3121-470d-4e48-aa40-c20a83d16e4e, #wrap-s-253b3121-470d-4e48-aa40-c20a83d16e4e { display:none !important; }}



  #s-253b3121-470d-4e48-aa40-c20a83d16e4e img.shogun-image {
    
    width: px;
  }


#s-253b3121-470d-4e48-aa40-c20a83d16e4e .shogun-image-content {
  
    align-items: center;
  
}

#s-7888b9bf-69ad-497a-8dce-0b974f1ab21e {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-7888b9bf-69ad-497a-8dce-0b974f1ab21e img.shogun-image {
    
    width: px;
  }


#s-7888b9bf-69ad-497a-8dce-0b974f1ab21e .shogun-image-content {
  
    align-items: center;
  
}

#s-9a9a5248-b076-4b61-aa75-cac09a644441 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 767px){#s-9a9a5248-b076-4b61-aa75-cac09a644441 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-91ef86c6-213d-4567-a7c3-3ac6e6b262ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91ef86c6-213d-4567-a7c3-3ac6e6b262ba .shogun-heading-component h3 {
  color: rgba(83, 116, 95, 1);
  font-weight:  600 ;
  font-family: Laila;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-37c37ca6-7749-45cc-aded-caffc2beb65d {
  padding-top: 60px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-37c37ca6-7749-45cc-aded-caffc2beb65d {
  padding-top: 30px;
}
}







#s-37c37ca6-7749-45cc-aded-caffc2beb65d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37c37ca6-7749-45cc-aded-caffc2beb65d.shg-box.shg-c {
  justify-content: center;
}

#s-6130d923-1b98-4da3-a48c-9ac32c7430ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6130d923-1b98-4da3-a48c-9ac32c7430ba .shogun-heading-component h3 {
  color: rgba(83, 116, 95, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-c5836165-d014-4404-8513-eb624f6d0eac {
  margin-bottom: 40px;
text-align: center;
}

#s-c5836165-d014-4404-8513-eb624f6d0eac .shogun-heading-component h2 {
  color: rgba(43, 46, 53, 1);
  font-weight:  normal ;
  font-family: Playfair Display;
  font-style:  normal ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d93bd796-33f2-4ca2-bcf8-01d254da4434"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-03afc766-286e-4d7a-9438-57f52f97db4a {
  margin-bottom: 5px;
text-align: center;
}




  #s-03afc766-286e-4d7a-9438-57f52f97db4a img.shogun-image {
    
    width: px;
  }


#s-03afc766-286e-4d7a-9438-57f52f97db4a .shogun-image-content {
  
    align-items: center;
  
}

#s-41b43e25-9616-44bc-abb9-3880636f1244 {
  margin-bottom: 5px;
text-align: center;
}




  #s-41b43e25-9616-44bc-abb9-3880636f1244 img.shogun-image {
    
    width: px;
  }


#s-41b43e25-9616-44bc-abb9-3880636f1244 .shogun-image-content {
  
    align-items: center;
  
}

#s-5db44fda-99ff-4da2-98fa-678171149285 {
  margin-bottom: 5px;
text-align: center;
}




  #s-5db44fda-99ff-4da2-98fa-678171149285 img.shogun-image {
    
    width: px;
  }


#s-5db44fda-99ff-4da2-98fa-678171149285 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fdca305-4c26-433e-83c0-32812c51f1ef {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 900px;
}








#s-1fdca305-4c26-433e-83c0-32812c51f1ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fdca305-4c26-433e-83c0-32812c51f1ef.shg-box.shg-c {
  justify-content: center;
}

#s-6e632d4d-d754-4fa1-acd0-a42a5ac296f1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 900px;
}

#s-5773607f-4a6e-4c66-a6b0-d17a759ff732 {
  margin-left: 30px;
margin-right: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-5773607f-4a6e-4c66-a6b0-d17a759ff732 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5773607f-4a6e-4c66-a6b0-d17a759ff732.shg-box.shg-c {
  justify-content: center;
}

#s-951ea449-4af7-42ad-b02a-3d801ad4e017 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-951ea449-4af7-42ad-b02a-3d801ad4e017"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-985eef5a-0242-4c10-bfb5-6d5935aca619 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(83, 116, 95, 1);
border-radius: 500px;
text-align: center;
}




  #s-985eef5a-0242-4c10-bfb5-6d5935aca619 img.shogun-image {
    
    width: px;
  }


#s-985eef5a-0242-4c10-bfb5-6d5935aca619 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b474d40-277f-425f-b803-0791ad2afab9 {
  min-height: 50px;
}








#s-1b474d40-277f-425f-b803-0791ad2afab9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b474d40-277f-425f-b803-0791ad2afab9.shg-box.shg-c {
  justify-content: center;
}

#s-d3e89852-9b07-42fe-8cd1-161b0243a4b1 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5b1b8686-740c-4683-98c0-9a07c8e36fa0 {
  margin-top: 20px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 0px;
max-width: 190px;
background-color: rgba(83, 116, 95, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-5b1b8686-740c-4683-98c0-9a07c8e36fa0:hover {background-color: rgba(141, 213, 173, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b1b8686-740c-4683-98c0-9a07c8e36fa0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5b1b8686-740c-4683-98c0-9a07c8e36fa0 {
  max-width: 100%;
}
}


#s-5b1b8686-740c-4683-98c0-9a07c8e36fa0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  font-family: Playfair Display;
  display:  block ;
}

#s-f3ef79af-c1b0-477e-8607-be6100c65b9e {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-f3ef79af-c1b0-477e-8607-be6100c65b9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3ef79af-c1b0-477e-8607-be6100c65b9e.shg-box.shg-c {
  justify-content: center;
}

#s-46c8f66e-c31d-4484-83c3-af8d6b6eb666 {
  text-align: center;
}

#s-46c8f66e-c31d-4484-83c3-af8d6b6eb666 .shogun-heading-component h2 {
  color: rgba(43, 46, 53, 1);
  font-weight:  normal ;
  font-family: Playfair Display;
  font-style:  normal ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-35eae862-6d0d-49bd-9882-14f00d24822b {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-35eae862-6d0d-49bd-9882-14f00d24822b img.shogun-image {
    
    width: px;
  }


#s-35eae862-6d0d-49bd-9882-14f00d24822b .shogun-image-content {
  
    align-items: center;
  
}

#s-a797199c-b470-498e-adfe-912c64471a47 {
  min-height: 50px;
}








#s-a797199c-b470-498e-adfe-912c64471a47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a797199c-b470-498e-adfe-912c64471a47.shg-box.shg-c {
  justify-content: center;
}

#s-5bdca031-ea8f-4efa-8917-17bf74ef5558 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 900px;
}

#s-5fa0c36c-7464-424a-8323-412f82e863fb {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5fa0c36c-7464-424a-8323-412f82e863fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-043926c5-77e6-424a-861f-c06ab18be678 {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(141, 213, 173, 1);
border-style: solid;
border-radius: 100em;
max-width: 200px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
opacity: 1;
}




  #s-043926c5-77e6-424a-861f-c06ab18be678 img.shogun-image {
    
    width: px;
  }


#s-043926c5-77e6-424a-861f-c06ab18be678 .shogun-image-content {
  
    align-items: center;
  
}

#s-889f3d33-d801-43b5-b6c6-cb42000f8242 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2a506f31-5c1b-4ce9-8a0b-4f1460ff1df1 {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(141, 213, 173, 1);
border-style: solid;
border-radius: 100em;
max-width: 200px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
opacity: 1;
}




  #s-2a506f31-5c1b-4ce9-8a0b-4f1460ff1df1 img.shogun-image {
    
    width: px;
  }


#s-2a506f31-5c1b-4ce9-8a0b-4f1460ff1df1 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb47caaa-c174-49d4-a7e1-a3e6f2bf6536 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4f0b7efb-8ef8-475e-923c-12ae2a55adb3 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 900px;
}

#s-435c38f1-789b-48ba-b1eb-e3835e01ac5d {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 60px;
padding-right: 30px;
min-height: 50px;
max-width: 1366px;
}








#s-435c38f1-789b-48ba-b1eb-e3835e01ac5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-435c38f1-789b-48ba-b1eb-e3835e01ac5d.shg-box.shg-c {
  justify-content: center;
}

#s-6b82dba0-e880-4f69-8049-8affacb9e2d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b82dba0-e880-4f69-8049-8affacb9e2d2 .shogun-heading-component h3 {
  color: rgba(83, 116, 95, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-94b75557-e7a0-4d23-8b4c-40955527a6d6 {
  text-align: center;
}

#s-94b75557-e7a0-4d23-8b4c-40955527a6d6 .shogun-heading-component h2 {
  color: rgba(43, 46, 53, 1);
  font-weight:  normal ;
  font-family: Playfair Display;
  font-style:  normal ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b69ddaf4-1dd8-4af8-ae97-4bda24c10b44 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-b69ddaf4-1dd8-4af8-ae97-4bda24c10b44 img.shogun-image {
    
    width: px;
  }


#s-b69ddaf4-1dd8-4af8-ae97-4bda24c10b44 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db35f487-30df-4ec5-954d-bcebc4c0edf5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-450fef4b-a233-4b8d-ac18-2d11bee217c2 {
  min-height: 50px;
}








#s-450fef4b-a233-4b8d-ac18-2d11bee217c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-450fef4b-a233-4b8d-ac18-2d11bee217c2.shg-box.shg-c {
  justify-content: center;
}

#s-5f0bc18d-2f38-4cc8-978d-843054231c58 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2a7c1afb-60a2-4633-97fa-aa9c04aee04a {
  max-width: 60px;
text-align: left;
}




  #s-2a7c1afb-60a2-4633-97fa-aa9c04aee04a img.shogun-image {
    
    width: px;
  }


#s-2a7c1afb-60a2-4633-97fa-aa9c04aee04a .shogun-image-content {
  
    align-items: center;
  
}

#s-01627cd3-76f2-41f8-b91c-126c4c190abc {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-96df123e-769a-4629-a731-a215c8ab790c {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-96df123e-769a-4629-a731-a215c8ab790c img.shogun-image {
    
    width: px;
  }


#s-96df123e-769a-4629-a731-a215c8ab790c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3be9c236-f08d-4b83-86e8-64b523622ee0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1d3068b4-e368-47fb-b8bb-6f9f01f989f2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-ee87c366-7064-4669-b0c9-d2f402977fc2 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-ee87c366-7064-4669-b0c9-d2f402977fc2 img.shogun-image {
    
    width: px;
  }


#s-ee87c366-7064-4669-b0c9-d2f402977fc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-600faf01-56d2-404a-af05-bf7862019d14 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-ed4cf618-e3a4-432f-9517-1585f6a64454 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-ed4cf618-e3a4-432f-9517-1585f6a64454 img.shogun-image {
    
    width: px;
  }


#s-ed4cf618-e3a4-432f-9517-1585f6a64454 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcb878a0-353d-4774-bf1e-1c02870823c0 {
  border-style: solid;
margin-top: 10px;
padding-top: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(239, 239, 239, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcb878a0-353d-4774-bf1e-1c02870823c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-182da323-2110-4f3c-bfe1-e2093fa66045 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-88e58f80-d095-4834-87e8-cf9a12b8d6e0 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-88e58f80-d095-4834-87e8-cf9a12b8d6e0 img.shogun-image {
    
    width: px;
  }


#s-88e58f80-d095-4834-87e8-cf9a12b8d6e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-755708c3-e817-4590-965f-5f2433a6aacc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-bb79914c-0eb5-487b-931c-fd05a7b1e7fd {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-bb79914c-0eb5-487b-931c-fd05a7b1e7fd img.shogun-image {
    
    width: px;
  }


#s-bb79914c-0eb5-487b-931c-fd05a7b1e7fd .shogun-image-content {
  
    align-items: center;
  
}

#s-efb28c53-4add-44f3-ab17-43bf61a2ea24 {
  min-height: 50px;
background-color: rgba(240, 199, 174, 1);
}








#s-efb28c53-4add-44f3-ab17-43bf61a2ea24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efb28c53-4add-44f3-ab17-43bf61a2ea24.shg-box.shg-c {
  justify-content: center;
}

#s-a89a3853-1b5b-4a66-9a41-6d671fda871b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
max-width: 1170px;
}








#s-a89a3853-1b5b-4a66-9a41-6d671fda871b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a89a3853-1b5b-4a66-9a41-6d671fda871b.shg-box.shg-c {
  justify-content: center;
}

#s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3 {
  padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f9d0db7-dbab-46b9-bd1e-2541d010d5f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-61f8aed0-883a-4ab1-8080-77922129e7cb {
  margin-top: 40px;
text-align: left;
}

#s-61f8aed0-883a-4ab1-8080-77922129e7cb .shogun-heading-component h2 {
  color: rgba(43, 46, 53, 1);
  font-weight:  normal ;
  font-family: Playfair Display;
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-18ee9ded-90d0-446a-bade-3cc56f3cbf5a {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}




  #s-18ee9ded-90d0-446a-bade-3cc56f3cbf5a img.shogun-image {
    
    width: px;
  }


#s-18ee9ded-90d0-446a-bade-3cc56f3cbf5a .shogun-image-content {
  
    align-items: center;
  
}

#s-7b284f79-4a2c-44ec-bc22-34be375bc46a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-f4820dd7-078c-4b8f-82ef-6d361bd7e2ab {
  margin-top: 20px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 0px;
max-width: 190px;
background-color: rgba(83, 116, 95, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-f4820dd7-078c-4b8f-82ef-6d361bd7e2ab:hover {background-color: rgba(141, 213, 173, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f4820dd7-078c-4b8f-82ef-6d361bd7e2ab:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f4820dd7-078c-4b8f-82ef-6d361bd7e2ab {
  margin-bottom: 30px;
max-width: 100%;
}
}

  #s-f4820dd7-078c-4b8f-82ef-6d361bd7e2ab-btn-wrapper {
    text-align: center;
  }


#s-f4820dd7-078c-4b8f-82ef-6d361bd7e2ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  font-family: Playfair Display;
  display:  block ;
}

#s-08817b5f-8e35-4164-9eaa-52ba6cece063 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-08817b5f-8e35-4164-9eaa-52ba6cece063 img.shogun-image {
    
    width: px;
  }


#s-08817b5f-8e35-4164-9eaa-52ba6cece063 .shogun-image-content {
  
    align-items: center;
  
}

#s-17e737fe-82ee-47ed-b72c-16a7c8457dc5 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
}








#s-17e737fe-82ee-47ed-b72c-16a7c8457dc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17e737fe-82ee-47ed-b72c-16a7c8457dc5.shg-box.shg-c {
  justify-content: center;
}

#s-3aca2d99-d50a-4bf3-b3d2-b8b6f04ec038 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3aca2d99-d50a-4bf3-b3d2-b8b6f04ec038 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-d1ce0e5f-47ae-4cac-9079-4cc8d30fd496 {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
max-width: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-d1ce0e5f-47ae-4cac-9079-4cc8d30fd496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1ce0e5f-47ae-4cac-9079-4cc8d30fd496.shg-box.shg-c {
  justify-content: center;
}

#s-99aabcae-a540-47ab-b592-19020c222de8 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

#s-326d0142-631f-47c7-aca3-2a002412c0a6 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}


.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 {
  max-width: 100%;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 .shg-image-zoom,
.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 {
  max-width: 100%;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 .shg-image-zoom,
.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 {
  max-width: 100%;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 .shg-image-zoom,
.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 {
  max-width: 100%;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 .shg-image-zoom,
.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 {
  max-width: 100%;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 .shg-image-zoom,
.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-326d0142-631f-47c7-aca3-2a002412c0a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ce1f11b5-8558-458c-84c9-cea9879b0893 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce1f11b5-8558-458c-84c9-cea9879b0893 .shogun-heading-component h3 {
  color: rgba(83, 116, 95, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-5abac72c-7ab4-4ef3-b204-4ff648115545 {
  margin-top: 0px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5abac72c-7ab4-4ef3-b204-4ff648115545 .shg-product-title-component h2 {
  color: rgba(43, 46, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-11315daa-6656-4768-94ba-8eafab919211 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11315daa-6656-4768-94ba-8eafab919211 .shogun-heading-component h3 {
  color: rgba(83, 116, 95, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-5bcd1112-bdd0-4cae-b6ef-bb67e2fec364 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
max-width: 240px;
background-color: rgba(83, 116, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5bcd1112-bdd0-4cae-b6ef-bb67e2fec364:hover {background-color: rgba(141, 213, 173, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5bcd1112-bdd0-4cae-b6ef-bb67e2fec364:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-5bcd1112-bdd0-4cae-b6ef-bb67e2fec364 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5bcd1112-bdd0-4cae-b6ef-bb67e2fec364.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5bcd1112-bdd0-4cae-b6ef-bb67e2fec364.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-family: Playfair Display;
  display:  block ;
}

#s-5bcd1112-bdd0-4cae-b6ef-bb67e2fec364.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Playfair Display;
  
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
}



#s-ca45872d-80af-40ed-86cf-f7e97bca0886 {
  text-align: center;
}

#s-ca45872d-80af-40ed-86cf-f7e97bca0886 .shg-product-sold-out {
  display: none;
  color: rgba(43, 46, 53, 1);
  font-size: 40px;
  font-weight:  normal ;
  font-family: Playfair Display;
  font-style:  normal ;
}

#s-ca45872d-80af-40ed-86cf-f7e97bca0886 .shg-product-price {
  color: rgba(43, 46, 53, 1);
  font-weight:  normal ;
  font-family: Playfair Display;
  font-style:  normal ;
  font-size: 40px;
}

#s-ca45872d-80af-40ed-86cf-f7e97bca0886 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 21, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1a279205-709d-43b3-bab2-eda316d8cd41 {
  background-size: cover;
padding-top: 60px;
padding-left: 30px;
padding-bottom: 60px;
padding-right: 30px;
min-height: 50px;
background-position: center center;
background-color: rgba(238, 226, 215, 1);
}
@media (min-width: 1200px){#s-1a279205-709d-43b3-bab2-eda316d8cd41 {
  display: none;
}
#s-1a279205-709d-43b3-bab2-eda316d8cd41, #wrap-s-1a279205-709d-43b3-bab2-eda316d8cd41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a279205-709d-43b3-bab2-eda316d8cd41 {
  display: none;
}
#s-1a279205-709d-43b3-bab2-eda316d8cd41, #wrap-s-1a279205-709d-43b3-bab2-eda316d8cd41 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a279205-709d-43b3-bab2-eda316d8cd41 {
  display: none;
}
#s-1a279205-709d-43b3-bab2-eda316d8cd41, #wrap-s-1a279205-709d-43b3-bab2-eda316d8cd41 { display:none !important; }}@media (max-width: 767px){#s-1a279205-709d-43b3-bab2-eda316d8cd41 {
  display: none;
}
#s-1a279205-709d-43b3-bab2-eda316d8cd41, #wrap-s-1a279205-709d-43b3-bab2-eda316d8cd41 { display:none !important; }}







#s-1a279205-709d-43b3-bab2-eda316d8cd41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a279205-709d-43b3-bab2-eda316d8cd41.shg-box.shg-c {
  justify-content: center;
}

#s-def716c8-8e58-49c7-a0d8-566d55cc634f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-def716c8-8e58-49c7-a0d8-566d55cc634f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-53ccfb7f-98e8-4ba8-ac8c-76679b9b0ec4 {
  text-align: center;
}

#s-53ccfb7f-98e8-4ba8-ac8c-76679b9b0ec4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Playfair Display;
  font-style:  normal ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-91b5516e-39a4-4583-9831-4bd624c084a0 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-91b5516e-39a4-4583-9831-4bd624c084a0 img.shogun-image {
    
    width: px;
  }


#s-91b5516e-39a4-4583-9831-4bd624c084a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-63265399-2617-475b-b709-f99e9fbe4af9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 900px;
}

#s-027ebab3-2f17-44be-b769-db6a217076f0 {
  padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-027ebab3-2f17-44be-b769-db6a217076f0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: Playfair Display;
  font-style:  normal ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bfe1e377-0372-4982-8812-52b8896889e6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-bfe1e377-0372-4982-8812-52b8896889e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfe1e377-0372-4982-8812-52b8896889e6.shg-box.shg-c {
  justify-content: center;
}

#s-acc237e1-b966-43e3-a33a-a5bf528f53eb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acc237e1-b966-43e3-a33a-a5bf528f53eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-df903df6-219e-4224-8544-276656082986 {
  text-align: center;
}




  #s-df903df6-219e-4224-8544-276656082986 img.shogun-image {
    
    width: px;
  }


#s-df903df6-219e-4224-8544-276656082986 .shogun-image-content {
  
    align-items: center;
  
}

#s-99df7e3a-dd19-4fe4-8f04-61fb17c05629 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b0be6a05-d040-40a3-beb4-e25aab3d34b8 {
  text-align: center;
}




  #s-b0be6a05-d040-40a3-beb4-e25aab3d34b8 img.shogun-image {
    
    width: px;
  }


#s-b0be6a05-d040-40a3-beb4-e25aab3d34b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8bf243e-5ce2-44a0-b86e-243fb7378d1b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0581d20a-3901-4223-9343-c3e59b4f2702 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 900px;
}

#s-21792034-47a4-4054-8d3b-661a8760c692 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 60px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-position: center center;
}








#s-21792034-47a4-4054-8d3b-661a8760c692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21792034-47a4-4054-8d3b-661a8760c692.shg-box.shg-c {
  justify-content: center;
}

#s-0e01951c-4ad1-409f-a61e-1c7733c45b8c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e01951c-4ad1-409f-a61e-1c7733c45b8c .shogun-heading-component h3 {
  color: rgba(83, 116, 95, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 4px;
  text-align: center;
}



#s-7b845f6c-1720-4e7d-b94f-b1f418f288d8 {
  text-align: center;
}

#s-7b845f6c-1720-4e7d-b94f-b1f418f288d8 .shogun-heading-component h2 {
  color: rgba(43, 46, 53, 1);
  font-weight:  normal ;
  font-family: Playfair Display;
  font-style:  normal ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-948de6c9-1dae-457d-aff9-e055b307310d {
  min-height: 50px;
}








#s-948de6c9-1dae-457d-aff9-e055b307310d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-948de6c9-1dae-457d-aff9-e055b307310d.shg-box.shg-c {
  justify-content: center;
}

#s-3b8c1e22-609f-4248-a4ca-69cfe4484530 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1024px;
}

@media (min-width: 0px) {
[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3b8c1e22-609f-4248-a4ca-69cfe4484530"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-40fa1966-76f3-47c7-866d-942b869ffe97 {
  box-shadow:0px 0px 20px 10px rgba(241, 241, 241, 1);
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-40fa1966-76f3-47c7-866d-942b869ffe97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40fa1966-76f3-47c7-866d-942b869ffe97.shg-box.shg-c {
  justify-content: flex-start;
}

#s-29d49f02-980d-4937-a81c-800e8420e997 {
  margin-bottom: 20px;
text-align: center;
}




  #s-29d49f02-980d-4937-a81c-800e8420e997 img.shogun-image {
    
    width: px;
  }


#s-29d49f02-980d-4937-a81c-800e8420e997 .shogun-image-content {
  
    align-items: center;
  
}

#s-25e274b7-afdb-4f3d-8186-9bcdc089b539 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 900px;
}

#s-80e38a75-1814-42a7-90ee-3cf64a3f0dc3 {
  box-shadow:0px 0px 20px 10px rgba(241, 241, 241, 1);
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-80e38a75-1814-42a7-90ee-3cf64a3f0dc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80e38a75-1814-42a7-90ee-3cf64a3f0dc3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-55601167-382d-43fe-8387-8684ddb090bf {
  margin-bottom: 20px;
text-align: center;
}




  #s-55601167-382d-43fe-8387-8684ddb090bf img.shogun-image {
    
    width: px;
  }


#s-55601167-382d-43fe-8387-8684ddb090bf .shogun-image-content {
  
    align-items: center;
  
}

#s-c3472ba6-36b1-4044-acee-d421ad567c0b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 900px;
}

#s-3ec5c859-7b72-4fff-98c4-deb8f12c51d8 {
  box-shadow:0px 0px 20px 10px rgba(241, 241, 241, 1);
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3ec5c859-7b72-4fff-98c4-deb8f12c51d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ec5c859-7b72-4fff-98c4-deb8f12c51d8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ec91517f-685d-4c4e-be5b-48dbde083ce4 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 225px;
text-align: center;
}




  #s-ec91517f-685d-4c4e-be5b-48dbde083ce4 img.shogun-image {
    
    width: px;
  }


#s-ec91517f-685d-4c4e-be5b-48dbde083ce4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d44a56ce-9ef7-4b8e-bfe6-ee3b69ec4d68 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 900px;
}

/*
  $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;
}
