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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

#s-3c45f651-f4bd-452e-8663-414dffa78f13 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 850px;
background-position: center center;
}

#s-3c45f651-f4bd-452e-8663-414dffa78f13 {
  background-image: url(https://i.shgcdn.com/5ee6abb6-7ea1-439d-9107-da19974c4a8d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3c45f651-f4bd-452e-8663-414dffa78f13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c45f651-f4bd-452e-8663-414dffa78f13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-7b9a5152-671b-40cd-92eb-1e3544123cf6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b9a5152-671b-40cd-92eb-1e3544123cf6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b9a5152-671b-40cd-92eb-1e3544123cf6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b9a5152-671b-40cd-92eb-1e3544123cf6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b9a5152-671b-40cd-92eb-1e3544123cf6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b9a5152-671b-40cd-92eb-1e3544123cf6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b9a5152-671b-40cd-92eb-1e3544123cf6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-87675677-eaa2-4260-be78-696a20f6217a {
  max-width: 90%;
}








#s-87675677-eaa2-4260-be78-696a20f6217a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87675677-eaa2-4260-be78-696a20f6217a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-5fdbc8f4-e291-499e-81b4-13860a0b112c {
  margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-5fdbc8f4-e291-499e-81b4-13860a0b112c .shogun-heading-component h1 {
  color: rgba(193, 139, 135, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  
  letter-spacing: 3px;
  text-align: right;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ca57ce45-ce67-4cf9-8314-779f014ec26b {
  margin-top: -35px;
}

@media (min-width: 0px) {
[id="s-ca57ce45-ce67-4cf9-8314-779f014ec26b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca57ce45-ce67-4cf9-8314-779f014ec26b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca57ce45-ce67-4cf9-8314-779f014ec26b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca57ce45-ce67-4cf9-8314-779f014ec26b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca57ce45-ce67-4cf9-8314-779f014ec26b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca57ce45-ce67-4cf9-8314-779f014ec26b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ca57ce45-ce67-4cf9-8314-779f014ec26b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-79995813-7567-4dbc-b6ba-bbc25a77e971 {
  min-height: 50px;
}








#s-79995813-7567-4dbc-b6ba-bbc25a77e971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79995813-7567-4dbc-b6ba-bbc25a77e971.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8206e50-de07-4a56-b24f-40f369c00085 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
min-height: 50px;
}








#s-f8206e50-de07-4a56-b24f-40f369c00085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8206e50-de07-4a56-b24f-40f369c00085.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

#s-c0fee472-77db-4cdb-9471-2efe09d37bcd hr {
  border-top: 1px solid rgba(240, 239, 237, 1);
}

#s-a2346a07-eb04-4a5f-9f06-6e0c271d129a {
  margin-top: 150px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(156, 156, 156, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-a2346a07-eb04-4a5f-9f06-6e0c271d129a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2346a07-eb04-4a5f-9f06-6e0c271d129a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2346a07-eb04-4a5f-9f06-6e0c271d129a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2346a07-eb04-4a5f-9f06-6e0c271d129a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

#s-cc22f88f-d458-4ceb-bd51-411d447149fa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 239, 237, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(240, 239, 237, 1);
}
#s-cc22f88f-d458-4ceb-bd51-411d447149fa:hover {border-style: solid !important;
border-color: rgba(198, 161, 151, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(198, 161, 151, 1) !important;}#s-cc22f88f-d458-4ceb-bd51-411d447149fa:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cc22f88f-d458-4ceb-bd51-411d447149fa-root {
    text-align: center;
  }


#s-cc22f88f-d458-4ceb-bd51-411d447149fa.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc22f88f-d458-4ceb-bd51-411d447149fa-root {
    text-align: center;
  }


#s-cc22f88f-d458-4ceb-bd51-411d447149fa.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc22f88f-d458-4ceb-bd51-411d447149fa-root {
    text-align: center;
  }


#s-cc22f88f-d458-4ceb-bd51-411d447149fa.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc22f88f-d458-4ceb-bd51-411d447149fa-root {
    text-align: center;
  }


#s-cc22f88f-d458-4ceb-bd51-411d447149fa.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc22f88f-d458-4ceb-bd51-411d447149fa-root {
    text-align: center;
  }


#s-cc22f88f-d458-4ceb-bd51-411d447149fa.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-60698060-e61f-46b7-aac9-68dc888a0430 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 239, 237, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(240, 239, 237, 1);
}
#s-60698060-e61f-46b7-aac9-68dc888a0430:hover {border-style: solid !important;
border-color: rgba(198, 161, 151, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(198, 161, 151, 1) !important;}#s-60698060-e61f-46b7-aac9-68dc888a0430:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-60698060-e61f-46b7-aac9-68dc888a0430-root {
    text-align: center;
  }


#s-60698060-e61f-46b7-aac9-68dc888a0430.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-60698060-e61f-46b7-aac9-68dc888a0430-root {
    text-align: center;
  }


#s-60698060-e61f-46b7-aac9-68dc888a0430.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60698060-e61f-46b7-aac9-68dc888a0430-root {
    text-align: center;
  }


#s-60698060-e61f-46b7-aac9-68dc888a0430.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60698060-e61f-46b7-aac9-68dc888a0430-root {
    text-align: center;
  }


#s-60698060-e61f-46b7-aac9-68dc888a0430.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-60698060-e61f-46b7-aac9-68dc888a0430-root {
    text-align: center;
  }


#s-60698060-e61f-46b7-aac9-68dc888a0430.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  block ;
}
}







#s-41eb778b-fdee-403e-9a2a-bf6128f88d33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41eb778b-fdee-403e-9a2a-bf6128f88d33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb61dff8-15f6-4eb5-ac61-6cb20b95d03e {
  margin-top: -100px;
}

#s-5f740fc9-6d67-4d48-8415-12bcde468afc {
  margin-top: 60px;
margin-bottom: 60px;
}

#s-2c20b13b-7cbb-4085-a3d3-7430623f7b90 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-2c20b13b-7cbb-4085-a3d3-7430623f7b90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c20b13b-7cbb-4085-a3d3-7430623f7b90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-2c20b13b-7cbb-4085-a3d3-7430623f7b90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-2c20b13b-7cbb-4085-a3d3-7430623f7b90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-2c20b13b-7cbb-4085-a3d3-7430623f7b90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-2c20b13b-7cbb-4085-a3d3-7430623f7b90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-2c20b13b-7cbb-4085-a3d3-7430623f7b90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-2c20b13b-7cbb-4085-a3d3-7430623f7b90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-2c20b13b-7cbb-4085-a3d3-7430623f7b90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-2c20b13b-7cbb-4085-a3d3-7430623f7b90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

}

#s-7defaa86-0ba7-4294-9b2a-b3c524b8ae5c {
  min-height: 50px;
}








#s-7defaa86-0ba7-4294-9b2a-b3c524b8ae5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7defaa86-0ba7-4294-9b2a-b3c524b8ae5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9dc6ab1d-f7fe-40e4-85aa-46d33a734f93 {
  margin-bottom: 15px;
text-align: center;
}







  #s-9dc6ab1d-f7fe-40e4-85aa-46d33a734f93 img.shogun-image {
    

    
    
    
  }


#s-9dc6ab1d-f7fe-40e4-85aa-46d33a734f93 .shogun-image-content {
  
    align-items: center;
  
}

#s-80873e8a-84ac-4e82-82b2-875299d3a443 {
  margin-bottom: 15px;
text-align: center;
}







  #s-80873e8a-84ac-4e82-82b2-875299d3a443 img.shogun-image {
    

    
    
    
  }


#s-80873e8a-84ac-4e82-82b2-875299d3a443 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b70e360-7487-404c-bf3d-77f178cf0b6a {
  margin-bottom: 15px;
text-align: center;
}







  #s-2b70e360-7487-404c-bf3d-77f178cf0b6a img.shogun-image {
    

    
    
    
  }


#s-2b70e360-7487-404c-bf3d-77f178cf0b6a .shogun-image-content {
  
    align-items: center;
  
}

#s-1d88cb04-5bb4-4a7e-963a-069239ef3d0d {
  margin-bottom: 12px;
text-align: center;
}







  #s-1d88cb04-5bb4-4a7e-963a-069239ef3d0d img.shogun-image {
    

    
    
    
  }


#s-1d88cb04-5bb4-4a7e-963a-069239ef3d0d .shogun-image-content {
  
    align-items: center;
  
}

#s-7d598754-44c6-4b59-afd7-c463ff4a15c4 {
  min-height: 100px;
}








#s-7d598754-44c6-4b59-afd7-c463ff4a15c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d598754-44c6-4b59-afd7-c463ff4a15c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71e35695-a14a-4360-8a2c-f066b490afd6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-71e35695-a14a-4360-8a2c-f066b490afd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71e35695-a14a-4360-8a2c-f066b490afd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8139cda9-dce3-4f02-9ad8-dc9a1ca16b99 {
  margin-top: auto;
margin-left: 20px;
margin-bottom: auto;
min-height: 50px;
}








#s-8139cda9-dce3-4f02-9ad8-dc9a1ca16b99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8139cda9-dce3-4f02-9ad8-dc9a1ca16b99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d57d394f-8824-412d-b848-bc15a473088a {
  margin-top: auto;
margin-bottom: auto;
}








#s-d57d394f-8824-412d-b848-bc15a473088a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d57d394f-8824-412d-b848-bc15a473088a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9d23be8-72fd-49a4-8e65-4abfbc7afe27 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b9d23be8-72fd-49a4-8e65-4abfbc7afe27 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-757d3783-71d6-48e6-8a0f-ed0fc0451dde {
  margin-bottom: 20px;
}

.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-1c13ef48-03e8-40e5-91ea-4e4fde0770d4 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(193, 139, 135, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(240, 239, 237, 1);
}
#s-1c13ef48-03e8-40e5-91ea-4e4fde0770d4:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1c13ef48-03e8-40e5-91ea-4e4fde0770d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c13ef48-03e8-40e5-91ea-4e4fde0770d4-atc-btn-wrapper {
    text-align: left;
  }


#s-1c13ef48-03e8-40e5-91ea-4e4fde0770d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c13ef48-03e8-40e5-91ea-4e4fde0770d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c13ef48-03e8-40e5-91ea-4e4fde0770d4.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1c13ef48-03e8-40e5-91ea-4e4fde0770d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-62e5014e-3a8e-4409-8be0-97afc8aa8977"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62e5014e-3a8e-4409-8be0-97afc8aa8977"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-62e5014e-3a8e-4409-8be0-97afc8aa8977"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-62e5014e-3a8e-4409-8be0-97afc8aa8977"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c4c3923f-4b5e-44fd-91b8-833e9a64654e {
  min-height: 350px;
background-color: rgba(240, 239, 237, 1);
}








#s-c4c3923f-4b5e-44fd-91b8-833e9a64654e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4c3923f-4b5e-44fd-91b8-833e9a64654e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49ca001b-f59a-43cf-9a5b-727e28e3bcfa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49ca001b-f59a-43cf-9a5b-727e28e3bcfa .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-95e2d348-53e1-411d-a888-2844ad640dd0 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}








#s-95e2d348-53e1-411d-a888-2844ad640dd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95e2d348-53e1-411d-a888-2844ad640dd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b7a4870-5fe6-475f-9990-43aecbee34e8 hr {
  border-top: 1px solid rgba(66, 66, 66, 1);
}

#s-021273b1-df85-4634-8cbd-eed876673261 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 70%;
}

#s-7a9e1e4c-138d-409f-ad8a-abcd5b179f9e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-7a9e1e4c-138d-409f-ad8a-abcd5b179f9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a9e1e4c-138d-409f-ad8a-abcd5b179f9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83bd4733-f921-46a0-8c1a-c7245470c9cb {
  margin-top: 90px;
margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-83bd4733-f921-46a0-8c1a-c7245470c9cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83bd4733-f921-46a0-8c1a-c7245470c9cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bbe39c2-b0d9-4b0f-8800-80f5913e7132 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1bbe39c2-b0d9-4b0f-8800-80f5913e7132"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bbe39c2-b0d9-4b0f-8800-80f5913e7132"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1bbe39c2-b0d9-4b0f-8800-80f5913e7132"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1bbe39c2-b0d9-4b0f-8800-80f5913e7132"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1bbe39c2-b0d9-4b0f-8800-80f5913e7132"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bbe39c2-b0d9-4b0f-8800-80f5913e7132"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1bbe39c2-b0d9-4b0f-8800-80f5913e7132"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-cef1521b-8f08-4d80-8490-0f948d4998bf {
  min-height: 50px;
}








#s-cef1521b-8f08-4d80-8490-0f948d4998bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cef1521b-8f08-4d80-8490-0f948d4998bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66a3fb7f-1ace-4160-93f9-7a90ffc2e443 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66a3fb7f-1ace-4160-93f9-7a90ffc2e443 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 3px;
  
}



@media (min-width: 0px) {
[id="s-1500acb6-bcaf-440f-a337-5b6e25f9e81f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1500acb6-bcaf-440f-a337-5b6e25f9e81f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1500acb6-bcaf-440f-a337-5b6e25f9e81f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1500acb6-bcaf-440f-a337-5b6e25f9e81f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-31997a6e-ade7-41b6-a5f9-f160681b352c {
  text-align: center;
}







  #s-31997a6e-ade7-41b6-a5f9-f160681b352c img.shogun-image {
    

    
    
    
  }


#s-31997a6e-ade7-41b6-a5f9-f160681b352c .shogun-image-content {
  
    align-items: center;
  
}

#s-b15d2d03-85e8-4218-97d5-85e4855f51f2 {
  min-height: 50px;
}








#s-b15d2d03-85e8-4218-97d5-85e4855f51f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b15d2d03-85e8-4218-97d5-85e4855f51f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2604681b-58dd-439d-ae6e-82072dfb3984 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2604681b-58dd-439d-ae6e-82072dfb3984 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-40bb7aea-7843-4656-af61-a34b61d9908a {
  margin-top: -10px;
}

#s-c82eeb8e-8dcc-414e-a4b5-f8e3d310bdb4 {
  text-align: center;
}







  #s-c82eeb8e-8dcc-414e-a4b5-f8e3d310bdb4 img.shogun-image {
    

    
    
    
  }


#s-c82eeb8e-8dcc-414e-a4b5-f8e3d310bdb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcdb331f-87fa-4007-bc88-48851c0b80cf {
  min-height: 50px;
}








#s-dcdb331f-87fa-4007-bc88-48851c0b80cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcdb331f-87fa-4007-bc88-48851c0b80cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a63586d-96fc-49ee-ba7b-ac4330d8e04e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6a63586d-96fc-49ee-ba7b-ac4330d8e04e .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-ed764aad-582d-49d0-bdd8-8ff92a3b3be5 {
  margin-top: -10px;
}

#s-0c9e7a15-4470-4262-98fb-9efc839fc1ee {
  text-align: center;
}







  #s-0c9e7a15-4470-4262-98fb-9efc839fc1ee img.shogun-image {
    

    
    
    
  }


#s-0c9e7a15-4470-4262-98fb-9efc839fc1ee .shogun-image-content {
  
    align-items: center;
  
}

#s-f31d59fa-f660-44bc-8a02-fd70e5e1ff16 {
  min-height: 50px;
}








#s-f31d59fa-f660-44bc-8a02-fd70e5e1ff16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f31d59fa-f660-44bc-8a02-fd70e5e1ff16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3475cd8e-f500-4b0e-b5f8-3990b4ad3739 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3475cd8e-f500-4b0e-b5f8-3990b4ad3739 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d9b6a81a-9568-4b50-8dc8-05b57dc30ef3 {
  margin-top: -10px;
}

#s-4413a5e5-ed18-4984-ba5d-8d0e45c0d6c2 {
  text-align: center;
}







  #s-4413a5e5-ed18-4984-ba5d-8d0e45c0d6c2 img.shogun-image {
    

    
    
    
  }


#s-4413a5e5-ed18-4984-ba5d-8d0e45c0d6c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-04540555-24a0-4815-b46a-8d3724d86cd2 {
  min-height: 50px;
}








#s-04540555-24a0-4815-b46a-8d3724d86cd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04540555-24a0-4815-b46a-8d3724d86cd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0d9413b-e150-4262-9e18-962da3bc6414 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d0d9413b-e150-4262-9e18-962da3bc6414 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0157c1a3-1d67-45cf-b70d-9fabbacc12c2 {
  margin-top: -10px;
}

#s-84487500-b8c1-4dd2-aa85-5602aea3ae6c {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-84487500-b8c1-4dd2-aa85-5602aea3ae6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-84487500-b8c1-4dd2-aa85-5602aea3ae6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-84487500-b8c1-4dd2-aa85-5602aea3ae6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-84487500-b8c1-4dd2-aa85-5602aea3ae6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-53667456-46b3-4465-9ec9-a9265beb2989 {
  text-align: center;
}







  #s-53667456-46b3-4465-9ec9-a9265beb2989 img.shogun-image {
    

    
    
    
  }


#s-53667456-46b3-4465-9ec9-a9265beb2989 .shogun-image-content {
  
    align-items: center;
  
}

#s-85e6eca0-a86d-4c4e-84ed-8981db18050b {
  min-height: 50px;
}








#s-85e6eca0-a86d-4c4e-84ed-8981db18050b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85e6eca0-a86d-4c4e-84ed-8981db18050b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25785a1d-f1eb-4887-9fac-16d19e68b261 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-25785a1d-f1eb-4887-9fac-16d19e68b261 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-4a9b8562-ecb7-4283-a09e-8e38d957706b {
  margin-top: -10px;
}

#s-1571e29e-cac2-440e-acf8-1d8bb3f5917a {
  text-align: center;
}







  #s-1571e29e-cac2-440e-acf8-1d8bb3f5917a img.shogun-image {
    

    
    
    
  }


#s-1571e29e-cac2-440e-acf8-1d8bb3f5917a .shogun-image-content {
  
    align-items: center;
  
}

#s-fd9babaf-5dff-40f6-8bad-6b72bee6c671 {
  min-height: 50px;
}








#s-fd9babaf-5dff-40f6-8bad-6b72bee6c671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd9babaf-5dff-40f6-8bad-6b72bee6c671.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8774357-df02-46cf-9ae9-153904165245 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8774357-df02-46cf-9ae9-153904165245 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d6c8dc06-b3e5-4375-9076-1101659f5b4c {
  margin-top: -10px;
}

#s-acb097c3-67b7-4243-973b-4a173f6614f6 {
  text-align: center;
}







  #s-acb097c3-67b7-4243-973b-4a173f6614f6 img.shogun-image {
    

    
    
    
  }


#s-acb097c3-67b7-4243-973b-4a173f6614f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2b98f5e-bd83-4662-9251-bf763e50bc7c {
  min-height: 50px;
}








#s-f2b98f5e-bd83-4662-9251-bf763e50bc7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2b98f5e-bd83-4662-9251-bf763e50bc7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23718413-e3da-409a-91f1-f3b15d12d21d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-23718413-e3da-409a-91f1-f3b15d12d21d .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-79df20df-0b30-4a7f-b56f-12aad85ac784 {
  margin-top: -10px;
}

#s-21cc4572-e0b6-42b4-8999-b02cc4b3cec4 {
  text-align: center;
}







  #s-21cc4572-e0b6-42b4-8999-b02cc4b3cec4 img.shogun-image {
    

    
    
    
  }


#s-21cc4572-e0b6-42b4-8999-b02cc4b3cec4 .shogun-image-content {
  
    align-items: center;
  
}

#s-83ec9bd1-94cb-434c-b573-73ffb659c9ed {
  min-height: 50px;
}








#s-83ec9bd1-94cb-434c-b573-73ffb659c9ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83ec9bd1-94cb-434c-b573-73ffb659c9ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f01b348-d977-41b0-bf6f-515172f14586 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5f01b348-d977-41b0-bf6f-515172f14586 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9c4d9a10-8bb1-4f5e-83c3-c8c56d36ef01 {
  margin-top: -10px;
}

#s-8209971f-f378-4b7b-94d0-fb9e4208ec39 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-8209971f-f378-4b7b-94d0-fb9e4208ec39"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8209971f-f378-4b7b-94d0-fb9e4208ec39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8209971f-f378-4b7b-94d0-fb9e4208ec39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8209971f-f378-4b7b-94d0-fb9e4208ec39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a946f378-a010-4f91-8b76-c89feee1c873 {
  text-align: center;
}







  #s-a946f378-a010-4f91-8b76-c89feee1c873 img.shogun-image {
    

    
    
    
  }


#s-a946f378-a010-4f91-8b76-c89feee1c873 .shogun-image-content {
  
    align-items: center;
  
}

#s-8baf729d-7171-419d-8403-3d74f331fdb2 {
  min-height: 50px;
}








#s-8baf729d-7171-419d-8403-3d74f331fdb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8baf729d-7171-419d-8403-3d74f331fdb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcb28ea5-c965-4032-ae57-505632de62bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dcb28ea5-c965-4032-ae57-505632de62bd .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3b7909f9-2b91-4489-8d05-b5d7804c6570 {
  margin-top: -10px;
}

#s-d12c7bcf-1c8c-4d2a-9aa2-3723c119e124 {
  text-align: center;
}







  #s-d12c7bcf-1c8c-4d2a-9aa2-3723c119e124 img.shogun-image {
    

    
    
    
  }


#s-d12c7bcf-1c8c-4d2a-9aa2-3723c119e124 .shogun-image-content {
  
    align-items: center;
  
}

#s-36a74024-95f0-4d3d-a4f2-51f347c84c12 {
  min-height: 50px;
}








#s-36a74024-95f0-4d3d-a4f2-51f347c84c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36a74024-95f0-4d3d-a4f2-51f347c84c12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-576b9861-8506-4f64-8d72-3b99d04c9023 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-576b9861-8506-4f64-8d72-3b99d04c9023 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d5661ba2-202a-4a7d-9eaf-bca8854b9c04 {
  margin-top: -10px;
}

#s-e12c4240-7f3b-4476-ae3a-c8323bf31ff5 {
  text-align: center;
}







  #s-e12c4240-7f3b-4476-ae3a-c8323bf31ff5 img.shogun-image {
    

    
    
    
  }


#s-e12c4240-7f3b-4476-ae3a-c8323bf31ff5 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfbc620b-9886-4855-af24-cbf5230239c6 {
  min-height: 50px;
}








#s-cfbc620b-9886-4855-af24-cbf5230239c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfbc620b-9886-4855-af24-cbf5230239c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5477758-0d17-4ce6-9544-f6fcd7b73dc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e5477758-0d17-4ce6-9544-f6fcd7b73dc6 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-dd093b6f-d5a9-4f62-a520-d6585aefb85c {
  margin-top: -10px;
}

#s-e16a5cd2-7042-429c-aa59-8f9ec55cab02 {
  text-align: center;
}







  #s-e16a5cd2-7042-429c-aa59-8f9ec55cab02 img.shogun-image {
    

    
    
    
  }


#s-e16a5cd2-7042-429c-aa59-8f9ec55cab02 .shogun-image-content {
  
    align-items: center;
  
}

#s-f64c5076-4895-48d2-819e-fca4f3c9444c {
  min-height: 50px;
}








#s-f64c5076-4895-48d2-819e-fca4f3c9444c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f64c5076-4895-48d2-819e-fca4f3c9444c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9a62885-8212-436b-b44d-ab1115de3031 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d9a62885-8212-436b-b44d-ab1115de3031 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-929f88ca-2cfe-45bf-b58a-5a3c6d8eb724 {
  margin-top: -10px;
}

#s-3ef2bb2e-e4af-4486-a3d9-120d20b1b37b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 30px;
margin-bottom: 30px;
min-height: 350px;
background-position: center center;
}








#s-3ef2bb2e-e4af-4486-a3d9-120d20b1b37b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ef2bb2e-e4af-4486-a3d9-120d20b1b37b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0f084c9-2d2b-47b1-bfe7-8c3bec840416 {
  min-height: 50px;
}








#s-d0f084c9-2d2b-47b1-bfe7-8c3bec840416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0f084c9-2d2b-47b1-bfe7-8c3bec840416.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37e5239a-7ab0-4707-a697-c0114fd5dbdf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-37e5239a-7ab0-4707-a697-c0114fd5dbdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37e5239a-7ab0-4707-a697-c0114fd5dbdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f12c285-60e1-4e52-95fe-5e56ea615785 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f12c285-60e1-4e52-95fe-5e56ea615785 .shogun-heading-component h1 {
  color: rgba(193, 139, 135, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 5px;
  text-align: left;
}



#s-7d42e01a-fdd5-46db-ac9d-280174e73765 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-7d42e01a-fdd5-46db-ac9d-280174e73765"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d42e01a-fdd5-46db-ac9d-280174e73765"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7d42e01a-fdd5-46db-ac9d-280174e73765"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7d42e01a-fdd5-46db-ac9d-280174e73765"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7d42e01a-fdd5-46db-ac9d-280174e73765"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7d42e01a-fdd5-46db-ac9d-280174e73765"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7d42e01a-fdd5-46db-ac9d-280174e73765"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d42e01a-fdd5-46db-ac9d-280174e73765"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7d42e01a-fdd5-46db-ac9d-280174e73765"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7d42e01a-fdd5-46db-ac9d-280174e73765"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-862e235d-bb04-4f4e-bc82-9d756b57c888 {
  min-height: 50px;
}








#s-862e235d-bb04-4f4e-bc82-9d756b57c888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-862e235d-bb04-4f4e-bc82-9d756b57c888.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-cfb98b19-77ac-40be-87e5-cc80aa8fc094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfb98b19-77ac-40be-87e5-cc80aa8fc094.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30c3869e-8b71-4858-87d1-ed84f8ce747e hr {
  border-top: 1px solid rgba(66, 66, 66, 1);
}

#s-91d3565b-db2b-4065-894a-61ee829f57b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-91d3565b-db2b-4065-894a-61ee829f57b2 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 3px;
  text-align: right;
}



#s-b29a3d7a-6df3-490b-b064-b2169acbda63 {
  margin-top: 50px;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-radius: 0px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-b29a3d7a-6df3-490b-b064-b2169acbda63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b29a3d7a-6df3-490b-b064-b2169acbda63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b29a3d7a-6df3-490b-b064-b2169acbda63-root {
    text-align: right;
  }


#s-b29a3d7a-6df3-490b-b064-b2169acbda63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b29a3d7a-6df3-490b-b064-b2169acbda63-root {
    text-align: right;
  }


#s-b29a3d7a-6df3-490b-b064-b2169acbda63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b29a3d7a-6df3-490b-b064-b2169acbda63-root {
    text-align: right;
  }


#s-b29a3d7a-6df3-490b-b064-b2169acbda63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b29a3d7a-6df3-490b-b064-b2169acbda63-root {
    text-align: right;
  }


#s-b29a3d7a-6df3-490b-b064-b2169acbda63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b29a3d7a-6df3-490b-b064-b2169acbda63-root {
    text-align: right;
  }


#s-b29a3d7a-6df3-490b-b064-b2169acbda63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-181c6edd-3b54-4d3b-8091-e0d8d7c01e58 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}








#s-181c6edd-3b54-4d3b-8091-e0d8d7c01e58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-181c6edd-3b54-4d3b-8091-e0d8d7c01e58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34acb448-65f8-4585-8245-231cc14cb384 {
  min-height: 50px;
}








#s-34acb448-65f8-4585-8245-231cc14cb384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34acb448-65f8-4585-8245-231cc14cb384.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b0dda42-e688-4228-bbec-c08057ea4624 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-3b0dda42-e688-4228-bbec-c08057ea4624"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b0dda42-e688-4228-bbec-c08057ea4624"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b0dda42-e688-4228-bbec-c08057ea4624"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b0dda42-e688-4228-bbec-c08057ea4624"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-03ff87db-9e3d-4170-b2b6-fc7d3dc0d151 {
  text-align: center;
}







  #s-03ff87db-9e3d-4170-b2b6-fc7d3dc0d151 img.shogun-image {
    

    
    
    
  }


#s-03ff87db-9e3d-4170-b2b6-fc7d3dc0d151 .shogun-image-content {
  
    align-items: center;
  
}

#s-64e23397-4bd4-4d26-8339-af1ee44182b0 {
  text-align: center;
}







  #s-64e23397-4bd4-4d26-8339-af1ee44182b0 img.shogun-image {
    

    
    
    
  }


#s-64e23397-4bd4-4d26-8339-af1ee44182b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cfeee23-ab29-4800-a979-cc51786337ac {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-1cfeee23-ab29-4800-a979-cc51786337ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cfeee23-ab29-4800-a979-cc51786337ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1cfeee23-ab29-4800-a979-cc51786337ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cfeee23-ab29-4800-a979-cc51786337ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b0f0371b-d830-44ec-93e8-3bd7bc7703d5 {
  text-align: center;
}







  #s-b0f0371b-d830-44ec-93e8-3bd7bc7703d5 img.shogun-image {
    

    
    
    
  }


#s-b0f0371b-d830-44ec-93e8-3bd7bc7703d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ec4766c-a735-4b7b-ba9b-c77d6d356644 {
  text-align: center;
}







  #s-6ec4766c-a735-4b7b-ba9b-c77d6d356644 img.shogun-image {
    

    
    
    
  }


#s-6ec4766c-a735-4b7b-ba9b-c77d6d356644 .shogun-image-content {
  
    align-items: center;
  
}

#s-0daf24e1-b276-4914-8969-189c5f065918 {
  margin-top: 60px;
margin-bottom: 60px;
min-height: 50px;
}








#s-0daf24e1-b276-4914-8969-189c5f065918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0daf24e1-b276-4914-8969-189c5f065918.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a3e54da0-555b-40a5-b0ea-47919f4aeeb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e54da0-555b-40a5-b0ea-47919f4aeeb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e54da0-555b-40a5-b0ea-47919f4aeeb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e54da0-555b-40a5-b0ea-47919f4aeeb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-60a06f4d-994a-4f9e-92fd-7bc0e71606bb {
  text-align: center;
}







  #s-60a06f4d-994a-4f9e-92fd-7bc0e71606bb img.shogun-image {
    

    
    
    
  }


#s-60a06f4d-994a-4f9e-92fd-7bc0e71606bb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2df251af-d651-4662-bc26-08b53dbf7b1d {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}








#s-2df251af-d651-4662-bc26-08b53dbf7b1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2df251af-d651-4662-bc26-08b53dbf7b1d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c68487e0-012a-4652-8ddb-6084628627eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c68487e0-012a-4652-8ddb-6084628627eb .shogun-heading-component h1 {
  color: rgba(193, 139, 135, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 5px;
  text-align: center;
}



#s-314b7327-81f9-45d7-a798-5c129fe4ffb8 {
  margin-top: -10px;
}

#s-7e3beecd-ce34-435b-98a1-54ff69f98bd7 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(193, 139, 135, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(240, 239, 237, 1);
}
#s-7e3beecd-ce34-435b-98a1-54ff69f98bd7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e3beecd-ce34-435b-98a1-54ff69f98bd7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e3beecd-ce34-435b-98a1-54ff69f98bd7-root {
    text-align: center;
  }


#s-7e3beecd-ce34-435b-98a1-54ff69f98bd7.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e3beecd-ce34-435b-98a1-54ff69f98bd7-root {
    text-align: center;
  }


#s-7e3beecd-ce34-435b-98a1-54ff69f98bd7.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e3beecd-ce34-435b-98a1-54ff69f98bd7-root {
    text-align: center;
  }


#s-7e3beecd-ce34-435b-98a1-54ff69f98bd7.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e3beecd-ce34-435b-98a1-54ff69f98bd7-root {
    text-align: center;
  }


#s-7e3beecd-ce34-435b-98a1-54ff69f98bd7.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e3beecd-ce34-435b-98a1-54ff69f98bd7-root {
    text-align: center;
  }


#s-7e3beecd-ce34-435b-98a1-54ff69f98bd7.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ad11a02d-4624-4d03-ab2d-6716fdf012ac {
  text-align: center;
}







  #s-ad11a02d-4624-4d03-ab2d-6716fdf012ac img.shogun-image {
    

    
    
    
  }


#s-ad11a02d-4624-4d03-ab2d-6716fdf012ac .shogun-image-content {
  
    align-items: center;
  
}

#s-19a1d0b3-81eb-46ed-8e94-b51cd4fdd1e7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 90%;
}








#s-19a1d0b3-81eb-46ed-8e94-b51cd4fdd1e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19a1d0b3-81eb-46ed-8e94-b51cd4fdd1e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac3b70aa-9857-463a-9eb9-67726b81ab8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac3b70aa-9857-463a-9eb9-67726b81ab8b .shogun-heading-component h1 {
  color: rgba(193, 139, 135, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 5px;
  text-align: left;
}



#s-56991019-b1e2-4a99-a765-c0c0ed1047c5 {
  margin-top: -10px;
}

#s-73efc197-427e-43f4-90a2-fc8c10a0d347 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(193, 139, 135, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(240, 239, 237, 1);
}
#s-73efc197-427e-43f4-90a2-fc8c10a0d347:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-73efc197-427e-43f4-90a2-fc8c10a0d347:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-73efc197-427e-43f4-90a2-fc8c10a0d347-root {
    text-align: left;
  }


#s-73efc197-427e-43f4-90a2-fc8c10a0d347.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-73efc197-427e-43f4-90a2-fc8c10a0d347-root {
    text-align: left;
  }


#s-73efc197-427e-43f4-90a2-fc8c10a0d347.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73efc197-427e-43f4-90a2-fc8c10a0d347-root {
    text-align: left;
  }


#s-73efc197-427e-43f4-90a2-fc8c10a0d347.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73efc197-427e-43f4-90a2-fc8c10a0d347-root {
    text-align: left;
  }


#s-73efc197-427e-43f4-90a2-fc8c10a0d347.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-73efc197-427e-43f4-90a2-fc8c10a0d347-root {
    text-align: left;
  }


#s-73efc197-427e-43f4-90a2-fc8c10a0d347.shg-btn {
  color: rgba(240, 239, 237, 1);
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8f3c5006-5a50-47bb-b4cf-4e144c4b7d5e {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-8f3c5006-5a50-47bb-b4cf-4e144c4b7d5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f3c5006-5a50-47bb-b4cf-4e144c4b7d5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8f3c5006-5a50-47bb-b4cf-4e144c4b7d5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f3c5006-5a50-47bb-b4cf-4e144c4b7d5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f010ad9d-7154-4154-8c30-d3e98e885b32 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 459px;
background-position: center center;
}








#s-f010ad9d-7154-4154-8c30-d3e98e885b32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f010ad9d-7154-4154-8c30-d3e98e885b32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40e13d7d-4484-4fe7-aaa9-7356e7c870eb {
  min-height: 450px;
}








#s-40e13d7d-4484-4fe7-aaa9-7356e7c870eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40e13d7d-4484-4fe7-aaa9-7356e7c870eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-515bc981-8c87-41bb-970f-c612c73a306c {
  min-height: 50px;
}








#s-515bc981-8c87-41bb-970f-c612c73a306c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-515bc981-8c87-41bb-970f-c612c73a306c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-875fd96d-670f-4f14-a6aa-68cba56de0dc {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 20px;
min-height: 210px;
background-position: center center;
}








#s-875fd96d-670f-4f14-a6aa-68cba56de0dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-875fd96d-670f-4f14-a6aa-68cba56de0dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1f5ced3-dc7b-4b58-b0fe-529eb04b9a85 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
min-height: 210px;
background-position: center center;
}








#s-d1f5ced3-dc7b-4b58-b0fe-529eb04b9a85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1f5ced3-dc7b-4b58-b0fe-529eb04b9a85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-666a1470-30bf-496d-a21f-cbc2df5e6a8b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(193, 139, 135, 1);
border-style: solid;
min-height: 450px;
}








#s-666a1470-30bf-496d-a21f-cbc2df5e6a8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-666a1470-30bf-496d-a21f-cbc2df5e6a8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9dbd04c-dc99-4373-9157-1dceb784c652 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 90%;
}








#s-a9dbd04c-dc99-4373-9157-1dceb784c652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9dbd04c-dc99-4373-9157-1dceb784c652.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ab5337b-dcd0-401e-8267-c54a3c9bc985 {
  margin-top: -28px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5ab5337b-dcd0-401e-8267-c54a3c9bc985 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-7e3b95c2-8d57-4a19-bcb4-1fbd66ab291c {
  margin-top: 30px;
}

#s-3515bccc-5203-4bb0-9d52-cdd1fb074902 {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3515bccc-5203-4bb0-9d52-cdd1fb074902 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3515bccc-5203-4bb0-9d52-cdd1fb074902.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c68329d8-e00e-48a4-8b0f-6edae50eb7d2 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c68329d8-e00e-48a4-8b0f-6edae50eb7d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c68329d8-e00e-48a4-8b0f-6edae50eb7d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c68329d8-e00e-48a4-8b0f-6edae50eb7d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c68329d8-e00e-48a4-8b0f-6edae50eb7d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c68329d8-e00e-48a4-8b0f-6edae50eb7d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c68329d8-e00e-48a4-8b0f-6edae50eb7d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c68329d8-e00e-48a4-8b0f-6edae50eb7d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-c77ffea0-907b-44f4-a5cb-f18834f71eeb {
  min-height: 50px;
}








#s-c77ffea0-907b-44f4-a5cb-f18834f71eeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c77ffea0-907b-44f4-a5cb-f18834f71eeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35e432e0-1637-4554-9852-b3b4fdf2c437 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35e432e0-1637-4554-9852-b3b4fdf2c437 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 3px;
  
}



#s-453d64da-ea82-4d2f-88a9-00304cf82e33 {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-453d64da-ea82-4d2f-88a9-00304cf82e33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-453d64da-ea82-4d2f-88a9-00304cf82e33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-453d64da-ea82-4d2f-88a9-00304cf82e33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-453d64da-ea82-4d2f-88a9-00304cf82e33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bcf9a549-c261-4a59-b83f-bde4922d6f37 {
  text-align: center;
}







  #s-bcf9a549-c261-4a59-b83f-bde4922d6f37 img.shogun-image {
    

    
    
    
  }


#s-bcf9a549-c261-4a59-b83f-bde4922d6f37 .shogun-image-content {
  
    align-items: center;
  
}

#s-32dd427c-e369-44f4-b4c2-06ee17e394c9 {
  margin-left: 2px;
min-height: 50px;
}








#s-32dd427c-e369-44f4-b4c2-06ee17e394c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32dd427c-e369-44f4-b4c2-06ee17e394c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c6698547-afbc-4662-81f2-d940d351da9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6698547-afbc-4662-81f2-d940d351da9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6698547-afbc-4662-81f2-d940d351da9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6698547-afbc-4662-81f2-d940d351da9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b4900a8-8d01-449a-8ddb-8f2453e64bfa {
  min-height: 50px;
}








#s-4b4900a8-8d01-449a-8ddb-8f2453e64bfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b4900a8-8d01-449a-8ddb-8f2453e64bfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4160f731-6429-4f87-92de-4c9c45e1ace9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4160f731-6429-4f87-92de-4c9c45e1ace9 .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-08fd8c09-fa62-43a2-aa42-4e9699e5b9b0 {
  min-height: 50px;
}








#s-08fd8c09-fa62-43a2-aa42-4e9699e5b9b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08fd8c09-fa62-43a2-aa42-4e9699e5b9b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0c3e5c8-2c81-4e52-bfa0-6b5ea6d91fa6 {
  text-align: center;
}







  #s-a0c3e5c8-2c81-4e52-bfa0-6b5ea6d91fa6 img.shogun-image {
    

    
    
    
  }


#s-a0c3e5c8-2c81-4e52-bfa0-6b5ea6d91fa6 .shogun-image-content {
  
    align-items: center;
  
}

#s-223cf049-9c01-4e40-812e-2037550d255a {
  min-height: 50px;
}








#s-223cf049-9c01-4e40-812e-2037550d255a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-223cf049-9c01-4e40-812e-2037550d255a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0680c5d3-32ce-4b35-99d1-c1030d951c96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0680c5d3-32ce-4b35-99d1-c1030d951c96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0680c5d3-32ce-4b35-99d1-c1030d951c96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0680c5d3-32ce-4b35-99d1-c1030d951c96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6f6d08b5-9ead-4647-9bbe-3472e26c253e {
  min-height: 50px;
}








#s-6f6d08b5-9ead-4647-9bbe-3472e26c253e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f6d08b5-9ead-4647-9bbe-3472e26c253e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec002f62-db4e-4111-a5eb-9d1b1b89201e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec002f62-db4e-4111-a5eb-9d1b1b89201e .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-b36b9050-4e0e-4a00-8ad1-7f19ea29c6c7 {
  min-height: 50px;
}








#s-b36b9050-4e0e-4a00-8ad1-7f19ea29c6c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b36b9050-4e0e-4a00-8ad1-7f19ea29c6c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0690f9a5-af71-4bfa-beda-389262bfa1e8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 210px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0690f9a5-af71-4bfa-beda-389262bfa1e8 {
  display: none;
}
#s-0690f9a5-af71-4bfa-beda-389262bfa1e8, #wrap-s-0690f9a5-af71-4bfa-beda-389262bfa1e8 { display: none !important; }}@media (max-width: 767px){#s-0690f9a5-af71-4bfa-beda-389262bfa1e8 {
  display: none;
}
#s-0690f9a5-af71-4bfa-beda-389262bfa1e8, #wrap-s-0690f9a5-af71-4bfa-beda-389262bfa1e8 { display: none !important; }}







#s-0690f9a5-af71-4bfa-beda-389262bfa1e8 > .shg-box-overlay {
  background-color: rgba(24, 53, 33, 1);
  opacity: 0;
}#s-0690f9a5-af71-4bfa-beda-389262bfa1e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3a6e44da-019d-4776-a42e-741cba2c80b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a6e44da-019d-4776-a42e-741cba2c80b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a6e44da-019d-4776-a42e-741cba2c80b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a6e44da-019d-4776-a42e-741cba2c80b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a6e44da-019d-4776-a42e-741cba2c80b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a6e44da-019d-4776-a42e-741cba2c80b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a6e44da-019d-4776-a42e-741cba2c80b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-fb688ff0-3d8f-45d6-9a7c-5e60777fd8ed {
  min-height: 50px;
}








#s-fb688ff0-3d8f-45d6-9a7c-5e60777fd8ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb688ff0-3d8f-45d6-9a7c-5e60777fd8ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4e46550-5ff3-42dd-9ba5-ce5493431b4c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 80%;
text-align: right;
}

#s-a4e46550-5ff3-42dd-9ba5-ce5493431b4c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: right;
}



#s-3f9788f0-b991-42a7-a67c-2584c4e09e16 {
  min-height: 50px;
}








#s-3f9788f0-b991-42a7-a67c-2584c4e09e16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f9788f0-b991-42a7-a67c-2584c4e09e16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dba4add-0ef2-4979-bfac-035edc3dbc46 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1dba4add-0ef2-4979-bfac-035edc3dbc46 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-1dba4add-0ef2-4979-bfac-035edc3dbc46 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-1dba4add-0ef2-4979-bfac-035edc3dbc46 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-1dba4add-0ef2-4979-bfac-035edc3dbc46 .shogun-form-error-msg-container, #s-1dba4add-0ef2-4979-bfac-035edc3dbc46 .shogun-form-field-error-msg-container {
  display: none;
}

#s-1dba4add-0ef2-4979-bfac-035edc3dbc46 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-1dba4add-0ef2-4979-bfac-035edc3dbc46 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

@media (min-width: 0px) {
[id="s-f02e2e78-a1f4-4072-b086-24f26f3011ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f02e2e78-a1f4-4072-b086-24f26f3011ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f02e2e78-a1f4-4072-b086-24f26f3011ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f02e2e78-a1f4-4072-b086-24f26f3011ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-0ccc6e13-0ab7-484a-ac4e-f9ed3879fa6b  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  
  
  color: #000;
  font-family: Montserrat;
  
  
  
}

#s-0ccc6e13-0ab7-484a-ac4e-f9ed3879fa6b  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Montserrat;
  
  
  
}


#s-0ccc6e13-0ab7-484a-ac4e-f9ed3879fa6b .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 1);
  
  
  color: #000;
}



#s-0ccc6e13-0ab7-484a-ac4e-f9ed3879fa6b .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-93d2ddc9-b7ee-4751-a005-a11ebd9a4b54 {
  margin-top: 14px;
padding-top: 11px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(193, 139, 135, 1);
text-align: left;
cursor: pointer;
font-family: Montserrat;
background-image: none;
hover-type: color;
font-weight: 300;
}
#s-93d2ddc9-b7ee-4751-a005-a11ebd9a4b54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93d2ddc9-b7ee-4751-a005-a11ebd9a4b54:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-93d2ddc9-b7ee-4751-a005-a11ebd9a4b54[disabled],
#s-93d2ddc9-b7ee-4751-a005-a11ebd9a4b54[disabled]:hover,
#s-93d2ddc9-b7ee-4751-a005-a11ebd9a4b54[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-93d2ddc9-b7ee-4751-a005-a11ebd9a4b54 {
  display:  inline-block ;
  width:  auto ;
}


#s-5cd62145-4817-4d70-b443-d4880b7fd2db {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5cd62145-4817-4d70-b443-d4880b7fd2db {
  display: none;
}
#s-5cd62145-4817-4d70-b443-d4880b7fd2db, #wrap-s-5cd62145-4817-4d70-b443-d4880b7fd2db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5cd62145-4817-4d70-b443-d4880b7fd2db {
  display: none;
}
#s-5cd62145-4817-4d70-b443-d4880b7fd2db, #wrap-s-5cd62145-4817-4d70-b443-d4880b7fd2db { display: none !important; }}







#s-5cd62145-4817-4d70-b443-d4880b7fd2db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cd62145-4817-4d70-b443-d4880b7fd2db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc4bd8d2-aefe-46cb-ad6e-8921efd137cf {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-bc4bd8d2-aefe-46cb-ad6e-8921efd137cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bc4bd8d2-aefe-46cb-ad6e-8921efd137cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-bc4bd8d2-aefe-46cb-ad6e-8921efd137cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-bc4bd8d2-aefe-46cb-ad6e-8921efd137cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-bc4bd8d2-aefe-46cb-ad6e-8921efd137cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc4bd8d2-aefe-46cb-ad6e-8921efd137cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-bc4bd8d2-aefe-46cb-ad6e-8921efd137cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

#s-27973a86-75a1-4eac-85f2-18f8fd50413d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-27973a86-75a1-4eac-85f2-18f8fd50413d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



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

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

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

.shogun-root iframe {
  display: initial;
}

@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;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
