.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-8a1c4e48-fae2-411e-95b6-e0b2e4ffdc38 {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a1c4e48-fae2-411e-95b6-e0b2e4ffdc38 {
  display: none;
}
#s-8a1c4e48-fae2-411e-95b6-e0b2e4ffdc38, #wrap-s-8a1c4e48-fae2-411e-95b6-e0b2e4ffdc38 { display:none !important; }}@media (max-width: 767px){#s-8a1c4e48-fae2-411e-95b6-e0b2e4ffdc38 {
  display: none;
}
#s-8a1c4e48-fae2-411e-95b6-e0b2e4ffdc38, #wrap-s-8a1c4e48-fae2-411e-95b6-e0b2e4ffdc38 { display:none !important; }}







#s-8a1c4e48-fae2-411e-95b6-e0b2e4ffdc38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a1c4e48-fae2-411e-95b6-e0b2e4ffdc38.shg-box.shg-c {
  justify-content: center;
}

#s-be30b72e-4275-4d7f-9896-a7bfc7b23fab {
  background-image: url(https://i.shgcdn.com/80f95240-c6ce-4652-a70d-2b4283e7529e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-be30b72e-4275-4d7f-9896-a7bfc7b23fab {
  display: none;
}
#s-be30b72e-4275-4d7f-9896-a7bfc7b23fab, #wrap-s-be30b72e-4275-4d7f-9896-a7bfc7b23fab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be30b72e-4275-4d7f-9896-a7bfc7b23fab {
  display: none;
}
#s-be30b72e-4275-4d7f-9896-a7bfc7b23fab, #wrap-s-be30b72e-4275-4d7f-9896-a7bfc7b23fab { display:none !important; }}







#s-be30b72e-4275-4d7f-9896-a7bfc7b23fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be30b72e-4275-4d7f-9896-a7bfc7b23fab.shg-box.shg-c {
  justify-content: center;
}

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

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

.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-de9fea0f-7869-4e03-9b72-6a14de243d9c {
  margin-top: -60px;
}

@media (min-width: 0px) {
[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de9fea0f-7869-4e03-9b72-6a14de243d9c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-c86c7324-de34-4781-b6b3-6d5224a7697a {
  margin-left: 60px;
margin-right: 60px;
}

.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-b0e008e7-e3dc-4b26-883e-3b4d92e8b29c {
  margin-left: 60px;
margin-right: 60px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(32, 21, 16, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b0e008e7-e3dc-4b26-883e-3b4d92e8b29c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b0e008e7-e3dc-4b26-883e-3b4d92e8b29c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0e008e7-e3dc-4b26-883e-3b4d92e8b29c-btn-wrapper {
    text-align: left;
  }


#s-b0e008e7-e3dc-4b26-883e-3b4d92e8b29c.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-62d1fa79-9701-4121-aba9-d47586116531 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
}








#s-62d1fa79-9701-4121-aba9-d47586116531 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d1fa79-9701-4121-aba9-d47586116531.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-f1339a2e-a37f-476e-a655-e4a89bdc058d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}




  #s-f1339a2e-a37f-476e-a655-e4a89bdc058d img.shogun-image {
    
    width: px;
  }


#s-f1339a2e-a37f-476e-a655-e4a89bdc058d .shogun-image-content {
  
    align-items: center;
  
}

#s-bf6e3a20-7b85-4a92-a9ee-3f911c1d4acb {
  margin-top: 50px;
margin-left: 80px;
}

#s-efa4baa1-f16b-4729-bf72-d8aa715cdd98 {
  margin-top: 60px;
margin-left: 120px;
margin-right: 120px;
}

#s-efa4baa1-f16b-4729-bf72-d8aa715cdd98 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

#s-d66825e8-f89f-40da-9bf4-f43e69a2f745 {
  margin-top: 30px;
margin-left: 80px;
margin-bottom: 30px;
margin-right: 80px;
}

#s-3831c32b-9662-4606-aab3-a32a5ba86be3 {
  padding-top: 30px;
padding-bottom: 15px;
background-color: rgba(32, 21, 16, 1);
}
@media (min-width: 1200px){#s-3831c32b-9662-4606-aab3-a32a5ba86be3 {
  display: none;
}
#s-3831c32b-9662-4606-aab3-a32a5ba86be3, #wrap-s-3831c32b-9662-4606-aab3-a32a5ba86be3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3831c32b-9662-4606-aab3-a32a5ba86be3 {
  display: none;
}
#s-3831c32b-9662-4606-aab3-a32a5ba86be3, #wrap-s-3831c32b-9662-4606-aab3-a32a5ba86be3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3831c32b-9662-4606-aab3-a32a5ba86be3 {
  display: none;
}
#s-3831c32b-9662-4606-aab3-a32a5ba86be3, #wrap-s-3831c32b-9662-4606-aab3-a32a5ba86be3 { display:none !important; }}@media (max-width: 767px){#s-3831c32b-9662-4606-aab3-a32a5ba86be3 {
  display: none;
}
#s-3831c32b-9662-4606-aab3-a32a5ba86be3, #wrap-s-3831c32b-9662-4606-aab3-a32a5ba86be3 { display:none !important; }}
#s-87fd7e06-2327-44e8-8839-03f3ac1910e4 {
  margin-left: 120px;
margin-right: 120px;
}

#s-87fd7e06-2327-44e8-8839-03f3ac1910e4 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

#s-6012f2c2-563c-4a2c-a064-b50a4c0741cb {
  margin-top: 60px;
margin-left: 60px;
margin-bottom: 60px;
margin-right: 60px;
}

#s-9c5770cf-d9ea-4a4a-994c-78841817d932 {
  margin-top: 0px;
margin-left: 80px;
margin-bottom: 30px;
margin-right: 80px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 60.0px);
}

[id="s-9c5770cf-d9ea-4a4a-994c-78841817d932"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 60.0px);
}

}

#s-410f6e55-7175-488f-b1ad-2585c4673a57 {
  
}




  #s-410f6e55-7175-488f-b1ad-2585c4673a57 img.shogun-image {
    
    width: px;
  }


#s-410f6e55-7175-488f-b1ad-2585c4673a57 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ceaa747-8556-4f56-a835-e50fc76028ca {
  margin-top: 10px;
}

#s-ec43b84d-94a9-4c84-9c0d-41c0690bacf7 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-ce388345-6c10-44d9-9912-da0b2de3b9a1 {
  display: none;
}
.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-cb1d9602-0ae3-4a4a-b369-af2854b95d75 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cb1d9602-0ae3-4a4a-b369-af2854b95d75:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb1d9602-0ae3-4a4a-b369-af2854b95d75:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb1d9602-0ae3-4a4a-b369-af2854b95d75 {
  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-cb1d9602-0ae3-4a4a-b369-af2854b95d75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb1d9602-0ae3-4a4a-b369-af2854b95d75.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-cb1d9602-0ae3-4a4a-b369-af2854b95d75.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-44ba8a66-3c16-4a63-9371-23131bc2e936 {
  text-align: center;
}




  #s-44ba8a66-3c16-4a63-9371-23131bc2e936 img.shogun-image {
    
    width: px;
  }


#s-44ba8a66-3c16-4a63-9371-23131bc2e936 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d0bd16a-3f82-4a0d-8792-8addb45b87b8 {
  margin-top: 10px;
}

#s-a6f31b5e-7349-4646-9eb5-1fe6a6650419 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-54628ad8-c203-435f-a69e-9345f5529ce9 {
  display: none;
}
#s-956b22f9-49fe-4c6d-bb08-0f024145c3de {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-956b22f9-49fe-4c6d-bb08-0f024145c3de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-956b22f9-49fe-4c6d-bb08-0f024145c3de:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-956b22f9-49fe-4c6d-bb08-0f024145c3de {
  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-956b22f9-49fe-4c6d-bb08-0f024145c3de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-956b22f9-49fe-4c6d-bb08-0f024145c3de.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-956b22f9-49fe-4c6d-bb08-0f024145c3de.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9455169f-70aa-44c5-8fb8-6a2ab9f20ee2 {
  text-align: center;
}




  #s-9455169f-70aa-44c5-8fb8-6a2ab9f20ee2 img.shogun-image {
    
    width: px;
  }


#s-9455169f-70aa-44c5-8fb8-6a2ab9f20ee2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d45dcdda-87c7-4835-b86d-e44d7b9ae537 {
  margin-top: 10px;
}

#s-2b717b58-40dc-4bde-b22c-de055a248bad {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-63e65fd0-dc0d-415a-b7b9-990231bf208c {
  display: none;
}
#s-8e50fadb-e027-4066-90fb-d6391722c2b5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8e50fadb-e027-4066-90fb-d6391722c2b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e50fadb-e027-4066-90fb-d6391722c2b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8e50fadb-e027-4066-90fb-d6391722c2b5 {
  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-8e50fadb-e027-4066-90fb-d6391722c2b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e50fadb-e027-4066-90fb-d6391722c2b5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-8e50fadb-e027-4066-90fb-d6391722c2b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-122fcb52-d0ae-4e02-becc-5b6894bd87fc {
  text-align: center;
}




  #s-122fcb52-d0ae-4e02-becc-5b6894bd87fc img.shogun-image {
    
    width: px;
  }


#s-122fcb52-d0ae-4e02-becc-5b6894bd87fc .shogun-image-content {
  
    align-items: center;
  
}

#s-346b2759-a047-475f-b76a-5b66f6fad85d {
  margin-top: 10px;
}

#s-67b0e581-9cec-47ab-9359-d18ca1910503 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-1a99572a-96e3-42a9-b126-1ee7cda5d19e {
  display: none;
}
#s-a3de421f-7f7f-43b2-9dbe-22bad61fb5c9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a3de421f-7f7f-43b2-9dbe-22bad61fb5c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3de421f-7f7f-43b2-9dbe-22bad61fb5c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a3de421f-7f7f-43b2-9dbe-22bad61fb5c9 {
  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-a3de421f-7f7f-43b2-9dbe-22bad61fb5c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3de421f-7f7f-43b2-9dbe-22bad61fb5c9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-a3de421f-7f7f-43b2-9dbe-22bad61fb5c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4e3d252b-0eb8-418e-bc1f-9081b64a067a {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(32, 21, 16, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4e3d252b-0eb8-418e-bc1f-9081b64a067a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-4e3d252b-0eb8-418e-bc1f-9081b64a067a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e3d252b-0eb8-418e-bc1f-9081b64a067a-btn-wrapper {
    text-align: center;
  }


#s-4e3d252b-0eb8-418e-bc1f-9081b64a067a.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-c84d3c6d-49b2-43c1-9f4b-fb87754cf258 {
  margin-top: 60px;
margin-left: 120px;
margin-right: 120px;
}

#s-c84d3c6d-49b2-43c1-9f4b-fb87754cf258 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

#s-6e7678a5-9c4c-4af6-88bc-0b60fe692503 {
  margin-top: 30px;
margin-left: 80px;
margin-bottom: 30px;
margin-right: 80px;
}

#s-5d8c358e-f345-4f75-bffb-3f66ba27569b {
  margin-top: 0px;
margin-left: 120px;
margin-right: 120px;
}

#s-5d8c358e-f345-4f75-bffb-3f66ba27569b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

#s-193df288-7afb-4856-8340-75e2df3c2ca8 {
  margin-top: 60px;
margin-bottom: 60px;
background-color: rgba(243, 222, 211, 1);
}

@media (min-width: 0px) {
[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-193df288-7afb-4856-8340-75e2df3c2ca8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5de7168e-e761-4dea-acd1-58c25af845c1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}








#s-5de7168e-e761-4dea-acd1-58c25af845c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5de7168e-e761-4dea-acd1-58c25af845c1.shg-box.shg-c {
  justify-content: center;
}

#s-7dc7594f-65f2-4e49-b635-23f9d11190ea {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}

#s-9c694294-d86a-4b4e-923d-ca0adde444ba {
  margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(32, 21, 16, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9c694294-d86a-4b4e-923d-ca0adde444ba:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9c694294-d86a-4b4e-923d-ca0adde444ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c694294-d86a-4b4e-923d-ca0adde444ba-btn-wrapper {
    text-align: center;
  }


#s-9c694294-d86a-4b4e-923d-ca0adde444ba.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-ff1bd6ed-f9f7-4906-8af8-ded348ca5a22 {
  text-align: center;
}




  #s-ff1bd6ed-f9f7-4906-8af8-ded348ca5a22 img.shogun-image {
    
    width: px;
  }


#s-ff1bd6ed-f9f7-4906-8af8-ded348ca5a22 .shogun-image-content {
  
    align-items: center;
  
}

#s-62d26e37-c6e9-4e7c-b5f3-94ff95226dd8 {
  margin-top: 60px;
margin-bottom: 80px;
min-height: 50px;
}








#s-62d26e37-c6e9-4e7c-b5f3-94ff95226dd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d26e37-c6e9-4e7c-b5f3-94ff95226dd8.shg-box.shg-c {
  justify-content: center;
}

#s-0083a271-0c0d-4f92-bb92-dad7734d9e70 {
  margin-left: 80px;
margin-right: 80px;
}

#s-bf84f3f2-dfa7-4fe9-b5fa-5dead8618393 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-bf84f3f2-dfa7-4fe9-b5fa-5dead8618393 img.shogun-image {
    
    width: px;
  }


#s-bf84f3f2-dfa7-4fe9-b5fa-5dead8618393 .shogun-image-content {
  
    align-items: center;
  
}

#s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(32, 21, 16, 1);
border-style: solid;
background-color: rgba(32, 21, 16, 1);
}
@media (min-width: 1200px){#s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be {
  display: none;
}
#s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be, #wrap-s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be {
  display: none;
}
#s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be, #wrap-s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be {
  display: none;
}
#s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be, #wrap-s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be { display:none !important; }}@media (max-width: 767px){#s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be {
  display: none;
}
#s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be, #wrap-s-63d4bb90-8c8f-4cd6-a5d6-ba0d2c34f4be { display:none !important; }}
#s-1f0e91d0-a019-467a-81b0-64a27378d82a {
  margin-top: 60px;
margin-left: 60px;
margin-bottom: 60px;
margin-right: 60px;
}
@media (min-width: 1200px){#s-1f0e91d0-a019-467a-81b0-64a27378d82a {
  display: none;
}
#s-1f0e91d0-a019-467a-81b0-64a27378d82a, #wrap-s-1f0e91d0-a019-467a-81b0-64a27378d82a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f0e91d0-a019-467a-81b0-64a27378d82a {
  display: none;
}
#s-1f0e91d0-a019-467a-81b0-64a27378d82a, #wrap-s-1f0e91d0-a019-467a-81b0-64a27378d82a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f0e91d0-a019-467a-81b0-64a27378d82a {
  display: none;
}
#s-1f0e91d0-a019-467a-81b0-64a27378d82a, #wrap-s-1f0e91d0-a019-467a-81b0-64a27378d82a { display:none !important; }}@media (max-width: 767px){#s-1f0e91d0-a019-467a-81b0-64a27378d82a {
  display: none;
}
#s-1f0e91d0-a019-467a-81b0-64a27378d82a, #wrap-s-1f0e91d0-a019-467a-81b0-64a27378d82a { display:none !important; }}
#s-60cd28a9-8036-443e-bc08-cfec7c686a67 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 100px;
margin-right: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-60cd28a9-8036-443e-bc08-cfec7c686a67 {
  display: none;
}
#s-60cd28a9-8036-443e-bc08-cfec7c686a67, #wrap-s-60cd28a9-8036-443e-bc08-cfec7c686a67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60cd28a9-8036-443e-bc08-cfec7c686a67 {
  display: none;
}
#s-60cd28a9-8036-443e-bc08-cfec7c686a67, #wrap-s-60cd28a9-8036-443e-bc08-cfec7c686a67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60cd28a9-8036-443e-bc08-cfec7c686a67 {
  display: none;
}
#s-60cd28a9-8036-443e-bc08-cfec7c686a67, #wrap-s-60cd28a9-8036-443e-bc08-cfec7c686a67 { display:none !important; }}@media (max-width: 767px){#s-60cd28a9-8036-443e-bc08-cfec7c686a67 {
  display: none;
}
#s-60cd28a9-8036-443e-bc08-cfec7c686a67, #wrap-s-60cd28a9-8036-443e-bc08-cfec7c686a67 { display:none !important; }}
@media (min-width: 0px) {
[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-60cd28a9-8036-443e-bc08-cfec7c686a67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-e82411f8-2578-49b6-aeb5-0851ae431e08 {
  
}




  #s-e82411f8-2578-49b6-aeb5-0851ae431e08 img.shogun-image {
    
    width: px;
  }


#s-e82411f8-2578-49b6-aeb5-0851ae431e08 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b497dc7-6030-4fb4-a892-8b468bc10f4e {
  margin-top: 10px;
}

#s-97c7c795-c1ac-4693-8efe-5bd00139ef2c {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1510b1e6-5c60-4cd4-a49a-547cfdc6cebf {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1510b1e6-5c60-4cd4-a49a-547cfdc6cebf:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1510b1e6-5c60-4cd4-a49a-547cfdc6cebf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1510b1e6-5c60-4cd4-a49a-547cfdc6cebf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-2a1173f6-8d97-426d-a9be-fea3a1bac1ad {
  display: none;
}
#s-3ab120d1-03d5-4798-bfc1-a63aca0aef90 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3ab120d1-03d5-4798-bfc1-a63aca0aef90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ab120d1-03d5-4798-bfc1-a63aca0aef90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ab120d1-03d5-4798-bfc1-a63aca0aef90 {
  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-3ab120d1-03d5-4798-bfc1-a63aca0aef90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ab120d1-03d5-4798-bfc1-a63aca0aef90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-3ab120d1-03d5-4798-bfc1-a63aca0aef90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cdcf8761-82b2-4e0a-833b-8a88a14ec2c9 {
  text-align: center;
}




  #s-cdcf8761-82b2-4e0a-833b-8a88a14ec2c9 img.shogun-image {
    
    width: px;
  }


#s-cdcf8761-82b2-4e0a-833b-8a88a14ec2c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc32cc82-70b4-41ba-bf3f-db49ea6f83fc {
  margin-top: 10px;
}

#s-22715472-14c4-48ac-9af2-71fa32b7bfa5 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-697c828a-22fa-4887-89e6-67f01e12ad53 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-697c828a-22fa-4887-89e6-67f01e12ad53:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-697c828a-22fa-4887-89e6-67f01e12ad53:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-697c828a-22fa-4887-89e6-67f01e12ad53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-56f6d48b-9e1d-4175-a160-d3fa98f8a084 {
  display: none;
}
#s-94433197-10c3-474f-9ae6-20383e1e4a76 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-94433197-10c3-474f-9ae6-20383e1e4a76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94433197-10c3-474f-9ae6-20383e1e4a76:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-94433197-10c3-474f-9ae6-20383e1e4a76 {
  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-94433197-10c3-474f-9ae6-20383e1e4a76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94433197-10c3-474f-9ae6-20383e1e4a76.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-94433197-10c3-474f-9ae6-20383e1e4a76.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-41e7095f-5667-4948-8a22-6fb1f31aa216 {
  text-align: center;
}




  #s-41e7095f-5667-4948-8a22-6fb1f31aa216 img.shogun-image {
    
    width: px;
  }


#s-41e7095f-5667-4948-8a22-6fb1f31aa216 .shogun-image-content {
  
    align-items: center;
  
}

#s-7af0079a-c979-475f-afb1-1f08dfe6de9a {
  margin-top: 10px;
}

#s-2fa0c9e0-38ba-4686-b5ef-993192eeb311 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-cb2b51d3-592f-4fa6-b5e8-468a8d1555c5 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cb2b51d3-592f-4fa6-b5e8-468a8d1555c5:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-cb2b51d3-592f-4fa6-b5e8-468a8d1555c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb2b51d3-592f-4fa6-b5e8-468a8d1555c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-2b9a03fe-45f0-477b-963a-695be2c5132b {
  display: none;
}
#s-db1bff68-331d-412c-ae60-181084258bd8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-db1bff68-331d-412c-ae60-181084258bd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db1bff68-331d-412c-ae60-181084258bd8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db1bff68-331d-412c-ae60-181084258bd8 {
  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-db1bff68-331d-412c-ae60-181084258bd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db1bff68-331d-412c-ae60-181084258bd8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-db1bff68-331d-412c-ae60-181084258bd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-16ab56d0-db12-41e8-973b-f032d2aea985 {
  margin-top: 0px;
margin-left: 80px;
margin-bottom: 30px;
margin-right: 80px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 60.0px);
}

[id="s-16ab56d0-db12-41e8-973b-f032d2aea985"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 60.0px);
}

}

#s-6d0a868f-7388-435b-9892-a595d1a579d6 {
  
}




  #s-6d0a868f-7388-435b-9892-a595d1a579d6 img.shogun-image {
    
    width: px;
  }


#s-6d0a868f-7388-435b-9892-a595d1a579d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b303f42f-be7d-4278-b4b6-2a4ebe2ae788 {
  margin-top: 10px;
}

#s-807e94e0-6dae-4427-9b83-84b4f4f5c967 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-4b7c8126-5d87-4425-8870-2183a3085fcf {
  display: none;
}
#s-86d74923-2d1f-44fc-bf68-67a54590ee26 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-86d74923-2d1f-44fc-bf68-67a54590ee26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86d74923-2d1f-44fc-bf68-67a54590ee26:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-86d74923-2d1f-44fc-bf68-67a54590ee26 {
  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-86d74923-2d1f-44fc-bf68-67a54590ee26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86d74923-2d1f-44fc-bf68-67a54590ee26.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-86d74923-2d1f-44fc-bf68-67a54590ee26.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 12px;
  
}



#s-9a0695ef-1e97-4be1-98fe-cacb6ce4649f {
  text-align: center;
}




  #s-9a0695ef-1e97-4be1-98fe-cacb6ce4649f img.shogun-image {
    
    width: px;
  }


#s-9a0695ef-1e97-4be1-98fe-cacb6ce4649f .shogun-image-content {
  
    align-items: center;
  
}

#s-2df0d2c6-5c00-4767-9abe-7e4f4bad1323 {
  margin-top: 10px;
}

#s-ac2c9b4c-7ee9-4fb7-92bf-8c6d51dbeb82 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-e9526379-ce68-468a-b287-20104e981ab8 {
  display: none;
}
#s-7327c717-6cb6-4516-814e-80e88f49461f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7327c717-6cb6-4516-814e-80e88f49461f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7327c717-6cb6-4516-814e-80e88f49461f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7327c717-6cb6-4516-814e-80e88f49461f {
  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-7327c717-6cb6-4516-814e-80e88f49461f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7327c717-6cb6-4516-814e-80e88f49461f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-7327c717-6cb6-4516-814e-80e88f49461f.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 12px;
  
}



#s-cce5b443-615e-425e-a6b4-aac4698955c3 {
  
}




  #s-cce5b443-615e-425e-a6b4-aac4698955c3 img.shogun-image {
    
    width: px;
  }


#s-cce5b443-615e-425e-a6b4-aac4698955c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b6915a0-21f0-49ea-a9d8-f0bf9b55bdcd {
  margin-top: 10px;
}

#s-e624c190-4f9f-4b6a-a500-83c830e92058 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-e9a4f1e1-415f-4f39-a008-79c679d26e16 {
  display: none;
}
#s-a58537d8-f981-4896-8a83-4af107029cae {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a58537d8-f981-4896-8a83-4af107029cae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a58537d8-f981-4896-8a83-4af107029cae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a58537d8-f981-4896-8a83-4af107029cae {
  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-a58537d8-f981-4896-8a83-4af107029cae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a58537d8-f981-4896-8a83-4af107029cae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-a58537d8-f981-4896-8a83-4af107029cae.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 12px;
  
}



#s-40de49c3-2316-4dda-a233-d06d3b0ad099 {
  text-align: center;
}




  #s-40de49c3-2316-4dda-a233-d06d3b0ad099 img.shogun-image {
    
    width: px;
  }


#s-40de49c3-2316-4dda-a233-d06d3b0ad099 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4ed3c91-ab56-4803-b6bd-4997e25cbbbe {
  margin-top: 10px;
}

#s-c5bed434-20e5-4ea8-900a-24855297d0b1 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-04d41c7f-47a3-4c29-a97c-05d44acb1a3c {
  display: none;
}
#s-7e24a564-ac34-44a0-89f0-b92bac2f4c70 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7e24a564-ac34-44a0-89f0-b92bac2f4c70:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e24a564-ac34-44a0-89f0-b92bac2f4c70:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7e24a564-ac34-44a0-89f0-b92bac2f4c70 {
  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-7e24a564-ac34-44a0-89f0-b92bac2f4c70.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e24a564-ac34-44a0-89f0-b92bac2f4c70.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-7e24a564-ac34-44a0-89f0-b92bac2f4c70.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 12px;
  
}



#s-da08b306-b1df-4dc9-b42f-a6a902975ac1 {
  margin-top: 0px;
margin-left: 120px;
margin-right: 120px;
}

#s-da08b306-b1df-4dc9-b42f-a6a902975ac1 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

#s-54d18b73-6d32-475f-8487-494a287a2d04 {
  margin-top: 30px;
margin-left: 80px;
margin-bottom: 30px;
margin-right: 80px;
}

#s-4f63a6ef-1979-4199-98ad-c6a915de5b6d {
  margin-top: 0px;
margin-left: 120px;
margin-right: 120px;
}

#s-4f63a6ef-1979-4199-98ad-c6a915de5b6d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

#s-649feb78-533c-464e-96d7-48b4787b571b {
  background-image: url(https://i.shgcdn.com/84b59048-a993-48ca-bf20-c949cc8ee176/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 80px;
padding-top: 20%;
padding-bottom: 20%;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-649feb78-533c-464e-96d7-48b4787b571b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-1de88cfb-de73-44af-a868-8da8a559cab6 {
  min-height: 50px;
}








#s-1de88cfb-de73-44af-a868-8da8a559cab6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1de88cfb-de73-44af-a868-8da8a559cab6.shg-box.shg-c {
  justify-content: center;
}

#s-31a70b59-58ca-425e-a281-2773f1017152 {
  margin-top: 50px;
margin-left: 80px;
}

#s-728e4915-7867-4d62-973a-a37b20254c23 {
  margin-top: 10%;
margin-left: 80px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(32, 21, 16, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-728e4915-7867-4d62-973a-a37b20254c23:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-728e4915-7867-4d62-973a-a37b20254c23:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-728e4915-7867-4d62-973a-a37b20254c23-btn-wrapper {
    text-align: left;
  }


#s-728e4915-7867-4d62-973a-a37b20254c23.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2 {
  margin-top: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(170, 119, 126, 1);
}
@media (min-width: 1200px){#s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2 {
  display: none;
}
#s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2, #wrap-s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2 {
  display: none;
}
#s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2, #wrap-s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2 {
  display: none;
}
#s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2, #wrap-s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2 { display:none !important; }}@media (max-width: 767px){#s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2 {
  display: none;
}
#s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2, #wrap-s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2 { display:none !important; }}







#s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f83db9f-3908-434c-a103-cf9ed6b0bfb2.shg-box.shg-c {
  justify-content: center;
}

.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-c8d465cd-bb9e-4500-9bee-23b709f4ae5c {
  margin-left: 10%;
margin-right: 10%;
padding-top: 60px;
padding-bottom: 60px;
}

#s-3755a413-9f43-4875-99b4-bf102371b9ba {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3755a413-9f43-4875-99b4-bf102371b9ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5b020fe1-292a-46f7-bb5f-ed138aa3aa97 {
  min-height: 50px;
}








#s-5b020fe1-292a-46f7-bb5f-ed138aa3aa97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b020fe1-292a-46f7-bb5f-ed138aa3aa97.shg-box.shg-c {
  justify-content: center;
}

#s-fba63b44-fc57-4ea8-a43b-656dae6a2339 {
  margin-top: 10%;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fba63b44-fc57-4ea8-a43b-656dae6a2339:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fba63b44-fc57-4ea8-a43b-656dae6a2339:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fba63b44-fc57-4ea8-a43b-656dae6a2339-btn-wrapper {
    text-align: center;
  }


#s-fba63b44-fc57-4ea8-a43b-656dae6a2339.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-c71b8676-d434-43af-acfb-988c0ccc9e12 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(241, 87, 75, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c71b8676-d434-43af-acfb-988c0ccc9e12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c71b8676-d434-43af-acfb-988c0ccc9e12.shg-box.shg-c {
  justify-content: center;
}

#s-f149a680-86f6-4f52-86a8-313b4a81a8fb {
  text-align: center;
}




  #s-f149a680-86f6-4f52-86a8-313b4a81a8fb img.shogun-image {
    
    width: px;
  }


#s-f149a680-86f6-4f52-86a8-313b4a81a8fb .shogun-image-content {
  
    align-items: center;
  
}

#s-205b963b-3942-4e61-91a1-08a075295c4f {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-205b963b-3942-4e61-91a1-08a075295c4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-524390f4-f544-4217-8adc-2bb25453cb0a {
  min-height: 50px;
}








#s-524390f4-f544-4217-8adc-2bb25453cb0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-524390f4-f544-4217-8adc-2bb25453cb0a.shg-box.shg-c {
  justify-content: center;
}

#s-ae86fd18-d8ce-4dc9-aeb9-8d21f7592343 {
  margin-top: 10%;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ae86fd18-d8ce-4dc9-aeb9-8d21f7592343:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ae86fd18-d8ce-4dc9-aeb9-8d21f7592343:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae86fd18-d8ce-4dc9-aeb9-8d21f7592343-btn-wrapper {
    text-align: center;
  }


#s-ae86fd18-d8ce-4dc9-aeb9-8d21f7592343.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-b1416ade-6610-45a7-9da9-a51687952839 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(241, 87, 75, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b1416ade-6610-45a7-9da9-a51687952839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1416ade-6610-45a7-9da9-a51687952839.shg-box.shg-c {
  justify-content: center;
}

#s-d84a7039-7ac2-463f-84b3-8494caf93fef {
  text-align: center;
}




  #s-d84a7039-7ac2-463f-84b3-8494caf93fef img.shogun-image {
    
    width: px;
  }


#s-d84a7039-7ac2-463f-84b3-8494caf93fef .shogun-image-content {
  
    align-items: center;
  
}

#s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba3db2f2-9fe1-4df6-a18b-652b6d36fd7e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-be4491a1-f9cd-4147-91b3-524a454a3ce0 {
  min-height: 50px;
}








#s-be4491a1-f9cd-4147-91b3-524a454a3ce0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be4491a1-f9cd-4147-91b3-524a454a3ce0.shg-box.shg-c {
  justify-content: center;
}

#s-ab945dc1-184a-4f5e-b6ed-7e6c95505bd0 {
  margin-top: 10%;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ab945dc1-184a-4f5e-b6ed-7e6c95505bd0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ab945dc1-184a-4f5e-b6ed-7e6c95505bd0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ab945dc1-184a-4f5e-b6ed-7e6c95505bd0-btn-wrapper {
    text-align: center;
  }


#s-ab945dc1-184a-4f5e-b6ed-7e6c95505bd0.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-ab653e76-306a-460f-9b94-9a076bcd2178 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(241, 87, 75, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ab653e76-306a-460f-9b94-9a076bcd2178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab653e76-306a-460f-9b94-9a076bcd2178.shg-box.shg-c {
  justify-content: center;
}

#s-b8d55cc6-fcf2-4f26-8b77-89ade89a54be {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-b8d55cc6-fcf2-4f26-8b77-89ade89a54be img.shogun-image {
    
    width: px;
  }


#s-b8d55cc6-fcf2-4f26-8b77-89ade89a54be .shogun-image-content {
  
    align-items: center;
  
}

#s-1e1696e8-8c61-4204-9de3-fd083c25421d {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-1e1696e8-8c61-4204-9de3-fd083c25421d {
  display: none;
}
#s-1e1696e8-8c61-4204-9de3-fd083c25421d, #wrap-s-1e1696e8-8c61-4204-9de3-fd083c25421d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e1696e8-8c61-4204-9de3-fd083c25421d {
  display: none;
}
#s-1e1696e8-8c61-4204-9de3-fd083c25421d, #wrap-s-1e1696e8-8c61-4204-9de3-fd083c25421d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e1696e8-8c61-4204-9de3-fd083c25421d {
  
}
}@media (max-width: 767px){#s-1e1696e8-8c61-4204-9de3-fd083c25421d {
  
}
}







#s-1e1696e8-8c61-4204-9de3-fd083c25421d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e1696e8-8c61-4204-9de3-fd083c25421d.shg-box.shg-c {
  justify-content: center;
}

#s-909682d2-a2d9-4207-a590-f75c436731f8 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
}








#s-909682d2-a2d9-4207-a590-f75c436731f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-909682d2-a2d9-4207-a590-f75c436731f8.shg-box.shg-c {
  justify-content: center;
}

#s-b762e26e-0d70-4edd-ad8d-877fee324499 {
  text-align: center;
}




  #s-b762e26e-0d70-4edd-ad8d-877fee324499 img.shogun-image {
    
    width: px;
  }


#s-b762e26e-0d70-4edd-ad8d-877fee324499 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7ea5fa4-b044-4353-b3fe-890dd54b9290 {
  margin-top: 30px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

#s-4fc8a7d1-4fb9-4b11-bea0-74f83ef81435 {
  margin-left: 30px;
margin-right: 30px;
}

#s-4fc8a7d1-4fb9-4b11-bea0-74f83ef81435 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

#s-1c091ef7-50f0-4559-bf18-beeb76b670ad {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-c3d15a6b-1655-4048-a8bc-ce700796e665 {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-8e808793-dfd3-444b-a29a-1615f925bea8 {
  padding-top: 30px;
padding-bottom: 15px;
background-color: rgba(32, 21, 16, 1);
}
@media (min-width: 1200px){#s-8e808793-dfd3-444b-a29a-1615f925bea8 {
  display: none;
}
#s-8e808793-dfd3-444b-a29a-1615f925bea8, #wrap-s-8e808793-dfd3-444b-a29a-1615f925bea8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e808793-dfd3-444b-a29a-1615f925bea8 {
  display: none;
}
#s-8e808793-dfd3-444b-a29a-1615f925bea8, #wrap-s-8e808793-dfd3-444b-a29a-1615f925bea8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e808793-dfd3-444b-a29a-1615f925bea8 {
  display: none;
}
#s-8e808793-dfd3-444b-a29a-1615f925bea8, #wrap-s-8e808793-dfd3-444b-a29a-1615f925bea8 { display:none !important; }}@media (max-width: 767px){#s-8e808793-dfd3-444b-a29a-1615f925bea8 {
  display: none;
}
#s-8e808793-dfd3-444b-a29a-1615f925bea8, #wrap-s-8e808793-dfd3-444b-a29a-1615f925bea8 { display:none !important; }}
#s-dab3d337-4484-487b-8723-4d619c80bca3 {
  margin-left: 30px;
margin-right: 30px;
}

#s-dab3d337-4484-487b-8723-4d619c80bca3 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

#s-6be594a6-d204-485f-aeb0-56c21332e3b0 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-e3978150-ef5c-4b79-9c2d-4c4086091d4c {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e3978150-ef5c-4b79-9c2d-4c4086091d4c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4a3d46dd-5554-4588-80cc-0dcad9eb115b {
  
}




  #s-4a3d46dd-5554-4588-80cc-0dcad9eb115b img.shogun-image {
    
    width: px;
  }


#s-4a3d46dd-5554-4588-80cc-0dcad9eb115b .shogun-image-content {
  
    align-items: center;
  
}

#s-0d392cd3-1112-4f7a-b7c0-eb0dfac90616 {
  margin-top: 10px;
}

#s-a01bc9a8-8e9e-4142-ace0-aeef7abc02c0 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-b1cceed2-82fa-4ea5-826d-6bd29ee62116 {
  display: none;
}
#s-7ee475c2-785a-4ae3-a1da-e831cde5f191 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7ee475c2-785a-4ae3-a1da-e831cde5f191:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ee475c2-785a-4ae3-a1da-e831cde5f191:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ee475c2-785a-4ae3-a1da-e831cde5f191 {
  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-7ee475c2-785a-4ae3-a1da-e831cde5f191.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ee475c2-785a-4ae3-a1da-e831cde5f191.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-7ee475c2-785a-4ae3-a1da-e831cde5f191.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 12px;
  
}



#s-7dae56d5-7cff-49f4-8156-1ca8d6d21a26 {
  text-align: center;
}




  #s-7dae56d5-7cff-49f4-8156-1ca8d6d21a26 img.shogun-image {
    
    width: px;
  }


#s-7dae56d5-7cff-49f4-8156-1ca8d6d21a26 .shogun-image-content {
  
    align-items: center;
  
}

#s-834d68ff-5857-4a62-93bc-318e40d8d913 {
  margin-top: 10px;
}

#s-5bddbb5e-d8dc-480b-a37c-72e5d72c9eb9 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-a5067418-d54e-42f5-9386-9bee37446571 {
  display: none;
}
#s-f359d3dc-6b2d-4267-987a-973fbe59bda7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f359d3dc-6b2d-4267-987a-973fbe59bda7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f359d3dc-6b2d-4267-987a-973fbe59bda7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f359d3dc-6b2d-4267-987a-973fbe59bda7 {
  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-f359d3dc-6b2d-4267-987a-973fbe59bda7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f359d3dc-6b2d-4267-987a-973fbe59bda7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-f359d3dc-6b2d-4267-987a-973fbe59bda7.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 12px;
  
}



#s-5d3aff62-3751-4541-b2dd-afb10ac4a59d {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5d3aff62-3751-4541-b2dd-afb10ac4a59d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f6ff9617-2fc2-46a5-9dcb-dc12ddda061b {
  text-align: center;
}




  #s-f6ff9617-2fc2-46a5-9dcb-dc12ddda061b img.shogun-image {
    
    width: px;
  }


#s-f6ff9617-2fc2-46a5-9dcb-dc12ddda061b .shogun-image-content {
  
    align-items: center;
  
}

#s-d0c9c501-9a0f-45fe-a6a8-e957fb61aad4 {
  margin-top: 10px;
}

#s-82ae4351-3078-47dc-998f-75e279187a80 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-b7b8744e-e728-41bc-a79a-72f65e94ac50 {
  display: none;
}
#s-5c933893-d69d-483d-ab1e-586414c18904 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5c933893-d69d-483d-ab1e-586414c18904:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c933893-d69d-483d-ab1e-586414c18904:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c933893-d69d-483d-ab1e-586414c18904 {
  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-5c933893-d69d-483d-ab1e-586414c18904.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c933893-d69d-483d-ab1e-586414c18904.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-5c933893-d69d-483d-ab1e-586414c18904.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 12px;
  
}



#s-ee8a71f4-0445-472a-b5d2-63bc0ec8917c {
  text-align: center;
}




  #s-ee8a71f4-0445-472a-b5d2-63bc0ec8917c img.shogun-image {
    
    width: px;
  }


#s-ee8a71f4-0445-472a-b5d2-63bc0ec8917c .shogun-image-content {
  
    align-items: center;
  
}

#s-fdc090b9-7026-486d-8310-c5af56ddfb22 {
  margin-top: 10px;
}

#s-18dfed76-622c-4d92-9be6-cea3f203fddc {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-56ec5dc6-d348-4cbf-ada3-876ee849b0b8 {
  display: none;
}
#s-7f8c9b83-b900-4683-8829-b54c7f259e5c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7f8c9b83-b900-4683-8829-b54c7f259e5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f8c9b83-b900-4683-8829-b54c7f259e5c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7f8c9b83-b900-4683-8829-b54c7f259e5c {
  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-7f8c9b83-b900-4683-8829-b54c7f259e5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f8c9b83-b900-4683-8829-b54c7f259e5c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-7f8c9b83-b900-4683-8829-b54c7f259e5c.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 12px;
  
}



#s-19eb45d0-0f04-4b32-aaa0-553e61189481 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(32, 21, 16, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-19eb45d0-0f04-4b32-aaa0-553e61189481:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-19eb45d0-0f04-4b32-aaa0-553e61189481:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-19eb45d0-0f04-4b32-aaa0-553e61189481.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-50a024cf-926b-4e11-a695-25361a467920 {
  margin-left: 30px;
margin-right: 30px;
}

#s-50a024cf-926b-4e11-a695-25361a467920 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

#s-40f6951f-d5b2-4f53-8150-df7433357f5a {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-f7e6f163-42e9-4fef-9579-46c6a1ed4cbf {
  margin-left: 30px;
margin-right: 30px;
}

#s-f7e6f163-42e9-4fef-9579-46c6a1ed4cbf hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

#s-055aea94-5be0-4a43-9813-1d7afff160bb {
  margin-top: 30px;
text-align: center;
}




  #s-055aea94-5be0-4a43-9813-1d7afff160bb img.shogun-image {
    
    width: px;
  }


#s-055aea94-5be0-4a43-9813-1d7afff160bb .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4892e21b-3fbf-4e19-bf79-1ffc2db7fef6 {
  margin-bottom: 30px;
min-height: 50px;
background-color: rgba(243, 222, 211, 1);
}








#s-4892e21b-3fbf-4e19-bf79-1ffc2db7fef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4892e21b-3fbf-4e19-bf79-1ffc2db7fef6.shg-box.shg-c {
  justify-content: center;
}

#s-2b8205bb-a481-4f16-929a-225d18e53252 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}

#s-986584dd-853d-4c8c-9602-1ed1ed8d2e7c {
  margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-986584dd-853d-4c8c-9602-1ed1ed8d2e7c:hover {background-color: rgba(32, 21, 16, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-986584dd-853d-4c8c-9602-1ed1ed8d2e7c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-986584dd-853d-4c8c-9602-1ed1ed8d2e7c-btn-wrapper {
    text-align: center;
  }


#s-986584dd-853d-4c8c-9602-1ed1ed8d2e7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-0ede50c9-af39-4424-8e78-693dcfbbf6b2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}

#s-6beff8ed-3135-4993-a9c2-088290eb9748 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-6beff8ed-3135-4993-a9c2-088290eb9748 img.shogun-image {
    
    width: px;
  }


#s-6beff8ed-3135-4993-a9c2-088290eb9748 .shogun-image-content {
  
    align-items: center;
  
}

#s-32007d94-573d-4988-9551-46bf57cd6f50 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(32, 21, 16, 1);
border-style: solid;
background-color: rgba(32, 21, 16, 1);
}
@media (min-width: 1200px){#s-32007d94-573d-4988-9551-46bf57cd6f50 {
  display: none;
}
#s-32007d94-573d-4988-9551-46bf57cd6f50, #wrap-s-32007d94-573d-4988-9551-46bf57cd6f50 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32007d94-573d-4988-9551-46bf57cd6f50 {
  display: none;
}
#s-32007d94-573d-4988-9551-46bf57cd6f50, #wrap-s-32007d94-573d-4988-9551-46bf57cd6f50 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32007d94-573d-4988-9551-46bf57cd6f50 {
  display: none;
}
#s-32007d94-573d-4988-9551-46bf57cd6f50, #wrap-s-32007d94-573d-4988-9551-46bf57cd6f50 { display:none !important; }}@media (max-width: 767px){#s-32007d94-573d-4988-9551-46bf57cd6f50 {
  display: none;
}
#s-32007d94-573d-4988-9551-46bf57cd6f50, #wrap-s-32007d94-573d-4988-9551-46bf57cd6f50 { display:none !important; }}
#s-ee1bc679-c0d1-4c89-9526-6a36a933c867 {
  margin-top: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(170, 119, 126, 1);
}
@media (min-width: 1200px){#s-ee1bc679-c0d1-4c89-9526-6a36a933c867 {
  display: none;
}
#s-ee1bc679-c0d1-4c89-9526-6a36a933c867, #wrap-s-ee1bc679-c0d1-4c89-9526-6a36a933c867 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee1bc679-c0d1-4c89-9526-6a36a933c867 {
  display: none;
}
#s-ee1bc679-c0d1-4c89-9526-6a36a933c867, #wrap-s-ee1bc679-c0d1-4c89-9526-6a36a933c867 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee1bc679-c0d1-4c89-9526-6a36a933c867 {
  display: none;
}
#s-ee1bc679-c0d1-4c89-9526-6a36a933c867, #wrap-s-ee1bc679-c0d1-4c89-9526-6a36a933c867 { display:none !important; }}@media (max-width: 767px){#s-ee1bc679-c0d1-4c89-9526-6a36a933c867 {
  display: none;
}
#s-ee1bc679-c0d1-4c89-9526-6a36a933c867, #wrap-s-ee1bc679-c0d1-4c89-9526-6a36a933c867 { display:none !important; }}







#s-ee1bc679-c0d1-4c89-9526-6a36a933c867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee1bc679-c0d1-4c89-9526-6a36a933c867.shg-box.shg-c {
  justify-content: center;
}

#s-16661e70-d4a1-4877-af0c-640df7b06ebf {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-46fd562b-d65c-4074-a4ad-6fc48fc641a8 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-46fd562b-d65c-4074-a4ad-6fc48fc641a8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e289cfe6-5e74-4ca0-90a3-df7c3fdd0399 {
  margin-top: 10%;
margin-left: 10px;
margin-right: 10px;
}

#s-a46e22ed-cd90-479f-ab72-90e213078c4e {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a46e22ed-cd90-479f-ab72-90e213078c4e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a46e22ed-cd90-479f-ab72-90e213078c4e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a46e22ed-cd90-479f-ab72-90e213078c4e-btn-wrapper {
    text-align: center;
  }


#s-a46e22ed-cd90-479f-ab72-90e213078c4e.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-786fe101-6831-489e-ab26-b71000056be3 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(241, 87, 75, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-786fe101-6831-489e-ab26-b71000056be3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-786fe101-6831-489e-ab26-b71000056be3.shg-box.shg-c {
  justify-content: center;
}

#s-fe65d3e2-78d7-4f66-8aff-fabf0f0d9633 {
  text-align: center;
}




  #s-fe65d3e2-78d7-4f66-8aff-fabf0f0d9633 img.shogun-image {
    
    width: px;
  }


#s-fe65d3e2-78d7-4f66-8aff-fabf0f0d9633 .shogun-image-content {
  
    align-items: center;
  
}

#s-af54a106-44ad-4715-aa2b-f9ca6c01b126 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-af54a106-44ad-4715-aa2b-f9ca6c01b126"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3c8f03c8-cbf3-4279-895e-b908b2fdf55a {
  margin-top: 10%;
margin-left: 10px;
margin-right: 10px;
}

#s-09e50cc0-a915-40cc-92a0-71dcbe6f4ecc {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-09e50cc0-a915-40cc-92a0-71dcbe6f4ecc:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-09e50cc0-a915-40cc-92a0-71dcbe6f4ecc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09e50cc0-a915-40cc-92a0-71dcbe6f4ecc-btn-wrapper {
    text-align: center;
  }


#s-09e50cc0-a915-40cc-92a0-71dcbe6f4ecc.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-bb63d964-1266-418d-ab8f-147f5e07f195 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(241, 87, 75, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bb63d964-1266-418d-ab8f-147f5e07f195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb63d964-1266-418d-ab8f-147f5e07f195.shg-box.shg-c {
  justify-content: center;
}

#s-46b3d3b9-13ed-4548-96d8-f1c604d84771 {
  text-align: center;
}




  #s-46b3d3b9-13ed-4548-96d8-f1c604d84771 img.shogun-image {
    
    width: px;
  }


#s-46b3d3b9-13ed-4548-96d8-f1c604d84771 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a13a371-9b68-4106-84b0-bd276c424f26 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-7a13a371-9b68-4106-84b0-bd276c424f26"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ad542191-b84c-4e00-b1f7-a1e186f17977 {
  margin-top: 10%;
margin-left: 10px;
margin-right: 10px;
}

#s-63a02062-59a2-4ef8-8471-501c22784122 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-63a02062-59a2-4ef8-8471-501c22784122:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-63a02062-59a2-4ef8-8471-501c22784122:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-63a02062-59a2-4ef8-8471-501c22784122-btn-wrapper {
    text-align: center;
  }


#s-63a02062-59a2-4ef8-8471-501c22784122.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-565f15a3-a27b-4f19-b472-fef37bf94943 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(241, 87, 75, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-565f15a3-a27b-4f19-b472-fef37bf94943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-565f15a3-a27b-4f19-b472-fef37bf94943.shg-box.shg-c {
  justify-content: center;
}

#s-f5da959c-39d4-461a-9c31-8fe2ed909c58 {
  text-align: center;
}




  #s-f5da959c-39d4-461a-9c31-8fe2ed909c58 img.shogun-image {
    
    width: px;
  }


#s-f5da959c-39d4-461a-9c31-8fe2ed909c58 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5aea384-9b0d-440c-a721-463889199afe {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e5aea384-9b0d-440c-a721-463889199afe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d85c3ad7-9a4f-4c02-9d9a-e7beb8950b2e {
  
}




  #s-d85c3ad7-9a4f-4c02-9d9a-e7beb8950b2e img.shogun-image {
    
    width: px;
  }


#s-d85c3ad7-9a4f-4c02-9d9a-e7beb8950b2e .shogun-image-content {
  
    align-items: center;
  
}

#s-f99d45a8-d60c-4698-ad53-24a71421dd64 {
  margin-top: 10px;
}

#s-40a8b292-76ff-4f01-ab92-2f488366159e {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-f61e4d21-809f-4115-9ba1-0ab351935dfc {
  display: none;
}
#s-c0620a1d-39ae-42dd-b9d6-fa86587f5fd1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c0620a1d-39ae-42dd-b9d6-fa86587f5fd1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0620a1d-39ae-42dd-b9d6-fa86587f5fd1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c0620a1d-39ae-42dd-b9d6-fa86587f5fd1 {
  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-c0620a1d-39ae-42dd-b9d6-fa86587f5fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0620a1d-39ae-42dd-b9d6-fa86587f5fd1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-c0620a1d-39ae-42dd-b9d6-fa86587f5fd1.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 12px;
  
}



#s-a13cbd4a-2210-4452-be71-8b3966c617a1 {
  text-align: center;
}




  #s-a13cbd4a-2210-4452-be71-8b3966c617a1 img.shogun-image {
    
    width: px;
  }


#s-a13cbd4a-2210-4452-be71-8b3966c617a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce2cce3a-1cb2-4da0-a290-0425d2da8192 {
  margin-top: 10px;
}

#s-3687328b-0aee-4534-83f0-984378e14aee {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-71c01e6b-0847-4ce1-a394-a09cda05fdc4 {
  display: none;
}
#s-485970c5-923e-4482-b660-3e946f70df79 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-485970c5-923e-4482-b660-3e946f70df79:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-485970c5-923e-4482-b660-3e946f70df79:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-485970c5-923e-4482-b660-3e946f70df79 {
  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-485970c5-923e-4482-b660-3e946f70df79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-485970c5-923e-4482-b660-3e946f70df79.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-485970c5-923e-4482-b660-3e946f70df79.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 12px;
  
}



#s-be881a39-e9a1-422d-a133-1d6300aa9c8d {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-be881a39-e9a1-422d-a133-1d6300aa9c8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-3ffaf3e9-dfb9-4b5f-93a6-737cb2bef039 {
  
}




  #s-3ffaf3e9-dfb9-4b5f-93a6-737cb2bef039 img.shogun-image {
    
    width: px;
  }


#s-3ffaf3e9-dfb9-4b5f-93a6-737cb2bef039 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c175620-41ef-4842-b7eb-0eeb5ab09915 {
  margin-top: 10px;
}

#s-3fde00e6-e210-4fbe-afdd-d7f13c914008 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-69ece5e7-d6bd-4df5-bb32-e4319f8c9af1 {
  display: none;
}
#s-56954aaf-6d1f-4ec8-8c5e-5ecae66145d9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-56954aaf-6d1f-4ec8-8c5e-5ecae66145d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-56954aaf-6d1f-4ec8-8c5e-5ecae66145d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-56954aaf-6d1f-4ec8-8c5e-5ecae66145d9 {
  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-56954aaf-6d1f-4ec8-8c5e-5ecae66145d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-56954aaf-6d1f-4ec8-8c5e-5ecae66145d9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-56954aaf-6d1f-4ec8-8c5e-5ecae66145d9.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 12px;
  
}



#s-7f55f001-2310-40a7-9763-fa21429c636e {
  text-align: center;
}




  #s-7f55f001-2310-40a7-9763-fa21429c636e img.shogun-image {
    
    width: px;
  }


#s-7f55f001-2310-40a7-9763-fa21429c636e .shogun-image-content {
  
    align-items: center;
  
}

#s-63eaa6ec-a51b-4deb-8106-03ddffbb463f {
  margin-top: 10px;
}

#s-f2a62ad6-ff14-4c90-afff-422471e6f8cb {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-66c8a6d0-39d2-429b-8670-0b6043286d32 {
  display: none;
}
#s-8a87a733-f2d7-4b90-9852-0f683c1518f1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(241, 87, 75, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8a87a733-f2d7-4b90-9852-0f683c1518f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a87a733-f2d7-4b90-9852-0f683c1518f1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8a87a733-f2d7-4b90-9852-0f683c1518f1 {
  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-8a87a733-f2d7-4b90-9852-0f683c1518f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a87a733-f2d7-4b90-9852-0f683c1518f1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: ProximaSemiBold;
  display:  block ;
}

#s-8a87a733-f2d7-4b90-9852-0f683c1518f1.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 12px;
  
}



#s-277197b1-59ce-4363-ab54-fbea13777606 {
  margin-left: 30px;
margin-right: 30px;
}

#s-277197b1-59ce-4363-ab54-fbea13777606 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

#s-86321f6a-899c-4918-8b14-fd7203daa0a1 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-66f1213b-e698-47fe-b40b-8988030114be {
  margin-left: 30px;
margin-right: 30px;
}

#s-66f1213b-e698-47fe-b40b-8988030114be hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

#s-58506fe7-497f-45d1-ae73-4de917ea1331 {
  margin-top: 40px;
text-align: center;
}




  #s-58506fe7-497f-45d1-ae73-4de917ea1331 img.shogun-image {
    
    width: px;
  }


#s-58506fe7-497f-45d1-ae73-4de917ea1331 .shogun-image-content {
  
    align-items: center;
  
}

#s-9867bc47-c87b-45c4-93d7-33064b5c1b64 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}

#s-8ad119a0-b564-456d-b152-619cb2be0172 {
  margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(32, 21, 16, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8ad119a0-b564-456d-b152-619cb2be0172:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8ad119a0-b564-456d-b152-619cb2be0172:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ad119a0-b564-456d-b152-619cb2be0172-btn-wrapper {
    text-align: center;
  }


#s-8ad119a0-b564-456d-b152-619cb2be0172.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

#s-9fb27e4c-e3bd-4456-b950-fc7634a97b85 {
  margin-top: 0px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(238, 87, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9fb27e4c-e3bd-4456-b950-fc7634a97b85:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9fb27e4c-e3bd-4456-b950-fc7634a97b85:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9fb27e4c-e3bd-4456-b950-fc7634a97b85.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: ProximaSemiBold;
  display:  inline-block ;
}

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