.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-04dc5c5b-5ca8-48a2-8819-5c5dc4db28ba {
  box-shadow:0px 0px 0px 0px rgba(204, 197, 197, 1);
border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

.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-860ff86a-ff35-4679-87bb-e0d68635fb6f {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
background-image: url(https://i.shgcdn.com/912d4395-2129-4f68-a5d5-fc2d39eee996/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-860ff86a-ff35-4679-87bb-e0d68635fb6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-860ff86a-ff35-4679-87bb-e0d68635fb6f.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-a445fba0-87dd-4852-ba0e-ce759c734119 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a445fba0-87dd-4852-ba0e-ce759c734119 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a445fba0-87dd-4852-ba0e-ce759c734119 {
  
}
}@media (max-width: 767px){#s-a445fba0-87dd-4852-ba0e-ce759c734119 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 25px;
padding-bottom: 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-692eb985-741e-4e77-9a26-c5afb279a67e {
  margin-top: 130px;
}
@media (min-width: 1200px){#s-692eb985-741e-4e77-9a26-c5afb279a67e {
  display: none;
}
#s-692eb985-741e-4e77-9a26-c5afb279a67e, #wrap-s-692eb985-741e-4e77-9a26-c5afb279a67e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-692eb985-741e-4e77-9a26-c5afb279a67e {
  display: none;
}
#s-692eb985-741e-4e77-9a26-c5afb279a67e, #wrap-s-692eb985-741e-4e77-9a26-c5afb279a67e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-692eb985-741e-4e77-9a26-c5afb279a67e {
  display: none;
}
#s-692eb985-741e-4e77-9a26-c5afb279a67e, #wrap-s-692eb985-741e-4e77-9a26-c5afb279a67e { display:none !important; }}@media (max-width: 767px){#s-692eb985-741e-4e77-9a26-c5afb279a67e {
  display: none;
}
#s-692eb985-741e-4e77-9a26-c5afb279a67e, #wrap-s-692eb985-741e-4e77-9a26-c5afb279a67e { display:none !important; }}
#s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5 {
  margin-top: 30px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5 {
  display: none;
}
#s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5, #wrap-s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5 {
  display: none;
}
#s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5, #wrap-s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5 {
  display: none;
}
#s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5, #wrap-s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5 { display:none !important; }}@media (max-width: 767px){#s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5 {
  display: none;
}
#s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5, #wrap-s-ff84a7b5-66e0-4673-b9cd-d253e1f297e5 { display:none !important; }}
#s-745be06f-f611-4e0b-9f66-59164dbdcb3e {
  margin-left: auto;
margin-right: auto;
max-width: 155px;
}

@media (min-width: 1200px){#s-4458b2da-32ea-449c-a5a4-738e0443a3d6 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4458b2da-32ea-449c-a5a4-738e0443a3d6 {
  display: none;
}
#s-4458b2da-32ea-449c-a5a4-738e0443a3d6, #wrap-s-4458b2da-32ea-449c-a5a4-738e0443a3d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4458b2da-32ea-449c-a5a4-738e0443a3d6 {
  display: none;
}
#s-4458b2da-32ea-449c-a5a4-738e0443a3d6, #wrap-s-4458b2da-32ea-449c-a5a4-738e0443a3d6 { display:none !important; }}@media (max-width: 767px){#s-4458b2da-32ea-449c-a5a4-738e0443a3d6 {
  display: none;
}
#s-4458b2da-32ea-449c-a5a4-738e0443a3d6, #wrap-s-4458b2da-32ea-449c-a5a4-738e0443a3d6 { display:none !important; }}
#s-541ea043-fe84-4682-ad4a-5b25be36e8c8 {
  background-image: url(https://i.shgcdn.com/d8302854-ef35-49d0-ba6d-5aab67dacf43/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-541ea043-fe84-4682-ad4a-5b25be36e8c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-541ea043-fe84-4682-ad4a-5b25be36e8c8.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-f41525ac-0c4c-44d8-868e-0b556feadf79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f41525ac-0c4c-44d8-868e-0b556feadf79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f41525ac-0c4c-44d8-868e-0b556feadf79 {
  
}
}@media (max-width: 767px){#s-f41525ac-0c4c-44d8-868e-0b556feadf79 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 25px;
padding-bottom: 0px;
}
}
#s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3 {
  margin-top: 130px;
}
@media (min-width: 1200px){#s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3 {
  display: none;
}
#s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3, #wrap-s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3 {
  display: none;
}
#s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3, #wrap-s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3 {
  display: none;
}
#s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3, #wrap-s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3 { display:none !important; }}@media (max-width: 767px){#s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3 {
  display: none;
}
#s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3, #wrap-s-0cd0c3c9-e04d-4bce-ad04-e82d82ed0fa3 { display:none !important; }}
#s-c37d8623-fb24-44f7-9444-334cf907687e {
  margin-top: 30px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-c37d8623-fb24-44f7-9444-334cf907687e {
  display: none;
}
#s-c37d8623-fb24-44f7-9444-334cf907687e, #wrap-s-c37d8623-fb24-44f7-9444-334cf907687e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c37d8623-fb24-44f7-9444-334cf907687e {
  display: none;
}
#s-c37d8623-fb24-44f7-9444-334cf907687e, #wrap-s-c37d8623-fb24-44f7-9444-334cf907687e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c37d8623-fb24-44f7-9444-334cf907687e {
  display: none;
}
#s-c37d8623-fb24-44f7-9444-334cf907687e, #wrap-s-c37d8623-fb24-44f7-9444-334cf907687e { display:none !important; }}@media (max-width: 767px){#s-c37d8623-fb24-44f7-9444-334cf907687e {
  display: none;
}
#s-c37d8623-fb24-44f7-9444-334cf907687e, #wrap-s-c37d8623-fb24-44f7-9444-334cf907687e { display:none !important; }}
#s-9322e73c-a75e-49db-8eaa-36d24ef63f3b {
  margin-left: auto;
margin-right: auto;
max-width: 155px;
}

@media (max-width: 767px){#s-48071017-c4aa-48fd-82ad-109369f58f0f {
  display: none;
}
#s-48071017-c4aa-48fd-82ad-109369f58f0f, #wrap-s-48071017-c4aa-48fd-82ad-109369f58f0f { display:none !important; }}
#s-23f8f28b-f158-4ab9-ad01-971a9d62c92a {
  background-image: url(https://i.shgcdn.com/76f875af-98fb-4088-b6cb-8f5c0467b997/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-23f8f28b-f158-4ab9-ad01-971a9d62c92a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23f8f28b-f158-4ab9-ad01-971a9d62c92a.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-851485b3-5def-4945-b830-53f5e18d85a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-851485b3-5def-4945-b830-53f5e18d85a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-851485b3-5def-4945-b830-53f5e18d85a1 {
  
}
}@media (max-width: 767px){#s-851485b3-5def-4945-b830-53f5e18d85a1 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 25px;
padding-bottom: 0px;
}
}
#s-d9b19138-d589-4a96-afbd-1fcad794e3cd {
  margin-top: 130px;
}
@media (min-width: 1200px){#s-d9b19138-d589-4a96-afbd-1fcad794e3cd {
  display: none;
}
#s-d9b19138-d589-4a96-afbd-1fcad794e3cd, #wrap-s-d9b19138-d589-4a96-afbd-1fcad794e3cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9b19138-d589-4a96-afbd-1fcad794e3cd {
  display: none;
}
#s-d9b19138-d589-4a96-afbd-1fcad794e3cd, #wrap-s-d9b19138-d589-4a96-afbd-1fcad794e3cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9b19138-d589-4a96-afbd-1fcad794e3cd {
  display: none;
}
#s-d9b19138-d589-4a96-afbd-1fcad794e3cd, #wrap-s-d9b19138-d589-4a96-afbd-1fcad794e3cd { display:none !important; }}@media (max-width: 767px){#s-d9b19138-d589-4a96-afbd-1fcad794e3cd {
  display: none;
}
#s-d9b19138-d589-4a96-afbd-1fcad794e3cd, #wrap-s-d9b19138-d589-4a96-afbd-1fcad794e3cd { display:none !important; }}
#s-1e35fde3-b4cf-4878-af32-408b904afebd {
  margin-top: 30px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-1e35fde3-b4cf-4878-af32-408b904afebd {
  display: none;
}
#s-1e35fde3-b4cf-4878-af32-408b904afebd, #wrap-s-1e35fde3-b4cf-4878-af32-408b904afebd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e35fde3-b4cf-4878-af32-408b904afebd {
  display: none;
}
#s-1e35fde3-b4cf-4878-af32-408b904afebd, #wrap-s-1e35fde3-b4cf-4878-af32-408b904afebd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e35fde3-b4cf-4878-af32-408b904afebd {
  display: none;
}
#s-1e35fde3-b4cf-4878-af32-408b904afebd, #wrap-s-1e35fde3-b4cf-4878-af32-408b904afebd { display:none !important; }}@media (max-width: 767px){#s-1e35fde3-b4cf-4878-af32-408b904afebd {
  display: none;
}
#s-1e35fde3-b4cf-4878-af32-408b904afebd, #wrap-s-1e35fde3-b4cf-4878-af32-408b904afebd { display:none !important; }}
#s-1818cb88-18f9-42bc-a76b-6261c9fb1b0b {
  margin-left: auto;
margin-right: auto;
max-width: 155px;
}

@media (max-width: 767px){#s-170c16f2-ec75-4ae5-9ff8-c90b1d2fca6a {
  display: none;
}
#s-170c16f2-ec75-4ae5-9ff8-c90b1d2fca6a, #wrap-s-170c16f2-ec75-4ae5-9ff8-c90b1d2fca6a { display:none !important; }}
#s-0e5b671a-b3bf-41a8-b9ff-5ad3de5d8c07 {
  background-image: url(https://i.shgcdn.com/8443f153-1275-4bda-beac-05bd3f27d3ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-0e5b671a-b3bf-41a8-b9ff-5ad3de5d8c07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e5b671a-b3bf-41a8-b9ff-5ad3de5d8c07.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-2e581561-f397-4255-84b0-0d401d8e85b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e581561-f397-4255-84b0-0d401d8e85b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e581561-f397-4255-84b0-0d401d8e85b1 {
  
}
}@media (max-width: 767px){#s-2e581561-f397-4255-84b0-0d401d8e85b1 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 25px;
padding-bottom: 0px;
}
}
#s-64909053-6eed-401d-8094-b204ad5cc863 {
  margin-top: 130px;
}
@media (min-width: 1200px){#s-64909053-6eed-401d-8094-b204ad5cc863 {
  display: none;
}
#s-64909053-6eed-401d-8094-b204ad5cc863, #wrap-s-64909053-6eed-401d-8094-b204ad5cc863 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64909053-6eed-401d-8094-b204ad5cc863 {
  display: none;
}
#s-64909053-6eed-401d-8094-b204ad5cc863, #wrap-s-64909053-6eed-401d-8094-b204ad5cc863 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64909053-6eed-401d-8094-b204ad5cc863 {
  display: none;
}
#s-64909053-6eed-401d-8094-b204ad5cc863, #wrap-s-64909053-6eed-401d-8094-b204ad5cc863 { display:none !important; }}@media (max-width: 767px){#s-64909053-6eed-401d-8094-b204ad5cc863 {
  display: none;
}
#s-64909053-6eed-401d-8094-b204ad5cc863, #wrap-s-64909053-6eed-401d-8094-b204ad5cc863 { display:none !important; }}
#s-ad84a83c-85fc-40d2-b2da-88bac44e4f86 {
  margin-top: 30px;
}
@media (min-width: 1200px){#s-ad84a83c-85fc-40d2-b2da-88bac44e4f86 {
  display: none;
}
#s-ad84a83c-85fc-40d2-b2da-88bac44e4f86, #wrap-s-ad84a83c-85fc-40d2-b2da-88bac44e4f86 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad84a83c-85fc-40d2-b2da-88bac44e4f86 {
  display: none;
}
#s-ad84a83c-85fc-40d2-b2da-88bac44e4f86, #wrap-s-ad84a83c-85fc-40d2-b2da-88bac44e4f86 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad84a83c-85fc-40d2-b2da-88bac44e4f86 {
  display: none;
}
#s-ad84a83c-85fc-40d2-b2da-88bac44e4f86, #wrap-s-ad84a83c-85fc-40d2-b2da-88bac44e4f86 { display:none !important; }}@media (max-width: 767px){#s-ad84a83c-85fc-40d2-b2da-88bac44e4f86 {
  display: none;
}
#s-ad84a83c-85fc-40d2-b2da-88bac44e4f86, #wrap-s-ad84a83c-85fc-40d2-b2da-88bac44e4f86 { display:none !important; }}
#s-c3db54b4-e5f6-4426-8507-688e9209fc2a {
  margin-right: 30%;
padding-top: 250px;
}
@media (min-width: 1200px){#s-c3db54b4-e5f6-4426-8507-688e9209fc2a {
  display: none;
}
#s-c3db54b4-e5f6-4426-8507-688e9209fc2a, #wrap-s-c3db54b4-e5f6-4426-8507-688e9209fc2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3db54b4-e5f6-4426-8507-688e9209fc2a {
  margin-right: 25%;
display: none;
}
#s-c3db54b4-e5f6-4426-8507-688e9209fc2a, #wrap-s-c3db54b4-e5f6-4426-8507-688e9209fc2a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3db54b4-e5f6-4426-8507-688e9209fc2a {
  margin-right: 10%;
display: none;
}
#s-c3db54b4-e5f6-4426-8507-688e9209fc2a, #wrap-s-c3db54b4-e5f6-4426-8507-688e9209fc2a { display:none !important; }}@media (max-width: 767px){#s-c3db54b4-e5f6-4426-8507-688e9209fc2a {
  display: none;
}
#s-c3db54b4-e5f6-4426-8507-688e9209fc2a, #wrap-s-c3db54b4-e5f6-4426-8507-688e9209fc2a { display:none !important; }}
#s-51751885-1f42-43ab-ab4c-f55fdfcea297 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(38, 188, 215, 0.1);
}








#s-51751885-1f42-43ab-ab4c-f55fdfcea297 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51751885-1f42-43ab-ab4c-f55fdfcea297.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf {
  display: none;
}
#s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf, #wrap-s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf { display:none !important; }}@media (max-width: 767px){#s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf {
  display: none;
}
#s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf, #wrap-s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf { display:none !important; }}
#s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf .shogun-tabs {
  justify-content: flex-start;
}


  #s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(38, 188, 215, 1);
  }
#s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(65, 64, 66, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(170, 0, 97, 1);
}

#s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.42);
}

#s-f46d7e7a-679b-45c0-8cb8-9d9bf1309fdf .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(38, 188, 215, 1);
}

.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-a7330d8d-89e1-46e0-a84b-0a062733c38d {
  border-style: solid;
margin-top: -10px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(38, 188, 215, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a7330d8d-89e1-46e0-a84b-0a062733c38d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-2871d76e-e2f1-4ee8-91e0-661653b4b096 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-9271bfda-b574-4dee-a670-3fb53a728ac1 {
  text-align: center;
}


.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 {
  max-width: 100%;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 .shg-image-zoom,
.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 {
  max-width: 100%;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 .shg-image-zoom,
.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 {
  max-width: 100%;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 .shg-image-zoom,
.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 {
  max-width: 100%;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 .shg-image-zoom,
.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 {
  max-width: 100%;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 .shg-image-zoom,
.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-9271bfda-b574-4dee-a670-3fb53a728ac1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-9ef69874-2ea5-41b0-a9d9-facc4de4f48f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ef69874-2ea5-41b0-a9d9-facc4de4f48f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-1ea79a55-9f4c-4084-81fe-82d98018c518 {
  margin-left: 100px;
}

#s-216e627a-ed06-456d-b767-a64e04487f03 {
  margin-top: 15px;
text-align: center;
}

#s-216e627a-ed06-456d-b767-a64e04487f03 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-216e627a-ed06-456d-b767-a64e04487f03 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-216e627a-ed06-456d-b767-a64e04487f03 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-438bf0f8-ed03-4ff1-a56f-6423b6fc6b43 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 0, 97, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-438bf0f8-ed03-4ff1-a56f-6423b6fc6b43:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-438bf0f8-ed03-4ff1-a56f-6423b6fc6b43:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-438bf0f8-ed03-4ff1-a56f-6423b6fc6b43.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e4ed4d7-136a-4b55-a952-5e0fc65de1a8 {
  display: none;
}
#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b {
  text-align: center;
}


.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b {
  max-width: 100%;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b .shg-image-zoom,
.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b {
  max-width: 100%;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b .shg-image-zoom,
.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b {
  max-width: 100%;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b .shg-image-zoom,
.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b {
  max-width: 100%;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b .shg-image-zoom,
.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b {
  max-width: 100%;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b .shg-image-zoom,
.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-d50cb39e-bff2-4ab3-8e3c-6e99139bb09b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0e4b2072-a87f-4e10-8f0a-ed3e4565f763 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e4b2072-a87f-4e10-8f0a-ed3e4565f763 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-6acbd6f1-84d4-4649-ab2a-6deb0e96263c {
  margin-left: 100px;
}

#s-7bd7ef30-fb37-47a7-a48b-cd09ef19844f {
  margin-top: 15px;
text-align: center;
}

#s-7bd7ef30-fb37-47a7-a48b-cd09ef19844f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7bd7ef30-fb37-47a7-a48b-cd09ef19844f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7bd7ef30-fb37-47a7-a48b-cd09ef19844f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d8ba5650-0f75-46c2-8909-0f0197e5ca23 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 0, 97, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d8ba5650-0f75-46c2-8909-0f0197e5ca23:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8ba5650-0f75-46c2-8909-0f0197e5ca23:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8ba5650-0f75-46c2-8909-0f0197e5ca23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d242433-4549-4c10-ba72-ab3e24ef1334 {
  border-style: solid;
margin-top: -10px;
padding-left: 40px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(38, 188, 215, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0d242433-4549-4c10-ba72-ab3e24ef1334"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-331ee477-0d62-450f-a3cb-64b2e6a6af90 {
  display: none;
}
.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-87f92f1c-350f-498e-b66f-d7aeb44b2421 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-87f92f1c-350f-498e-b66f-d7aeb44b2421 img.shogun-image {
    
    width: px;
  }


#s-87f92f1c-350f-498e-b66f-d7aeb44b2421 .shogun-image-content {
  
    align-items: center;
  
}

#s-a139f394-aeb8-433f-97a5-ad2b6e6f7fde {
  display: none;
}
#s-9dd12eb9-118f-420c-b351-adaae9a7e48b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dd12eb9-118f-420c-b351-adaae9a7e48b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-94727a4a-7398-4ea5-a11d-394b0ff5285c {
  margin-left: 100px;
margin-right: auto;
}

#s-352a4aed-2e37-4982-aeeb-b6a41a1618f8 {
  margin-top: 15px;
text-align: center;
}

#s-352a4aed-2e37-4982-aeeb-b6a41a1618f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-352a4aed-2e37-4982-aeeb-b6a41a1618f8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-352a4aed-2e37-4982-aeeb-b6a41a1618f8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a973d02d-4580-40cb-b7b3-5d8c8ceef156 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 0, 97, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a973d02d-4580-40cb-b7b3-5d8c8ceef156:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a973d02d-4580-40cb-b7b3-5d8c8ceef156:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a973d02d-4580-40cb-b7b3-5d8c8ceef156.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c7d55c3-963f-4d17-b82b-cffa399ed195 {
  display: none;
}
#s-137e3917-8bfd-440c-8bca-2f5ffe7289a5 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-137e3917-8bfd-440c-8bca-2f5ffe7289a5 img.shogun-image {
    
    width: px;
  }


#s-137e3917-8bfd-440c-8bca-2f5ffe7289a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0eae932-5a29-421b-9858-d89026f1c434 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0eae932-5a29-421b-9858-d89026f1c434 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-0bc2db67-3d25-4cba-94d4-86faccfbcc0d {
  margin-left: 100px;
}

#s-2aaee190-f43f-46b6-9069-7a8289a13bd8 {
  margin-top: 15px;
text-align: center;
}

#s-2aaee190-f43f-46b6-9069-7a8289a13bd8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2aaee190-f43f-46b6-9069-7a8289a13bd8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2aaee190-f43f-46b6-9069-7a8289a13bd8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-18c5c486-1709-4012-8843-1a23728c0033 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 0, 97, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-18c5c486-1709-4012-8843-1a23728c0033:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18c5c486-1709-4012-8843-1a23728c0033:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-18c5c486-1709-4012-8843-1a23728c0033.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-12711432-dd06-4d32-9e66-9e5141f6f57b {
  border-style: solid;
margin-top: -10px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(38, 188, 215, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-12711432-dd06-4d32-9e66-9e5141f6f57b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-fa7e8595-0d78-4dbf-87df-e99b369314a2 {
  display: none;
}
#s-5e51ff34-727c-46b4-966c-a9fa7bd5cb53 {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
text-align: center;
}




  #s-5e51ff34-727c-46b4-966c-a9fa7bd5cb53 img.shogun-image {
    
    width: px;
  }


#s-5e51ff34-727c-46b4-966c-a9fa7bd5cb53 .shogun-image-content {
  
    align-items: center;
  
}

#s-a80da347-da8d-4410-9ec8-fe72ed45d114 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a80da347-da8d-4410-9ec8-fe72ed45d114 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-984955b4-41aa-46ee-a25d-961c170e19c2 {
  margin-left: 20%;
}

#s-1cd90720-fb9f-4c72-b39c-17fefd939daa {
  margin-top: 15px;
text-align: center;
}

#s-1cd90720-fb9f-4c72-b39c-17fefd939daa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1cd90720-fb9f-4c72-b39c-17fefd939daa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1cd90720-fb9f-4c72-b39c-17fefd939daa .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-41d8d45b-04c7-40a6-98da-8f7da5d9935c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 0, 97, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-41d8d45b-04c7-40a6-98da-8f7da5d9935c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41d8d45b-04c7-40a6-98da-8f7da5d9935c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-41d8d45b-04c7-40a6-98da-8f7da5d9935c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c2eb1f05-8a98-4f10-bc52-16d63adee70a {
  display: none;
}
#s-7e8e1cfa-9569-4b23-9c63-3c50132f7ff8 {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
text-align: center;
}




  #s-7e8e1cfa-9569-4b23-9c63-3c50132f7ff8 img.shogun-image {
    
    width: px;
  }


#s-7e8e1cfa-9569-4b23-9c63-3c50132f7ff8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3054e38-eb21-4c82-9fe4-08871121149c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3054e38-eb21-4c82-9fe4-08871121149c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-71366cf2-2fee-4cd1-9e3d-7ba9b76f88ae {
  margin-left: 20%;
}

#s-7bfab78a-9555-49ae-8e1c-754e46996da9 {
  margin-top: 15px;
text-align: center;
}

#s-7bfab78a-9555-49ae-8e1c-754e46996da9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7bfab78a-9555-49ae-8e1c-754e46996da9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7bfab78a-9555-49ae-8e1c-754e46996da9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1978bf67-b936-450d-9708-d4c881084dd0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 0, 97, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1978bf67-b936-450d-9708-d4c881084dd0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1978bf67-b936-450d-9708-d4c881084dd0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1978bf67-b936-450d-9708-d4c881084dd0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 {
  text-align: left;
}
@media (min-width: 1200px){#s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 {
  display: none;
}
#s-e7ccbf58-1df9-45ae-896b-f9c7aab21183, #wrap-s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 {
  display: none;
}
#s-e7ccbf58-1df9-45ae-896b-f9c7aab21183, #wrap-s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 { display:none !important; }}@media (max-width: 767px){#s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 {
  margin-left: 5px;
margin-right: 5px;
}
}
#s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 .shogun-tabs {
  justify-content: flex-start;
}


  #s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(217, 222, 223, 0.02);
    border: 1px solid rgba(38, 188, 215, 1);
  }
#s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(65, 64, 66, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(170, 0, 97, 1);
}

#s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(217, 222, 223, 0.02);
}

#s-e7ccbf58-1df9-45ae-896b-f9c7aab21183 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(38, 188, 215, 1);
}

#s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511 {
  border-style: solid;
margin-top: -10px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(38, 188, 215, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0b5f90ab-73a5-4be7-9e42-ed4f4d8e6511"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-f8b2eb01-983b-4158-8624-059e81c1ad7d {
  display: none;
}
#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b {
  text-align: center;
}


.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b {
  max-width: 100%;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b .shg-image-zoom,
.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b {
  max-width: 100%;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b .shg-image-zoom,
.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b {
  max-width: 100%;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b .shg-image-zoom,
.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b {
  max-width: 100%;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b .shg-image-zoom,
.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b {
  max-width: 100%;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b .shg-image-zoom,
.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-3caa39db-32b5-4729-ad3a-db01eb2b7c4b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-24e5d1b2-7267-4887-96d8-a93212d8642f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24e5d1b2-7267-4887-96d8-a93212d8642f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-dddd5aec-b2de-440c-81d8-db82539852aa {
  margin-left: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dddd5aec-b2de-440c-81d8-db82539852aa {
  margin-left: 25px;
}
}@media (max-width: 767px){#s-dddd5aec-b2de-440c-81d8-db82539852aa {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-b9943c2a-b8f2-431e-8fc0-7940b9876bc3 {
  margin-top: 15px;
text-align: center;
}

#s-b9943c2a-b8f2-431e-8fc0-7940b9876bc3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b9943c2a-b8f2-431e-8fc0-7940b9876bc3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b9943c2a-b8f2-431e-8fc0-7940b9876bc3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-41e98ea6-d586-4453-b237-e6ab31d883ac {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 0, 97, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-41e98ea6-d586-4453-b237-e6ab31d883ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41e98ea6-d586-4453-b237-e6ab31d883ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-41e98ea6-d586-4453-b237-e6ab31d883ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9e12cc21-3d78-44aa-a01e-26e79565201c {
  display: none;
}
#s-11247012-a12f-4054-a6a7-86abef7b9de6 {
  text-align: center;
}


.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 {
  max-width: 100%;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 .shg-image-zoom,
.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 {
  max-width: 100%;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 .shg-image-zoom,
.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 {
  max-width: 100%;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 .shg-image-zoom,
.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 {
  max-width: 100%;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 .shg-image-zoom,
.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 {
  max-width: 100%;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 .shg-image-zoom,
.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-11247012-a12f-4054-a6a7-86abef7b9de6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cd1fa242-7f37-4161-84e9-6bdba0f3c9f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd1fa242-7f37-4161-84e9-6bdba0f3c9f2 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-ec4981d3-5af3-4ac9-8651-3e122627065a {
  margin-left: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec4981d3-5af3-4ac9-8651-3e122627065a {
  margin-left: 25px;
}
}@media (max-width: 767px){#s-ec4981d3-5af3-4ac9-8651-3e122627065a {
  margin-left: 20px;
}
}
#s-80d088f6-6d22-4449-a309-4906be33783f {
  margin-top: 15px;
text-align: center;
}

#s-80d088f6-6d22-4449-a309-4906be33783f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-80d088f6-6d22-4449-a309-4906be33783f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-80d088f6-6d22-4449-a309-4906be33783f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b58b3fb2-e5e8-4bd2-a7e4-abc8564d2b83 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 0, 97, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b58b3fb2-e5e8-4bd2-a7e4-abc8564d2b83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b58b3fb2-e5e8-4bd2-a7e4-abc8564d2b83:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b58b3fb2-e5e8-4bd2-a7e4-abc8564d2b83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2c39d6da-fa97-4ac4-b052-72698cb095f2 {
  border-style: solid;
margin-top: -10px;
padding-left: 40px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(38, 188, 215, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2c39d6da-fa97-4ac4-b052-72698cb095f2 {
  padding-left: 0px;
padding-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2c39d6da-fa97-4ac4-b052-72698cb095f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-3371b0a6-db1c-41ea-9905-4101863292b5 {
  display: none;
}
#s-cba79308-3c0b-474f-9bf6-d613c1e7e525 {
  display: none;
}
#s-354ad871-ed14-4a1c-ae93-79fd26afba75 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-354ad871-ed14-4a1c-ae93-79fd26afba75 img.shogun-image {
    
    width: px;
  }


#s-354ad871-ed14-4a1c-ae93-79fd26afba75 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c0b4e49-bbec-4c99-bc92-b4fed9213aab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c0b4e49-bbec-4c99-bc92-b4fed9213aab .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-491b8704-dbaa-43ce-b21a-212357f7fbb6 {
  margin-left: 100px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-491b8704-dbaa-43ce-b21a-212357f7fbb6 {
  margin-left: 0px;
}
}@media (max-width: 767px){#s-491b8704-dbaa-43ce-b21a-212357f7fbb6 {
  margin-left: 20px;
}
}
#s-61852431-1572-4370-8b99-64327d64e322 {
  margin-top: 15px;
text-align: center;
}

#s-61852431-1572-4370-8b99-64327d64e322 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-61852431-1572-4370-8b99-64327d64e322 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-61852431-1572-4370-8b99-64327d64e322 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8f69f593-b9e2-4dd4-b124-a2a8edd80373 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 0, 97, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8f69f593-b9e2-4dd4-b124-a2a8edd80373:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f69f593-b9e2-4dd4-b124-a2a8edd80373:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f69f593-b9e2-4dd4-b124-a2a8edd80373.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-09e79305-e655-4f1b-9421-3b8d12986896 {
  display: none;
}
#s-b2d44e77-768a-4408-8940-8be947e93a87 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-b2d44e77-768a-4408-8940-8be947e93a87 img.shogun-image {
    
    width: px;
  }


#s-b2d44e77-768a-4408-8940-8be947e93a87 .shogun-image-content {
  
    align-items: center;
  
}

#s-3329ce53-2bbd-429b-8442-50c6a3be2abb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3329ce53-2bbd-429b-8442-50c6a3be2abb .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-2d4ad1c6-fa09-44cb-af75-0407c7719ef2 {
  margin-left: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d4ad1c6-fa09-44cb-af75-0407c7719ef2 {
  margin-left: 0px;
}
}@media (max-width: 767px){#s-2d4ad1c6-fa09-44cb-af75-0407c7719ef2 {
  margin-left: 20px;
}
}
#s-8ea827b9-1038-4b75-ba38-fa69c87dcbed {
  margin-top: 15px;
text-align: center;
}

#s-8ea827b9-1038-4b75-ba38-fa69c87dcbed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8ea827b9-1038-4b75-ba38-fa69c87dcbed .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8ea827b9-1038-4b75-ba38-fa69c87dcbed .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-db8b924b-c3f0-4b18-8926-7447b01a0f68 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 0, 97, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-db8b924b-c3f0-4b18-8926-7447b01a0f68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db8b924b-c3f0-4b18-8926-7447b01a0f68:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db8b924b-c3f0-4b18-8926-7447b01a0f68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76 {
  border-style: solid;
margin-top: -10px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(38, 188, 215, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-f7bdf1b0-da94-4c7a-8763-92cad6b13a76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

#s-070c9e76-f1df-416b-9a47-9cc1fe3db0a9 {
  display: none;
}
#s-40617d47-b273-444f-a05a-175ff7961cce {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
text-align: center;
}




  #s-40617d47-b273-444f-a05a-175ff7961cce img.shogun-image {
    
    width: px;
  }


#s-40617d47-b273-444f-a05a-175ff7961cce .shogun-image-content {
  
    align-items: center;
  
}

#s-a235e209-2ea9-497d-abbf-f523c4531cae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a235e209-2ea9-497d-abbf-f523c4531cae .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

@media (max-width: 767px){#s-082b2654-5456-4490-b2c3-984118146be1 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-5bf1e1bf-e6ed-469a-ad2c-9b53653f1559 {
  margin-top: 15px;
text-align: center;
}

#s-5bf1e1bf-e6ed-469a-ad2c-9b53653f1559 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5bf1e1bf-e6ed-469a-ad2c-9b53653f1559 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5bf1e1bf-e6ed-469a-ad2c-9b53653f1559 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d3b1eea9-1521-4138-9110-6013c861424e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 0, 97, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d3b1eea9-1521-4138-9110-6013c861424e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3b1eea9-1521-4138-9110-6013c861424e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d3b1eea9-1521-4138-9110-6013c861424e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7f059787-00b7-44d7-ba2a-3826a56eb817 {
  display: none;
}
#s-f9ccd227-12bc-4085-9d53-e5639675c2fd {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
text-align: center;
}




  #s-f9ccd227-12bc-4085-9d53-e5639675c2fd img.shogun-image {
    
    width: px;
  }


#s-f9ccd227-12bc-4085-9d53-e5639675c2fd .shogun-image-content {
  
    align-items: center;
  
}

#s-be48a6f3-5ebc-4c4a-b345-471e021bbdd5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be48a6f3-5ebc-4c4a-b345-471e021bbdd5 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

@media (max-width: 767px){#s-5f977cfb-7243-4483-aa16-30b65950865e {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-d8fcaca2-2911-48b7-baa7-e0789f55c36d {
  margin-top: 15px;
text-align: center;
}

#s-d8fcaca2-2911-48b7-baa7-e0789f55c36d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d8fcaca2-2911-48b7-baa7-e0789f55c36d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d8fcaca2-2911-48b7-baa7-e0789f55c36d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-21ffed8f-11c6-4d04-a4db-2d31a20ba0ad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(170, 0, 97, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-21ffed8f-11c6-4d04-a4db-2d31a20ba0ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21ffed8f-11c6-4d04-a4db-2d31a20ba0ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-21ffed8f-11c6-4d04-a4db-2d31a20ba0ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f272ec3c-71a6-4c1d-bcfb-518063caaa9c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
}








#s-f272ec3c-71a6-4c1d-bcfb-518063caaa9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.6;
}#s-f272ec3c-71a6-4c1d-bcfb-518063caaa9c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de762d3e-333d-4446-8830-ee684ebc6861"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-46c3d6bd-d121-4377-887e-6e9ec54f31e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 0.91);
}
@media (min-width: 768px) and (max-width: 991px){#s-46c3d6bd-d121-4377-887e-6e9ec54f31e9 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-46c3d6bd-d121-4377-887e-6e9ec54f31e9 {
  min-height: 50px;
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-82593681-f043-4b39-a6ec-cb2c2feca753 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(38, 188, 215, 1);
border-style: solid;
}
@media (max-width: 767px){#s-82593681-f043-4b39-a6ec-cb2c2feca753 {
  margin-left: 5px;
margin-right: 5px;
}
}
#s-3c78c685-3729-4478-85aa-d06ce8b85c19 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
min-height: 50px;
background-position: center center;
}








#s-3c78c685-3729-4478-85aa-d06ce8b85c19 > .shg-box-overlay {
  background-color: rgba(0, 90, 112, 1);
  opacity: 0.8;
}#s-3c78c685-3729-4478-85aa-d06ce8b85c19.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-2aec2a74-c092-460e-9942-e8675c4295d8 {
  margin-top: 25px;
}
}@media (max-width: 767px){#s-2aec2a74-c092-460e-9942-e8675c4295d8 {
  margin-top: 20px;
}
}
#s-af9e4304-7067-49d0-be35-e90946479442 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-af9e4304-7067-49d0-be35-e90946479442 {
  
}
}@media (max-width: 767px){#s-af9e4304-7067-49d0-be35-e90946479442 {
  
}
}
@media (min-width: 0px) {
[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-af9e4304-7067-49d0-be35-e90946479442"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-d6538299-1e4a-4ef1-b518-bfbc0fcfc8b5 {
  
}
}@media (max-width: 767px){#s-d6538299-1e4a-4ef1-b518-bfbc0fcfc8b5 {
  display: none;
}
#s-d6538299-1e4a-4ef1-b518-bfbc0fcfc8b5, #wrap-s-d6538299-1e4a-4ef1-b518-bfbc0fcfc8b5 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-6269a827-3226-4e4b-9610-464db0ad983e {
  
}
}@media (max-width: 767px){#s-6269a827-3226-4e4b-9610-464db0ad983e {
  display: none;
}
#s-6269a827-3226-4e4b-9610-464db0ad983e, #wrap-s-6269a827-3226-4e4b-9610-464db0ad983e { display:none !important; }}
#s-0027db9a-9148-496e-a204-7142e235dab3 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}

#s-f3672c36-1c65-4330-b581-9d898e2bf071 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-f3672c36-1c65-4330-b581-9d898e2bf071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3672c36-1c65-4330-b581-9d898e2bf071.shg-box.shg-c {
  justify-content: center;
}

#s-3ae8512d-1399-4d27-b9ee-dd048429af9f {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-3ae8512d-1399-4d27-b9ee-dd048429af9f {
  
}
}@media (max-width: 767px){#s-3ae8512d-1399-4d27-b9ee-dd048429af9f {
  
}
}
@media (min-width: 0px) {
[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ae8512d-1399-4d27-b9ee-dd048429af9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f85a8b3a-a42b-4c3b-9bdd-c9c396e23be2 .shogun-icon-wrapper {
  text-align: center;
}


#s-f85a8b3a-a42b-4c3b-9bdd-c9c396e23be2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(65, 64, 66, 1);
}

@media (max-width: 767px){#s-8d0977dd-aed0-41cd-8db2-a015a7f5feba {
  margin-top: 20px;
}
}
#s-8d0977dd-aed0-41cd-8db2-a015a7f5feba .shogun-icon-wrapper {
  text-align: center;
}


#s-8d0977dd-aed0-41cd-8db2-a015a7f5feba .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(65, 64, 66, 1);
}

@media (max-width: 767px){#s-ee8b215b-d9a7-4b5d-8dab-1465b0577fcb {
  margin-top: 20px;
}
}
#s-ee8b215b-d9a7-4b5d-8dab-1465b0577fcb .shogun-icon-wrapper {
  text-align: center;
}


#s-ee8b215b-d9a7-4b5d-8dab-1465b0577fcb .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(65, 64, 66, 1);
}

#s-e5a3c067-e00d-4b93-8dff-e9c7455287d6 {
  margin-top: 5px;
}

#s-cf35ec6b-c685-43d2-a6c8-d08f4f9c26a5 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 155px;
}

#s-8c5fb352-55e5-414b-b003-31aa0db956ac {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 80px;
padding-bottom: 260px;
min-height: 50px;
background-position: center center;
}








#s-8c5fb352-55e5-414b-b003-31aa0db956ac > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-8c5fb352-55e5-414b-b003-31aa0db956ac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-16c84106-776b-467d-9279-b8c8b3855d55 {
  text-align: center;
}
@media (max-width: 767px){#s-16c84106-776b-467d-9279-b8c8b3855d55 {
  margin-top: 20px;
margin-left: auto;
}
}
#s-b08b29cf-4797-4d8a-b92e-9109270d55b9 {
  min-height: 50px;
}








#s-b08b29cf-4797-4d8a-b92e-9109270d55b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b08b29cf-4797-4d8a-b92e-9109270d55b9.shg-box.shg-c {
  justify-content: center;
}

#s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268 {
  margin-top: -180px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
max-width: 1170px;
}
@media (max-width: 767px){#s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268 {
  margin-top: -30px;
padding-left: 5px;
padding-bottom: 30px;
padding-right: 5px;
max-width: 1172px;
}
}
@media (min-width: 0px) {
[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2d1e7d4-6d1b-4be2-b2d0-b4632e7a4268"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-233a41ce-bcd0-4495-838f-43aae228856f {
  text-align: center;
}




  #s-233a41ce-bcd0-4495-838f-43aae228856f img.shogun-image {
    
    width: px;
  }


#s-233a41ce-bcd0-4495-838f-43aae228856f .shogun-image-content {
  
    align-items: center;
  
}

#s-db39cbed-e133-4c73-8ea9-d54dd3e2d2ab {
  text-align: center;
}




  #s-db39cbed-e133-4c73-8ea9-d54dd3e2d2ab img.shogun-image {
    
    width: px;
  }


#s-db39cbed-e133-4c73-8ea9-d54dd3e2d2ab .shogun-image-content {
  
    align-items: center;
  
}

#s-a235d517-ff30-45ac-b00d-61063d3d02b4 {
  text-align: center;
}




  #s-a235d517-ff30-45ac-b00d-61063d3d02b4 img.shogun-image {
    
    width: px;
  }


#s-a235d517-ff30-45ac-b00d-61063d3d02b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-87fed808-9ce2-4064-93aa-1e13b5e538cd {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-87fed808-9ce2-4064-93aa-1e13b5e538cd {
  padding-top: 0px;
}
}







#s-87fed808-9ce2-4064-93aa-1e13b5e538cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87fed808-9ce2-4064-93aa-1e13b5e538cd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-65caa04c-4a15-4b4b-a2b3-225fb38ca411 {
  margin-left: auto;
margin-right: auto;
max-width: 1120px;
}

@media (min-width: 0px) {
[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-65caa04c-4a15-4b4b-a2b3-225fb38ca411"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-dfce1e64-2eff-4dba-a189-9336630008c7 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 480px;
}

#s-8d354991-3d4b-45c9-a5fe-a36c383a268f {
  margin-top: 35px;
margin-bottom: 40px;
max-width: 460px;
}
@media (max-width: 767px){#s-8d354991-3d4b-45c9-a5fe-a36c383a268f {
  
}
}
#s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db {
  
}
}
@media (min-width: 0px) {
[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-d5a1b85f-ecc9-48a7-baa0-6c1da46e92db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-7e39f316-7544-422d-8f77-e22cec05d740 {
  text-align: left;
}




  #s-7e39f316-7544-422d-8f77-e22cec05d740 img.shogun-image {
    
    width: px;
  }


#s-7e39f316-7544-422d-8f77-e22cec05d740 .shogun-image-content {
  
    align-items: center;
  
}

#s-4be3961f-3f20-435b-8d91-41b714c75bf7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ceab07a3-e440-4313-9811-bbd4dbe1c78d {
  text-align: left;
}




  #s-ceab07a3-e440-4313-9811-bbd4dbe1c78d img.shogun-image {
    
    width: px;
  }


#s-ceab07a3-e440-4313-9811-bbd4dbe1c78d .shogun-image-content {
  
    align-items: center;
  
}

#s-afb39a41-2cf9-48ec-ae49-d41445277740 {
  margin-top: 10px;
}

#s-4e5fc054-b918-4661-ada8-6c74b0e9f583 {
  text-align: left;
}




  #s-4e5fc054-b918-4661-ada8-6c74b0e9f583 img.shogun-image {
    
    width: px;
  }


#s-4e5fc054-b918-4661-ada8-6c74b0e9f583 .shogun-image-content {
  
    align-items: center;
  
}

#s-072ae11b-cfac-4780-b29e-ea22902af06d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4b3daa03-26be-4a4f-ab73-f10e3bea7769 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-4b3daa03-26be-4a4f-ab73-f10e3bea7769 {
  
}
}
@media (min-width: 0px) {
[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.666666666666668px);
}

[id="s-4b3daa03-26be-4a4f-ab73-f10e3bea7769"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

#s-1837f002-8ac3-4a1d-aff7-8a21c7f42608 {
  max-width: 100px;
text-align: left;
}




  #s-1837f002-8ac3-4a1d-aff7-8a21c7f42608 img.shogun-image {
    
    width: px;
  }


#s-1837f002-8ac3-4a1d-aff7-8a21c7f42608 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c1321540-540d-4d59-8b4a-661f3b2a695f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-23686d77-f9a9-4d82-8953-c476f4964e99 {
  text-align: left;
}




  #s-23686d77-f9a9-4d82-8953-c476f4964e99 img.shogun-image {
    
    width: px;
  }


#s-23686d77-f9a9-4d82-8953-c476f4964e99 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d95a481-c808-47fe-a8a3-59c4b3c7ba58 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-61e9366b-9546-4ff1-9b21-4fdf0f7502df {
  max-width: 100px;
text-align: left;
}




  #s-61e9366b-9546-4ff1-9b21-4fdf0f7502df img.shogun-image {
    
    width: px;
  }


#s-61e9366b-9546-4ff1-9b21-4fdf0f7502df .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-de5c5c56-b5fc-40dc-88ed-3662cd5b4422 {
  margin-top: 10px;
}

#s-49542f1f-7e9e-47d7-a934-4a9198a2e861 {
  background-size: cover;
min-height: 0px;
background-position: center center;
background-color: rgba(0, 90, 112, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-49542f1f-7e9e-47d7-a934-4a9198a2e861 {
  min-height: 0px;
}
}







#s-49542f1f-7e9e-47d7-a934-4a9198a2e861 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49542f1f-7e9e-47d7-a934-4a9198a2e861.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb5753d0-f153-4dcf-a5c8-c04fa2b0eff6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3be51a01-2d1e-48aa-ba1d-8e90a5d04462 {
  margin-top: 100px;
margin-left: 270px;
margin-bottom: auto;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-3be51a01-2d1e-48aa-ba1d-8e90a5d04462 {
  margin-top: 20px;
margin-left: 20px;
}
}@media (max-width: 767px){#s-3be51a01-2d1e-48aa-ba1d-8e90a5d04462 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
}
}
#s-c4221751-202b-4cbd-9a8b-0e76717fabb4 {
  margin-top: 20px;
margin-left: 280px;
margin-bottom: 55px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c4221751-202b-4cbd-9a8b-0e76717fabb4 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-c4221751-202b-4cbd-9a8b-0e76717fabb4 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-a5feabd9-4237-4e22-93af-4f3a91a2ccce {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-a5feabd9-4237-4e22-93af-4f3a91a2ccce {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}
}
#s-7bd19e19-b554-480d-8016-bc9003197020 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bd19e19-b554-480d-8016-bc9003197020 {
  margin-top: 20px;
margin-bottom: 0px;
}
}







#s-7bd19e19-b554-480d-8016-bc9003197020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bd19e19-b554-480d-8016-bc9003197020.shg-box.shg-c {
  justify-content: center;
}

#s-261af7e4-32bc-484d-ac64-9d7df33f0ede {
  padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-261af7e4-32bc-484d-ac64-9d7df33f0ede {
  display: none;
}
#s-261af7e4-32bc-484d-ac64-9d7df33f0ede, #wrap-s-261af7e4-32bc-484d-ac64-9d7df33f0ede { display:none !important; }}@media (max-width: 767px){#s-261af7e4-32bc-484d-ac64-9d7df33f0ede {
  display: none;
}
#s-261af7e4-32bc-484d-ac64-9d7df33f0ede, #wrap-s-261af7e4-32bc-484d-ac64-9d7df33f0ede { display:none !important; }}
@media (min-width: 0px) {
[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-261af7e4-32bc-484d-ac64-9d7df33f0ede"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-741c0c6a-a5a5-4fc3-855f-8f4cc2b3d44c {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-bcbdba83-1016-42d4-b8b9-659003d5ae70 {
  
}
}@media (max-width: 767px){#s-bcbdba83-1016-42d4-b8b9-659003d5ae70 {
  
}
}
#s-d74504c9-8f62-4f1a-9c92-ac2928612d57 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d74504c9-8f62-4f1a-9c92-ac2928612d57 {
  
}
}@media (max-width: 767px){#s-d74504c9-8f62-4f1a-9c92-ac2928612d57 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-277f6c8b-7449-4fb8-bcd0-ba4c415c5214 {
  
}
}@media (max-width: 767px){#s-277f6c8b-7449-4fb8-bcd0-ba4c415c5214 {
  
}
}
#s-fd8676b8-b9d4-49d2-839c-b3f1cc1ab2df {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd8676b8-b9d4-49d2-839c-b3f1cc1ab2df {
  
}
}@media (max-width: 767px){#s-fd8676b8-b9d4-49d2-839c-b3f1cc1ab2df {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-9cf6743c-b11c-4f84-83ec-b08a2b04a47a {
  
}
}@media (max-width: 767px){#s-9cf6743c-b11c-4f84-83ec-b08a2b04a47a {
  
}
}
#s-f39d6c48-d82b-4acf-8eaa-879cecf31c77 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f39d6c48-d82b-4acf-8eaa-879cecf31c77 {
  
}
}@media (max-width: 767px){#s-f39d6c48-d82b-4acf-8eaa-879cecf31c77 {
  
}
}
#s-68e90f79-7a55-4066-989c-c3d1dd43720e {
  min-height: 50px;
}








#s-68e90f79-7a55-4066-989c-c3d1dd43720e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68e90f79-7a55-4066-989c-c3d1dd43720e.shg-box.shg-c {
  justify-content: center;
}

#s-a381b410-04b9-4131-9e72-e9c747ae939c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 415px;
}
@media (min-width: 1200px){#s-a381b410-04b9-4131-9e72-e9c747ae939c {
  display: none;
}
#s-a381b410-04b9-4131-9e72-e9c747ae939c, #wrap-s-a381b410-04b9-4131-9e72-e9c747ae939c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a381b410-04b9-4131-9e72-e9c747ae939c {
  display: none;
}
#s-a381b410-04b9-4131-9e72-e9c747ae939c, #wrap-s-a381b410-04b9-4131-9e72-e9c747ae939c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a381b410-04b9-4131-9e72-e9c747ae939c {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-41dcc7ea-3684-4527-8f6b-09e4fb917723 {
  
}
}@media (max-width: 767px){#s-41dcc7ea-3684-4527-8f6b-09e4fb917723 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-a7b7c797-4c74-4394-8651-fc075e0f7d60 {
  
}
}@media (max-width: 767px){#s-a7b7c797-4c74-4394-8651-fc075e0f7d60 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-5bd515cc-fbcc-43d0-9b1e-f834db1c45ec {
  
}
}@media (max-width: 767px){#s-5bd515cc-fbcc-43d0-9b1e-f834db1c45ec {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-85e0a29a-0d0f-4645-94dc-74910d92ccfd {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-85e0a29a-0d0f-4645-94dc-74910d92ccfd {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-45625695-dc30-46e8-911d-a6ef79bdd265 {
  margin-top: 10px;
min-height: 145px;
}
@media (min-width: 768px) and (max-width: 991px){#s-45625695-dc30-46e8-911d-a6ef79bdd265 {
  
}
}@media (max-width: 767px){#s-45625695-dc30-46e8-911d-a6ef79bdd265 {
  
}
}
#s-575bf0b4-074b-4347-be1a-22d8cda33fee {
  margin-top: 10px;
min-height: 145px;
}
@media (min-width: 768px) and (max-width: 991px){#s-575bf0b4-074b-4347-be1a-22d8cda33fee {
  
}
}@media (max-width: 767px){#s-575bf0b4-074b-4347-be1a-22d8cda33fee {
  
}
}
#s-c5ee98f5-6898-4c20-aa4a-5b2241f5a24a {
  margin-top: 10px;
min-height: 145px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5ee98f5-6898-4c20-aa4a-5b2241f5a24a {
  
}
}@media (max-width: 767px){#s-c5ee98f5-6898-4c20-aa4a-5b2241f5a24a {
  
}
}
#s-3dc504d4-cb84-4c3c-aab1-82120ed3c574 {
  margin-top: 10px;
min-height: 145px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3dc504d4-cb84-4c3c-aab1-82120ed3c574 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-3dc504d4-cb84-4c3c-aab1-82120ed3c574 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-f88e881b-8aab-4dd6-8919-60ff6d241b71 {
  margin-top: 20px;
margin-bottom: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(199, 199, 199, 0.23);
}








#s-f88e881b-8aab-4dd6-8919-60ff6d241b71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f88e881b-8aab-4dd6-8919-60ff6d241b71.shg-box.shg-c {
  justify-content: center;
}

#s-bbd86e49-203b-44f9-8f65-99e426f8b6ee {
  margin-left: auto;
margin-right: auto;
max-width: 1120px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bbd86e49-203b-44f9-8f65-99e426f8b6ee {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bbd86e49-203b-44f9-8f65-99e426f8b6ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-42d4a1da-5c43-4ce7-b61f-db59d320a15c {
  margin-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-42d4a1da-5c43-4ce7-b61f-db59d320a15c {
  margin-left: 25px;
margin-right: 25px;
}
}



  #s-42d4a1da-5c43-4ce7-b61f-db59d320a15c img.shogun-image {
    
    width: px;
  }


#s-42d4a1da-5c43-4ce7-b61f-db59d320a15c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-56583565-01c6-40f0-9695-77d620f50127 {
  margin-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-56583565-01c6-40f0-9695-77d620f50127 {
  margin-left: 25px;
margin-right: 25px;
}
}



  #s-56583565-01c6-40f0-9695-77d620f50127 img.shogun-image {
    
    width: px;
  }


#s-56583565-01c6-40f0-9695-77d620f50127 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c047ea08-ce59-455e-a9ee-3a10d1fbad1f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c047ea08-ce59-455e-a9ee-3a10d1fbad1f .shogun-form-box {
  padding: 10px;
}

#s-c047ea08-ce59-455e-a9ee-3a10d1fbad1f .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-c047ea08-ce59-455e-a9ee-3a10d1fbad1f .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  justify-content: center;
}

#s-c047ea08-ce59-455e-a9ee-3a10d1fbad1f .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-c047ea08-ce59-455e-a9ee-3a10d1fbad1f .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-c047ea08-ce59-455e-a9ee-3a10d1fbad1f .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-c047ea08-ce59-455e-a9ee-3a10d1fbad1f .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
.shogun-form-text-input-field {
  width: 100%;
}

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

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

#s-1566fd86-3ba9-4e04-ba69-794cd6008123 {
  padding-left: 32%;
padding-right: 32%;
}

#s-1566fd86-3ba9-4e04-ba69-794cd6008123  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-1566fd86-3ba9-4e04-ba69-794cd6008123  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-1566fd86-3ba9-4e04-ba69-794cd6008123  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-1566fd86-3ba9-4e04-ba69-794cd6008123  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-1566fd86-3ba9-4e04-ba69-794cd6008123 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-1566fd86-3ba9-4e04-ba69-794cd6008123 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


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

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

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

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

#s-79b09fd9-74b5-4005-8dd2-e7bd7f66e0f9 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(189, 12, 99, 1);
border-radius: 10px;
color: #FFFFFF;
background-color: rgba(189, 12, 99, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-79b09fd9-74b5-4005-8dd2-e7bd7f66e0f9:hover {border-style: solid !important;
border-color: rgba(189, 12, 99, 1) !important;
background-color: rgba(189, 12, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79b09fd9-74b5-4005-8dd2-e7bd7f66e0f9:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-79b09fd9-74b5-4005-8dd2-e7bd7f66e0f9[disabled],
#s-79b09fd9-74b5-4005-8dd2-e7bd7f66e0f9[disabled]:hover,
#s-79b09fd9-74b5-4005-8dd2-e7bd7f66e0f9[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-79b09fd9-74b5-4005-8dd2-e7bd7f66e0f9 {
  display:  inline-block ;
  width:  auto ;
}


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