.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-eb2536b9-e5a9-44b3-9803-25cf6d4ecb5b {
  min-height: 50px;
}








#s-eb2536b9-e5a9-44b3-9803-25cf6d4ecb5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb2536b9-e5a9-44b3-9803-25cf6d4ecb5b.shg-box.shg-c {
  justify-content: center;
}

#s-9c7ac233-2461-4126-ac29-8edb968a0aca {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9c7ac233-2461-4126-ac29-8edb968a0aca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c7ac233-2461-4126-ac29-8edb968a0aca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c7ac233-2461-4126-ac29-8edb968a0aca {
  
}
}@media (max-width: 767px){#s-9c7ac233-2461-4126-ac29-8edb968a0aca {
  
}
}







#s-9c7ac233-2461-4126-ac29-8edb968a0aca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c7ac233-2461-4126-ac29-8edb968a0aca.shg-box.shg-c {
  justify-content: flex-start;
}

#s-678d921b-75d5-44b6-bca6-db2a59f54ae8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-678d921b-75d5-44b6-bca6-db2a59f54ae8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-678d921b-75d5-44b6-bca6-db2a59f54ae8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-678d921b-75d5-44b6-bca6-db2a59f54ae8 {
  
}
}@media (max-width: 767px){#s-678d921b-75d5-44b6-bca6-db2a59f54ae8 {
  
}
}







#s-678d921b-75d5-44b6-bca6-db2a59f54ae8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-678d921b-75d5-44b6-bca6-db2a59f54ae8.shg-box.shg-c {
  justify-content: flex-start;
}

.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-cf02b426-976f-4ea0-b973-cdbef1c234b7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-cf02b426-976f-4ea0-b973-cdbef1c234b7 {
  display: none;
}
#s-cf02b426-976f-4ea0-b973-cdbef1c234b7, #wrap-s-cf02b426-976f-4ea0-b973-cdbef1c234b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf02b426-976f-4ea0-b973-cdbef1c234b7 {
  display: none;
}
#s-cf02b426-976f-4ea0-b973-cdbef1c234b7, #wrap-s-cf02b426-976f-4ea0-b973-cdbef1c234b7 { display:none !important; }}
#s-a2fb0978-175f-4ce8-9eec-01fcee9519eb {
  background-image: url(https://i.shgcdn.com/2c2574fc-8328-4c8a-9b90-4479b2d2b26c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-a2fb0978-175f-4ce8-9eec-01fcee9519eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2fb0978-175f-4ce8-9eec-01fcee9519eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2fb0978-175f-4ce8-9eec-01fcee9519eb {
  
}
}@media (max-width: 767px){#s-a2fb0978-175f-4ce8-9eec-01fcee9519eb {
  
}
}







#s-a2fb0978-175f-4ce8-9eec-01fcee9519eb > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-a2fb0978-175f-4ce8-9eec-01fcee9519eb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4b56a67d-65d1-46e8-b52b-e7390e34eb30 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b56a67d-65d1-46e8-b52b-e7390e34eb30 {
  display: none;
}
#s-4b56a67d-65d1-46e8-b52b-e7390e34eb30, #wrap-s-4b56a67d-65d1-46e8-b52b-e7390e34eb30 { display:none !important; }}@media (max-width: 767px){#s-4b56a67d-65d1-46e8-b52b-e7390e34eb30 {
  display: none;
}
#s-4b56a67d-65d1-46e8-b52b-e7390e34eb30, #wrap-s-4b56a67d-65d1-46e8-b52b-e7390e34eb30 { display:none !important; }}
#s-f3b886cf-e1cb-457a-8d98-dc79c97e1261 {
  min-height: 50px;
}








#s-f3b886cf-e1cb-457a-8d98-dc79c97e1261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3b886cf-e1cb-457a-8d98-dc79c97e1261.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-3d121644-4c8d-4a7a-a4bb-c1e9dbcbaa8f {
  display: none;
}
#s-3d121644-4c8d-4a7a-a4bb-c1e9dbcbaa8f, #wrap-s-3d121644-4c8d-4a7a-a4bb-c1e9dbcbaa8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d121644-4c8d-4a7a-a4bb-c1e9dbcbaa8f {
  display: none;
}
#s-3d121644-4c8d-4a7a-a4bb-c1e9dbcbaa8f, #wrap-s-3d121644-4c8d-4a7a-a4bb-c1e9dbcbaa8f { display:none !important; }}
#s-71f649c4-5ef7-49a6-85f9-bd59f64acf16 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-71f649c4-5ef7-49a6-85f9-bd59f64acf16 {
  display: none;
}
#s-71f649c4-5ef7-49a6-85f9-bd59f64acf16, #wrap-s-71f649c4-5ef7-49a6-85f9-bd59f64acf16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71f649c4-5ef7-49a6-85f9-bd59f64acf16 {
  display: none;
}
#s-71f649c4-5ef7-49a6-85f9-bd59f64acf16, #wrap-s-71f649c4-5ef7-49a6-85f9-bd59f64acf16 { display:none !important; }}







#s-71f649c4-5ef7-49a6-85f9-bd59f64acf16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71f649c4-5ef7-49a6-85f9-bd59f64acf16.shg-box.shg-c {
  justify-content: center;
}

#s-8cc58db5-3205-4ddc-94ef-f67d632ead54 .shogun-icon-wrapper {
  text-align: center;
}


#s-8cc58db5-3205-4ddc-94ef-f67d632ead54 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-f7577944-bc5c-4d08-bb71-4802affd7e3e {
  margin-top: 5px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-f413bae5-d493-47f5-bd33-7394e84a2dea {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f413bae5-d493-47f5-bd33-7394e84a2dea {
  display: none;
}
#s-f413bae5-d493-47f5-bd33-7394e84a2dea, #wrap-s-f413bae5-d493-47f5-bd33-7394e84a2dea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f413bae5-d493-47f5-bd33-7394e84a2dea {
  display: none;
}
#s-f413bae5-d493-47f5-bd33-7394e84a2dea, #wrap-s-f413bae5-d493-47f5-bd33-7394e84a2dea { display:none !important; }}







#s-f413bae5-d493-47f5-bd33-7394e84a2dea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f413bae5-d493-47f5-bd33-7394e84a2dea.shg-box.shg-c {
  justify-content: center;
}

#s-71b0b7ec-dc80-4de2-a126-3682c6aef374 .shogun-icon-wrapper {
  text-align: center;
}


#s-71b0b7ec-dc80-4de2-a126-3682c6aef374 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-0c07ef9f-5e7c-4a3e-93c6-d4ef639c2aa1 {
  margin-top: 5px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-732a34dc-8ba8-4f5d-9bc0-29ae46d53f66 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-732a34dc-8ba8-4f5d-9bc0-29ae46d53f66 {
  display: none;
}
#s-732a34dc-8ba8-4f5d-9bc0-29ae46d53f66, #wrap-s-732a34dc-8ba8-4f5d-9bc0-29ae46d53f66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-732a34dc-8ba8-4f5d-9bc0-29ae46d53f66 {
  display: none;
}
#s-732a34dc-8ba8-4f5d-9bc0-29ae46d53f66, #wrap-s-732a34dc-8ba8-4f5d-9bc0-29ae46d53f66 { display:none !important; }}







#s-732a34dc-8ba8-4f5d-9bc0-29ae46d53f66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-732a34dc-8ba8-4f5d-9bc0-29ae46d53f66.shg-box.shg-c {
  justify-content: center;
}

#s-313067fe-4759-49a3-84db-6f4a22aeb52b .shogun-icon-wrapper {
  text-align: center;
}


#s-313067fe-4759-49a3-84db-6f4a22aeb52b .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-09885286-a6b9-44f7-8231-25616a9c06b9 {
  margin-top: 5px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-f88601fd-a5b1-458c-a2ed-2b0fdcbcc0c2 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f88601fd-a5b1-458c-a2ed-2b0fdcbcc0c2 {
  display: none;
}
#s-f88601fd-a5b1-458c-a2ed-2b0fdcbcc0c2, #wrap-s-f88601fd-a5b1-458c-a2ed-2b0fdcbcc0c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f88601fd-a5b1-458c-a2ed-2b0fdcbcc0c2 {
  display: none;
}
#s-f88601fd-a5b1-458c-a2ed-2b0fdcbcc0c2, #wrap-s-f88601fd-a5b1-458c-a2ed-2b0fdcbcc0c2 { display:none !important; }}







#s-f88601fd-a5b1-458c-a2ed-2b0fdcbcc0c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f88601fd-a5b1-458c-a2ed-2b0fdcbcc0c2.shg-box.shg-c {
  justify-content: center;
}

#s-600e46db-febd-4db7-ae07-7b1e20ff5694 .shogun-icon-wrapper {
  text-align: center;
}


#s-600e46db-febd-4db7-ae07-7b1e20ff5694 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-b4aef4be-66f2-45a3-b74d-0b369f95c50f {
  margin-top: 5px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-6300dec2-3618-4dfc-8a8c-da6d482a08d3 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6300dec2-3618-4dfc-8a8c-da6d482a08d3 {
  display: none;
}
#s-6300dec2-3618-4dfc-8a8c-da6d482a08d3, #wrap-s-6300dec2-3618-4dfc-8a8c-da6d482a08d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6300dec2-3618-4dfc-8a8c-da6d482a08d3 {
  display: none;
}
#s-6300dec2-3618-4dfc-8a8c-da6d482a08d3, #wrap-s-6300dec2-3618-4dfc-8a8c-da6d482a08d3 { display:none !important; }}







#s-6300dec2-3618-4dfc-8a8c-da6d482a08d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6300dec2-3618-4dfc-8a8c-da6d482a08d3.shg-box.shg-c {
  justify-content: center;
}

#s-032e8ea9-ccb7-4fff-bab7-147c69a0fbc5 .shogun-icon-wrapper {
  text-align: center;
}


#s-032e8ea9-ccb7-4fff-bab7-147c69a0fbc5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-ce10a039-4ffe-4971-9bf2-6890b52b9f52 {
  margin-top: 5px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-d2b5c88b-f781-4cdd-a16d-92eb05f9a8d5 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d2b5c88b-f781-4cdd-a16d-92eb05f9a8d5 {
  display: none;
}
#s-d2b5c88b-f781-4cdd-a16d-92eb05f9a8d5, #wrap-s-d2b5c88b-f781-4cdd-a16d-92eb05f9a8d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2b5c88b-f781-4cdd-a16d-92eb05f9a8d5 {
  display: none;
}
#s-d2b5c88b-f781-4cdd-a16d-92eb05f9a8d5, #wrap-s-d2b5c88b-f781-4cdd-a16d-92eb05f9a8d5 { display:none !important; }}







#s-d2b5c88b-f781-4cdd-a16d-92eb05f9a8d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b5c88b-f781-4cdd-a16d-92eb05f9a8d5.shg-box.shg-c {
  justify-content: center;
}

#s-fb0bb4c6-1e4b-48fe-9341-d0c43dfa4895 .shogun-icon-wrapper {
  text-align: center;
}


#s-fb0bb4c6-1e4b-48fe-9341-d0c43dfa4895 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-eac18251-636f-4718-a23b-7d669a753a20 {
  margin-top: 5px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px){#s-fbf15c49-4124-4527-a3ab-adcccb956101 {
  display: none;
}
#s-fbf15c49-4124-4527-a3ab-adcccb956101, #wrap-s-fbf15c49-4124-4527-a3ab-adcccb956101 { display:none !important; }}@media (max-width: 767px){#s-fbf15c49-4124-4527-a3ab-adcccb956101 {
  display: none;
}
#s-fbf15c49-4124-4527-a3ab-adcccb956101, #wrap-s-fbf15c49-4124-4527-a3ab-adcccb956101 { display:none !important; }}
#s-52a0cc10-300d-4c17-bf79-d808c506cd8d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-52a0cc10-300d-4c17-bf79-d808c506cd8d {
  display: none;
}
#s-52a0cc10-300d-4c17-bf79-d808c506cd8d, #wrap-s-52a0cc10-300d-4c17-bf79-d808c506cd8d { display:none !important; }}@media (max-width: 767px){#s-52a0cc10-300d-4c17-bf79-d808c506cd8d {
  display: none;
}
#s-52a0cc10-300d-4c17-bf79-d808c506cd8d, #wrap-s-52a0cc10-300d-4c17-bf79-d808c506cd8d { display:none !important; }}







#s-52a0cc10-300d-4c17-bf79-d808c506cd8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52a0cc10-300d-4c17-bf79-d808c506cd8d.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2 {
  margin-left: 120px;
margin-right: 120px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2 {
  display: none;
}
#s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2, #wrap-s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2 { display:none !important; }}@media (max-width: 767px){#s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2 {
  display: none;
}
#s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2, #wrap-s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4eca8d36-9e4b-46ad-943f-7d65e4f0a0c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-be18936b-bac1-4ccf-900b-8d09e796c8fe {
  min-height: 50px;
}








#s-be18936b-bac1-4ccf-900b-8d09e796c8fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be18936b-bac1-4ccf-900b-8d09e796c8fe.shg-box.shg-c {
  justify-content: center;
}

#s-8cab2305-d577-4c9b-afd6-23e9cec14a6e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8cab2305-d577-4c9b-afd6-23e9cec14a6e .shogun-icon-wrapper {
  text-align: center;
}


#s-8cab2305-d577-4c9b-afd6-23e9cec14a6e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-a6200946-0cf4-484e-9fcd-cd0477de1538 {
  margin-left: 10px;
margin-right: 10px;
}

#s-96a744d7-6f5d-4b2b-9d37-0940155991ef {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-96a744d7-6f5d-4b2b-9d37-0940155991ef .shogun-icon-wrapper {
  text-align: center;
}


#s-96a744d7-6f5d-4b2b-9d37-0940155991ef .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-1f079015-213d-4ed8-951a-7b6000b09732 {
  margin-left: 10px;
margin-right: 10px;
}

#s-9836885f-d8bc-41d1-96d7-94f4562fdc87 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9836885f-d8bc-41d1-96d7-94f4562fdc87 .shogun-icon-wrapper {
  text-align: center;
}


#s-9836885f-d8bc-41d1-96d7-94f4562fdc87 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-aef6ab82-1bb4-49ce-bb82-301653c3408e {
  margin-left: 10px;
margin-right: 10px;
}

#s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd {
  margin-left: 120px;
margin-right: 120px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd {
  display: none;
}
#s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd, #wrap-s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd { display:none !important; }}@media (max-width: 767px){#s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd {
  display: none;
}
#s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd, #wrap-s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd { display:none !important; }}
@media (min-width: 0px) {
[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f4cbc18-596e-41a2-8e11-7b0e84b005fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4c019ed5-4575-4446-9e25-d4d7aa804fe7 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-4c019ed5-4575-4446-9e25-d4d7aa804fe7 .shogun-icon-wrapper {
  text-align: center;
}


#s-4c019ed5-4575-4446-9e25-d4d7aa804fe7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-da43258d-da32-401b-ac72-d93e027d9bcb {
  margin-left: 10px;
margin-right: 10px;
}

#s-9881d803-7634-4a07-8ba3-7971cb3f1cd6 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-9881d803-7634-4a07-8ba3-7971cb3f1cd6 .shogun-icon-wrapper {
  text-align: center;
}


#s-9881d803-7634-4a07-8ba3-7971cb3f1cd6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-c359f1c0-8924-41c1-9ba3-773f1f338e31 {
  margin-left: 10px;
margin-right: 10px;
}

#s-a6b7ec48-47a0-4e89-8d76-75dfce85db41 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-a6b7ec48-47a0-4e89-8d76-75dfce85db41 .shogun-icon-wrapper {
  text-align: center;
}


#s-a6b7ec48-47a0-4e89-8d76-75dfce85db41 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-b9c0e9fb-2662-4770-8471-b2e3db3d373c {
  margin-left: 10px;
margin-right: 10px;
}

#s-ead49b0b-fda9-4fdb-88b5-6838dc866261 {
  min-height: 50px;
}








#s-ead49b0b-fda9-4fdb-88b5-6838dc866261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ead49b0b-fda9-4fdb-88b5-6838dc866261.shg-box.shg-c {
  justify-content: center;
}

#s-55e478fe-774b-4927-8fc3-ce52b670f39d {
  margin-left: 200px;
margin-right: 200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-55e478fe-774b-4927-8fc3-ce52b670f39d {
  display: none;
}
#s-55e478fe-774b-4927-8fc3-ce52b670f39d, #wrap-s-55e478fe-774b-4927-8fc3-ce52b670f39d { display:none !important; }}@media (max-width: 767px){#s-55e478fe-774b-4927-8fc3-ce52b670f39d {
  display: none;
}
#s-55e478fe-774b-4927-8fc3-ce52b670f39d, #wrap-s-55e478fe-774b-4927-8fc3-ce52b670f39d { display:none !important; }}
@media (min-width: 0px) {
[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-55e478fe-774b-4927-8fc3-ce52b670f39d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-584a3294-874c-4235-bf74-f315d88eed4e {
  display: none;
}
#s-4cec5801-ab90-4169-bdfa-38997fb09940 {
  border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(171, 163, 163, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4cec5801-ab90-4169-bdfa-38997fb09940 {
  
}
}@media (max-width: 767px){#s-4cec5801-ab90-4169-bdfa-38997fb09940 {
  
}
}







#s-4cec5801-ab90-4169-bdfa-38997fb09940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cec5801-ab90-4169-bdfa-38997fb09940.shg-box.shg-c {
  justify-content: center;
}

#s-122b83ab-f1ef-4bdb-891a-bc66745823f5 {
  min-height: 50px;
}








#s-122b83ab-f1ef-4bdb-891a-bc66745823f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-122b83ab-f1ef-4bdb-891a-bc66745823f5.shg-box.shg-c {
  justify-content: center;
}

#s-4430cc83-63a6-4d59-b323-0d8cbf827327 {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4430cc83-63a6-4d59-b323-0d8cbf827327 {
  display: none;
}
#s-4430cc83-63a6-4d59-b323-0d8cbf827327, #wrap-s-4430cc83-63a6-4d59-b323-0d8cbf827327 { display:none !important; }}@media (max-width: 767px){#s-4430cc83-63a6-4d59-b323-0d8cbf827327 {
  display: none;
}
#s-4430cc83-63a6-4d59-b323-0d8cbf827327, #wrap-s-4430cc83-63a6-4d59-b323-0d8cbf827327 { display:none !important; }}







#s-4430cc83-63a6-4d59-b323-0d8cbf827327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4430cc83-63a6-4d59-b323-0d8cbf827327.shg-box.shg-c {
  justify-content: center;
}

#s-e68f66be-040c-4e8d-aed2-8ec0c9be70e6 {
  min-height: 50px;
}








#s-e68f66be-040c-4e8d-aed2-8ec0c9be70e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e68f66be-040c-4e8d-aed2-8ec0c9be70e6.shg-box.shg-c {
  justify-content: center;
}

#s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-fdf25f89-3828-4db1-8a43-5c49cbbfdb7a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.0px);
}

}

#s-e1b7f378-b712-4a57-8bc2-e37b88163736 {
  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-b7a38675-f8bc-42d0-b65f-ec2f3425677e {
  margin-top: 25%;
margin-bottom: 25%;
text-align: center;
}


.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e {
  max-width: 100%;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e .shg-image-zoom,
.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e {
  max-width: 100%;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e .shg-image-zoom,
.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e {
  max-width: 100%;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e .shg-image-zoom,
.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e {
  max-width: 100%;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e .shg-image-zoom,
.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e {
  max-width: 100%;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e .shg-image-zoom,
.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7a38675-f8bc-42d0-b65f-ec2f3425677e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.contenedor {margin-top:1em;}
.entregas{font-weight:400}
p.precio_orig {
  text-decoration: line-through; 
  font-size: 30px;
  font-weight:700;
  margin-bottom:0;
  line-height: 1.1em;
  text-align:center;
}
p.precio_suscr {
  font-size: 30px; 
  font-weight:700;
  line-height: 1.1em;
  margin-bottom:0;
  text-align:center;
}
p.frecuencia {
  line-height: 1.1em;
  margin:15px 0;
  text-align:center;
}
p.peso {text-align:center; margin:5px 0 0 0;}
.btn_add {
  width:100%;
  white-space: normal;
}
@media only screen and (max-width: 600px) {
  .cont_izq, .cont_der { 
    display: block;
    width: 100%;
  }
}

#s-e6da5068-36ed-40b3-8dc4-f0ae932ef588 {
  display: none;
}
#s-7207d558-3ccb-4009-8741-b481b6b54b0c {
  border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(171, 163, 163, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7207d558-3ccb-4009-8741-b481b6b54b0c {
  
}
}@media (max-width: 767px){#s-7207d558-3ccb-4009-8741-b481b6b54b0c {
  
}
}







#s-7207d558-3ccb-4009-8741-b481b6b54b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7207d558-3ccb-4009-8741-b481b6b54b0c.shg-box.shg-c {
  justify-content: center;
}

#s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-277e426f-d2ca-44b4-a3b1-ddf0e3d718ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.0px);
}

}

#s-ca43f418-642c-493e-b1ec-293d1e7ce80f {
  display: none;
}
#s-8740f0f7-67da-4bf3-be64-e94a1a45080c {
  margin-top: 25%;
margin-bottom: 25%;
text-align: center;
}


.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c {
  max-width: 100%;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c .shg-image-zoom,
.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c {
  max-width: 100%;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c .shg-image-zoom,
.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c {
  max-width: 100%;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c .shg-image-zoom,
.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c {
  max-width: 100%;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c .shg-image-zoom,
.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c {
  max-width: 100%;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c .shg-image-zoom,
.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8740f0f7-67da-4bf3-be64-e94a1a45080c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9da7e3a7-5d8f-4970-87ba-74c84b71569e {
  display: none;
}
#s-33760f68-2201-4e0b-9f8b-469fc5ccc8f9 {
  border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(171, 163, 163, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-33760f68-2201-4e0b-9f8b-469fc5ccc8f9 {
  
}
}@media (max-width: 767px){#s-33760f68-2201-4e0b-9f8b-469fc5ccc8f9 {
  
}
}







#s-33760f68-2201-4e0b-9f8b-469fc5ccc8f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33760f68-2201-4e0b-9f8b-469fc5ccc8f9.shg-box.shg-c {
  justify-content: center;
}

#s-14f3b2ae-95d9-4ace-9f46-f471bbbb3919 {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-14f3b2ae-95d9-4ace-9f46-f471bbbb3919 {
  display: none;
}
#s-14f3b2ae-95d9-4ace-9f46-f471bbbb3919, #wrap-s-14f3b2ae-95d9-4ace-9f46-f471bbbb3919 { display:none !important; }}@media (max-width: 767px){#s-14f3b2ae-95d9-4ace-9f46-f471bbbb3919 {
  display: none;
}
#s-14f3b2ae-95d9-4ace-9f46-f471bbbb3919, #wrap-s-14f3b2ae-95d9-4ace-9f46-f471bbbb3919 { display:none !important; }}







#s-14f3b2ae-95d9-4ace-9f46-f471bbbb3919 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14f3b2ae-95d9-4ace-9f46-f471bbbb3919.shg-box.shg-c {
  justify-content: center;
}

#s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-727cba6d-1d41-4d8e-9bcb-bc4f54ca23e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.0px);
}

}

#s-8fc355de-cf32-41a1-81f0-619337eddbbf {
  display: none;
}
#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a {
  margin-top: 25%;
margin-bottom: 25%;
text-align: center;
}


.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a {
  max-width: 100%;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a .shg-image-zoom,
.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a {
  max-width: 100%;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a .shg-image-zoom,
.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a {
  max-width: 100%;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a .shg-image-zoom,
.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a {
  max-width: 100%;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a .shg-image-zoom,
.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a {
  max-width: 100%;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a .shg-image-zoom,
.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff9e06f6-7f8a-413e-824a-576d1565dd0a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e003eab4-9631-4fcc-9411-e0296f236c4f {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e003eab4-9631-4fcc-9411-e0296f236c4f {
  display: none;
}
#s-e003eab4-9631-4fcc-9411-e0296f236c4f, #wrap-s-e003eab4-9631-4fcc-9411-e0296f236c4f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e003eab4-9631-4fcc-9411-e0296f236c4f {
  display: none;
}
#s-e003eab4-9631-4fcc-9411-e0296f236c4f, #wrap-s-e003eab4-9631-4fcc-9411-e0296f236c4f { display:none !important; }}







#s-e003eab4-9631-4fcc-9411-e0296f236c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e003eab4-9631-4fcc-9411-e0296f236c4f.shg-box.shg-c {
  justify-content: center;
}

#s-f0693eb9-b20e-40e2-8bd1-86f30ab6cf8a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f0693eb9-b20e-40e2-8bd1-86f30ab6cf8a {
  display: none;
}
#s-f0693eb9-b20e-40e2-8bd1-86f30ab6cf8a, #wrap-s-f0693eb9-b20e-40e2-8bd1-86f30ab6cf8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0693eb9-b20e-40e2-8bd1-86f30ab6cf8a {
  display: none;
}
#s-f0693eb9-b20e-40e2-8bd1-86f30ab6cf8a, #wrap-s-f0693eb9-b20e-40e2-8bd1-86f30ab6cf8a { display:none !important; }}







#s-f0693eb9-b20e-40e2-8bd1-86f30ab6cf8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0693eb9-b20e-40e2-8bd1-86f30ab6cf8a.shg-box.shg-c {
  justify-content: center;
}

#s-2cf769c3-0efa-4705-ab60-85a9ca4dfca8 {
  display: none;
}
#s-1fafcc96-99e6-486d-bea5-d222600d9c3b {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-1fafcc96-99e6-486d-bea5-d222600d9c3b {
  display: none;
}
#s-1fafcc96-99e6-486d-bea5-d222600d9c3b, #wrap-s-1fafcc96-99e6-486d-bea5-d222600d9c3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fafcc96-99e6-486d-bea5-d222600d9c3b {
  display: none;
}
#s-1fafcc96-99e6-486d-bea5-d222600d9c3b, #wrap-s-1fafcc96-99e6-486d-bea5-d222600d9c3b { display:none !important; }}
#s-80d1c127-3133-4239-9086-0e051e052d09 {
  text-align: center;
}


.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 {
  max-width: 100%;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 .shg-image-zoom,
.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 {
  max-width: 100%;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 .shg-image-zoom,
.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 {
  max-width: 100%;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 .shg-image-zoom,
.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 {
  max-width: 100%;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 .shg-image-zoom,
.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 {
  max-width: 100%;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 .shg-image-zoom,
.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-80d1c127-3133-4239-9086-0e051e052d09 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6 {
  display: none;
}
#s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6, #wrap-s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6 {
  display: none;
}
#s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6, #wrap-s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54ddb7c3-04ce-4fa2-8187-fb9e380f86d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3f4bfbf8-0759-43e7-9bfd-d8c83d2c33af {
  margin-top: 15px;
}
@media (min-width: 1200px){#s-3f4bfbf8-0759-43e7-9bfd-d8c83d2c33af {
  display: none;
}
#s-3f4bfbf8-0759-43e7-9bfd-d8c83d2c33af, #wrap-s-3f4bfbf8-0759-43e7-9bfd-d8c83d2c33af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f4bfbf8-0759-43e7-9bfd-d8c83d2c33af {
  display: none;
}
#s-3f4bfbf8-0759-43e7-9bfd-d8c83d2c33af, #wrap-s-3f4bfbf8-0759-43e7-9bfd-d8c83d2c33af { display:none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-9ca64885-5f6a-4154-9b5c-064aa5c1f5c8 {
  border-style: solid;
padding-top: 8px;
padding-left: 12px;
padding-bottom: 8px;
padding-right: 12px;
border-color: rgba(227, 111, 56, 1);
border-radius: 2px;
background-color: rgba(227, 111, 56, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9ca64885-5f6a-4154-9b5c-064aa5c1f5c8:hover {background-color: rgba(227, 111, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9ca64885-5f6a-4154-9b5c-064aa5c1f5c8:active {background-color: rgba(227, 111, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9ca64885-5f6a-4154-9b5c-064aa5c1f5c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ca64885-5f6a-4154-9b5c-064aa5c1f5c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ca64885-5f6a-4154-9b5c-064aa5c1f5c8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-9ca64885-5f6a-4154-9b5c-064aa5c1f5c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9ca64885-5f6a-4154-9b5c-064aa5c1f5c8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8d9eea90-b89f-4f63-bc2f-5e4e7d051f4d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8d9eea90-b89f-4f63-bc2f-5e4e7d051f4d {
  display: none;
}
#s-8d9eea90-b89f-4f63-bc2f-5e4e7d051f4d, #wrap-s-8d9eea90-b89f-4f63-bc2f-5e4e7d051f4d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d9eea90-b89f-4f63-bc2f-5e4e7d051f4d {
  display: none;
}
#s-8d9eea90-b89f-4f63-bc2f-5e4e7d051f4d, #wrap-s-8d9eea90-b89f-4f63-bc2f-5e4e7d051f4d { display:none !important; }}







#s-8d9eea90-b89f-4f63-bc2f-5e4e7d051f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d9eea90-b89f-4f63-bc2f-5e4e7d051f4d.shg-box.shg-c {
  justify-content: center;
}

#s-df917871-31a0-450e-a27c-5b894d008d84 {
  display: none;
}
#s-bd05a031-9149-483d-8849-e96acb5c63b9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bd05a031-9149-483d-8849-e96acb5c63b9 {
  display: none;
}
#s-bd05a031-9149-483d-8849-e96acb5c63b9, #wrap-s-bd05a031-9149-483d-8849-e96acb5c63b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd05a031-9149-483d-8849-e96acb5c63b9 {
  display: none;
}
#s-bd05a031-9149-483d-8849-e96acb5c63b9, #wrap-s-bd05a031-9149-483d-8849-e96acb5c63b9 { display:none !important; }}







#s-bd05a031-9149-483d-8849-e96acb5c63b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd05a031-9149-483d-8849-e96acb5c63b9.shg-box.shg-c {
  justify-content: center;
}

#s-3ff2ee87-e391-448e-93b2-2e16dd297d60 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-3ff2ee87-e391-448e-93b2-2e16dd297d60 {
  display: none;
}
#s-3ff2ee87-e391-448e-93b2-2e16dd297d60, #wrap-s-3ff2ee87-e391-448e-93b2-2e16dd297d60 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ff2ee87-e391-448e-93b2-2e16dd297d60 {
  display: none;
}
#s-3ff2ee87-e391-448e-93b2-2e16dd297d60, #wrap-s-3ff2ee87-e391-448e-93b2-2e16dd297d60 { display:none !important; }}
#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba {
  text-align: center;
}


.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba {
  max-width: 100%;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba .shg-image-zoom,
.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba {
  max-width: 100%;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba .shg-image-zoom,
.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba {
  max-width: 100%;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba .shg-image-zoom,
.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba {
  max-width: 100%;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba .shg-image-zoom,
.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba {
  max-width: 100%;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba .shg-image-zoom,
.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-0f7447f7-f8fc-4027-aaa5-e4a4101a61ba .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-5e145fab-d566-4b8e-8886-9db120284ce1 {
  display: none;
}
#s-5e145fab-d566-4b8e-8886-9db120284ce1, #wrap-s-5e145fab-d566-4b8e-8886-9db120284ce1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e145fab-d566-4b8e-8886-9db120284ce1 {
  display: none;
}
#s-5e145fab-d566-4b8e-8886-9db120284ce1, #wrap-s-5e145fab-d566-4b8e-8886-9db120284ce1 { display:none !important; }}
#s-57cb6813-6b35-491d-91f1-4b42b955c282 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-57cb6813-6b35-491d-91f1-4b42b955c282 {
  display: none;
}
#s-57cb6813-6b35-491d-91f1-4b42b955c282, #wrap-s-57cb6813-6b35-491d-91f1-4b42b955c282 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57cb6813-6b35-491d-91f1-4b42b955c282 {
  display: none;
}
#s-57cb6813-6b35-491d-91f1-4b42b955c282, #wrap-s-57cb6813-6b35-491d-91f1-4b42b955c282 { display:none !important; }}
@media (min-width: 0px) {
[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57cb6813-6b35-491d-91f1-4b42b955c282"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-07e265d6-3333-4e97-8194-7cda1e49ad88 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-cdb00e80-da75-400a-95f6-d59b1a51787a {
  border-style: solid;
padding-top: 8px;
padding-left: 12px;
padding-bottom: 8px;
padding-right: 12px;
border-color: rgba(246, 189, 47, 1);
border-radius: 2px;
background-color: rgba(246, 189, 47, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cdb00e80-da75-400a-95f6-d59b1a51787a:hover {background-color: rgba(246, 189, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cdb00e80-da75-400a-95f6-d59b1a51787a:active {background-color: rgba(246, 189, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-cdb00e80-da75-400a-95f6-d59b1a51787a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cdb00e80-da75-400a-95f6-d59b1a51787a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cdb00e80-da75-400a-95f6-d59b1a51787a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-cdb00e80-da75-400a-95f6-d59b1a51787a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cdb00e80-da75-400a-95f6-d59b1a51787a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f7ba9b00-450a-4356-930c-a2924322695e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f7ba9b00-450a-4356-930c-a2924322695e {
  display: none;
}
#s-f7ba9b00-450a-4356-930c-a2924322695e, #wrap-s-f7ba9b00-450a-4356-930c-a2924322695e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7ba9b00-450a-4356-930c-a2924322695e {
  display: none;
}
#s-f7ba9b00-450a-4356-930c-a2924322695e, #wrap-s-f7ba9b00-450a-4356-930c-a2924322695e { display:none !important; }}







#s-f7ba9b00-450a-4356-930c-a2924322695e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7ba9b00-450a-4356-930c-a2924322695e.shg-box.shg-c {
  justify-content: center;
}

#s-9c815c63-7940-4ac5-8086-359f4f5adf99 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9c815c63-7940-4ac5-8086-359f4f5adf99 {
  display: none;
}
#s-9c815c63-7940-4ac5-8086-359f4f5adf99, #wrap-s-9c815c63-7940-4ac5-8086-359f4f5adf99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c815c63-7940-4ac5-8086-359f4f5adf99 {
  display: none;
}
#s-9c815c63-7940-4ac5-8086-359f4f5adf99, #wrap-s-9c815c63-7940-4ac5-8086-359f4f5adf99 { display:none !important; }}







#s-9c815c63-7940-4ac5-8086-359f4f5adf99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c815c63-7940-4ac5-8086-359f4f5adf99.shg-box.shg-c {
  justify-content: center;
}

#s-3932b3c9-f0ac-43ce-ad12-1eec6d469cfc {
  display: none;
}
#s-6d4d58a8-1d42-4d4e-9ea9-51f08fc3cccc {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-6d4d58a8-1d42-4d4e-9ea9-51f08fc3cccc {
  display: none;
}
#s-6d4d58a8-1d42-4d4e-9ea9-51f08fc3cccc, #wrap-s-6d4d58a8-1d42-4d4e-9ea9-51f08fc3cccc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d4d58a8-1d42-4d4e-9ea9-51f08fc3cccc {
  display: none;
}
#s-6d4d58a8-1d42-4d4e-9ea9-51f08fc3cccc, #wrap-s-6d4d58a8-1d42-4d4e-9ea9-51f08fc3cccc { display:none !important; }}
#s-45d3042e-930a-4b29-8b42-2f54f137fea4 {
  text-align: center;
}


.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 {
  max-width: 100%;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 .shg-image-zoom,
.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 {
  max-width: 100%;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 .shg-image-zoom,
.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 {
  max-width: 100%;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 .shg-image-zoom,
.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 {
  max-width: 100%;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 .shg-image-zoom,
.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 {
  max-width: 100%;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 .shg-image-zoom,
.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-45d3042e-930a-4b29-8b42-2f54f137fea4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
@media (min-width: 1200px){#s-1705d6d2-cf4f-4c3f-8a2b-c074fd9f648a {
  display: none;
}
#s-1705d6d2-cf4f-4c3f-8a2b-c074fd9f648a, #wrap-s-1705d6d2-cf4f-4c3f-8a2b-c074fd9f648a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1705d6d2-cf4f-4c3f-8a2b-c074fd9f648a {
  display: none;
}
#s-1705d6d2-cf4f-4c3f-8a2b-c074fd9f648a, #wrap-s-1705d6d2-cf4f-4c3f-8a2b-c074fd9f648a { display:none !important; }}
#s-f20d2caa-f587-43ac-ba78-e8a5394a5064 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-f20d2caa-f587-43ac-ba78-e8a5394a5064 {
  display: none;
}
#s-f20d2caa-f587-43ac-ba78-e8a5394a5064, #wrap-s-f20d2caa-f587-43ac-ba78-e8a5394a5064 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f20d2caa-f587-43ac-ba78-e8a5394a5064 {
  display: none;
}
#s-f20d2caa-f587-43ac-ba78-e8a5394a5064, #wrap-s-f20d2caa-f587-43ac-ba78-e8a5394a5064 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f20d2caa-f587-43ac-ba78-e8a5394a5064"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6a51e872-be8c-4ce9-904d-0aeced278254 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-6a51e872-be8c-4ce9-904d-0aeced278254 {
  display: none;
}
#s-6a51e872-be8c-4ce9-904d-0aeced278254, #wrap-s-6a51e872-be8c-4ce9-904d-0aeced278254 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a51e872-be8c-4ce9-904d-0aeced278254 {
  display: none;
}
#s-6a51e872-be8c-4ce9-904d-0aeced278254, #wrap-s-6a51e872-be8c-4ce9-904d-0aeced278254 { display:none !important; }}
#s-22a5219d-a26c-4948-b8da-89114c95f3f7 {
  border-style: solid;
padding-top: 8px;
padding-left: 12px;
padding-bottom: 8px;
padding-right: 12px;
border-color: rgba(116, 52, 148, 1);
border-radius: 2px;
background-color: rgba(116, 52, 148, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-22a5219d-a26c-4948-b8da-89114c95f3f7:hover {background-color: rgba(116, 52, 148, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-22a5219d-a26c-4948-b8da-89114c95f3f7:active {background-color: rgba(116, 52, 148, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-22a5219d-a26c-4948-b8da-89114c95f3f7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22a5219d-a26c-4948-b8da-89114c95f3f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22a5219d-a26c-4948-b8da-89114c95f3f7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-22a5219d-a26c-4948-b8da-89114c95f3f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-22a5219d-a26c-4948-b8da-89114c95f3f7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b7dede6f-34c0-482c-a1b8-3bfa2503db47 {
  min-height: 50px;
}








#s-b7dede6f-34c0-482c-a1b8-3bfa2503db47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7dede6f-34c0-482c-a1b8-3bfa2503db47.shg-box.shg-c {
  justify-content: center;
}

#s-f93edbf3-969e-4199-ad8d-4e028e2bb263 {
  min-height: 50px;
}








#s-f93edbf3-969e-4199-ad8d-4e028e2bb263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f93edbf3-969e-4199-ad8d-4e028e2bb263.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-9abf2c11-4e33-4646-95b5-2c29827fca90 {
  display: none;
}
#s-9abf2c11-4e33-4646-95b5-2c29827fca90, #wrap-s-9abf2c11-4e33-4646-95b5-2c29827fca90 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9abf2c11-4e33-4646-95b5-2c29827fca90 {
  display: none;
}
#s-9abf2c11-4e33-4646-95b5-2c29827fca90, #wrap-s-9abf2c11-4e33-4646-95b5-2c29827fca90 { display:none !important; }}
#s-6f41ee7b-d208-4d22-aa7e-55d675511202 {
  margin-left: 200px;
margin-right: 200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f41ee7b-d208-4d22-aa7e-55d675511202 {
  display: none;
}
#s-6f41ee7b-d208-4d22-aa7e-55d675511202, #wrap-s-6f41ee7b-d208-4d22-aa7e-55d675511202 { display:none !important; }}@media (max-width: 767px){#s-6f41ee7b-d208-4d22-aa7e-55d675511202 {
  display: none;
}
#s-6f41ee7b-d208-4d22-aa7e-55d675511202, #wrap-s-6f41ee7b-d208-4d22-aa7e-55d675511202 { display:none !important; }}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (min-width: 1200px){#s-31422ecd-31ba-47f5-8b6b-0a83771696ef {
  display: none;
}
#s-31422ecd-31ba-47f5-8b6b-0a83771696ef, #wrap-s-31422ecd-31ba-47f5-8b6b-0a83771696ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31422ecd-31ba-47f5-8b6b-0a83771696ef {
  display: none;
}
#s-31422ecd-31ba-47f5-8b6b-0a83771696ef, #wrap-s-31422ecd-31ba-47f5-8b6b-0a83771696ef { display:none !important; }}
#s-31422ecd-31ba-47f5-8b6b-0a83771696ef > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-31422ecd-31ba-47f5-8b6b-0a83771696ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-31422ecd-31ba-47f5-8b6b-0a83771696ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-31422ecd-31ba-47f5-8b6b-0a83771696ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-31422ecd-31ba-47f5-8b6b-0a83771696ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-31422ecd-31ba-47f5-8b6b-0a83771696ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-520e788a-5141-4ec0-ba6b-dc75a7285d9a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-520e788a-5141-4ec0-ba6b-dc75a7285d9a {
  display: none;
}
#s-520e788a-5141-4ec0-ba6b-dc75a7285d9a, #wrap-s-520e788a-5141-4ec0-ba6b-dc75a7285d9a { display:none !important; }}@media (max-width: 767px){#s-520e788a-5141-4ec0-ba6b-dc75a7285d9a {
  display: none;
}
#s-520e788a-5141-4ec0-ba6b-dc75a7285d9a, #wrap-s-520e788a-5141-4ec0-ba6b-dc75a7285d9a { display:none !important; }}







#s-520e788a-5141-4ec0-ba6b-dc75a7285d9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-520e788a-5141-4ec0-ba6b-dc75a7285d9a.shg-box.shg-c {
  justify-content: center;
}

#s-d7348b71-29f9-49fd-9a6d-a44a00f80549 {
  margin-left: 200px;
margin-right: 200px;
}

#s-d7348b71-29f9-49fd-9a6d-a44a00f80549 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d7348b71-29f9-49fd-9a6d-a44a00f80549 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d7348b71-29f9-49fd-9a6d-a44a00f80549 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d7348b71-29f9-49fd-9a6d-a44a00f80549 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d7348b71-29f9-49fd-9a6d-a44a00f80549 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-d7348b71-29f9-49fd-9a6d-a44a00f80549 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-7c3431e2-4934-4d54-b98d-ba902a33eb59 {
  margin-left: 200px;
margin-right: 200px;
}

#s-7c3431e2-4934-4d54-b98d-ba902a33eb59 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7c3431e2-4934-4d54-b98d-ba902a33eb59 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7c3431e2-4934-4d54-b98d-ba902a33eb59 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7c3431e2-4934-4d54-b98d-ba902a33eb59 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7c3431e2-4934-4d54-b98d-ba902a33eb59 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-7c3431e2-4934-4d54-b98d-ba902a33eb59 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-39900a2b-b1f3-4e30-9541-36304e8c65d7 {
  margin-left: 200px;
margin-right: 200px;
}

#s-39900a2b-b1f3-4e30-9541-36304e8c65d7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-39900a2b-b1f3-4e30-9541-36304e8c65d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-39900a2b-b1f3-4e30-9541-36304e8c65d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-39900a2b-b1f3-4e30-9541-36304e8c65d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-39900a2b-b1f3-4e30-9541-36304e8c65d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-39900a2b-b1f3-4e30-9541-36304e8c65d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-549c727a-aa1e-40ea-b22f-900a2d3b50b5 {
  margin-left: 200px;
margin-right: 200px;
}

#s-549c727a-aa1e-40ea-b22f-900a2d3b50b5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-549c727a-aa1e-40ea-b22f-900a2d3b50b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-549c727a-aa1e-40ea-b22f-900a2d3b50b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-549c727a-aa1e-40ea-b22f-900a2d3b50b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-549c727a-aa1e-40ea-b22f-900a2d3b50b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-549c727a-aa1e-40ea-b22f-900a2d3b50b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-b5592091-7110-4b8c-9adf-6fc1a11eefdb {
  margin-left: 200px;
margin-right: 200px;
}

#s-b5592091-7110-4b8c-9adf-6fc1a11eefdb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b5592091-7110-4b8c-9adf-6fc1a11eefdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b5592091-7110-4b8c-9adf-6fc1a11eefdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b5592091-7110-4b8c-9adf-6fc1a11eefdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b5592091-7110-4b8c-9adf-6fc1a11eefdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-b5592091-7110-4b8c-9adf-6fc1a11eefdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-9357f611-5a9e-4490-a2bf-5ec4f2082dbf {
  padding-left: 200px;
padding-right: 200px;
}

#s-9357f611-5a9e-4490-a2bf-5ec4f2082dbf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9357f611-5a9e-4490-a2bf-5ec4f2082dbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9357f611-5a9e-4490-a2bf-5ec4f2082dbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9357f611-5a9e-4490-a2bf-5ec4f2082dbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9357f611-5a9e-4490-a2bf-5ec4f2082dbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-9357f611-5a9e-4490-a2bf-5ec4f2082dbf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f8578f5d-61f3-426d-98a8-425e31b21aeb {
  padding-left: 200px;
padding-right: 200px;
}

#s-f8578f5d-61f3-426d-98a8-425e31b21aeb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f8578f5d-61f3-426d-98a8-425e31b21aeb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f8578f5d-61f3-426d-98a8-425e31b21aeb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f8578f5d-61f3-426d-98a8-425e31b21aeb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f8578f5d-61f3-426d-98a8-425e31b21aeb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-f8578f5d-61f3-426d-98a8-425e31b21aeb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-b53bdfd9-4b53-4132-821e-2bb7b3e6146c {
  padding-left: 200px;
padding-right: 200px;
}

#s-b53bdfd9-4b53-4132-821e-2bb7b3e6146c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b53bdfd9-4b53-4132-821e-2bb7b3e6146c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b53bdfd9-4b53-4132-821e-2bb7b3e6146c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b53bdfd9-4b53-4132-821e-2bb7b3e6146c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b53bdfd9-4b53-4132-821e-2bb7b3e6146c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-b53bdfd9-4b53-4132-821e-2bb7b3e6146c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-d2dbb001-99ff-4308-8aa9-7fab68440ca7 {
  padding-left: 200px;
padding-right: 200px;
}

#s-d2dbb001-99ff-4308-8aa9-7fab68440ca7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d2dbb001-99ff-4308-8aa9-7fab68440ca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d2dbb001-99ff-4308-8aa9-7fab68440ca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d2dbb001-99ff-4308-8aa9-7fab68440ca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d2dbb001-99ff-4308-8aa9-7fab68440ca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-d2dbb001-99ff-4308-8aa9-7fab68440ca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a5cd67d5-f120-4482-a8f7-dbeedaa79410 {
  padding-left: 200px;
padding-right: 200px;
}

#s-a5cd67d5-f120-4482-a8f7-dbeedaa79410 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a5cd67d5-f120-4482-a8f7-dbeedaa79410 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a5cd67d5-f120-4482-a8f7-dbeedaa79410 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a5cd67d5-f120-4482-a8f7-dbeedaa79410 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a5cd67d5-f120-4482-a8f7-dbeedaa79410 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-a5cd67d5-f120-4482-a8f7-dbeedaa79410 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-8955fd11-bafb-4307-95dd-1fb8199a6526 {
  min-height: 0px;
}
@media (min-width: 1200px){#s-8955fd11-bafb-4307-95dd-1fb8199a6526 {
  display: none;
}
#s-8955fd11-bafb-4307-95dd-1fb8199a6526, #wrap-s-8955fd11-bafb-4307-95dd-1fb8199a6526 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8955fd11-bafb-4307-95dd-1fb8199a6526 {
  display: none;
}
#s-8955fd11-bafb-4307-95dd-1fb8199a6526, #wrap-s-8955fd11-bafb-4307-95dd-1fb8199a6526 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8955fd11-bafb-4307-95dd-1fb8199a6526 {
  
}
}@media (max-width: 767px){#s-8955fd11-bafb-4307-95dd-1fb8199a6526 {
  
}
}







#s-8955fd11-bafb-4307-95dd-1fb8199a6526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8955fd11-bafb-4307-95dd-1fb8199a6526.shg-box.shg-c {
  justify-content: center;
}

#s-0cdd2e48-5897-4247-b439-a75e59b49b28 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0cdd2e48-5897-4247-b439-a75e59b49b28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0cdd2e48-5897-4247-b439-a75e59b49b28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0cdd2e48-5897-4247-b439-a75e59b49b28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0cdd2e48-5897-4247-b439-a75e59b49b28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-0cdd2e48-5897-4247-b439-a75e59b49b28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-9499072a-7efe-46fc-8700-5022b6274ca3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9499072a-7efe-46fc-8700-5022b6274ca3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9499072a-7efe-46fc-8700-5022b6274ca3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9499072a-7efe-46fc-8700-5022b6274ca3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9499072a-7efe-46fc-8700-5022b6274ca3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-9499072a-7efe-46fc-8700-5022b6274ca3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0a874fa0-a35f-4705-93fd-56709516fd7e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0a874fa0-a35f-4705-93fd-56709516fd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0a874fa0-a35f-4705-93fd-56709516fd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0a874fa0-a35f-4705-93fd-56709516fd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0a874fa0-a35f-4705-93fd-56709516fd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-0a874fa0-a35f-4705-93fd-56709516fd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-d8afc8cd-8b4a-4c9e-a79f-9fe415583517 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d8afc8cd-8b4a-4c9e-a79f-9fe415583517 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d8afc8cd-8b4a-4c9e-a79f-9fe415583517 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d8afc8cd-8b4a-4c9e-a79f-9fe415583517 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d8afc8cd-8b4a-4c9e-a79f-9fe415583517 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-d8afc8cd-8b4a-4c9e-a79f-9fe415583517 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-ffed48cf-124e-404d-8d4f-d159f026d37a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ffed48cf-124e-404d-8d4f-d159f026d37a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ffed48cf-124e-404d-8d4f-d159f026d37a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ffed48cf-124e-404d-8d4f-d159f026d37a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ffed48cf-124e-404d-8d4f-d159f026d37a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-ffed48cf-124e-404d-8d4f-d159f026d37a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-97952aa0-d2ea-4106-88b3-1dabbc8af5b8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-97952aa0-d2ea-4106-88b3-1dabbc8af5b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-97952aa0-d2ea-4106-88b3-1dabbc8af5b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-97952aa0-d2ea-4106-88b3-1dabbc8af5b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-97952aa0-d2ea-4106-88b3-1dabbc8af5b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-97952aa0-d2ea-4106-88b3-1dabbc8af5b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-2ab76063-5ad3-4f60-90e5-ac26510197ec > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2ab76063-5ad3-4f60-90e5-ac26510197ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2ab76063-5ad3-4f60-90e5-ac26510197ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2ab76063-5ad3-4f60-90e5-ac26510197ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2ab76063-5ad3-4f60-90e5-ac26510197ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-2ab76063-5ad3-4f60-90e5-ac26510197ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-3169849c-6e42-4821-86cd-1f984d54b383 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3169849c-6e42-4821-86cd-1f984d54b383 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3169849c-6e42-4821-86cd-1f984d54b383 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3169849c-6e42-4821-86cd-1f984d54b383 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3169849c-6e42-4821-86cd-1f984d54b383 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-3169849c-6e42-4821-86cd-1f984d54b383 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-baa70edc-89e1-4bd5-a65a-4c012a61f281 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-baa70edc-89e1-4bd5-a65a-4c012a61f281 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-baa70edc-89e1-4bd5-a65a-4c012a61f281 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-baa70edc-89e1-4bd5-a65a-4c012a61f281 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-baa70edc-89e1-4bd5-a65a-4c012a61f281 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-baa70edc-89e1-4bd5-a65a-4c012a61f281 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6a98d7b7-41be-4cd8-8f1a-eb3643f97218 {
  margin-left: -200px;
margin-right: -200px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6a98d7b7-41be-4cd8-8f1a-eb3643f97218 {
  display: none;
}
#s-6a98d7b7-41be-4cd8-8f1a-eb3643f97218, #wrap-s-6a98d7b7-41be-4cd8-8f1a-eb3643f97218 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a98d7b7-41be-4cd8-8f1a-eb3643f97218 {
  display: none;
}
#s-6a98d7b7-41be-4cd8-8f1a-eb3643f97218, #wrap-s-6a98d7b7-41be-4cd8-8f1a-eb3643f97218 { display:none !important; }}







#s-6a98d7b7-41be-4cd8-8f1a-eb3643f97218 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a98d7b7-41be-4cd8-8f1a-eb3643f97218.shg-box.shg-c {
  justify-content: center;
}

#s-f9a4501a-17fa-46fb-a133-23f5cb0168e5 {
  min-height: 50px;
}








#s-f9a4501a-17fa-46fb-a133-23f5cb0168e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9a4501a-17fa-46fb-a133-23f5cb0168e5.shg-box.shg-c {
  justify-content: center;
}

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

#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;
}
