.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-60faaab9-0f80-4391-ab15-63e058118931 {
  background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 1200px){#s-60faaab9-0f80-4391-ab15-63e058118931 {
  display: none;
}
#s-60faaab9-0f80-4391-ab15-63e058118931, #wrap-s-60faaab9-0f80-4391-ab15-63e058118931 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60faaab9-0f80-4391-ab15-63e058118931 {
  display: none;
}
#s-60faaab9-0f80-4391-ab15-63e058118931, #wrap-s-60faaab9-0f80-4391-ab15-63e058118931 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60faaab9-0f80-4391-ab15-63e058118931 {
  display: none;
}
#s-60faaab9-0f80-4391-ab15-63e058118931, #wrap-s-60faaab9-0f80-4391-ab15-63e058118931 { display:none !important; }}@media (max-width: 767px){#s-60faaab9-0f80-4391-ab15-63e058118931 {
  
}
}







#s-60faaab9-0f80-4391-ab15-63e058118931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60faaab9-0f80-4391-ab15-63e058118931.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-fed29936-96f4-4c49-bd2e-2b3b4ddb73b9 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-fed29936-96f4-4c49-bd2e-2b3b4ddb73b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fed29936-96f4-4c49-bd2e-2b3b4ddb73b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fed29936-96f4-4c49-bd2e-2b3b4ddb73b9 {
  
}
}@media (max-width: 767px){#s-fed29936-96f4-4c49-bd2e-2b3b4ddb73b9 {
  
}
}
#s-fed29936-96f4-4c49-bd2e-2b3b4ddb73b9 .shogun-heading-component h1 {
  color: rgba(239, 120, 83, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-2ed7148b-fbbb-4bea-8012-b6a52b3f9245 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
background-repeat: no-repeat;
}




  #s-2ed7148b-fbbb-4bea-8012-b6a52b3f9245 img.shogun-image {
    
    width: px;
  }


#s-2ed7148b-fbbb-4bea-8012-b6a52b3f9245 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b528a55d-3e61-4d20-8f55-86ec9aceee5e {
  margin-left: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
}

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

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

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

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

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

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

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

#s-1029a461-cfcd-4e7e-8d0d-31887b7916b6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 120, 83, 1);
border-radius: 0px;
background-color: rgba(239, 120, 83, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-1029a461-cfcd-4e7e-8d0d-31887b7916b6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 120, 83, 1) !important;
border-radius: 0px !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-1029a461-cfcd-4e7e-8d0d-31887b7916b6:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-1029a461-cfcd-4e7e-8d0d-31887b7916b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Karla;
  display:  inline-block ;
}

#s-e67f6f3c-05cc-4792-9639-15f4f2e45f02 {
  background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 1200px){#s-e67f6f3c-05cc-4792-9639-15f4f2e45f02 {
  display: none;
}
#s-e67f6f3c-05cc-4792-9639-15f4f2e45f02, #wrap-s-e67f6f3c-05cc-4792-9639-15f4f2e45f02 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e67f6f3c-05cc-4792-9639-15f4f2e45f02 {
  display: none;
}
#s-e67f6f3c-05cc-4792-9639-15f4f2e45f02, #wrap-s-e67f6f3c-05cc-4792-9639-15f4f2e45f02 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e67f6f3c-05cc-4792-9639-15f4f2e45f02 {
  
}
}@media (max-width: 767px){#s-e67f6f3c-05cc-4792-9639-15f4f2e45f02 {
  display: none;
}
#s-e67f6f3c-05cc-4792-9639-15f4f2e45f02, #wrap-s-e67f6f3c-05cc-4792-9639-15f4f2e45f02 { display:none !important; }}







#s-e67f6f3c-05cc-4792-9639-15f4f2e45f02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e67f6f3c-05cc-4792-9639-15f4f2e45f02.shg-box.shg-c {
  justify-content: center;
}

#s-75fd6774-e226-43e4-8740-d3ec9a9164dd {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-75fd6774-e226-43e4-8740-d3ec9a9164dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75fd6774-e226-43e4-8740-d3ec9a9164dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75fd6774-e226-43e4-8740-d3ec9a9164dd {
  
}
}@media (max-width: 767px){#s-75fd6774-e226-43e4-8740-d3ec9a9164dd {
  
}
}
#s-75fd6774-e226-43e4-8740-d3ec9a9164dd .shogun-heading-component h1 {
  color: rgba(239, 120, 83, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-56269b58-ae71-4bbd-aefa-8899efdf7e54 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
text-align: center;
background-repeat: no-repeat;
}




  #s-56269b58-ae71-4bbd-aefa-8899efdf7e54 img.shogun-image {
    
    width: px;
  }


#s-56269b58-ae71-4bbd-aefa-8899efdf7e54 .shogun-image-content {
  
    align-items: center;
  
}

#s-070b4602-a6a7-4d39-b0ae-c845e1eb6921 {
  margin-left: 20px;
margin-right: 20px;
padding-left: 30px;
padding-right: 30px;
}

#s-6e98d34f-7064-495d-908c-c6e69594f5e1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 120, 83, 1);
border-radius: 0px;
background-color: rgba(239, 120, 83, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-6e98d34f-7064-495d-908c-c6e69594f5e1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 120, 83, 1) !important;
border-radius: 0px !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-6e98d34f-7064-495d-908c-c6e69594f5e1:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-6e98d34f-7064-495d-908c-c6e69594f5e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

.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-c998d680-f86f-4962-a3aa-971e28c742ab {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c998d680-f86f-4962-a3aa-971e28c742ab {
  display: none;
}
#s-c998d680-f86f-4962-a3aa-971e28c742ab, #wrap-s-c998d680-f86f-4962-a3aa-971e28c742ab { display:none !important; }}@media (max-width: 767px){#s-c998d680-f86f-4962-a3aa-971e28c742ab {
  display: none;
}
#s-c998d680-f86f-4962-a3aa-971e28c742ab, #wrap-s-c998d680-f86f-4962-a3aa-971e28c742ab { display:none !important; }}
@media (min-width: 0px) {
[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c998d680-f86f-4962-a3aa-971e28c742ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5733e052-a42c-4719-915b-1fd009fa9c2b {
  text-align: center;
}




  #s-5733e052-a42c-4719-915b-1fd009fa9c2b img.shogun-image {
    
    width: px;
  }


#s-5733e052-a42c-4719-915b-1fd009fa9c2b .shogun-image-content {
  
    align-items: center;
  
}

#s-347f9eca-98ff-4afa-b7a2-c4aa06d64289 {
  padding-left: 25px;
min-height: 50px;
}








#s-347f9eca-98ff-4afa-b7a2-c4aa06d64289 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-347f9eca-98ff-4afa-b7a2-c4aa06d64289.shg-box.shg-c {
  justify-content: center;
}

#s-de66ffc7-252e-413a-b288-a3103cb32d30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-de66ffc7-252e-413a-b288-a3103cb32d30 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de66ffc7-252e-413a-b288-a3103cb32d30 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de66ffc7-252e-413a-b288-a3103cb32d30 {
  
}
}@media (max-width: 767px){#s-de66ffc7-252e-413a-b288-a3103cb32d30 {
  
}
}
#s-de66ffc7-252e-413a-b288-a3103cb32d30 .shogun-heading-component h2 {
  color: rgba(239, 120, 83, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: center;
}



#s-0711b739-90a3-4c6d-94a5-0be36cd18dcd {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}

#s-c0393180-0b1e-4bf5-b1e0-5abbf7de2ef1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 120, 83, 1);
border-radius: 0px;
background-color: rgba(239, 120, 83, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-c0393180-0b1e-4bf5-b1e0-5abbf7de2ef1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 120, 83, 1) !important;
border-radius: 0px !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-c0393180-0b1e-4bf5-b1e0-5abbf7de2ef1:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-c0393180-0b1e-4bf5-b1e0-5abbf7de2ef1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-99b9d3dd-970a-49f1-8858-0e86079088eb {
  padding-top: 30px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(245, 238, 230, 0);
}








#s-99b9d3dd-970a-49f1-8858-0e86079088eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99b9d3dd-970a-49f1-8858-0e86079088eb.shg-box.shg-c {
  justify-content: center;
}

#s-90026569-7b45-482d-8e34-4f03a9a3799b {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(245, 238, 230, 0);
}

@media (min-width: 0px) {
[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-90026569-7b45-482d-8e34-4f03a9a3799b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-e8d9ceae-44d6-4c99-a7a0-a24ecd033d63 {
  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-7653e89d-39b6-4e80-8c4f-afe8e874d21b {
  text-align: left;
}


.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b {
  max-width: 100%;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b .shg-image-zoom,
.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b {
  max-width: 100%;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b .shg-image-zoom,
.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b {
  max-width: 100%;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b .shg-image-zoom,
.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b {
  max-width: 100%;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b .shg-image-zoom,
.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b {
  max-width: 100%;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b .shg-image-zoom,
.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7653e89d-39b6-4e80-8c4f-afe8e874d21b .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-cd828d5f-fa66-4a4d-8ae2-c64298601786 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd828d5f-fa66-4a4d-8ae2-c64298601786 .shg-product-title-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-12392d6c-d33b-461b-a03b-39729ee70038 {
  text-align: center;
}

#s-12392d6c-d33b-461b-a03b-39729ee70038 .shg-product-sold-out {
  display: none;
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: Atten New;
  font-style:  normal ;
}

#s-12392d6c-d33b-461b-a03b-39729ee70038 .shg-product-price {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: Atten New;
  font-style:  normal ;
  font-size: 14px;
}

#s-12392d6c-d33b-461b-a03b-39729ee70038 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-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-be3c224f-2da9-42ab-8e82-89734de3b8b4 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(252, 247, 244, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
}
#s-be3c224f-2da9-42ab-8e82-89734de3b8b4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(185, 218, 218, 1) !important;
border-radius: 0px !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-be3c224f-2da9-42ab-8e82-89734de3b8b4:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
border-radius: 0px !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-be3c224f-2da9-42ab-8e82-89734de3b8b4 {
  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-be3c224f-2da9-42ab-8e82-89734de3b8b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be3c224f-2da9-42ab-8e82-89734de3b8b4.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-be3c224f-2da9-42ab-8e82-89734de3b8b4.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(84, 84, 94, 1);
}



#s-24cb69bf-e1a1-44fa-ad23-48de129313c7 {
  display: none;
}
#s-1295a1cc-71b4-4881-a570-65c692c606f6 {
  text-align: left;
}


.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 {
  max-width: 100%;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 .shg-image-zoom,
.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 {
  max-width: 100%;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 .shg-image-zoom,
.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 {
  max-width: 100%;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 .shg-image-zoom,
.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 {
  max-width: 100%;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 .shg-image-zoom,
.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 {
  max-width: 100%;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 .shg-image-zoom,
.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1295a1cc-71b4-4881-a570-65c692c606f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-245a578f-5f97-43b1-9de5-b5ebe8fca776 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-245a578f-5f97-43b1-9de5-b5ebe8fca776 .shg-product-title-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e0791c69-a67b-4e63-9ff0-96dfadf68ff7 {
  text-align: center;
}

#s-e0791c69-a67b-4e63-9ff0-96dfadf68ff7 .shg-product-sold-out {
  display: none;
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: Atten New;
  font-style:  normal ;
}

#s-e0791c69-a67b-4e63-9ff0-96dfadf68ff7 .shg-product-price {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: Atten New;
  font-style:  normal ;
  font-size: 14px;
}

#s-e0791c69-a67b-4e63-9ff0-96dfadf68ff7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ad8a7523-a756-4bd4-b271-388075c53840 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(252, 247, 244, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
}
#s-ad8a7523-a756-4bd4-b271-388075c53840:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(185, 218, 218, 1) !important;
border-radius: 0px !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ad8a7523-a756-4bd4-b271-388075c53840:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
border-radius: 0px !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-ad8a7523-a756-4bd4-b271-388075c53840 {
  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-ad8a7523-a756-4bd4-b271-388075c53840.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad8a7523-a756-4bd4-b271-388075c53840.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad8a7523-a756-4bd4-b271-388075c53840.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(84, 84, 94, 1);
}



#s-eb91302e-960c-4f9e-9ba0-f21bd44183cd {
  display: none;
}
#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c {
  text-align: left;
}


.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c {
  max-width: 100%;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c .shg-image-zoom,
.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c {
  max-width: 100%;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c .shg-image-zoom,
.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c {
  max-width: 100%;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c .shg-image-zoom,
.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c {
  max-width: 100%;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c .shg-image-zoom,
.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c {
  max-width: 100%;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c .shg-image-zoom,
.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f35aa95c-3063-4ec5-a34b-40abc9a3a02c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e171bae1-396d-4169-bfe8-9ae0a7044a54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e171bae1-396d-4169-bfe8-9ae0a7044a54 .shg-product-title-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-60907f62-af38-425a-a122-8604ce99f67e {
  text-align: center;
}

#s-60907f62-af38-425a-a122-8604ce99f67e .shg-product-sold-out {
  display: none;
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: Atten New;
  font-style:  normal ;
}

#s-60907f62-af38-425a-a122-8604ce99f67e .shg-product-price {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: Atten New;
  font-style:  normal ;
  font-size: 14px;
}

#s-60907f62-af38-425a-a122-8604ce99f67e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2aab3552-31eb-4a26-9651-8c24cb2a6116 {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(252, 247, 244, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
}
#s-2aab3552-31eb-4a26-9651-8c24cb2a6116:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(185, 218, 218, 1) !important;
border-radius: 0px !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2aab3552-31eb-4a26-9651-8c24cb2a6116:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
border-radius: 0px !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-2aab3552-31eb-4a26-9651-8c24cb2a6116 {
  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-2aab3552-31eb-4a26-9651-8c24cb2a6116.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2aab3552-31eb-4a26-9651-8c24cb2a6116.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2aab3552-31eb-4a26-9651-8c24cb2a6116.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(84, 84, 94, 1);
}



#s-df00c537-5cd3-45fb-b98f-ae8980cc6dde {
  display: none;
}
#s-4198f25f-b410-44be-9f32-438e6ee0c91e {
  text-align: left;
}


.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e {
  max-width: 100%;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e .shg-image-zoom,
.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e {
  max-width: 100%;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e .shg-image-zoom,
.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e {
  max-width: 100%;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e .shg-image-zoom,
.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e {
  max-width: 100%;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e .shg-image-zoom,
.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e {
  max-width: 100%;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e .shg-image-zoom,
.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4198f25f-b410-44be-9f32-438e6ee0c91e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fa06dee3-ae3f-4bc1-b2e2-36af5ae7cd82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa06dee3-ae3f-4bc1-b2e2-36af5ae7cd82 .shg-product-title-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c7022bb5-da35-4bbd-a726-d971914adfe7 {
  text-align: center;
}

#s-c7022bb5-da35-4bbd-a726-d971914adfe7 .shg-product-sold-out {
  display: none;
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: Atten New;
  font-style:  normal ;
}

#s-c7022bb5-da35-4bbd-a726-d971914adfe7 .shg-product-price {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: Atten New;
  font-style:  normal ;
  font-size: 14px;
}

#s-c7022bb5-da35-4bbd-a726-d971914adfe7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-66b249a3-0cc1-4fd7-a6fa-d3d9e774ba68 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(252, 247, 244, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
}
#s-66b249a3-0cc1-4fd7-a6fa-d3d9e774ba68:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(185, 218, 218, 1) !important;
border-radius: 0px !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-66b249a3-0cc1-4fd7-a6fa-d3d9e774ba68:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
border-radius: 0px !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-66b249a3-0cc1-4fd7-a6fa-d3d9e774ba68 {
  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-66b249a3-0cc1-4fd7-a6fa-d3d9e774ba68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66b249a3-0cc1-4fd7-a6fa-d3d9e774ba68.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-66b249a3-0cc1-4fd7-a6fa-d3d9e774ba68.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(84, 84, 94, 1);
}



#s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d {
  padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
background-color: rgba(252, 247, 244, 1);
}
@media (min-width: 1200px){#s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d {
  display: none;
}
#s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d, #wrap-s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d { display:none !important; }}@media (max-width: 767px){#s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d {
  display: none;
}
#s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d, #wrap-s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d { display:none !important; }}
@media (min-width: 0px) {
[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bc7b2a9e-c758-4dc0-90d8-534dca2cc46d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-3a4ba715-a422-4f38-ad1f-973669ae76bc {
  text-align: center;
}




  #s-3a4ba715-a422-4f38-ad1f-973669ae76bc img.shogun-image {
    
    width: px;
  }


#s-3a4ba715-a422-4f38-ad1f-973669ae76bc .shogun-image-content {
  
    align-items: center;
  
}

#s-997c81b7-9377-49dd-8be6-5c4b1729bc7f {
  min-height: 50px;
}








#s-997c81b7-9377-49dd-8be6-5c4b1729bc7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-997c81b7-9377-49dd-8be6-5c4b1729bc7f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-e1c7586c-c238-4d19-8ceb-9b3aa8871020 {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-e1c7586c-c238-4d19-8ceb-9b3aa8871020 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f3c7f6a7-eaa6-403b-8b68-17ce9503c9a3 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(185, 218, 218, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(185, 218, 218, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 0px;
}
#s-f3c7f6a7-eaa6-403b-8b68-17ce9503c9a3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(252, 247, 244, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f3c7f6a7-eaa6-403b-8b68-17ce9503c9a3:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-f3c7f6a7-eaa6-403b-8b68-17ce9503c9a3.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-155fe41e-cf2e-44be-9b41-509a0b4569a0 {
  text-align: center;
}




  #s-155fe41e-cf2e-44be-9b41-509a0b4569a0 img.shogun-image {
    
    width: px;
  }


#s-155fe41e-cf2e-44be-9b41-509a0b4569a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-fad32ab4-ce9e-4697-a883-37f5f86e327a {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-fad32ab4-ce9e-4697-a883-37f5f86e327a .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d19d49a9-9226-404b-a207-52248dbbf671 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(185, 218, 218, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(185, 218, 218, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 0px;
}
#s-d19d49a9-9226-404b-a207-52248dbbf671:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(252, 247, 244, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d19d49a9-9226-404b-a207-52248dbbf671:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-d19d49a9-9226-404b-a207-52248dbbf671.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-dd881286-0a10-4fd5-8c01-189cc4ab9823 {
  padding-top: 20px;
padding-left: 10px;
padding-right: 20px;
background-color: rgba(252, 247, 244, 1);
}
@media (min-width: 1200px){#s-dd881286-0a10-4fd5-8c01-189cc4ab9823 {
  display: none;
}
#s-dd881286-0a10-4fd5-8c01-189cc4ab9823, #wrap-s-dd881286-0a10-4fd5-8c01-189cc4ab9823 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd881286-0a10-4fd5-8c01-189cc4ab9823 {
  display: none;
}
#s-dd881286-0a10-4fd5-8c01-189cc4ab9823, #wrap-s-dd881286-0a10-4fd5-8c01-189cc4ab9823 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd881286-0a10-4fd5-8c01-189cc4ab9823 {
  
}
}@media (max-width: 767px){#s-dd881286-0a10-4fd5-8c01-189cc4ab9823 {
  
}
}
@media (min-width: 0px) {
[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-dd881286-0a10-4fd5-8c01-189cc4ab9823"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-909e5584-4863-4092-97fe-b8412603e0d9 {
  text-align: center;
}




  #s-909e5584-4863-4092-97fe-b8412603e0d9 img.shogun-image {
    
    width: px;
  }


#s-909e5584-4863-4092-97fe-b8412603e0d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8e5578b-3b2b-44a3-be96-701f6e8be4bc {
  min-height: 50px;
}








#s-d8e5578b-3b2b-44a3-be96-701f6e8be4bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8e5578b-3b2b-44a3-be96-701f6e8be4bc.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0cbe72ff-1a77-434c-8a6f-10e3b32badb2 {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-0cbe72ff-1a77-434c-8a6f-10e3b32badb2 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-772222de-ed0c-4432-96e0-9cace17daa5c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(185, 218, 218, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(185, 218, 218, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 0px;
}
#s-772222de-ed0c-4432-96e0-9cace17daa5c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 120, 83, 1) !important;
background-color: rgba(239, 120, 83, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-772222de-ed0c-4432-96e0-9cace17daa5c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-772222de-ed0c-4432-96e0-9cace17daa5c.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-526e43a6-e436-41b1-ab21-a1d8b95547fb {
  text-align: center;
}




  #s-526e43a6-e436-41b1-ab21-a1d8b95547fb img.shogun-image {
    
    width: px;
  }


#s-526e43a6-e436-41b1-ab21-a1d8b95547fb .shogun-image-content {
  
    align-items: center;
  
}

#s-2689baa1-9c80-457d-a6f0-d792ea13273e {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-2689baa1-9c80-457d-a6f0-d792ea13273e .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ac45a41a-bf94-46d9-a05b-63ea1c86e183 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(185, 218, 218, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(185, 218, 218, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 0px;
}
#s-ac45a41a-bf94-46d9-a05b-63ea1c86e183:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 120, 83, 1) !important;
background-color: rgba(239, 120, 83, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ac45a41a-bf94-46d9-a05b-63ea1c86e183:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-ac45a41a-bf94-46d9-a05b-63ea1c86e183.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-71e3465f-2835-4643-b366-67c8cac7122a {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(252, 247, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-71e3465f-2835-4643-b366-67c8cac7122a {
  display: none;
}
#s-71e3465f-2835-4643-b366-67c8cac7122a, #wrap-s-71e3465f-2835-4643-b366-67c8cac7122a { display:none !important; }}@media (max-width: 767px){#s-71e3465f-2835-4643-b366-67c8cac7122a {
  display: none;
}
#s-71e3465f-2835-4643-b366-67c8cac7122a, #wrap-s-71e3465f-2835-4643-b366-67c8cac7122a { display:none !important; }}
@media (min-width: 0px) {
[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-71e3465f-2835-4643-b366-67c8cac7122a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-d0474f54-ff8a-4238-a1f0-991ab3ce1ced {
  min-height: 50px;
}








#s-d0474f54-ff8a-4238-a1f0-991ab3ce1ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0474f54-ff8a-4238-a1f0-991ab3ce1ced.shg-box.shg-c {
  justify-content: flex-end;
}

#s-6e714aa8-50cf-40a4-91fe-233e63baaa39 {
  text-align: center;
}




  #s-6e714aa8-50cf-40a4-91fe-233e63baaa39 img.shogun-image {
    
    width: px;
  }


#s-6e714aa8-50cf-40a4-91fe-233e63baaa39 .shogun-image-content {
  
    align-items: center;
  
}

#s-6eaeaa1f-8694-4153-831e-2b10f235c563 {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-6eaeaa1f-8694-4153-831e-2b10f235c563 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5f5a13e4-59da-415c-958e-f5120b42019e {
  border-style: solid;
margin-top: 20px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(185, 218, 218, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(185, 218, 218, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 0px;
}
#s-5f5a13e4-59da-415c-958e-f5120b42019e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(252, 247, 244, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5f5a13e4-59da-415c-958e-f5120b42019e:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-5f5a13e4-59da-415c-958e-f5120b42019e.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-65da3ac5-79be-4c0d-a171-2a8e39e6e88f {
  text-align: center;
}




  #s-65da3ac5-79be-4c0d-a171-2a8e39e6e88f img.shogun-image {
    
    width: px;
  }


#s-65da3ac5-79be-4c0d-a171-2a8e39e6e88f .shogun-image-content {
  
    align-items: center;
  
}

#s-c52216a2-ac59-4936-9b15-bdff663bd6b9 {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-c52216a2-ac59-4936-9b15-bdff663bd6b9 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d0b97ff-6168-447f-8892-db42c7d0818b {
  border-style: solid;
margin-top: 20px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(185, 218, 218, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(185, 218, 218, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 0px;
}
#s-3d0b97ff-6168-447f-8892-db42c7d0818b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(252, 247, 244, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3d0b97ff-6168-447f-8892-db42c7d0818b:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-3d0b97ff-6168-447f-8892-db42c7d0818b.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56 {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(252, 247, 244, 1);
}
@media (min-width: 1200px){#s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56 {
  display: none;
}
#s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56, #wrap-s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56 {
  display: none;
}
#s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56, #wrap-s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56 {
  
}
}@media (max-width: 767px){#s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56 {
  
}
}
@media (min-width: 0px) {
[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ca0e6552-aef6-4a93-bc2a-4277eecd5f56"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c51fdcd0-9439-437b-bcd7-5f1b329802df {
  min-height: 50px;
}








#s-c51fdcd0-9439-437b-bcd7-5f1b329802df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c51fdcd0-9439-437b-bcd7-5f1b329802df.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c548e757-ff13-4022-aa23-26c7eeb4ae79 {
  text-align: center;
}




  #s-c548e757-ff13-4022-aa23-26c7eeb4ae79 img.shogun-image {
    
    width: px;
  }


#s-c548e757-ff13-4022-aa23-26c7eeb4ae79 .shogun-image-content {
  
    align-items: center;
  
}

#s-64024d15-ec57-4ba3-9bba-e6b26c80cd8b {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-64024d15-ec57-4ba3-9bba-e6b26c80cd8b .shogun-heading-component h1 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: muli;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ebe1c066-82a5-41e1-a50c-03bef0f86818 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(185, 218, 218, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(185, 218, 218, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 0px;
}
#s-ebe1c066-82a5-41e1-a50c-03bef0f86818:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(218, 172, 209, 1) !important;
background-color: rgba(218, 172, 209, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ebe1c066-82a5-41e1-a50c-03bef0f86818:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-ebe1c066-82a5-41e1-a50c-03bef0f86818.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Karla;
  display:  inline-block ;
}

#s-a74c1700-01f2-40c9-ab0e-6d0e3cd33881 {
  text-align: center;
}




  #s-a74c1700-01f2-40c9-ab0e-6d0e3cd33881 img.shogun-image {
    
    width: px;
  }


#s-a74c1700-01f2-40c9-ab0e-6d0e3cd33881 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2de483c-0b9a-442f-8e5c-57329cf2f99d {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-c2de483c-0b9a-442f-8e5c-57329cf2f99d .shogun-heading-component h1 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: muli;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-214be424-f322-4b2d-b655-1a111f142924 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(185, 218, 218, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(185, 218, 218, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 0px;
}
#s-214be424-f322-4b2d-b655-1a111f142924:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(218, 172, 209, 1) !important;
background-color: rgba(218, 172, 209, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-214be424-f322-4b2d-b655-1a111f142924:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-214be424-f322-4b2d-b655-1a111f142924.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Karla;
  display:  inline-block ;
}

#s-93d23529-4317-4f12-95f4-e7e3952757ab {
  background-image: url(https://i.shgcdn.com/d3ad42d1-784c-4f6a-9e66-f5a066fd648a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 0px;
padding-top: 25px;
min-height: 100px;
text-align: center;
background-color: rgba(34, 91, 102, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-93d23529-4317-4f12-95f4-e7e3952757ab {
  display: none;
}
#s-93d23529-4317-4f12-95f4-e7e3952757ab, #wrap-s-93d23529-4317-4f12-95f4-e7e3952757ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93d23529-4317-4f12-95f4-e7e3952757ab {
  display: none;
}
#s-93d23529-4317-4f12-95f4-e7e3952757ab, #wrap-s-93d23529-4317-4f12-95f4-e7e3952757ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93d23529-4317-4f12-95f4-e7e3952757ab {
  
}
}@media (max-width: 767px){#s-93d23529-4317-4f12-95f4-e7e3952757ab {
  
}
}
#s-93d23529-4317-4f12-95f4-e7e3952757ab .shogun-heading-component h1 {
  color: rgba(239, 120, 83, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-f5d8ac72-fef6-4673-ba89-edde8f9d0e4f {
  margin-top: 0px;
padding-top: 10px;
min-height: 50px;
background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 1200px){#s-f5d8ac72-fef6-4673-ba89-edde8f9d0e4f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5d8ac72-fef6-4673-ba89-edde8f9d0e4f {
  display: none;
}
#s-f5d8ac72-fef6-4673-ba89-edde8f9d0e4f, #wrap-s-f5d8ac72-fef6-4673-ba89-edde8f9d0e4f { display:none !important; }}@media (max-width: 767px){#s-f5d8ac72-fef6-4673-ba89-edde8f9d0e4f {
  display: none;
}
#s-f5d8ac72-fef6-4673-ba89-edde8f9d0e4f, #wrap-s-f5d8ac72-fef6-4673-ba89-edde8f9d0e4f { display:none !important; }}







#s-f5d8ac72-fef6-4673-ba89-edde8f9d0e4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5d8ac72-fef6-4673-ba89-edde8f9d0e4f.shg-box.shg-c {
  justify-content: center;
}

#s-14fc4825-76f4-4017-aaaa-639b4ddb3e6d {
  background-image: url(https://i.shgcdn.com/bbc1bb32-cd65-47de-94cb-ce1c458df4bf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 0px;
padding-top: 25px;
min-height: 100px;
text-align: center;
background-color: rgba(34, 91, 102, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-14fc4825-76f4-4017-aaaa-639b4ddb3e6d {
  display: none;
}
#s-14fc4825-76f4-4017-aaaa-639b4ddb3e6d, #wrap-s-14fc4825-76f4-4017-aaaa-639b4ddb3e6d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14fc4825-76f4-4017-aaaa-639b4ddb3e6d {
  display: none;
}
#s-14fc4825-76f4-4017-aaaa-639b4ddb3e6d, #wrap-s-14fc4825-76f4-4017-aaaa-639b4ddb3e6d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14fc4825-76f4-4017-aaaa-639b4ddb3e6d {
  
}
}@media (max-width: 767px){#s-14fc4825-76f4-4017-aaaa-639b4ddb3e6d {
  
}
}
#s-14fc4825-76f4-4017-aaaa-639b4ddb3e6d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Karla;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-209d2e88-da31-4010-b31a-82044a9527aa {
  background-image: url(https://i.shgcdn.com/9b322ce6-1374-4f15-92c8-c1b7753226c3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 0px;
padding-top: 45px;
min-height: 140px;
text-align: center;
background-color: rgba(34, 91, 102, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-209d2e88-da31-4010-b31a-82044a9527aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-209d2e88-da31-4010-b31a-82044a9527aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-209d2e88-da31-4010-b31a-82044a9527aa {
  display: none;
}
#s-209d2e88-da31-4010-b31a-82044a9527aa, #wrap-s-209d2e88-da31-4010-b31a-82044a9527aa { display:none !important; }}@media (max-width: 767px){#s-209d2e88-da31-4010-b31a-82044a9527aa {
  display: none;
}
#s-209d2e88-da31-4010-b31a-82044a9527aa, #wrap-s-209d2e88-da31-4010-b31a-82044a9527aa { display:none !important; }}
#s-209d2e88-da31-4010-b31a-82044a9527aa .shogun-heading-component h1 {
  color: rgba(239, 120, 83, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-4e965af8-48e0-434f-92b6-55e89eefdf4b {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4e965af8-48e0-434f-92b6-55e89eefdf4b {
  display: none;
}
#s-4e965af8-48e0-434f-92b6-55e89eefdf4b, #wrap-s-4e965af8-48e0-434f-92b6-55e89eefdf4b { display:none !important; }}@media (max-width: 767px){#s-4e965af8-48e0-434f-92b6-55e89eefdf4b {
  display: none;
}
#s-4e965af8-48e0-434f-92b6-55e89eefdf4b, #wrap-s-4e965af8-48e0-434f-92b6-55e89eefdf4b { display:none !important; }}
@media (min-width: 0px) {
[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e965af8-48e0-434f-92b6-55e89eefdf4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2f47f062-5929-4134-9ea3-242b65878917 {
  padding-top: 25px;
text-align: center;
background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 1200px){#s-2f47f062-5929-4134-9ea3-242b65878917 {
  display: none;
}
#s-2f47f062-5929-4134-9ea3-242b65878917, #wrap-s-2f47f062-5929-4134-9ea3-242b65878917 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f47f062-5929-4134-9ea3-242b65878917 {
  display: none;
}
#s-2f47f062-5929-4134-9ea3-242b65878917, #wrap-s-2f47f062-5929-4134-9ea3-242b65878917 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f47f062-5929-4134-9ea3-242b65878917 {
  display: none;
}
#s-2f47f062-5929-4134-9ea3-242b65878917, #wrap-s-2f47f062-5929-4134-9ea3-242b65878917 { display:none !important; }}
#s-2f47f062-5929-4134-9ea3-242b65878917 .shogun-heading-component h1 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: muli;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c71d6d09-dbc0-4c2d-acee-912296a15b26 {
  text-align: center;
}




  #s-c71d6d09-dbc0-4c2d-acee-912296a15b26 img.shogun-image {
    
    width: px;
  }


#s-c71d6d09-dbc0-4c2d-acee-912296a15b26 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2b37efd-e52b-4195-bbf7-2c8e28ebb21d {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
background-color: rgba(218, 172, 209, 0);
}




  #s-c2b37efd-e52b-4195-bbf7-2c8e28ebb21d img.shogun-image {
    
    width: px;
  }


#s-c2b37efd-e52b-4195-bbf7-2c8e28ebb21d .shogun-image-content {
  
    align-items: center;
  
}

#s-08eb87a7-cfbf-47c9-baf8-aad764c565c1 {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 1200px){#s-08eb87a7-cfbf-47c9-baf8-aad764c565c1 {
  display: none;
}
#s-08eb87a7-cfbf-47c9-baf8-aad764c565c1, #wrap-s-08eb87a7-cfbf-47c9-baf8-aad764c565c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08eb87a7-cfbf-47c9-baf8-aad764c565c1 {
  display: none;
}
#s-08eb87a7-cfbf-47c9-baf8-aad764c565c1, #wrap-s-08eb87a7-cfbf-47c9-baf8-aad764c565c1 { display:none !important; }}







#s-08eb87a7-cfbf-47c9-baf8-aad764c565c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08eb87a7-cfbf-47c9-baf8-aad764c565c1.shg-box.shg-c {
  justify-content: center;
}

#s-74cd768f-9295-4d45-af72-547a2ff2f33d {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
background-color: rgba(218, 172, 209, 1);
}




  #s-74cd768f-9295-4d45-af72-547a2ff2f33d img.shogun-image {
    
    width: px;
  }


#s-74cd768f-9295-4d45-af72-547a2ff2f33d .shogun-image-content {
  
    align-items: center;
  
}

#s-18fa60d9-c404-4d64-982a-345282d5fb0a {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-b88e14ba-4d81-4375-a1f0-47cea8316e3b {
  text-align: center;
}




  #s-b88e14ba-4d81-4375-a1f0-47cea8316e3b img.shogun-image {
    
    width: px;
  }


#s-b88e14ba-4d81-4375-a1f0-47cea8316e3b .shogun-image-content {
  
    align-items: center;
  
}

#s-304bb4c9-a17e-4cb3-a5fe-09bebcc234bd {
  border-style: solid;
margin-top: 20px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 120, 83, 1);
border-radius: 0px;
background-color: rgba(239, 120, 83, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-304bb4c9-a17e-4cb3-a5fe-09bebcc234bd:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 120, 83, 1) !important;
border-radius: 0px !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-304bb4c9-a17e-4cb3-a5fe-09bebcc234bd:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-304bb4c9-a17e-4cb3-a5fe-09bebcc234bd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6b0c7146-cf9c-4e0a-bc75-9a83d850031a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6b0c7146-cf9c-4e0a-bc75-9a83d850031a {
  display: none;
}
#s-6b0c7146-cf9c-4e0a-bc75-9a83d850031a, #wrap-s-6b0c7146-cf9c-4e0a-bc75-9a83d850031a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b0c7146-cf9c-4e0a-bc75-9a83d850031a {
  display: none;
}
#s-6b0c7146-cf9c-4e0a-bc75-9a83d850031a, #wrap-s-6b0c7146-cf9c-4e0a-bc75-9a83d850031a { display:none !important; }}







#s-6b0c7146-cf9c-4e0a-bc75-9a83d850031a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b0c7146-cf9c-4e0a-bc75-9a83d850031a.shg-box.shg-c {
  justify-content: center;
}

#s-78082af1-4312-4bd5-94f7-1701af084e65 {
  min-height: 50px;
background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-78082af1-4312-4bd5-94f7-1701af084e65 {
  display: none;
}
#s-78082af1-4312-4bd5-94f7-1701af084e65, #wrap-s-78082af1-4312-4bd5-94f7-1701af084e65 { display:none !important; }}@media (max-width: 767px){#s-78082af1-4312-4bd5-94f7-1701af084e65 {
  display: none;
}
#s-78082af1-4312-4bd5-94f7-1701af084e65, #wrap-s-78082af1-4312-4bd5-94f7-1701af084e65 { display:none !important; }}







#s-78082af1-4312-4bd5-94f7-1701af084e65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78082af1-4312-4bd5-94f7-1701af084e65.shg-box.shg-c {
  justify-content: center;
}

#s-37361b6a-62cb-46f5-85e8-010e0af89027 {
  padding-top: 10px;
text-align: center;
background-color: rgba(245, 238, 230, 1);
}

#s-37361b6a-62cb-46f5-85e8-010e0af89027 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dcccc474-f0b6-4ef8-af31-9a758b3a24d6 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 120, 83, 1);
border-radius: 0px;
background-color: rgba(239, 120, 83, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-dcccc474-f0b6-4ef8-af31-9a758b3a24d6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 120, 83, 1) !important;
border-radius: 0px !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-dcccc474-f0b6-4ef8-af31-9a758b3a24d6:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-dcccc474-f0b6-4ef8-af31-9a758b3a24d6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-1566fe08-0752-4982-9e41-213e0afc4df1 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 1200px){#s-1566fe08-0752-4982-9e41-213e0afc4df1 {
  display: none;
}
#s-1566fe08-0752-4982-9e41-213e0afc4df1, #wrap-s-1566fe08-0752-4982-9e41-213e0afc4df1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1566fe08-0752-4982-9e41-213e0afc4df1 {
  display: none;
}
#s-1566fe08-0752-4982-9e41-213e0afc4df1, #wrap-s-1566fe08-0752-4982-9e41-213e0afc4df1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1566fe08-0752-4982-9e41-213e0afc4df1 {
  
}
}







#s-1566fe08-0752-4982-9e41-213e0afc4df1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1566fe08-0752-4982-9e41-213e0afc4df1.shg-box.shg-c {
  justify-content: center;
}

#s-1ac96083-7e2e-42b4-b36a-e2afe3f27347 {
  text-align: center;
background-color: rgba(239, 120, 83, 1);
}




  #s-1ac96083-7e2e-42b4-b36a-e2afe3f27347 img.shogun-image {
    
    width: px;
  }


#s-1ac96083-7e2e-42b4-b36a-e2afe3f27347 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5156339-3170-4079-b0ed-6e55ac6de8a7 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-0c0a7565-fed6-4249-9342-2e490a7ee3c5 {
  text-align: center;
}




  #s-0c0a7565-fed6-4249-9342-2e490a7ee3c5 img.shogun-image {
    
    width: px;
  }


#s-0c0a7565-fed6-4249-9342-2e490a7ee3c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-898f797d-66f1-4aae-a9f8-33faa3d1b7c0 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 120, 83, 1);
border-radius: 0px;
background-color: rgba(239, 120, 83, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-898f797d-66f1-4aae-a9f8-33faa3d1b7c0:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 120, 83, 1) !important;
border-radius: 0px !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-898f797d-66f1-4aae-a9f8-33faa3d1b7c0:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-898f797d-66f1-4aae-a9f8-33faa3d1b7c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-7116f71e-9d08-43db-8c9a-304987f49b2c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7116f71e-9d08-43db-8c9a-304987f49b2c {
  display: none;
}
#s-7116f71e-9d08-43db-8c9a-304987f49b2c, #wrap-s-7116f71e-9d08-43db-8c9a-304987f49b2c { display:none !important; }}@media (max-width: 767px){#s-7116f71e-9d08-43db-8c9a-304987f49b2c {
  display: none;
}
#s-7116f71e-9d08-43db-8c9a-304987f49b2c, #wrap-s-7116f71e-9d08-43db-8c9a-304987f49b2c { display:none !important; }}
@media (min-width: 0px) {
[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7116f71e-9d08-43db-8c9a-304987f49b2c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0cb8fa7f-50dc-4a36-ad29-b76ddb7d0447 {
  text-align: center;
background-color: rgba(239, 120, 83, 0);
}




  #s-0cb8fa7f-50dc-4a36-ad29-b76ddb7d0447 img.shogun-image {
    
    width: px;
  }


#s-0cb8fa7f-50dc-4a36-ad29-b76ddb7d0447 .shogun-image-content {
  
    align-items: center;
  
}

#s-a18b4f43-78bc-4538-a6ed-3fc639ed4594 {
  text-align: center;
}




  #s-a18b4f43-78bc-4538-a6ed-3fc639ed4594 img.shogun-image {
    
    width: px;
  }


#s-a18b4f43-78bc-4538-a6ed-3fc639ed4594 .shogun-image-content {
  
    align-items: center;
  
}

#s-6763077f-c088-423e-8b40-6fa4a0ea09cd {
  border-style: solid;
margin-top: 20px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 172, 209, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(218, 172, 209, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 0px;
}
#s-6763077f-c088-423e-8b40-6fa4a0ea09cd:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(218, 172, 209, 1) !important;
background-color: rgba(218, 172, 209, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6763077f-c088-423e-8b40-6fa4a0ea09cd:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-6763077f-c088-423e-8b40-6fa4a0ea09cd {
  display: none;
}
#s-6763077f-c088-423e-8b40-6fa4a0ea09cd, #wrap-s-6763077f-c088-423e-8b40-6fa4a0ea09cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6763077f-c088-423e-8b40-6fa4a0ea09cd {
  display: none;
}
#s-6763077f-c088-423e-8b40-6fa4a0ea09cd, #wrap-s-6763077f-c088-423e-8b40-6fa4a0ea09cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6763077f-c088-423e-8b40-6fa4a0ea09cd {
  display: none;
}
#s-6763077f-c088-423e-8b40-6fa4a0ea09cd, #wrap-s-6763077f-c088-423e-8b40-6fa4a0ea09cd { display:none !important; }}


#s-6763077f-c088-423e-8b40-6fa4a0ea09cd.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Karla;
  display:  inline-block ;
}

#s-36751974-82d0-4adc-abea-7602bbe6d7e9 {
  min-height: 50px;
background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-36751974-82d0-4adc-abea-7602bbe6d7e9 {
  display: none;
}
#s-36751974-82d0-4adc-abea-7602bbe6d7e9, #wrap-s-36751974-82d0-4adc-abea-7602bbe6d7e9 { display:none !important; }}@media (max-width: 767px){#s-36751974-82d0-4adc-abea-7602bbe6d7e9 {
  display: none;
}
#s-36751974-82d0-4adc-abea-7602bbe6d7e9, #wrap-s-36751974-82d0-4adc-abea-7602bbe6d7e9 { display:none !important; }}







#s-36751974-82d0-4adc-abea-7602bbe6d7e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36751974-82d0-4adc-abea-7602bbe6d7e9.shg-box.shg-c {
  justify-content: center;
}

#s-b112d8a9-e9af-4f1f-bd71-c1522f01f696 {
  padding-top: 10px;
text-align: center;
}

#s-b112d8a9-e9af-4f1f-bd71-c1522f01f696 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-68ecfdc0-99b9-4fb1-ae82-c5a3108ae5aa {
  border-style: solid;
margin-top: 20px;
margin-bottom: 35px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 120, 83, 1);
border-radius: 0px;
background-color: rgba(239, 120, 83, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-68ecfdc0-99b9-4fb1-ae82-c5a3108ae5aa:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 120, 83, 1) !important;
border-radius: 0px !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-68ecfdc0-99b9-4fb1-ae82-c5a3108ae5aa:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-68ecfdc0-99b9-4fb1-ae82-c5a3108ae5aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-a19c2961-72b8-48a6-ae0e-ab89b765ff05 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(185, 218, 218, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a19c2961-72b8-48a6-ae0e-ab89b765ff05 {
  display: none;
}
#s-a19c2961-72b8-48a6-ae0e-ab89b765ff05, #wrap-s-a19c2961-72b8-48a6-ae0e-ab89b765ff05 { display:none !important; }}@media (max-width: 767px){#s-a19c2961-72b8-48a6-ae0e-ab89b765ff05 {
  display: none;
}
#s-a19c2961-72b8-48a6-ae0e-ab89b765ff05, #wrap-s-a19c2961-72b8-48a6-ae0e-ab89b765ff05 { display:none !important; }}







#s-a19c2961-72b8-48a6-ae0e-ab89b765ff05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a19c2961-72b8-48a6-ae0e-ab89b765ff05.shg-box.shg-c {
  justify-content: center;
}

#s-d4a0cefc-317c-49c9-a294-03e677ace87f {
  padding-bottom: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-d4a0cefc-317c-49c9-a294-03e677ace87f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4a0cefc-317c-49c9-a294-03e677ace87f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4a0cefc-317c-49c9-a294-03e677ace87f {
  
}
}@media (max-width: 767px){#s-d4a0cefc-317c-49c9-a294-03e677ace87f {
  
}
}
#s-d4a0cefc-317c-49c9-a294-03e677ace87f .shogun-heading-component h1 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-141e62e8-8125-43c4-831a-90da30e1a262 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-141e62e8-8125-43c4-831a-90da30e1a262 {
  
}
}@media (max-width: 767px){#s-141e62e8-8125-43c4-831a-90da30e1a262 {
  
}
}
#s-141e62e8-8125-43c4-831a-90da30e1a262 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-141e62e8-8125-43c4-831a-90da30e1a262 .shg-sld-nav-button.shg-sld-left,
#s-141e62e8-8125-43c4-831a-90da30e1a262 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-08131041-a5ec-4991-86ca-8fc0aa9dac33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-1ef6fe54-91f7-43e1-beaa-cf15ecd9ae12 {
  text-align: center;
}




  #s-1ef6fe54-91f7-43e1-beaa-cf15ecd9ae12 img.shogun-image {
    
    width: px;
  }


#s-1ef6fe54-91f7-43e1-beaa-cf15ecd9ae12 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bfb5bcb-026e-4051-a7d6-298da4a51528 {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-7bfb5bcb-026e-4051-a7d6-298da4a51528 .shogun-heading-component h1 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: muli;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fc658dc6-4dba-43db-8313-c63f39e13272 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 247, 244, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(252, 247, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 1px;
}
#s-fc658dc6-4dba-43db-8313-c63f39e13272:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(245, 238, 230, 1) !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fc658dc6-4dba-43db-8313-c63f39e13272:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 247, 244, 1) !important;}


#s-fc658dc6-4dba-43db-8313-c63f39e13272.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-18d84ba4-556a-4641-bf99-1ab8809327e1 {
  text-align: center;
}




  #s-18d84ba4-556a-4641-bf99-1ab8809327e1 img.shogun-image {
    
    width: px;
  }


#s-18d84ba4-556a-4641-bf99-1ab8809327e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8e917fe-87aa-4c89-8487-62b3759cf8ae {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-c8e917fe-87aa-4c89-8487-62b3759cf8ae .shogun-heading-component h1 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: muli;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2cd1da53-c785-4d48-aebc-099ccb8f7c0e {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 247, 244, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(252, 247, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 1px;
}
#s-2cd1da53-c785-4d48-aebc-099ccb8f7c0e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(245, 238, 230, 1) !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2cd1da53-c785-4d48-aebc-099ccb8f7c0e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 247, 244, 1) !important;}


#s-2cd1da53-c785-4d48-aebc-099ccb8f7c0e.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-af4b330d-f785-4bde-9178-976affbf4d8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-91ae04be-eef4-4c17-8703-29b2d491cd38 {
  text-align: center;
}




  #s-91ae04be-eef4-4c17-8703-29b2d491cd38 img.shogun-image {
    
    width: px;
  }


#s-91ae04be-eef4-4c17-8703-29b2d491cd38 .shogun-image-content {
  
    align-items: center;
  
}

#s-b02ff66f-a0cc-4378-bba2-d79026d9f531 {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-b02ff66f-a0cc-4378-bba2-d79026d9f531 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9fbe4e70-2dbb-45c4-a6dc-21c3d4b6dca6 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 247, 244, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(252, 247, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 1px;
}
#s-9fbe4e70-2dbb-45c4-a6dc-21c3d4b6dca6:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(245, 238, 230, 1) !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9fbe4e70-2dbb-45c4-a6dc-21c3d4b6dca6:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 247, 244, 1) !important;}


#s-9fbe4e70-2dbb-45c4-a6dc-21c3d4b6dca6.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-3780a90b-6b82-40ae-9191-b9718749865c {
  text-align: center;
}




  #s-3780a90b-6b82-40ae-9191-b9718749865c img.shogun-image {
    
    width: px;
  }


#s-3780a90b-6b82-40ae-9191-b9718749865c .shogun-image-content {
  
    align-items: center;
  
}

#s-d6660ef0-ae52-45b9-8884-3587aaf61ccb {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-d6660ef0-ae52-45b9-8884-3587aaf61ccb .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-33b27c2e-7b8b-431b-ad82-70f7d50c851c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 247, 244, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(252, 247, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 1px;
}
#s-33b27c2e-7b8b-431b-ad82-70f7d50c851c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(245, 238, 230, 1) !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-33b27c2e-7b8b-431b-ad82-70f7d50c851c:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 247, 244, 1) !important;}


#s-33b27c2e-7b8b-431b-ad82-70f7d50c851c.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-5127abfc-5f69-433e-93b4-e0871137a66a {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(185, 218, 218, 1);
}
@media (min-width: 1200px){#s-5127abfc-5f69-433e-93b4-e0871137a66a {
  display: none;
}
#s-5127abfc-5f69-433e-93b4-e0871137a66a, #wrap-s-5127abfc-5f69-433e-93b4-e0871137a66a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5127abfc-5f69-433e-93b4-e0871137a66a {
  display: none;
}
#s-5127abfc-5f69-433e-93b4-e0871137a66a, #wrap-s-5127abfc-5f69-433e-93b4-e0871137a66a { display:none !important; }}







#s-5127abfc-5f69-433e-93b4-e0871137a66a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5127abfc-5f69-433e-93b4-e0871137a66a.shg-box.shg-c {
  justify-content: center;
}

#s-9defc5c5-ec48-4640-b2fd-20b3e424b132 {
  padding-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-9defc5c5-ec48-4640-b2fd-20b3e424b132 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9defc5c5-ec48-4640-b2fd-20b3e424b132 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9defc5c5-ec48-4640-b2fd-20b3e424b132 {
  
}
}@media (max-width: 767px){#s-9defc5c5-ec48-4640-b2fd-20b3e424b132 {
  
}
}
#s-9defc5c5-ec48-4640-b2fd-20b3e424b132 .shogun-heading-component h1 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-8e507fb8-d188-45b8-8d74-4784b2578a5f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8e507fb8-d188-45b8-8d74-4784b2578a5f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8e507fb8-d188-45b8-8d74-4784b2578a5f .shg-sld-nav-button.shg-sld-left,
#s-8e507fb8-d188-45b8-8d74-4784b2578a5f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-880f3dbf-7aec-4641-9000-b6ae46bcaffc {
  text-align: center;
}




  #s-880f3dbf-7aec-4641-9000-b6ae46bcaffc img.shogun-image {
    
    width: px;
  }


#s-880f3dbf-7aec-4641-9000-b6ae46bcaffc .shogun-image-content {
  
    align-items: center;
  
}

#s-dbb163a1-a261-4034-8cc5-7296e798baec {
  text-align: center;
}




  #s-dbb163a1-a261-4034-8cc5-7296e798baec img.shogun-image {
    
    width: px;
  }


#s-dbb163a1-a261-4034-8cc5-7296e798baec .shogun-image-content {
  
    align-items: center;
  
}

#s-2d5e6b15-e3f4-402e-9d90-8324fad46fca {
  text-align: center;
}




  #s-2d5e6b15-e3f4-402e-9d90-8324fad46fca img.shogun-image {
    
    width: px;
  }


#s-2d5e6b15-e3f4-402e-9d90-8324fad46fca .shogun-image-content {
  
    align-items: center;
  
}

#s-54a953a3-d322-4556-ba03-8b0552012223 {
  text-align: center;
}




  #s-54a953a3-d322-4556-ba03-8b0552012223 img.shogun-image {
    
    width: px;
  }


#s-54a953a3-d322-4556-ba03-8b0552012223 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4981358-9228-4ea9-a950-8dbfa9d3414e {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-f4981358-9228-4ea9-a950-8dbfa9d3414e .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8b2ea2bf-3259-4fbb-b0c3-89754ee8415f {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-8b2ea2bf-3259-4fbb-b0c3-89754ee8415f .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9c4fe034-2349-4529-8041-1cf1ee122fcd {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-9c4fe034-2349-4529-8041-1cf1ee122fcd .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4f318623-e17e-4cb0-a6dc-a12ceabd4514 {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-4f318623-e17e-4cb0-a6dc-a12ceabd4514 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e06a4457-d09c-4c1a-a943-8a6a1c5a3788 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 247, 244, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(252, 247, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 1px;
}
#s-e06a4457-d09c-4c1a-a943-8a6a1c5a3788:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(245, 238, 230, 1) !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e06a4457-d09c-4c1a-a943-8a6a1c5a3788:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 247, 244, 1) !important;}


#s-e06a4457-d09c-4c1a-a943-8a6a1c5a3788.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-bfe391fc-7d72-4dfa-856f-a5f257085785 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 247, 244, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(252, 247, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 1px;
}
#s-bfe391fc-7d72-4dfa-856f-a5f257085785:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(245, 238, 230, 1) !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bfe391fc-7d72-4dfa-856f-a5f257085785:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 247, 244, 1) !important;}


#s-bfe391fc-7d72-4dfa-856f-a5f257085785.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-82e3abba-9d8c-40a3-9155-f96ce5785c7f {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 247, 244, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(252, 247, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 1px;
}
#s-82e3abba-9d8c-40a3-9155-f96ce5785c7f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(245, 238, 230, 1) !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-82e3abba-9d8c-40a3-9155-f96ce5785c7f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 247, 244, 1) !important;}


#s-82e3abba-9d8c-40a3-9155-f96ce5785c7f.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-0cda5b55-1a4c-485c-a343-1b46dcbb1723 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 247, 244, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(252, 247, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(84, 84, 94, 1);
letter-spacing: 1px;
}
#s-0cda5b55-1a4c-485c-a343-1b46dcbb1723:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(245, 238, 230, 1) !important;
background-color: rgba(245, 238, 230, 1) !important;
text-decoration: none !important;
color: rgba(84, 84, 94, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0cda5b55-1a4c-485c-a343-1b46dcbb1723:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(252, 247, 244, 1) !important;}


#s-0cda5b55-1a4c-485c-a343-1b46dcbb1723.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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