.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-697d4de4-a967-4b8b-a243-62382224c054 {
  margin-top: -5em;
min-height: 100%;
max-width: 100%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-697d4de4-a967-4b8b-a243-62382224c054 {
  
}
}@media (max-width: 767px){#s-697d4de4-a967-4b8b-a243-62382224c054 {
  display: none;
}
#s-697d4de4-a967-4b8b-a243-62382224c054, #wrap-s-697d4de4-a967-4b8b-a243-62382224c054 { display:none !important; }}



  #s-697d4de4-a967-4b8b-a243-62382224c054 img.shogun-image {
    
    width: px;
  }


#s-697d4de4-a967-4b8b-a243-62382224c054 .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;
}

@media (min-width: 1200px){#s-cc7c048a-3c6b-4c03-a179-b101aa310a47 {
  display: none;
}
#s-cc7c048a-3c6b-4c03-a179-b101aa310a47, #wrap-s-cc7c048a-3c6b-4c03-a179-b101aa310a47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc7c048a-3c6b-4c03-a179-b101aa310a47 {
  display: none;
}
#s-cc7c048a-3c6b-4c03-a179-b101aa310a47, #wrap-s-cc7c048a-3c6b-4c03-a179-b101aa310a47 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc7c048a-3c6b-4c03-a179-b101aa310a47 {
  margin-top: 380px;
margin-left: 8%;
max-width: 250px;
display: none;
}
#s-cc7c048a-3c6b-4c03-a179-b101aa310a47, #wrap-s-cc7c048a-3c6b-4c03-a179-b101aa310a47 { display:none !important; }}@media (max-width: 767px){#s-cc7c048a-3c6b-4c03-a179-b101aa310a47 {
  display: none;
}
#s-cc7c048a-3c6b-4c03-a179-b101aa310a47, #wrap-s-cc7c048a-3c6b-4c03-a179-b101aa310a47 { display:none !important; }}
#s-4300d0df-3e5c-4b68-aa1c-dd398e556245 {
  margin-top: 91px;
margin-left: 11.5%;
margin-bottom: 3em;
padding-top: 0px;
padding-bottom: 0px;
max-width: 222px;
}

#s-98eae27e-ec19-467e-9262-7c768239319a {
  margin-left: -3%;
margin-right: -3%;
}
@media (min-width: 1200px){#s-98eae27e-ec19-467e-9262-7c768239319a {
  margin-left: 10.5%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98eae27e-ec19-467e-9262-7c768239319a {
  margin-left: 10.5%;
margin-right: 0%;
max-width: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98eae27e-ec19-467e-9262-7c768239319a {
  display: none;
}
#s-98eae27e-ec19-467e-9262-7c768239319a, #wrap-s-98eae27e-ec19-467e-9262-7c768239319a { display:none !important; }}@media (max-width: 767px){#s-98eae27e-ec19-467e-9262-7c768239319a {
  display: none;
}
#s-98eae27e-ec19-467e-9262-7c768239319a, #wrap-s-98eae27e-ec19-467e-9262-7c768239319a { display:none !important; }}
#s-b5843f50-190d-44bc-8fec-da77d39ac626 {
  margin-left: 10%;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 260px;
}
@media (min-width: 1200px){#s-b5843f50-190d-44bc-8fec-da77d39ac626 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5843f50-190d-44bc-8fec-da77d39ac626 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5843f50-190d-44bc-8fec-da77d39ac626 {
  display: none;
}
#s-b5843f50-190d-44bc-8fec-da77d39ac626, #wrap-s-b5843f50-190d-44bc-8fec-da77d39ac626 { display:none !important; }}@media (max-width: 767px){#s-b5843f50-190d-44bc-8fec-da77d39ac626 {
  display: none;
}
#s-b5843f50-190d-44bc-8fec-da77d39ac626, #wrap-s-b5843f50-190d-44bc-8fec-da77d39ac626 { display:none !important; }}



  #s-b5843f50-190d-44bc-8fec-da77d39ac626 img.shogun-image {
    
    width: px;
  }


#s-b5843f50-190d-44bc-8fec-da77d39ac626 .shogun-image-content {
  
    align-items: center;
  
}

#s-87fd879a-3a53-41ca-b0f7-dd7ce6bf04e5 {
  margin-left: 10%;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 260px;
}
@media (min-width: 1200px){#s-87fd879a-3a53-41ca-b0f7-dd7ce6bf04e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87fd879a-3a53-41ca-b0f7-dd7ce6bf04e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87fd879a-3a53-41ca-b0f7-dd7ce6bf04e5 {
  display: none;
}
#s-87fd879a-3a53-41ca-b0f7-dd7ce6bf04e5, #wrap-s-87fd879a-3a53-41ca-b0f7-dd7ce6bf04e5 { display:none !important; }}@media (max-width: 767px){#s-87fd879a-3a53-41ca-b0f7-dd7ce6bf04e5 {
  display: none;
}
#s-87fd879a-3a53-41ca-b0f7-dd7ce6bf04e5, #wrap-s-87fd879a-3a53-41ca-b0f7-dd7ce6bf04e5 { display:none !important; }}



  #s-87fd879a-3a53-41ca-b0f7-dd7ce6bf04e5 img.shogun-image {
    
    width: px;
  }


#s-87fd879a-3a53-41ca-b0f7-dd7ce6bf04e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-341ac7d6-8165-40e1-b902-a8b356e0a75d {
  margin-top: 9px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-341ac7d6-8165-40e1-b902-a8b356e0a75d {
  display: none;
}
#s-341ac7d6-8165-40e1-b902-a8b356e0a75d, #wrap-s-341ac7d6-8165-40e1-b902-a8b356e0a75d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-341ac7d6-8165-40e1-b902-a8b356e0a75d {
  display: none;
}
#s-341ac7d6-8165-40e1-b902-a8b356e0a75d, #wrap-s-341ac7d6-8165-40e1-b902-a8b356e0a75d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-341ac7d6-8165-40e1-b902-a8b356e0a75d {
  display: none;
}
#s-341ac7d6-8165-40e1-b902-a8b356e0a75d, #wrap-s-341ac7d6-8165-40e1-b902-a8b356e0a75d { display:none !important; }}@media (max-width: 767px){#s-341ac7d6-8165-40e1-b902-a8b356e0a75d {
  margin-top: -10px;
}
}



  #s-341ac7d6-8165-40e1-b902-a8b356e0a75d img.shogun-image {
    
    width: px;
  }


#s-341ac7d6-8165-40e1-b902-a8b356e0a75d .shogun-image-content {
  
    align-items: center;
  
}

#s-97b0431a-97bb-497b-a68b-59135420ffc4 {
  padding-top: 30em;
min-height: 0px;
}
@media (min-width: 1200px){#s-97b0431a-97bb-497b-a68b-59135420ffc4 {
  display: none;
}
#s-97b0431a-97bb-497b-a68b-59135420ffc4, #wrap-s-97b0431a-97bb-497b-a68b-59135420ffc4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97b0431a-97bb-497b-a68b-59135420ffc4 {
  display: none;
}
#s-97b0431a-97bb-497b-a68b-59135420ffc4, #wrap-s-97b0431a-97bb-497b-a68b-59135420ffc4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97b0431a-97bb-497b-a68b-59135420ffc4 {
  display: none;
}
#s-97b0431a-97bb-497b-a68b-59135420ffc4, #wrap-s-97b0431a-97bb-497b-a68b-59135420ffc4 { display:none !important; }}@media (max-width: 767px){#s-97b0431a-97bb-497b-a68b-59135420ffc4 {
  display: none;
}
#s-97b0431a-97bb-497b-a68b-59135420ffc4, #wrap-s-97b0431a-97bb-497b-a68b-59135420ffc4 { display:none !important; }}
#s-45567ee1-4e45-4bf9-b0cd-9e1e2e0d1a96 {
  margin-top: 29em;
margin-left: 32%;
margin-bottom: 0px;
margin-right: 32%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-45567ee1-4e45-4bf9-b0cd-9e1e2e0d1a96 {
  display: none;
}
#s-45567ee1-4e45-4bf9-b0cd-9e1e2e0d1a96, #wrap-s-45567ee1-4e45-4bf9-b0cd-9e1e2e0d1a96 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45567ee1-4e45-4bf9-b0cd-9e1e2e0d1a96 {
  display: none;
}
#s-45567ee1-4e45-4bf9-b0cd-9e1e2e0d1a96, #wrap-s-45567ee1-4e45-4bf9-b0cd-9e1e2e0d1a96 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45567ee1-4e45-4bf9-b0cd-9e1e2e0d1a96 {
  display: none;
}
#s-45567ee1-4e45-4bf9-b0cd-9e1e2e0d1a96, #wrap-s-45567ee1-4e45-4bf9-b0cd-9e1e2e0d1a96 { display:none !important; }}@media (max-width: 767px){#s-45567ee1-4e45-4bf9-b0cd-9e1e2e0d1a96 {
  margin-top: 119%;
}
}
.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-f5943387-f1b7-4ee2-bf7d-020713f9606c {
  padding-top: 20px;
padding-left: 6%;
padding-bottom: 20px;
padding-right: 6%;
min-height: 48px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-f5943387-f1b7-4ee2-bf7d-020713f9606c {
  display: none;
}
#s-f5943387-f1b7-4ee2-bf7d-020713f9606c, #wrap-s-f5943387-f1b7-4ee2-bf7d-020713f9606c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5943387-f1b7-4ee2-bf7d-020713f9606c {
  display: none;
}
#s-f5943387-f1b7-4ee2-bf7d-020713f9606c, #wrap-s-f5943387-f1b7-4ee2-bf7d-020713f9606c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5943387-f1b7-4ee2-bf7d-020713f9606c {
  display: none;
}
#s-f5943387-f1b7-4ee2-bf7d-020713f9606c, #wrap-s-f5943387-f1b7-4ee2-bf7d-020713f9606c { display:none !important; }}@media (max-width: 767px){#s-f5943387-f1b7-4ee2-bf7d-020713f9606c {
  display: none;
}
#s-f5943387-f1b7-4ee2-bf7d-020713f9606c, #wrap-s-f5943387-f1b7-4ee2-bf7d-020713f9606c { display:none !important; }}







#s-f5943387-f1b7-4ee2-bf7d-020713f9606c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5943387-f1b7-4ee2-bf7d-020713f9606c.shg-box.shg-c {
  justify-content: center;
}

#s-7bf9985e-233b-4a94-a778-75140a690102 {
  padding-top: 2px;
padding-left: 0%;
}

#s-b7ea54ad-5ee3-4d40-a1a3-97cd3a79d7b3 {
  margin-top: 17px;
}

#s-02cdff4f-2fa9-4e19-9246-5e82866875ed {
  margin-top: 11px;
margin-bottom: -9px;
}

.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-b47cc8db-981e-4c0c-ae24-d1efae54a7be {
  border-style: solid;
margin-top: 15px;
padding-top: 12px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(51, 102, 255, 1);
border-style: solid;
border-radius: 1000px;
max-width: 140px;
background-color: rgba(51, 102, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
line-height: 1em;
}
#s-b47cc8db-981e-4c0c-ae24-d1efae54a7be:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 102, 255, 1) !important;}#s-b47cc8db-981e-4c0c-ae24-d1efae54a7be:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b47cc8db-981e-4c0c-ae24-d1efae54a7be-btn-wrapper {
    text-align: center;
  }


#s-b47cc8db-981e-4c0c-ae24-d1efae54a7be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-0ec4a22d-34c3-4cd9-a751-f05a74c87ac2 {
  margin-left: 10.5%;
}
@media (min-width: 1200px){#s-0ec4a22d-34c3-4cd9-a751-f05a74c87ac2 {
  display: none;
}
#s-0ec4a22d-34c3-4cd9-a751-f05a74c87ac2, #wrap-s-0ec4a22d-34c3-4cd9-a751-f05a74c87ac2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ec4a22d-34c3-4cd9-a751-f05a74c87ac2 {
  display: none;
}
#s-0ec4a22d-34c3-4cd9-a751-f05a74c87ac2, #wrap-s-0ec4a22d-34c3-4cd9-a751-f05a74c87ac2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ec4a22d-34c3-4cd9-a751-f05a74c87ac2 {
  margin-left: 0%;
margin-right: 0%;
max-width: 100%;
}
}@media (max-width: 767px){#s-0ec4a22d-34c3-4cd9-a751-f05a74c87ac2 {
  margin-left: 0%;
margin-right: 0%;
max-width: 100%;
}
}
#s-de81debc-9430-49ab-b48b-bf5f1406207e {
  text-align: center;
}
@media (min-width: 1200px){#s-de81debc-9430-49ab-b48b-bf5f1406207e {
  display: none;
}
#s-de81debc-9430-49ab-b48b-bf5f1406207e, #wrap-s-de81debc-9430-49ab-b48b-bf5f1406207e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de81debc-9430-49ab-b48b-bf5f1406207e {
  display: none;
}
#s-de81debc-9430-49ab-b48b-bf5f1406207e, #wrap-s-de81debc-9430-49ab-b48b-bf5f1406207e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de81debc-9430-49ab-b48b-bf5f1406207e {
  
}
}



  #s-de81debc-9430-49ab-b48b-bf5f1406207e img.shogun-image {
    
    width: px;
  }


#s-de81debc-9430-49ab-b48b-bf5f1406207e .shogun-image-content {
  
    align-items: center;
  
}

#s-253136fb-99a8-4ef8-a6a3-cb46dc640191 {
  text-align: center;
}
@media (min-width: 1200px){#s-253136fb-99a8-4ef8-a6a3-cb46dc640191 {
  display: none;
}
#s-253136fb-99a8-4ef8-a6a3-cb46dc640191, #wrap-s-253136fb-99a8-4ef8-a6a3-cb46dc640191 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-253136fb-99a8-4ef8-a6a3-cb46dc640191 {
  display: none;
}
#s-253136fb-99a8-4ef8-a6a3-cb46dc640191, #wrap-s-253136fb-99a8-4ef8-a6a3-cb46dc640191 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-253136fb-99a8-4ef8-a6a3-cb46dc640191 {
  
}
}



  #s-253136fb-99a8-4ef8-a6a3-cb46dc640191 img.shogun-image {
    
    width: px;
  }


#s-253136fb-99a8-4ef8-a6a3-cb46dc640191 .shogun-image-content {
  
    align-items: center;
  
}

#s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc {
  min-height: 500px;
}
@media (min-width: 1200px){#s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc {
  display: none;
}
#s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc, #wrap-s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc {
  display: none;
}
#s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc, #wrap-s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc {
  display: none;
}
#s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc, #wrap-s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc { display:none !important; }}@media (max-width: 767px){#s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc {
  display: none;
}
#s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc, #wrap-s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc { display:none !important; }}







#s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32d9ec47-3d7f-465b-be7f-c58ea4ee86bc.shg-box.shg-c {
  justify-content: center;
}

#s-1b9b0e30-505d-4fe9-9bbf-d7887c900d02 {
  background-color: rgba(228, 228, 230, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1b9b0e30-505d-4fe9-9bbf-d7887c900d02 {
  
}
}@media (max-width: 767px){#s-1b9b0e30-505d-4fe9-9bbf-d7887c900d02 {
  display: none;
}
#s-1b9b0e30-505d-4fe9-9bbf-d7887c900d02, #wrap-s-1b9b0e30-505d-4fe9-9bbf-d7887c900d02 { display:none !important; }}







#s-1b9b0e30-505d-4fe9-9bbf-d7887c900d02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b9b0e30-505d-4fe9-9bbf-d7887c900d02.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-8ad6a1ef-0876-4a06-8107-18e499228267 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 15px;
min-height: 100px;
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8ad6a1ef-0876-4a06-8107-18e499228267 {
  display: none;
}
#s-8ad6a1ef-0876-4a06-8107-18e499228267, #wrap-s-8ad6a1ef-0876-4a06-8107-18e499228267 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ad6a1ef-0876-4a06-8107-18e499228267 {
  display: none;
}
#s-8ad6a1ef-0876-4a06-8107-18e499228267, #wrap-s-8ad6a1ef-0876-4a06-8107-18e499228267 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ad6a1ef-0876-4a06-8107-18e499228267 {
  display: none;
}
#s-8ad6a1ef-0876-4a06-8107-18e499228267, #wrap-s-8ad6a1ef-0876-4a06-8107-18e499228267 { display:none !important; }}@media (max-width: 767px){#s-8ad6a1ef-0876-4a06-8107-18e499228267 {
  display: none;
}
#s-8ad6a1ef-0876-4a06-8107-18e499228267, #wrap-s-8ad6a1ef-0876-4a06-8107-18e499228267 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8ad6a1ef-0876-4a06-8107-18e499228267"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-919655a4-fe17-4bf4-8bf3-05338f565298 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}





#s-919655a4-fe17-4bf4-8bf3-05338f565298 .shogun-image-content {
  
    align-items: 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-bbcb4a5e-a5e4-403c-8e93-18bab6cc9c2a {
  margin-left: 14px;
margin-right: 14px;
max-width: 450px;
text-align: center;
}

#s-bbcb4a5e-a5e4-403c-8e93-18bab6cc9c2a .shogun-heading-component h3 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-bf051df3-27f1-4875-a34e-a9c48eab7e4b {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}




  #s-bf051df3-27f1-4875-a34e-a9c48eab7e4b img.shogun-image {
    
    width: px;
  }


#s-bf051df3-27f1-4875-a34e-a9c48eab7e4b .shogun-image-content {
  
    align-items: center;
  
}

#s-7fcfa7eb-9946-4b7b-b8e3-5dcb977b6b03 {
  margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
max-width: 450px;
text-align: center;
}

#s-7fcfa7eb-9946-4b7b-b8e3-5dcb977b6b03 .shogun-heading-component h3 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-4b2ed76d-7ae9-48ff-b25d-b40d6f8f5f12 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}




  #s-4b2ed76d-7ae9-48ff-b25d-b40d6f8f5f12 img.shogun-image {
    
    width: px;
  }


#s-4b2ed76d-7ae9-48ff-b25d-b40d6f8f5f12 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bddadf8-943c-42f8-9f35-616bd806abc4 {
  margin-left: 14px;
margin-bottom: 0px;
margin-right: 14px;
max-width: 450px;
text-align: center;
}

#s-9bddadf8-943c-42f8-9f35-616bd806abc4 .shogun-heading-component h3 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-d4e0c76a-ee8c-4076-ba8e-1cbf59c532c7 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}




  #s-d4e0c76a-ee8c-4076-ba8e-1cbf59c532c7 img.shogun-image {
    
    width: px;
  }


#s-d4e0c76a-ee8c-4076-ba8e-1cbf59c532c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-520ea3b9-d59e-47f8-8edc-e05d014fc969 {
  margin-left: 14px;
margin-bottom: 0px;
margin-right: 14px;
max-width: 450px;
text-align: center;
}

#s-520ea3b9-d59e-47f8-8edc-e05d014fc969 .shogun-heading-component h3 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-46e477c1-ff6e-441e-be60-2d4a06580e6b {
  margin-top: 15px;
padding-left: 72px;
padding-right: 72px;
text-align: center;
}
@media (min-width: 1200px){#s-46e477c1-ff6e-441e-be60-2d4a06580e6b {
  display: none;
}
#s-46e477c1-ff6e-441e-be60-2d4a06580e6b, #wrap-s-46e477c1-ff6e-441e-be60-2d4a06580e6b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46e477c1-ff6e-441e-be60-2d4a06580e6b {
  display: none;
}
#s-46e477c1-ff6e-441e-be60-2d4a06580e6b, #wrap-s-46e477c1-ff6e-441e-be60-2d4a06580e6b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46e477c1-ff6e-441e-be60-2d4a06580e6b {
  display: none;
}
#s-46e477c1-ff6e-441e-be60-2d4a06580e6b, #wrap-s-46e477c1-ff6e-441e-be60-2d4a06580e6b { display:none !important; }}



  #s-46e477c1-ff6e-441e-be60-2d4a06580e6b img.shogun-image {
    
    width: px;
  }


#s-46e477c1-ff6e-441e-be60-2d4a06580e6b .shogun-image-content {
  
    align-items: center;
  
}

#s-fc911aad-3446-40a4-afbd-c8664928f8db {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 430px;
text-align: center;
}

#s-fc911aad-3446-40a4-afbd-c8664928f8db .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-60f8b0af-96d3-4d68-b431-6f8a447bc546 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
max-width: 410px;
text-align: center;
}

#s-60f8b0af-96d3-4d68-b431-6f8a447bc546 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-12152a90-62fb-4cb2-a8ea-23a0f1dc91a8 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(38, 38, 38, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: rgba(38, 38, 38, 1);
}
#s-12152a90-62fb-4cb2-a8ea-23a0f1dc91a8:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(38, 38, 38, 1) !important;
text-decoration: none !important;}#s-12152a90-62fb-4cb2-a8ea-23a0f1dc91a8:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}


#s-12152a90-62fb-4cb2-a8ea-23a0f1dc91a8.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-12540e62-457d-448b-a031-5da03101b842 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
}
@media (min-width: 1200px){#s-12540e62-457d-448b-a031-5da03101b842 {
  display: none;
}
#s-12540e62-457d-448b-a031-5da03101b842, #wrap-s-12540e62-457d-448b-a031-5da03101b842 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12540e62-457d-448b-a031-5da03101b842 {
  display: none;
}
#s-12540e62-457d-448b-a031-5da03101b842, #wrap-s-12540e62-457d-448b-a031-5da03101b842 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12540e62-457d-448b-a031-5da03101b842 {
  display: none;
}
#s-12540e62-457d-448b-a031-5da03101b842, #wrap-s-12540e62-457d-448b-a031-5da03101b842 { display:none !important; }}@media (max-width: 767px){#s-12540e62-457d-448b-a031-5da03101b842 {
  display: none;
}
#s-12540e62-457d-448b-a031-5da03101b842, #wrap-s-12540e62-457d-448b-a031-5da03101b842 { display:none !important; }}
@media (min-width: 0px) {
[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-12540e62-457d-448b-a031-5da03101b842"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 514px;
max-width: 450px;
background-color: rgba(228, 228, 230, 1);
}
@media (min-width: 1200px){#s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56 {
  display: none;
}
#s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56, #wrap-s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56 {
  display: none;
}
#s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56, #wrap-s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56 {
  display: none;
}
#s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56, #wrap-s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56 { display:none !important; }}@media (max-width: 767px){#s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56 {
  display: none;
}
#s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56, #wrap-s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56 { display:none !important; }}







#s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd95eda7-6a96-4e44-b04b-1838ee7c1b56.shg-box.shg-c {
  justify-content: center;
}

#s-e5fef1a4-58c0-400a-90d7-9fd1bea4b381 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5fef1a4-58c0-400a-90d7-9fd1bea4b381 {
  display: none;
}
#s-e5fef1a4-58c0-400a-90d7-9fd1bea4b381, #wrap-s-e5fef1a4-58c0-400a-90d7-9fd1bea4b381 { display:none !important; }}
#s-e5fef1a4-58c0-400a-90d7-9fd1bea4b381 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0b49517c-1dbc-42df-8620-448d2d163113 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b49517c-1dbc-42df-8620-448d2d163113 {
  display: none;
}
#s-0b49517c-1dbc-42df-8620-448d2d163113, #wrap-s-0b49517c-1dbc-42df-8620-448d2d163113 { display:none !important; }}
#s-0b49517c-1dbc-42df-8620-448d2d163113 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-12012a52-c1b2-4a66-9e28-9ba0b5fe086a {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(38, 38, 38, 1);
border-style: solid;
border-radius: 9999px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: rgba(38, 38, 38, 1);
}
#s-12012a52-c1b2-4a66-9e28-9ba0b5fe086a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}#s-12012a52-c1b2-4a66-9e28-9ba0b5fe086a:active {border-radius: 9999px !important;
background-color: rgba(114, 114, 119, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-12012a52-c1b2-4a66-9e28-9ba0b5fe086a {
  display: none;
}
#s-12012a52-c1b2-4a66-9e28-9ba0b5fe086a, #wrap-s-12012a52-c1b2-4a66-9e28-9ba0b5fe086a { display:none !important; }}


#s-12012a52-c1b2-4a66-9e28-9ba0b5fe086a.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-e9bad7b6-28fd-4700-8961-f704984dc657 {
  margin-left: auto;
margin-right: auto;
min-height: 200px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-e9bad7b6-28fd-4700-8961-f704984dc657 {
  display: none;
}
#s-e9bad7b6-28fd-4700-8961-f704984dc657, #wrap-s-e9bad7b6-28fd-4700-8961-f704984dc657 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9bad7b6-28fd-4700-8961-f704984dc657 {
  display: none;
}
#s-e9bad7b6-28fd-4700-8961-f704984dc657, #wrap-s-e9bad7b6-28fd-4700-8961-f704984dc657 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9bad7b6-28fd-4700-8961-f704984dc657 {
  display: none;
}
#s-e9bad7b6-28fd-4700-8961-f704984dc657, #wrap-s-e9bad7b6-28fd-4700-8961-f704984dc657 { display:none !important; }}@media (max-width: 767px){#s-e9bad7b6-28fd-4700-8961-f704984dc657 {
  display: none;
}
#s-e9bad7b6-28fd-4700-8961-f704984dc657, #wrap-s-e9bad7b6-28fd-4700-8961-f704984dc657 { display:none !important; }}







#s-e9bad7b6-28fd-4700-8961-f704984dc657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9bad7b6-28fd-4700-8961-f704984dc657.shg-box.shg-c {
  justify-content: center;
}

#s-bc729102-fe16-442a-b10b-39cc34de9edf {
  margin-top: 20px;
margin-left: 10px;
margin-right: auto;
min-height: 514px;
max-width: 500px;
background-color: rgba(228, 228, 230, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bc729102-fe16-442a-b10b-39cc34de9edf {
  max-width: 312px;
display: none;
}
#s-bc729102-fe16-442a-b10b-39cc34de9edf, #wrap-s-bc729102-fe16-442a-b10b-39cc34de9edf { display:none !important; }}@media (max-width: 767px){#s-bc729102-fe16-442a-b10b-39cc34de9edf {
  display: none;
}
#s-bc729102-fe16-442a-b10b-39cc34de9edf, #wrap-s-bc729102-fe16-442a-b10b-39cc34de9edf { display:none !important; }}







#s-bc729102-fe16-442a-b10b-39cc34de9edf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc729102-fe16-442a-b10b-39cc34de9edf.shg-box.shg-c {
  justify-content: center;
}

#s-4fd12bfb-c038-4567-88d5-fbbd378b8f69 {
  margin-bottom: -55px;
min-height: 50px;
background-color: rgba(228, 228, 230, 1);
}
@media (min-width: 1200px){#s-4fd12bfb-c038-4567-88d5-fbbd378b8f69 {
  display: none;
}
#s-4fd12bfb-c038-4567-88d5-fbbd378b8f69, #wrap-s-4fd12bfb-c038-4567-88d5-fbbd378b8f69 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fd12bfb-c038-4567-88d5-fbbd378b8f69 {
  display: none;
}
#s-4fd12bfb-c038-4567-88d5-fbbd378b8f69, #wrap-s-4fd12bfb-c038-4567-88d5-fbbd378b8f69 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fd12bfb-c038-4567-88d5-fbbd378b8f69 {
  display: none;
}
#s-4fd12bfb-c038-4567-88d5-fbbd378b8f69, #wrap-s-4fd12bfb-c038-4567-88d5-fbbd378b8f69 { display:none !important; }}@media (max-width: 767px){#s-4fd12bfb-c038-4567-88d5-fbbd378b8f69 {
  display: none;
}
#s-4fd12bfb-c038-4567-88d5-fbbd378b8f69, #wrap-s-4fd12bfb-c038-4567-88d5-fbbd378b8f69 { display:none !important; }}







#s-4fd12bfb-c038-4567-88d5-fbbd378b8f69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fd12bfb-c038-4567-88d5-fbbd378b8f69.shg-box.shg-c {
  justify-content: center;
}

#s-1cbb2896-fa87-4c2a-9e6f-ccd272b2c65f {
  min-height: 650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1cbb2896-fa87-4c2a-9e6f-ccd272b2c65f {
  display: none;
}
#s-1cbb2896-fa87-4c2a-9e6f-ccd272b2c65f, #wrap-s-1cbb2896-fa87-4c2a-9e6f-ccd272b2c65f { display:none !important; }}@media (max-width: 767px){#s-1cbb2896-fa87-4c2a-9e6f-ccd272b2c65f {
  display: none;
}
#s-1cbb2896-fa87-4c2a-9e6f-ccd272b2c65f, #wrap-s-1cbb2896-fa87-4c2a-9e6f-ccd272b2c65f { display:none !important; }}







#s-1cbb2896-fa87-4c2a-9e6f-ccd272b2c65f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cbb2896-fa87-4c2a-9e6f-ccd272b2c65f.shg-box.shg-c {
  justify-content: 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-676e13e0-4b06-45e2-a636-09dacab32b23 {
  margin-bottom: 6px;
min-height: 650px;
}

#s-676e13e0-4b06-45e2-a636-09dacab32b23 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-676e13e0-4b06-45e2-a636-09dacab32b23 .shg-sld-nav-button.shg-sld-left,
#s-676e13e0-4b06-45e2-a636-09dacab32b23 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d75147e7-5b02-472a-894d-068f70bc44f0 {
  background-size: cover;
min-height: 650px;
background-position: center center;
background-color: rgba(228, 228, 230, 1);
}








#s-d75147e7-5b02-472a-894d-068f70bc44f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d75147e7-5b02-472a-894d-068f70bc44f0.shg-box.shg-c {
  justify-content: center;
}

#s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc {
  min-height: 650px;
}

@media (min-width: 0px) {
[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2db5ead5-5d48-4dc3-a04e-fb2a0911cafc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0bb116a1-bdf4-4caf-98f8-34e1f83ced14 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 650px;
background-position: right 100px;
}








#s-0bb116a1-bdf4-4caf-98f8-34e1f83ced14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bb116a1-bdf4-4caf-98f8-34e1f83ced14.shg-box.shg-c {
  justify-content: center;
}

#s-83d2e6f9-c391-4936-9b7b-b449ddb69a91 {
  margin-left: auto;
margin-right: auto;
min-height: 650px;
}








#s-83d2e6f9-c391-4936-9b7b-b449ddb69a91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83d2e6f9-c391-4936-9b7b-b449ddb69a91.shg-box.shg-c {
  justify-content: center;
}

#s-3f62f477-f8fb-4e70-b1e6-fe9ef607ab66 {
  margin-bottom: 20px;
max-width: 510px;
text-align: left;
}

#s-3f62f477-f8fb-4e70-b1e6-fe9ef607ab66 .shogun-heading-component h1 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3e3a3078-b741-4c5a-bd4a-5e9e06ad787a {
  margin-bottom: 20px;
max-width: 400px;
text-align: left;
}

#s-3e3a3078-b741-4c5a-bd4a-5e9e06ad787a .shogun-heading-component h1 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-92f02209-b108-4dca-96e3-38890063f798 {
  max-width: 340px;
}

@media (min-width: 0px) {
[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-92f02209-b108-4dca-96e3-38890063f798"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-eb495260-f916-4a8c-aa11-b065c2b4381c {
  border-style: solid;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 6px;
padding-right: 30px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(114, 114, 114, 1);
border-radius: 9999px;
max-width: 160px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
}
#s-eb495260-f916-4a8c-aa11-b065c2b4381c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-eb495260-f916-4a8c-aa11-b065c2b4381c:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-eb495260-f916-4a8c-aa11-b065c2b4381c.shg-btn {
  color: rgba(114, 114, 114, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-4e219ed5-23be-48c6-bc29-542faaf61c23 {
  max-width: 132px;
}

@media (min-width: 0px) {
[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e219ed5-23be-48c6-bc29-542faaf61c23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-470ab4e1-69f0-4ba3-b714-c5f4c22f6646 {
  border-style: solid;
margin-top: 4px;
margin-right: -35px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 5px;
border-left-width: 1px;
border-bottom-width: 5px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: right;
}

#s-470ab4e1-69f0-4ba3-b714-c5f4c22f6646 .shogun-heading-component h1 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: right;
}



#s-4b69e9b1-5bae-4e29-8a46-9095645b1fa1 {
  border-style: solid;
border-top-width: 5px;
border-left-width: 1px;
border-bottom-width: 5px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}

#s-4b69e9b1-5bae-4e29-8a46-9095645b1fa1 .shogun-heading-component h1 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-959538be-02b1-43d9-87ab-28ce232b5c3e {
  margin-top: -10px;
max-width: 160px;
text-align: center;
}

#s-959538be-02b1-43d9-87ab-28ce232b5c3e .shogun-heading-component h1 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-a4778b7d-cd0e-467b-af59-756f1234646d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-a4778b7d-cd0e-467b-af59-756f1234646d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4778b7d-cd0e-467b-af59-756f1234646d.shg-box.shg-c {
  justify-content: center;
}

#s-d30b643f-9c97-4a1f-95e6-072e3b0f0341 {
  margin-left: auto;
margin-right: auto;
min-height: 600px;
max-width: 400px;
}








#s-d30b643f-9c97-4a1f-95e6-072e3b0f0341 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d30b643f-9c97-4a1f-95e6-072e3b0f0341.shg-box.shg-c {
  justify-content: center;
}

#s-e4ec451b-b932-4200-bf1f-0ed5215e26c7 {
  margin-bottom: 20px;
max-width: 400px;
text-align: left;
}

#s-e4ec451b-b932-4200-bf1f-0ed5215e26c7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f7071f99-f989-4335-b585-c87eac04be1d {
  margin-bottom: 20px;
max-width: 381px;
text-align: left;
}

#s-f7071f99-f989-4335-b585-c87eac04be1d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-1d066d6e-4f6c-4a41-a71a-beee79c5073f {
  max-width: 340px;
}

@media (min-width: 0px) {
[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1d066d6e-4f6c-4a41-a71a-beee79c5073f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-0878c07a-4631-4e4b-97f8-2eca60ee8be1 {
  border-style: solid;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 6px;
padding-right: 30px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-radius: 9999px;
max-width: 160px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
}
#s-0878c07a-4631-4e4b-97f8-2eca60ee8be1:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-0878c07a-4631-4e4b-97f8-2eca60ee8be1:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 114, 114, 1) !important;}


#s-0878c07a-4631-4e4b-97f8-2eca60ee8be1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263 {
  max-width: 132px;
}

@media (min-width: 0px) {
[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03380055-5dd9-4e3b-a9cf-3cf8d58ea263"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cff5ace2-93ff-4618-8afa-a4cdf26f6fab {
  border-style: solid;
margin-top: 4px;
margin-right: -35px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 5px;
border-left-width: 1px;
border-bottom-width: 5px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: right;
}

#s-cff5ace2-93ff-4618-8afa-a4cdf26f6fab .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-769998e8-110e-43de-ade9-0fdc606c1e67 {
  border-style: solid;
border-top-width: 5px;
border-left-width: 1px;
border-bottom-width: 5px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}

#s-769998e8-110e-43de-ade9-0fdc606c1e67 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-53e5f34b-67e7-4687-b5da-38dd29ae57d1 {
  margin-top: -10px;
max-width: 160px;
text-align: center;
}

#s-53e5f34b-67e7-4687-b5da-38dd29ae57d1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-477f4749-0a89-4929-92b2-6dde2178b063 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-477f4749-0a89-4929-92b2-6dde2178b063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-477f4749-0a89-4929-92b2-6dde2178b063.shg-box.shg-c {
  justify-content: center;
}

#s-eb074ffe-d77a-4601-8897-41098ce9126c {
  margin-left: 300px;
margin-right: auto;
min-height: 600px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb074ffe-d77a-4601-8897-41098ce9126c {
  opacity: 1;
}
}







#s-eb074ffe-d77a-4601-8897-41098ce9126c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb074ffe-d77a-4601-8897-41098ce9126c.shg-box.shg-c {
  justify-content: center;
}

#s-4a780896-415f-49f1-a73e-85f475f6fce0 {
  margin-bottom: 20px;
max-width: 400px;
text-align: left;
}

#s-4a780896-415f-49f1-a73e-85f475f6fce0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-820759d6-2ff0-4289-be29-89c27e8deb8c {
  margin-bottom: 20px;
max-width: 300px;
text-align: left;
}

#s-820759d6-2ff0-4289-be29-89c27e8deb8c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-751d3cbf-fcb8-4629-b2e1-ba7849f48182 {
  max-width: 340px;
}

@media (min-width: 0px) {
[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-751d3cbf-fcb8-4629-b2e1-ba7849f48182"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-7995e5a7-1aa9-4bcc-8b1f-c042225d6c5a {
  border-style: solid;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 6px;
padding-right: 30px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-radius: 9999px;
max-width: 160px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
}
#s-7995e5a7-1aa9-4bcc-8b1f-c042225d6c5a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-7995e5a7-1aa9-4bcc-8b1f-c042225d6c5a:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(114, 114, 114, 1) !important;}


#s-7995e5a7-1aa9-4bcc-8b1f-c042225d6c5a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd {
  max-width: 132px;
}

@media (min-width: 0px) {
[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-68825b48-4a30-4f2a-b04b-6ceffdc31dfd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-57a06b97-0c9c-48ec-962a-d0271a9ee17e {
  border-style: solid;
margin-top: 4px;
margin-right: -35px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 5px;
border-left-width: 1px;
border-bottom-width: 5px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: right;
}

#s-57a06b97-0c9c-48ec-962a-d0271a9ee17e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-e4c35d06-0cde-48f1-832b-a1372ce18c79 {
  border-style: solid;
border-top-width: 5px;
border-left-width: 1px;
border-bottom-width: 5px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
text-align: center;
}

#s-e4c35d06-0cde-48f1-832b-a1372ce18c79 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f764f65-64d1-49bf-92d4-c9307d3ed165 {
  margin-top: -10px;
max-width: 160px;
text-align: center;
}

#s-8f764f65-64d1-49bf-92d4-c9307d3ed165 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-dd2e2a88-92f8-47c3-8acf-d5f7c05ed4c6 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-dd2e2a88-92f8-47c3-8acf-d5f7c05ed4c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd2e2a88-92f8-47c3-8acf-d5f7c05ed4c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd2e2a88-92f8-47c3-8acf-d5f7c05ed4c6 {
  display: none;
}
#s-dd2e2a88-92f8-47c3-8acf-d5f7c05ed4c6, #wrap-s-dd2e2a88-92f8-47c3-8acf-d5f7c05ed4c6 { display:none !important; }}@media (max-width: 767px){#s-dd2e2a88-92f8-47c3-8acf-d5f7c05ed4c6 {
  display: none;
}
#s-dd2e2a88-92f8-47c3-8acf-d5f7c05ed4c6, #wrap-s-dd2e2a88-92f8-47c3-8acf-d5f7c05ed4c6 { display:none !important; }}







#s-dd2e2a88-92f8-47c3-8acf-d5f7c05ed4c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd2e2a88-92f8-47c3-8acf-d5f7c05ed4c6.shg-box.shg-c {
  justify-content: center;
}

#s-1c3bcea2-335b-4a45-a344-a43a2d412e2b {
  margin-left: 400px;
margin-right: 0%;
min-height: 50px;
}








#s-1c3bcea2-335b-4a45-a344-a43a2d412e2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c3bcea2-335b-4a45-a344-a43a2d412e2b.shg-box.shg-c {
  justify-content: center;
}

#s-e1c289dc-9c0e-47e7-b7f5-e0fab10647af {
  max-width: 310px;
text-align: left;
}

#s-e1c289dc-9c0e-47e7-b7f5-e0fab10647af .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9b2f968a-f359-4d29-9999-0c04799096ca {
  margin-bottom: 20px;
max-width: 310px;
text-align: left;
}

#s-9b2f968a-f359-4d29-9999-0c04799096ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-14e51621-265f-4cea-a29c-619a666bf994 {
  margin-bottom: 20px;
max-width: 375px;
text-align: left;
}

#s-14e51621-265f-4cea-a29c-619a666bf994 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-4e47eaef-0b54-414b-a22d-77d4ce287061 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-4e47eaef-0b54-414b-a22d-77d4ce287061 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e47eaef-0b54-414b-a22d-77d4ce287061 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e47eaef-0b54-414b-a22d-77d4ce287061 {
  display: none;
}
#s-4e47eaef-0b54-414b-a22d-77d4ce287061, #wrap-s-4e47eaef-0b54-414b-a22d-77d4ce287061 { display:none !important; }}@media (max-width: 767px){#s-4e47eaef-0b54-414b-a22d-77d4ce287061 {
  display: none;
}
#s-4e47eaef-0b54-414b-a22d-77d4ce287061, #wrap-s-4e47eaef-0b54-414b-a22d-77d4ce287061 { display:none !important; }}







#s-4e47eaef-0b54-414b-a22d-77d4ce287061 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e47eaef-0b54-414b-a22d-77d4ce287061.shg-box.shg-c {
  justify-content: center;
}

#s-c84c1365-d35a-4108-aa5e-2bf67e3d4e1f {
  margin-top: 150px;
margin-left: auto;
margin-right: 200px;
min-height: 50px;
max-width: 440px;
}








#s-c84c1365-d35a-4108-aa5e-2bf67e3d4e1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c84c1365-d35a-4108-aa5e-2bf67e3d4e1f.shg-box.shg-c {
  justify-content: center;
}

#s-443adf19-5549-41c6-98d2-2bd5f2b148db {
  max-width: 440px;
text-align: right;
}

#s-443adf19-5549-41c6-98d2-2bd5f2b148db .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-2058fffd-daa0-4db3-af7c-1a0a0d5f5d30 {
  margin-bottom: 20px;
max-width: 440px;
text-align: right;
}

#s-2058fffd-daa0-4db3-af7c-1a0a0d5f5d30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-026d1a53-13ff-48b9-b0f5-594cb7313cd7 {
  margin-bottom: 20px;
max-width: 440px;
text-align: right;
}

#s-026d1a53-13ff-48b9-b0f5-594cb7313cd7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: right;
}



#s-cf7f60b8-71a3-4977-ad79-cdbdfd5d6686 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-cf7f60b8-71a3-4977-ad79-cdbdfd5d6686 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf7f60b8-71a3-4977-ad79-cdbdfd5d6686 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf7f60b8-71a3-4977-ad79-cdbdfd5d6686 {
  display: none;
}
#s-cf7f60b8-71a3-4977-ad79-cdbdfd5d6686, #wrap-s-cf7f60b8-71a3-4977-ad79-cdbdfd5d6686 { display:none !important; }}@media (max-width: 767px){#s-cf7f60b8-71a3-4977-ad79-cdbdfd5d6686 {
  display: none;
}
#s-cf7f60b8-71a3-4977-ad79-cdbdfd5d6686, #wrap-s-cf7f60b8-71a3-4977-ad79-cdbdfd5d6686 { display:none !important; }}







#s-cf7f60b8-71a3-4977-ad79-cdbdfd5d6686 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf7f60b8-71a3-4977-ad79-cdbdfd5d6686.shg-box.shg-c {
  justify-content: center;
}

#s-5c88b611-f67c-4a54-9830-83220e2b48ae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-5c88b611-f67c-4a54-9830-83220e2b48ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c88b611-f67c-4a54-9830-83220e2b48ae.shg-box.shg-c {
  justify-content: center;
}

#s-3150307b-4e30-49fa-aaed-e4ba6c8656fb {
  max-width: 400px;
text-align: left;
}

#s-3150307b-4e30-49fa-aaed-e4ba6c8656fb .shogun-heading-component h1 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8e7c8a34-b6f3-4c67-b3fa-2ff23baa1b69 {
  margin-bottom: 20px;
max-width: 400px;
text-align: left;
}

#s-8e7c8a34-b6f3-4c67-b3fa-2ff23baa1b69 .shogun-heading-component h1 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-830cd458-b1c1-4999-9579-1cd27b4a6496 {
  margin-bottom: 20px;
max-width: 400px;
text-align: left;
}

#s-830cd458-b1c1-4999-9579-1cd27b4a6496 .shogun-heading-component h1 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699 {
  display: none;
}
#s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699, #wrap-s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699 {
  display: none;
}
#s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699, #wrap-s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699 {
  display: none;
}
#s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699, #wrap-s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699 { display:none !important; }}







#s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f4e5405-ce6c-41d2-adc2-0f68f7bec699.shg-box.shg-c {
  justify-content: center;
}

#s-7264b2a0-7e34-42c5-ba12-571a71f59621 {
  margin-left: 60px;
margin-right: 0%;
min-height: 50px;
}








#s-7264b2a0-7e34-42c5-ba12-571a71f59621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7264b2a0-7e34-42c5-ba12-571a71f59621.shg-box.shg-c {
  justify-content: center;
}

#s-9ffe4c4e-befb-43fc-a446-d74018ac232c {
  max-width: 310px;
text-align: left;
}

#s-9ffe4c4e-befb-43fc-a446-d74018ac232c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b4606580-1847-411b-96a2-7ea405e21d18 {
  margin-bottom: 20px;
max-width: 310px;
text-align: left;
}

#s-b4606580-1847-411b-96a2-7ea405e21d18 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-996b122c-b027-4004-97ef-703945f82d71 {
  margin-bottom: 20px;
max-width: 330px;
text-align: left;
}

#s-996b122c-b027-4004-97ef-703945f82d71 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
max-width: 1426px;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}
@media (min-width: 1200px){#s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a {
  display: none;
}
#s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a, #wrap-s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a {
  display: none;
}
#s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a, #wrap-s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a {
  display: none;
}
#s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a, #wrap-s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a { display:none !important; }}@media (max-width: 767px){#s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a {
  display: none;
}
#s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a, #wrap-s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a { display:none !important; }}







#s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8849ee7e-056c-4e18-b5a9-a6bbcd8b577a.shg-box.shg-c {
  justify-content: center;
}

#s-47f5e378-55f2-42a1-9af5-3482a4e28974 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 320px;
text-align: center;
}

#s-47f5e378-55f2-42a1-9af5-3482a4e28974 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a609aa69-0e3f-4a77-8f11-64415eb13ca5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 9px;
max-width: 150px;
}




  #s-a609aa69-0e3f-4a77-8f11-64415eb13ca5 img.shogun-image {
    
    width: px;
  }


#s-a609aa69-0e3f-4a77-8f11-64415eb13ca5 .shogun-image-content {
  
    align-items: center;
  
}

#s-810d8829-b94b-4700-8318-43e2a9af9497 {
  margin-top: 45px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 320px;
text-align: center;
}

#s-810d8829-b94b-4700-8318-43e2a9af9497 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-e1493eb8-1520-41bc-944c-a24d277b2a38 {
  display: none;
}
#s-e1493eb8-1520-41bc-944c-a24d277b2a38, #wrap-s-e1493eb8-1520-41bc-944c-a24d277b2a38 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1493eb8-1520-41bc-944c-a24d277b2a38 {
  display: none;
}
#s-e1493eb8-1520-41bc-944c-a24d277b2a38, #wrap-s-e1493eb8-1520-41bc-944c-a24d277b2a38 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1493eb8-1520-41bc-944c-a24d277b2a38 {
  display: none;
}
#s-e1493eb8-1520-41bc-944c-a24d277b2a38, #wrap-s-e1493eb8-1520-41bc-944c-a24d277b2a38 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e1493eb8-1520-41bc-944c-a24d277b2a38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-feed7e0e-6dbc-40e6-b6dc-3d2a91a7ab15 {
  margin-top: 22px;
margin-left: 40px;
margin-bottom: -15px;
margin-right: 40px;
}

#s-e0e17496-4ea9-409b-918f-97334aa5162a {
  margin-left: 40px;
margin-right: 40px;
}

#s-9b6e7fe6-0c56-49ab-8625-3be3310d12f5 {
  margin-top: -4px;
margin-bottom: -12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b6e7fe6-0c56-49ab-8625-3be3310d12f5 .shogun-heading-component h5 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1bf87bdc-dc03-4018-8655-2d4c0b44f056 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-bottom: 15px;
max-width: 85px;
text-align: center;
}
@media (min-width: 1200px){#s-1bf87bdc-dc03-4018-8655-2d4c0b44f056 {
  display: none;
}
#s-1bf87bdc-dc03-4018-8655-2d4c0b44f056, #wrap-s-1bf87bdc-dc03-4018-8655-2d4c0b44f056 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1bf87bdc-dc03-4018-8655-2d4c0b44f056 {
  display: none;
}
#s-1bf87bdc-dc03-4018-8655-2d4c0b44f056, #wrap-s-1bf87bdc-dc03-4018-8655-2d4c0b44f056 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1bf87bdc-dc03-4018-8655-2d4c0b44f056 {
  display: none;
}
#s-1bf87bdc-dc03-4018-8655-2d4c0b44f056, #wrap-s-1bf87bdc-dc03-4018-8655-2d4c0b44f056 { display:none !important; }}



  #s-1bf87bdc-dc03-4018-8655-2d4c0b44f056 img.shogun-image {
    
    width: px;
  }


#s-1bf87bdc-dc03-4018-8655-2d4c0b44f056 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb06d911-cff0-44d3-8066-a1f1f26c785a {
  margin-left: 40px;
margin-right: 40px;
}

#s-2fb1c9cd-42f0-4fab-8509-f9c8baa97f9c {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 10px;
margin-right: 40px;
}

#s-458ebd6c-79c6-42c5-96f0-11cae1db9afa {
  margin-top: -8px;
margin-bottom: -12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-458ebd6c-79c6-42c5-96f0-11cae1db9afa .shogun-heading-component h5 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-60817e0a-8ec9-4968-ba57-141124032581 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-bottom: 15px;
max-width: 85px;
text-align: center;
}
@media (min-width: 1200px){#s-60817e0a-8ec9-4968-ba57-141124032581 {
  display: none;
}
#s-60817e0a-8ec9-4968-ba57-141124032581, #wrap-s-60817e0a-8ec9-4968-ba57-141124032581 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60817e0a-8ec9-4968-ba57-141124032581 {
  display: none;
}
#s-60817e0a-8ec9-4968-ba57-141124032581, #wrap-s-60817e0a-8ec9-4968-ba57-141124032581 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60817e0a-8ec9-4968-ba57-141124032581 {
  display: none;
}
#s-60817e0a-8ec9-4968-ba57-141124032581, #wrap-s-60817e0a-8ec9-4968-ba57-141124032581 { display:none !important; }}



  #s-60817e0a-8ec9-4968-ba57-141124032581 img.shogun-image {
    
    width: px;
  }


#s-60817e0a-8ec9-4968-ba57-141124032581 .shogun-image-content {
  
    align-items: center;
  
}

#s-33ecd4a8-bc4d-4104-80c6-60101b17907e {
  margin-left: 40px;
margin-right: 40px;
}

#s-0c72cf18-8be0-470b-8b8c-051891f9fbc5 {
  margin-left: 40px;
margin-right: 40px;
}

#s-0785ac35-01b6-445a-a4e3-2ea8dacb4892 {
  margin-top: 0px;
margin-bottom: -12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0785ac35-01b6-445a-a4e3-2ea8dacb4892 .shogun-heading-component h5 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a5057cc6-ec5e-44e4-bfc4-b117ec1d0635 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-bottom: 15px;
max-width: 85px;
text-align: center;
}
@media (min-width: 1200px){#s-a5057cc6-ec5e-44e4-bfc4-b117ec1d0635 {
  display: none;
}
#s-a5057cc6-ec5e-44e4-bfc4-b117ec1d0635, #wrap-s-a5057cc6-ec5e-44e4-bfc4-b117ec1d0635 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5057cc6-ec5e-44e4-bfc4-b117ec1d0635 {
  display: none;
}
#s-a5057cc6-ec5e-44e4-bfc4-b117ec1d0635, #wrap-s-a5057cc6-ec5e-44e4-bfc4-b117ec1d0635 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5057cc6-ec5e-44e4-bfc4-b117ec1d0635 {
  display: none;
}
#s-a5057cc6-ec5e-44e4-bfc4-b117ec1d0635, #wrap-s-a5057cc6-ec5e-44e4-bfc4-b117ec1d0635 { display:none !important; }}



  #s-a5057cc6-ec5e-44e4-bfc4-b117ec1d0635 img.shogun-image {
    
    width: px;
  }


#s-a5057cc6-ec5e-44e4-bfc4-b117ec1d0635 .shogun-image-content {
  
    align-items: center;
  
}

#s-788dd7d2-2545-46ee-afa1-fd38c536c93f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 40px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(38, 38, 38, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: rgba(38, 38, 38, 1);
}
#s-788dd7d2-2545-46ee-afa1-fd38c536c93f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(38, 38, 38, 1) !important;
text-decoration: none !important;}#s-788dd7d2-2545-46ee-afa1-fd38c536c93f:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}


#s-788dd7d2-2545-46ee-afa1-fd38c536c93f.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-389e555e-c478-4e52-a82e-b16dcdcbb259 {
  min-height: 50px;
background-color: rgba(228, 228, 230, 1);
}
@media (min-width: 1200px){#s-389e555e-c478-4e52-a82e-b16dcdcbb259 {
  display: none;
}
#s-389e555e-c478-4e52-a82e-b16dcdcbb259, #wrap-s-389e555e-c478-4e52-a82e-b16dcdcbb259 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-389e555e-c478-4e52-a82e-b16dcdcbb259 {
  display: none;
}
#s-389e555e-c478-4e52-a82e-b16dcdcbb259, #wrap-s-389e555e-c478-4e52-a82e-b16dcdcbb259 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-389e555e-c478-4e52-a82e-b16dcdcbb259 {
  display: none;
}
#s-389e555e-c478-4e52-a82e-b16dcdcbb259, #wrap-s-389e555e-c478-4e52-a82e-b16dcdcbb259 { display:none !important; }}@media (max-width: 767px){#s-389e555e-c478-4e52-a82e-b16dcdcbb259 {
  
}
}







#s-389e555e-c478-4e52-a82e-b16dcdcbb259 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-389e555e-c478-4e52-a82e-b16dcdcbb259.shg-box.shg-c {
  justify-content: center;
}

#s-fa068fd7-88ba-4615-bfe0-6951326d3fc5 {
  text-align: center;
}
@media (min-width: 1200px){#s-fa068fd7-88ba-4615-bfe0-6951326d3fc5 {
  display: none;
}
#s-fa068fd7-88ba-4615-bfe0-6951326d3fc5, #wrap-s-fa068fd7-88ba-4615-bfe0-6951326d3fc5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa068fd7-88ba-4615-bfe0-6951326d3fc5 {
  display: none;
}
#s-fa068fd7-88ba-4615-bfe0-6951326d3fc5, #wrap-s-fa068fd7-88ba-4615-bfe0-6951326d3fc5 { display:none !important; }}



  #s-fa068fd7-88ba-4615-bfe0-6951326d3fc5 img.shogun-image {
    
    width: px;
  }


#s-fa068fd7-88ba-4615-bfe0-6951326d3fc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ccd5395-6ff9-43d0-9a90-e66978fa3034 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-1ccd5395-6ff9-43d0-9a90-e66978fa3034 {
  display: none;
}
#s-1ccd5395-6ff9-43d0-9a90-e66978fa3034, #wrap-s-1ccd5395-6ff9-43d0-9a90-e66978fa3034 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ccd5395-6ff9-43d0-9a90-e66978fa3034 {
  display: none;
}
#s-1ccd5395-6ff9-43d0-9a90-e66978fa3034, #wrap-s-1ccd5395-6ff9-43d0-9a90-e66978fa3034 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ccd5395-6ff9-43d0-9a90-e66978fa3034 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-1ccd5395-6ff9-43d0-9a90-e66978fa3034 {
  display: none;
}
#s-1ccd5395-6ff9-43d0-9a90-e66978fa3034, #wrap-s-1ccd5395-6ff9-43d0-9a90-e66978fa3034 { display:none !important; }}







#s-1ccd5395-6ff9-43d0-9a90-e66978fa3034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ccd5395-6ff9-43d0-9a90-e66978fa3034.shg-box.shg-c {
  justify-content: center;
}

#s-a611686e-f74d-4839-8372-3006b336be08 {
  margin-top: 280px;
margin-left: auto;
margin-right: 60px;
min-height: 50px;
max-width: 400px;
}








#s-a611686e-f74d-4839-8372-3006b336be08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a611686e-f74d-4839-8372-3006b336be08.shg-box.shg-c {
  justify-content: center;
}

#s-d34d463a-1ff6-4b91-8a77-d7aa955d9b76 {
  max-width: 400px;
text-align: right;
}

#s-d34d463a-1ff6-4b91-8a77-d7aa955d9b76 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-2eb5b24d-190f-44b6-85b0-a921e38ede5d {
  margin-bottom: 20px;
max-width: 400px;
text-align: right;
}

#s-2eb5b24d-190f-44b6-85b0-a921e38ede5d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-704f8ad8-58c5-4a9b-aa0f-ae5f60c02d1e {
  margin-bottom: 20px;
max-width: 400px;
text-align: right;
}

#s-704f8ad8-58c5-4a9b-aa0f-ae5f60c02d1e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: right;
}



#s-fb61f0fc-9ba9-42e5-ba44-336003b38025 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 600px;
background-position: right center;
}
@media (min-width: 1200px){#s-fb61f0fc-9ba9-42e5-ba44-336003b38025 {
  display: none;
}
#s-fb61f0fc-9ba9-42e5-ba44-336003b38025, #wrap-s-fb61f0fc-9ba9-42e5-ba44-336003b38025 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb61f0fc-9ba9-42e5-ba44-336003b38025 {
  display: none;
}
#s-fb61f0fc-9ba9-42e5-ba44-336003b38025, #wrap-s-fb61f0fc-9ba9-42e5-ba44-336003b38025 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb61f0fc-9ba9-42e5-ba44-336003b38025 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-fb61f0fc-9ba9-42e5-ba44-336003b38025 {
  display: none;
}
#s-fb61f0fc-9ba9-42e5-ba44-336003b38025, #wrap-s-fb61f0fc-9ba9-42e5-ba44-336003b38025 { display:none !important; }}







#s-fb61f0fc-9ba9-42e5-ba44-336003b38025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb61f0fc-9ba9-42e5-ba44-336003b38025.shg-box.shg-c {
  justify-content: center;
}

#s-fdf8f247-09e0-45d6-bd6e-2cd7aa474067 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 400px;
}








#s-fdf8f247-09e0-45d6-bd6e-2cd7aa474067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdf8f247-09e0-45d6-bd6e-2cd7aa474067.shg-box.shg-c {
  justify-content: center;
}

#s-27cd6a11-79eb-46d8-a336-f61f5b8680d3 {
  max-width: 310px;
text-align: left;
}

#s-27cd6a11-79eb-46d8-a336-f61f5b8680d3 .shogun-heading-component h1 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b1346f56-f249-46b0-82c3-8a7a4244c7a4 {
  margin-bottom: 20px;
max-width: 310px;
text-align: left;
}

#s-b1346f56-f249-46b0-82c3-8a7a4244c7a4 .shogun-heading-component h1 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-16b6fd36-7dc3-408c-bad8-5a6d346e0e10 {
  margin-bottom: 20px;
max-width: 280px;
text-align: left;
}

#s-16b6fd36-7dc3-408c-bad8-5a6d346e0e10 .shogun-heading-component h1 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-dbd6486b-fa87-40ad-a850-0945db6d7add {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(228, 228, 230, 1);
}
@media (min-width: 1200px){#s-dbd6486b-fa87-40ad-a850-0945db6d7add {
  display: none;
}
#s-dbd6486b-fa87-40ad-a850-0945db6d7add, #wrap-s-dbd6486b-fa87-40ad-a850-0945db6d7add { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dbd6486b-fa87-40ad-a850-0945db6d7add {
  display: none;
}
#s-dbd6486b-fa87-40ad-a850-0945db6d7add, #wrap-s-dbd6486b-fa87-40ad-a850-0945db6d7add { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dbd6486b-fa87-40ad-a850-0945db6d7add {
  display: none;
}
#s-dbd6486b-fa87-40ad-a850-0945db6d7add, #wrap-s-dbd6486b-fa87-40ad-a850-0945db6d7add { display:none !important; }}@media (max-width: 767px){#s-dbd6486b-fa87-40ad-a850-0945db6d7add {
  display: none;
}
#s-dbd6486b-fa87-40ad-a850-0945db6d7add, #wrap-s-dbd6486b-fa87-40ad-a850-0945db6d7add { display:none !important; }}







#s-dbd6486b-fa87-40ad-a850-0945db6d7add > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbd6486b-fa87-40ad-a850-0945db6d7add.shg-box.shg-c {
  justify-content: center;
}

#s-90ddd05c-bc5f-47bd-a889-996cb19692e5 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 420px;
text-align: center;
}

#s-90ddd05c-bc5f-47bd-a889-996cb19692e5 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d85711a2-26e5-4560-8204-4242bd9dbd03 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 455px;
text-align: center;
}

#s-d85711a2-26e5-4560-8204-4242bd9dbd03 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-8f3bff0f-6443-4aba-a4c0-bbfde77850fc {
  border-style: solid;
margin-top: 14px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(38, 38, 38, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: rgba(38, 38, 38, 1);
}
#s-8f3bff0f-6443-4aba-a4c0-bbfde77850fc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(38, 38, 38, 1) !important;
text-decoration: none !important;}#s-8f3bff0f-6443-4aba-a4c0-bbfde77850fc:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}


#s-8f3bff0f-6443-4aba-a4c0-bbfde77850fc.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-c9fa02e3-b3e0-4387-9c74-7e0be04d437d {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-c9fa02e3-b3e0-4387-9c74-7e0be04d437d {
  
}
}@media (max-width: 767px){#s-c9fa02e3-b3e0-4387-9c74-7e0be04d437d {
  
}
}







#s-c9fa02e3-b3e0-4387-9c74-7e0be04d437d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9fa02e3-b3e0-4387-9c74-7e0be04d437d.shg-box.shg-c {
  justify-content: center;
}

#s-6cc78747-eaa2-4108-bf5e-1498b68a4bd9 {
  text-align: center;
}
@media (min-width: 1200px){#s-6cc78747-eaa2-4108-bf5e-1498b68a4bd9 {
  display: none;
}
#s-6cc78747-eaa2-4108-bf5e-1498b68a4bd9, #wrap-s-6cc78747-eaa2-4108-bf5e-1498b68a4bd9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6cc78747-eaa2-4108-bf5e-1498b68a4bd9 {
  display: none;
}
#s-6cc78747-eaa2-4108-bf5e-1498b68a4bd9, #wrap-s-6cc78747-eaa2-4108-bf5e-1498b68a4bd9 { display:none !important; }}@media (max-width: 767px){#s-6cc78747-eaa2-4108-bf5e-1498b68a4bd9 {
  display: none;
}
#s-6cc78747-eaa2-4108-bf5e-1498b68a4bd9, #wrap-s-6cc78747-eaa2-4108-bf5e-1498b68a4bd9 { display:none !important; }}



  #s-6cc78747-eaa2-4108-bf5e-1498b68a4bd9 img.shogun-image {
    
    width: px;
  }


#s-6cc78747-eaa2-4108-bf5e-1498b68a4bd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad772a01-ab98-4f75-8170-ab0f88a02958 {
  margin-top: 28px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 385px;
text-align: center;
}

#s-ad772a01-ab98-4f75-8170-ab0f88a02958 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a0beb7c6-fe4f-48c6-bf83-5edde38dc846 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 455px;
text-align: center;
}

#s-a0beb7c6-fe4f-48c6-bf83-5edde38dc846 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-ed8f3e34-f4e8-4883-9b67-0aca51a5714b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ed8f3e34-f4e8-4883-9b67-0aca51a5714b {
  display: none;
}
#s-ed8f3e34-f4e8-4883-9b67-0aca51a5714b, #wrap-s-ed8f3e34-f4e8-4883-9b67-0aca51a5714b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed8f3e34-f4e8-4883-9b67-0aca51a5714b {
  display: none;
}
#s-ed8f3e34-f4e8-4883-9b67-0aca51a5714b, #wrap-s-ed8f3e34-f4e8-4883-9b67-0aca51a5714b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed8f3e34-f4e8-4883-9b67-0aca51a5714b {
  display: none;
}
#s-ed8f3e34-f4e8-4883-9b67-0aca51a5714b, #wrap-s-ed8f3e34-f4e8-4883-9b67-0aca51a5714b { display:none !important; }}







#s-ed8f3e34-f4e8-4883-9b67-0aca51a5714b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed8f3e34-f4e8-4883-9b67-0aca51a5714b.shg-box.shg-c {
  justify-content: center;
}

#s-7104f402-8fba-4eb3-abd9-9ce5c3164cb5 {
  margin-top: -14px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (min-width: 1200px){#s-7104f402-8fba-4eb3-abd9-9ce5c3164cb5 {
  display: none;
}
#s-7104f402-8fba-4eb3-abd9-9ce5c3164cb5, #wrap-s-7104f402-8fba-4eb3-abd9-9ce5c3164cb5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7104f402-8fba-4eb3-abd9-9ce5c3164cb5 {
  display: none;
}
#s-7104f402-8fba-4eb3-abd9-9ce5c3164cb5, #wrap-s-7104f402-8fba-4eb3-abd9-9ce5c3164cb5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7104f402-8fba-4eb3-abd9-9ce5c3164cb5 {
  display: none;
}
#s-7104f402-8fba-4eb3-abd9-9ce5c3164cb5, #wrap-s-7104f402-8fba-4eb3-abd9-9ce5c3164cb5 { display:none !important; }}




#s-7104f402-8fba-4eb3-abd9-9ce5c3164cb5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5ead3308-0ba5-48f8-bfe0-62fa9fd2e3f7 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 35px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(38, 38, 38, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: rgba(38, 38, 38, 1);
}
#s-5ead3308-0ba5-48f8-bfe0-62fa9fd2e3f7:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(38, 38, 38, 1) !important;
text-decoration: none !important;}#s-5ead3308-0ba5-48f8-bfe0-62fa9fd2e3f7:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}


#s-5ead3308-0ba5-48f8-bfe0-62fa9fd2e3f7.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-53eebd2b-2b68-4f81-9ab6-a7afa918de0a {
  padding-bottom: 10px;
background-color: rgba(228, 228, 230, 1);
}
@media (min-width: 1200px){#s-53eebd2b-2b68-4f81-9ab6-a7afa918de0a {
  display: none;
}
#s-53eebd2b-2b68-4f81-9ab6-a7afa918de0a, #wrap-s-53eebd2b-2b68-4f81-9ab6-a7afa918de0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53eebd2b-2b68-4f81-9ab6-a7afa918de0a {
  display: none;
}
#s-53eebd2b-2b68-4f81-9ab6-a7afa918de0a, #wrap-s-53eebd2b-2b68-4f81-9ab6-a7afa918de0a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53eebd2b-2b68-4f81-9ab6-a7afa918de0a {
  display: none;
}
#s-53eebd2b-2b68-4f81-9ab6-a7afa918de0a, #wrap-s-53eebd2b-2b68-4f81-9ab6-a7afa918de0a { display:none !important; }}







#s-53eebd2b-2b68-4f81-9ab6-a7afa918de0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53eebd2b-2b68-4f81-9ab6-a7afa918de0a.shg-box.shg-c {
  justify-content: center;
}

#s-d0d34735-1929-4d2b-9e5e-6823a1ab9d85 {
  min-height: 50px;
}








#s-d0d34735-1929-4d2b-9e5e-6823a1ab9d85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0d34735-1929-4d2b-9e5e-6823a1ab9d85.shg-box.shg-c {
  justify-content: center;
}

#s-cdd260a5-7b9e-4c1c-b033-ac0fab2ecfa1 {
  text-align: center;
}
@media (min-width: 1200px){#s-cdd260a5-7b9e-4c1c-b033-ac0fab2ecfa1 {
  display: none;
}
#s-cdd260a5-7b9e-4c1c-b033-ac0fab2ecfa1, #wrap-s-cdd260a5-7b9e-4c1c-b033-ac0fab2ecfa1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdd260a5-7b9e-4c1c-b033-ac0fab2ecfa1 {
  display: none;
}
#s-cdd260a5-7b9e-4c1c-b033-ac0fab2ecfa1, #wrap-s-cdd260a5-7b9e-4c1c-b033-ac0fab2ecfa1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cdd260a5-7b9e-4c1c-b033-ac0fab2ecfa1 {
  display: none;
}
#s-cdd260a5-7b9e-4c1c-b033-ac0fab2ecfa1, #wrap-s-cdd260a5-7b9e-4c1c-b033-ac0fab2ecfa1 { display:none !important; }}



  #s-cdd260a5-7b9e-4c1c-b033-ac0fab2ecfa1 img.shogun-image {
    
    width: px;
  }


#s-cdd260a5-7b9e-4c1c-b033-ac0fab2ecfa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ced5b9ef-b78f-495e-af5e-0619fd8280ca {
  margin-top: 28px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 420px;
text-align: center;
}

#s-ced5b9ef-b78f-495e-af5e-0619fd8280ca .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e8de116e-eb13-49de-a35e-97b239182f7f {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 455px;
text-align: center;
}

#s-e8de116e-eb13-49de-a35e-97b239182f7f .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-1366a0bf-2258-4676-9e7a-4e9bf48b670d {
  border-style: solid;
margin-top: 2px;
margin-bottom: 20px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(38, 38, 38, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: rgba(38, 38, 38, 1);
}
#s-1366a0bf-2258-4676-9e7a-4e9bf48b670d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(38, 38, 38, 1) !important;
text-decoration: none !important;}#s-1366a0bf-2258-4676-9e7a-4e9bf48b670d:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}


#s-1366a0bf-2258-4676-9e7a-4e9bf48b670d.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-f914ad2f-1842-4234-a68b-2a0c6d5f6b53 {
  margin-bottom: 20px;
min-height: 534px;
background-color: rgba(228, 228, 230, 1);
}
@media (min-width: 1200px){#s-f914ad2f-1842-4234-a68b-2a0c6d5f6b53 {
  display: none;
}
#s-f914ad2f-1842-4234-a68b-2a0c6d5f6b53, #wrap-s-f914ad2f-1842-4234-a68b-2a0c6d5f6b53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f914ad2f-1842-4234-a68b-2a0c6d5f6b53 {
  display: none;
}
#s-f914ad2f-1842-4234-a68b-2a0c6d5f6b53, #wrap-s-f914ad2f-1842-4234-a68b-2a0c6d5f6b53 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f914ad2f-1842-4234-a68b-2a0c6d5f6b53 {
  display: none;
}
#s-f914ad2f-1842-4234-a68b-2a0c6d5f6b53, #wrap-s-f914ad2f-1842-4234-a68b-2a0c6d5f6b53 { display:none !important; }}







#s-f914ad2f-1842-4234-a68b-2a0c6d5f6b53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f914ad2f-1842-4234-a68b-2a0c6d5f6b53.shg-box.shg-c {
  justify-content: center;
}

#s-2fc48b98-cf67-4515-b651-e12755cb9c79 {
  min-height: 534px;
background-color: rgba(228, 228, 230, 1);
}








#s-2fc48b98-cf67-4515-b651-e12755cb9c79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fc48b98-cf67-4515-b651-e12755cb9c79.shg-box.shg-c {
  justify-content: center;
}

#s-e76d4bf6-5864-475d-b33b-8ca9f89e5d25 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-e76d4bf6-5864-475d-b33b-8ca9f89e5d25 {
  
}
}@media (max-width: 767px){#s-e76d4bf6-5864-475d-b33b-8ca9f89e5d25 {
  
}
}







#s-e76d4bf6-5864-475d-b33b-8ca9f89e5d25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e76d4bf6-5864-475d-b33b-8ca9f89e5d25.shg-box.shg-c {
  justify-content: center;
}

#s-58d2da8f-b150-4214-915b-98e7c069461a {
  text-align: center;
}
@media (min-width: 1200px){#s-58d2da8f-b150-4214-915b-98e7c069461a {
  display: none;
}
#s-58d2da8f-b150-4214-915b-98e7c069461a, #wrap-s-58d2da8f-b150-4214-915b-98e7c069461a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58d2da8f-b150-4214-915b-98e7c069461a {
  display: none;
}
#s-58d2da8f-b150-4214-915b-98e7c069461a, #wrap-s-58d2da8f-b150-4214-915b-98e7c069461a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58d2da8f-b150-4214-915b-98e7c069461a {
  
}
}



  #s-58d2da8f-b150-4214-915b-98e7c069461a img.shogun-image {
    
    width: px;
  }


#s-58d2da8f-b150-4214-915b-98e7c069461a .shogun-image-content {
  
    align-items: center;
  
}

#s-7a34a8e0-5a90-4c4c-97fd-7b02b6511d34 {
  margin-top: 28px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 420px;
text-align: center;
}

#s-7a34a8e0-5a90-4c4c-97fd-7b02b6511d34 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ecb3c414-0552-444a-af67-219f5d45f106 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 420px;
text-align: center;
}

#s-ecb3c414-0552-444a-af67-219f5d45f106 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-cbbf986c-8d18-4622-aa80-72b429b914f3 {
  border-style: solid;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(38, 38, 38, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: rgba(38, 38, 38, 1);
}
#s-cbbf986c-8d18-4622-aa80-72b429b914f3:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(38, 38, 38, 1) !important;
text-decoration: none !important;}#s-cbbf986c-8d18-4622-aa80-72b429b914f3:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}


#s-cbbf986c-8d18-4622-aa80-72b429b914f3.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-ad8c6428-38bb-4a79-88de-2f17f6134688 {
  min-height: 534px;
background-color: rgba(228, 228, 230, 1);
}








#s-ad8c6428-38bb-4a79-88de-2f17f6134688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad8c6428-38bb-4a79-88de-2f17f6134688.shg-box.shg-c {
  justify-content: center;
}

#s-72cf713c-187a-4d97-b837-21109f217b5a {
  min-height: 534px;
background-color: rgba(228, 228, 230, 1);
}
@media (min-width: 1200px){#s-72cf713c-187a-4d97-b837-21109f217b5a {
  display: none;
}
#s-72cf713c-187a-4d97-b837-21109f217b5a, #wrap-s-72cf713c-187a-4d97-b837-21109f217b5a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72cf713c-187a-4d97-b837-21109f217b5a {
  display: none;
}
#s-72cf713c-187a-4d97-b837-21109f217b5a, #wrap-s-72cf713c-187a-4d97-b837-21109f217b5a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72cf713c-187a-4d97-b837-21109f217b5a {
  display: none;
}
#s-72cf713c-187a-4d97-b837-21109f217b5a, #wrap-s-72cf713c-187a-4d97-b837-21109f217b5a { display:none !important; }}







#s-72cf713c-187a-4d97-b837-21109f217b5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72cf713c-187a-4d97-b837-21109f217b5a.shg-box.shg-c {
  justify-content: center;
}

#s-e8948c2c-fdf1-4b9f-bb1c-b39a6aa0f25a {
  text-align: center;
}
@media (min-width: 1200px){#s-e8948c2c-fdf1-4b9f-bb1c-b39a6aa0f25a {
  display: none;
}
#s-e8948c2c-fdf1-4b9f-bb1c-b39a6aa0f25a, #wrap-s-e8948c2c-fdf1-4b9f-bb1c-b39a6aa0f25a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8948c2c-fdf1-4b9f-bb1c-b39a6aa0f25a {
  display: none;
}
#s-e8948c2c-fdf1-4b9f-bb1c-b39a6aa0f25a, #wrap-s-e8948c2c-fdf1-4b9f-bb1c-b39a6aa0f25a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8948c2c-fdf1-4b9f-bb1c-b39a6aa0f25a {
  display: none;
}
#s-e8948c2c-fdf1-4b9f-bb1c-b39a6aa0f25a, #wrap-s-e8948c2c-fdf1-4b9f-bb1c-b39a6aa0f25a { display:none !important; }}



  #s-e8948c2c-fdf1-4b9f-bb1c-b39a6aa0f25a img.shogun-image {
    
    width: px;
  }


#s-e8948c2c-fdf1-4b9f-bb1c-b39a6aa0f25a .shogun-image-content {
  
    align-items: center;
  
}

#s-56785d44-b3d8-4a4c-97a5-e27e8e932d93 {
  margin-top: 28px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 420px;
text-align: center;
}

#s-56785d44-b3d8-4a4c-97a5-e27e8e932d93 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-811fef7b-ddc3-4fb7-90f7-1c16d761af7d {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 420px;
text-align: center;
}

#s-811fef7b-ddc3-4fb7-90f7-1c16d761af7d .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-58a22eb2-a61c-45c4-bb20-f441829c0273 {
  border-style: solid;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(38, 38, 38, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: rgba(38, 38, 38, 1);
}
#s-58a22eb2-a61c-45c4-bb20-f441829c0273:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(38, 38, 38, 1) !important;
text-decoration: none !important;}#s-58a22eb2-a61c-45c4-bb20-f441829c0273:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}


#s-58a22eb2-a61c-45c4-bb20-f441829c0273.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-7c3ed30e-c9ac-4fd7-9d77-c5736f29cc9b {
  margin-top: 25px;
min-height: 50px;
background-color: rgba(253, 249, 249, 1);
}








#s-7c3ed30e-c9ac-4fd7-9d77-c5736f29cc9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c3ed30e-c9ac-4fd7-9d77-c5736f29cc9b.shg-box.shg-c {
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

@media (min-width: 1200px){#s-fc08e64b-414e-41ef-b8bf-75221f31904d {
  display: none;
}
#s-fc08e64b-414e-41ef-b8bf-75221f31904d, #wrap-s-fc08e64b-414e-41ef-b8bf-75221f31904d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc08e64b-414e-41ef-b8bf-75221f31904d {
  display: none;
}
#s-fc08e64b-414e-41ef-b8bf-75221f31904d, #wrap-s-fc08e64b-414e-41ef-b8bf-75221f31904d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc08e64b-414e-41ef-b8bf-75221f31904d {
  display: none;
}
#s-fc08e64b-414e-41ef-b8bf-75221f31904d, #wrap-s-fc08e64b-414e-41ef-b8bf-75221f31904d { display:none !important; }}
#s-3bccc52a-b8dd-4161-9d13-37f7196f1d10 {
  margin-top: 45px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 35px;
max-width: 245px;
text-align: center;
}





#s-3bccc52a-b8dd-4161-9d13-37f7196f1d10 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea3eb429-f40e-4ab1-82a1-af37295cea35 {
  margin-left: auto;
margin-right: auto;
max-width: 380px;
}

#s-f50f21aa-774e-4fd8-9511-9799e36c94af {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
max-width: 201px;
text-align: center;
}





#s-f50f21aa-774e-4fd8-9511-9799e36c94af .shogun-image-content {
  
    align-items: center;
  
}

#s-a3667c86-dc0f-49f2-9f2c-ce5cc6358216 {
  margin-left: auto;
margin-right: auto;
max-width: 380px;
}

#s-4a7ca90e-a145-4aa3-a7c2-930aed21a120 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 35px;
max-width: 190px;
text-align: center;
}





#s-4a7ca90e-a145-4aa3-a7c2-930aed21a120 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa21f5f8-7c6e-4b3c-a4c2-9ed0847116f3 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 380px;
}

#s-7e0005af-311b-48b5-82d6-1746746c869b {
  text-align: center;
}




  #s-7e0005af-311b-48b5-82d6-1746746c869b img.shogun-image {
    
    width: px;
  }


#s-7e0005af-311b-48b5-82d6-1746746c869b .shogun-image-content {
  
    align-items: center;
  
}

#s-b48efdf6-4aec-47f8-b455-4792b8a2a8ee {
  padding-left: 1%;
padding-right: 1%;
min-height: 334px;
background-color: rgba(230, 230, 232, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b48efdf6-4aec-47f8-b455-4792b8a2a8ee {
  display: none;
}
#s-b48efdf6-4aec-47f8-b455-4792b8a2a8ee, #wrap-s-b48efdf6-4aec-47f8-b455-4792b8a2a8ee { display:none !important; }}@media (max-width: 767px){#s-b48efdf6-4aec-47f8-b455-4792b8a2a8ee {
  display: none;
}
#s-b48efdf6-4aec-47f8-b455-4792b8a2a8ee, #wrap-s-b48efdf6-4aec-47f8-b455-4792b8a2a8ee { display:none !important; }}







#s-b48efdf6-4aec-47f8-b455-4792b8a2a8ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b48efdf6-4aec-47f8-b455-4792b8a2a8ee.shg-box.shg-c {
  justify-content: center;
}

#s-979d624a-c365-46bd-8570-0b0176e777fd {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-979d624a-c365-46bd-8570-0b0176e777fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-979d624a-c365-46bd-8570-0b0176e777fd.shg-box.shg-c {
  justify-content: center;
}

#s-eb28b3ed-31c3-4fad-b526-66d7d1594a00 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb28b3ed-31c3-4fad-b526-66d7d1594a00 .shogun-heading-component h1 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b72fcbb-b9d4-45f2-9f3a-84fa4ed7c524"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-9e8efa14-cc90-430a-961d-357703800cfe {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 120px;
max-width: 400px;
}








#s-9e8efa14-cc90-430a-961d-357703800cfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e8efa14-cc90-430a-961d-357703800cfe.shg-box.shg-c {
  justify-content: flex-start;
}

#s-307a8d90-d027-4616-892a-0b0ff55e4bd5 {
  
}

#s-cf5a0fdb-27c0-4b29-a67a-4e42447c5f95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf5a0fdb-27c0-4b29-a67a-4e42447c5f95 .shogun-heading-component h5 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-67065f3d-bb38-4268-82ea-54f07dbecde0 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 120px;
max-width: 250px;
}








#s-67065f3d-bb38-4268-82ea-54f07dbecde0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67065f3d-bb38-4268-82ea-54f07dbecde0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4b07c5fe-3775-4847-98b7-0c1dee08e495 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b07c5fe-3775-4847-98b7-0c1dee08e495 .shogun-heading-component h5 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-49119fa5-fe42-456e-a94b-35daefed42d0 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 120px;
}








#s-49119fa5-fe42-456e-a94b-35daefed42d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49119fa5-fe42-456e-a94b-35daefed42d0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-367f63da-b562-4c2e-8b9e-10b4128848ac {
  min-height: 100px;
}

#s-cae932f1-da1d-4cc7-8fd9-c692bd495037 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cae932f1-da1d-4cc7-8fd9-c692bd495037 .shogun-heading-component h5 {
  color: rgba(114, 114, 114, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3809c542-340d-4f38-9b39-7372373b4c64 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 27px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-3809c542-340d-4f38-9b39-7372373b4c64:hover {margin-bottom: 0% !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(50, 50, 50, 1) !important;
text-decoration: none !important;}#s-3809c542-340d-4f38-9b39-7372373b4c64:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3809c542-340d-4f38-9b39-7372373b4c64 {
  display: none;
}
#s-3809c542-340d-4f38-9b39-7372373b4c64, #wrap-s-3809c542-340d-4f38-9b39-7372373b4c64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3809c542-340d-4f38-9b39-7372373b4c64 {
  display: none;
}
#s-3809c542-340d-4f38-9b39-7372373b4c64, #wrap-s-3809c542-340d-4f38-9b39-7372373b4c64 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3809c542-340d-4f38-9b39-7372373b4c64 {
  display: none;
}
#s-3809c542-340d-4f38-9b39-7372373b4c64, #wrap-s-3809c542-340d-4f38-9b39-7372373b4c64 { display:none !important; }}


#s-3809c542-340d-4f38-9b39-7372373b4c64.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-ac6b4c5d-daf1-4819-b09f-1309be802a1c {
  padding-top: 0%;
min-height: 50px;
background-color: rgba(230, 230, 232, 1);
}
@media (max-width: 767px){#s-ac6b4c5d-daf1-4819-b09f-1309be802a1c {
  display: none;
}
#s-ac6b4c5d-daf1-4819-b09f-1309be802a1c, #wrap-s-ac6b4c5d-daf1-4819-b09f-1309be802a1c { display:none !important; }}







#s-ac6b4c5d-daf1-4819-b09f-1309be802a1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac6b4c5d-daf1-4819-b09f-1309be802a1c.shg-box.shg-c {
  justify-content: center;
}

#s-b154d670-792e-484f-94d8-3fa98fc1e759 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-b154d670-792e-484f-94d8-3fa98fc1e759"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6f4fdfb6-6e6d-4feb-ab0c-dd64dfcab743 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 716px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6f4fdfb6-6e6d-4feb-ab0c-dd64dfcab743 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f4fdfb6-6e6d-4feb-ab0c-dd64dfcab743 {
  
}
}@media (max-width: 767px){#s-6f4fdfb6-6e6d-4feb-ab0c-dd64dfcab743 {
  
}
}







#s-6f4fdfb6-6e6d-4feb-ab0c-dd64dfcab743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f4fdfb6-6e6d-4feb-ab0c-dd64dfcab743.shg-box.shg-c {
  justify-content: flex-end;
}

#s-d319f0cb-1581-4cb1-ba2a-60db8b7d45f8 {
  border-style: solid;
margin-bottom: 80px;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 6px;
padding-right: 30px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-radius: 27px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-d319f0cb-1581-4cb1-ba2a-60db8b7d45f8:hover {margin-bottom: 80px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(50, 50, 50, 1) !important;
text-decoration: none !important;}#s-d319f0cb-1581-4cb1-ba2a-60db8b7d45f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d319f0cb-1581-4cb1-ba2a-60db8b7d45f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f4a3fcdb-eb20-47b1-a301-ad11afe66558"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-60ff1bd0-d5a2-4201-a4a6-eb552fbb7a29 {
  background-image: url(https://i.shgcdn.com/4db8e9f9-88ef-4e00-8ccb-e7ee86e641f5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 353px;
background-position: center center;
}








#s-60ff1bd0-d5a2-4201-a4a6-eb552fbb7a29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60ff1bd0-d5a2-4201-a4a6-eb552fbb7a29.shg-box.shg-c {
  justify-content: center;
}

#s-bf40dd99-8962-46d8-a7c3-37abd2cd594f {
  background-image: url(https://i.shgcdn.com/3ce4b00e-ed85-4b26-b743-c09637afd52e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 353px;
background-position: center center;
}








#s-bf40dd99-8962-46d8-a7c3-37abd2cd594f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf40dd99-8962-46d8-a7c3-37abd2cd594f.shg-box.shg-c {
  justify-content: center;
}

#s-3a64299c-05d1-4a33-8401-9c82f83d2f7e {
  background-image: url(https://i.shgcdn.com/e4ff4854-9514-4d1a-ac68-05cddf13b30e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 353px;
background-position: center center;
}








#s-3a64299c-05d1-4a33-8401-9c82f83d2f7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a64299c-05d1-4a33-8401-9c82f83d2f7e.shg-box.shg-c {
  justify-content: center;
}

#s-9d6307da-d532-4132-8373-5163ac8d9545 {
  background-image: url(https://i.shgcdn.com/542cbccc-f5d5-4f1b-a6b1-b2c29e4eeff7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 353px;
background-position: center center;
}








#s-9d6307da-d532-4132-8373-5163ac8d9545 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d6307da-d532-4132-8373-5163ac8d9545.shg-box.shg-c {
  justify-content: center;
}

#s-07ac9cf9-d2b1-44c8-a2d5-5579f52ecf59 {
  margin-left: auto;
margin-bottom: -55px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 330px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-07ac9cf9-d2b1-44c8-a2d5-5579f52ecf59 {
  display: none;
}
#s-07ac9cf9-d2b1-44c8-a2d5-5579f52ecf59, #wrap-s-07ac9cf9-d2b1-44c8-a2d5-5579f52ecf59 { display:none !important; }}@media (max-width: 767px){#s-07ac9cf9-d2b1-44c8-a2d5-5579f52ecf59 {
  display: none;
}
#s-07ac9cf9-d2b1-44c8-a2d5-5579f52ecf59, #wrap-s-07ac9cf9-d2b1-44c8-a2d5-5579f52ecf59 { display:none !important; }}







#s-07ac9cf9-d2b1-44c8-a2d5-5579f52ecf59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07ac9cf9-d2b1-44c8-a2d5-5579f52ecf59.shg-box.shg-c {
  justify-content: center;
}

#s-91694917-6bf5-4142-b9d1-5ecb0f7a837d {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-91694917-6bf5-4142-b9d1-5ecb0f7a837d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5899694f-757c-48ce-a648-6457f36eddb7 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 83px;
max-width: 201px;
background-position: center top;
}








#s-5899694f-757c-48ce-a648-6457f36eddb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5899694f-757c-48ce-a648-6457f36eddb7.shg-box.shg-c {
  justify-content: center;
}

#s-695a8dc0-9896-4831-a376-6fd07d2903c6 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 40px;
max-width: 83px;
background-position: center center;
}








#s-695a8dc0-9896-4831-a376-6fd07d2903c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-695a8dc0-9896-4831-a376-6fd07d2903c6.shg-box.shg-c {
  justify-content: center;
}

#s-c2ddfa7c-6599-42fc-bdd5-e21adee3487e {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 161px;
background-position: center center;
}








#s-c2ddfa7c-6599-42fc-bdd5-e21adee3487e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2ddfa7c-6599-42fc-bdd5-e21adee3487e.shg-box.shg-c {
  justify-content: center;
}

#s-dfa5609e-8e4a-4454-85cd-0b2898aee098 {
  background-image: url(https://i.shgcdn.com/a8d29bd2-2ba4-4c98-9d92-58854e2d7296/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 35px;
max-width: 245px;
background-position: center center;
}








#s-dfa5609e-8e4a-4454-85cd-0b2898aee098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfa5609e-8e4a-4454-85cd-0b2898aee098.shg-box.shg-c {
  justify-content: center;
}

#s-59523769-c797-49f4-9b31-37003980cbd4 {
  background-image: url(https://i.shgcdn.com/b163998f-e251-4a2d-ae0f-74937784035f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 201px;
background-position: center center;
}








#s-59523769-c797-49f4-9b31-37003980cbd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59523769-c797-49f4-9b31-37003980cbd4.shg-box.shg-c {
  justify-content: center;
}

#s-e1f4f0a4-703a-4204-ab79-be2f89729a38 {
  background-image: url(https://i.shgcdn.com/94f529f3-af85-40fe-ab7b-8125c10cf5a9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 32px;
max-width: 191px;
background-position: center center;
}








#s-e1f4f0a4-703a-4204-ab79-be2f89729a38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1f4f0a4-703a-4204-ab79-be2f89729a38.shg-box.shg-c {
  justify-content: center;
}

#s-3b3c313a-0bb7-40cc-b21c-0165f68727b0 {
  background-image: url(https://i.shgcdn.com/c8a1a930-300e-4757-b410-746433b70063/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 35px;
max-width: 170px;
background-position: center center;
}








#s-3b3c313a-0bb7-40cc-b21c-0165f68727b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b3c313a-0bb7-40cc-b21c-0165f68727b0.shg-box.shg-c {
  justify-content: center;
}

#s-6f5b86f3-93b1-4a1c-b0cd-744d6bdde348 {
  background-image: url(https://i.shgcdn.com/cd648e53-b496-4f40-ab84-7afb8e9e2ccd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 66px;
max-width: 66px;
background-position: center center;
}








#s-6f5b86f3-93b1-4a1c-b0cd-744d6bdde348 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f5b86f3-93b1-4a1c-b0cd-744d6bdde348.shg-box.shg-c {
  justify-content: center;
}

#s-0750ccd2-3b19-4e21-92d7-fa5b2d0e8619 {
  background-image: url(https://i.shgcdn.com/987353b4-5ad5-4e33-b0ae-f66d348a7c31/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 60px;
max-width: 187px;
background-position: center center;
}








#s-0750ccd2-3b19-4e21-92d7-fa5b2d0e8619 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0750ccd2-3b19-4e21-92d7-fa5b2d0e8619.shg-box.shg-c {
  justify-content: center;
}

#s-4e4fa735-6543-4259-9d30-ff8bf01d83e7 {
  background-color: rgba(228, 228, 230, 1);
}
@media (min-width: 1200px){#s-4e4fa735-6543-4259-9d30-ff8bf01d83e7 {
  display: none;
}
#s-4e4fa735-6543-4259-9d30-ff8bf01d83e7, #wrap-s-4e4fa735-6543-4259-9d30-ff8bf01d83e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e4fa735-6543-4259-9d30-ff8bf01d83e7 {
  display: none;
}
#s-4e4fa735-6543-4259-9d30-ff8bf01d83e7, #wrap-s-4e4fa735-6543-4259-9d30-ff8bf01d83e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e4fa735-6543-4259-9d30-ff8bf01d83e7 {
  display: none;
}
#s-4e4fa735-6543-4259-9d30-ff8bf01d83e7, #wrap-s-4e4fa735-6543-4259-9d30-ff8bf01d83e7 { display:none !important; }}







#s-4e4fa735-6543-4259-9d30-ff8bf01d83e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e4fa735-6543-4259-9d30-ff8bf01d83e7.shg-box.shg-c {
  justify-content: center;
}

#s-ff6b17e7-2a2d-490f-9620-c77c05d83d3a {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 315px;
text-align: center;
}

#s-ff6b17e7-2a2d-490f-9620-c77c05d83d3a .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-95f36214-4f26-44c9-9db3-3f45665ba319 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 370px;
text-align: center;
}

#s-95f36214-4f26-44c9-9db3-3f45665ba319 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-1c288f1e-38d2-49c4-8b6a-ef1fe39a2f04 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(38, 38, 38, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: rgba(38, 38, 38, 1);
}
#s-1c288f1e-38d2-49c4-8b6a-ef1fe39a2f04:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(38, 38, 38, 1) !important;
text-decoration: none !important;}#s-1c288f1e-38d2-49c4-8b6a-ef1fe39a2f04:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}


#s-1c288f1e-38d2-49c4-8b6a-ef1fe39a2f04.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-7401fe7c-0895-4f39-be26-e64e216f5b13 {
  min-height: 50px;
}








#s-7401fe7c-0895-4f39-be26-e64e216f5b13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7401fe7c-0895-4f39-be26-e64e216f5b13.shg-box.shg-c {
  justify-content: center;
}

#s-87be9ac4-3a1b-4225-8c3e-ca88dd8ce413 {
  text-align: center;
}
@media (min-width: 1200px){#s-87be9ac4-3a1b-4225-8c3e-ca88dd8ce413 {
  display: none;
}
#s-87be9ac4-3a1b-4225-8c3e-ca88dd8ce413, #wrap-s-87be9ac4-3a1b-4225-8c3e-ca88dd8ce413 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87be9ac4-3a1b-4225-8c3e-ca88dd8ce413 {
  display: none;
}
#s-87be9ac4-3a1b-4225-8c3e-ca88dd8ce413, #wrap-s-87be9ac4-3a1b-4225-8c3e-ca88dd8ce413 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87be9ac4-3a1b-4225-8c3e-ca88dd8ce413 {
  display: none;
}
#s-87be9ac4-3a1b-4225-8c3e-ca88dd8ce413, #wrap-s-87be9ac4-3a1b-4225-8c3e-ca88dd8ce413 { display:none !important; }}



  #s-87be9ac4-3a1b-4225-8c3e-ca88dd8ce413 img.shogun-image {
    
    width: px;
  }


#s-87be9ac4-3a1b-4225-8c3e-ca88dd8ce413 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ded9a43-016b-48ac-a2f9-80df6da6151a {
  margin-top: 8px;
margin-left: 22px;
text-align: left;
}

#s-0ded9a43-016b-48ac-a2f9-80df6da6151a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-91b0f334-ff24-40f4-a2ec-d95db6c9a4a4 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 50px;
max-width: 140px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-91b0f334-ff24-40f4-a2ec-d95db6c9a4a4:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(50, 50, 50, 1) !important;
text-decoration: none !important;}#s-91b0f334-ff24-40f4-a2ec-d95db6c9a4a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-91b0f334-ff24-40f4-a2ec-d95db6c9a4a4-btn-wrapper {
    text-align: center;
  }


#s-91b0f334-ff24-40f4-a2ec-d95db6c9a4a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0c014362-9f06-440d-b35b-d1edc1cfb707 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 50px;
max-width: 140px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-0c014362-9f06-440d-b35b-d1edc1cfb707:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(50, 50, 50, 1) !important;
text-decoration: none !important;}#s-0c014362-9f06-440d-b35b-d1edc1cfb707:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0c014362-9f06-440d-b35b-d1edc1cfb707-btn-wrapper {
    text-align: center;
  }


#s-0c014362-9f06-440d-b35b-d1edc1cfb707.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-21135cdc-4a43-4c94-b71a-f3cf6958e4cc {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-21135cdc-4a43-4c94-b71a-f3cf6958e4cc {
  
}
}@media (max-width: 767px){#s-21135cdc-4a43-4c94-b71a-f3cf6958e4cc {
  
}
}







#s-21135cdc-4a43-4c94-b71a-f3cf6958e4cc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-21135cdc-4a43-4c94-b71a-f3cf6958e4cc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
@media (min-width: 768px) and (max-width: 991px){#s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2 {
  margin-bottom: 15px;
max-width: 95%;
display: none;
}
#s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2, #wrap-s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2 { display:none !important; }}@media (max-width: 767px){#s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2 {
  max-width: 97%;
display: none;
}
#s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2, #wrap-s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-99d64b4e-4587-4eb0-b435-7b5750e5f0a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c8901efb-791f-4163-9939-310890dc999c {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-c8901efb-791f-4163-9939-310890dc999c {
  max-width: 61px;
}
}



  #s-c8901efb-791f-4163-9939-310890dc999c img.shogun-image {
    
    width: px;
  }


#s-c8901efb-791f-4163-9939-310890dc999c .shogun-image-content {
  
    align-items: center;
  
}

#s-e1517702-caab-4d28-93e1-6f20981dbfb2 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-e1517702-caab-4d28-93e1-6f20981dbfb2 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-e1517702-caab-4d28-93e1-6f20981dbfb2 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-c03fe16e-4c49-454a-a841-07b663539feb {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-c03fe16e-4c49-454a-a841-07b663539feb .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-c03fe16e-4c49-454a-a841-07b663539feb .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-74de1e7b-89d6-4e4c-8334-8ed8a902fde2 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-74de1e7b-89d6-4e4c-8334-8ed8a902fde2 {
  max-width: 60px;
}
}



  #s-74de1e7b-89d6-4e4c-8334-8ed8a902fde2 img.shogun-image {
    
    width: px;
  }


#s-74de1e7b-89d6-4e4c-8334-8ed8a902fde2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a4ac281-f6cb-4599-9dcb-74114202b7de {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-2a4ac281-f6cb-4599-9dcb-74114202b7de .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-2a4ac281-f6cb-4599-9dcb-74114202b7de .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-2a2bd715-4cb5-4a1c-97ed-7b0da3fc2a56 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-2a2bd715-4cb5-4a1c-97ed-7b0da3fc2a56 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-2a2bd715-4cb5-4a1c-97ed-7b0da3fc2a56 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-7e54c42f-1a1f-43d8-9192-5579acfffec6 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 27px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-7e54c42f-1a1f-43d8-9192-5579acfffec6:hover {margin-bottom: 0% !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(50, 50, 50, 1) !important;
text-decoration: none !important;}#s-7e54c42f-1a1f-43d8-9192-5579acfffec6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7e54c42f-1a1f-43d8-9192-5579acfffec6 {
  display: none;
}
#s-7e54c42f-1a1f-43d8-9192-5579acfffec6, #wrap-s-7e54c42f-1a1f-43d8-9192-5579acfffec6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e54c42f-1a1f-43d8-9192-5579acfffec6 {
  display: none;
}
#s-7e54c42f-1a1f-43d8-9192-5579acfffec6, #wrap-s-7e54c42f-1a1f-43d8-9192-5579acfffec6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e54c42f-1a1f-43d8-9192-5579acfffec6 {
  display: none;
}
#s-7e54c42f-1a1f-43d8-9192-5579acfffec6, #wrap-s-7e54c42f-1a1f-43d8-9192-5579acfffec6 { display:none !important; }}@media (max-width: 767px){#s-7e54c42f-1a1f-43d8-9192-5579acfffec6 {
  display: none;
}
#s-7e54c42f-1a1f-43d8-9192-5579acfffec6, #wrap-s-7e54c42f-1a1f-43d8-9192-5579acfffec6 { display:none !important; }}


#s-7e54c42f-1a1f-43d8-9192-5579acfffec6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-1a833239-6ad8-4066-a122-ab2b74c18b25 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-1a833239-6ad8-4066-a122-ab2b74c18b25 {
  max-width: 60px;
}
}



  #s-1a833239-6ad8-4066-a122-ab2b74c18b25 img.shogun-image {
    
    width: px;
  }


#s-1a833239-6ad8-4066-a122-ab2b74c18b25 .shogun-image-content {
  
    align-items: center;
  
}

#s-41d84742-81d9-4f27-a92a-bd1a02e924d5 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-41d84742-81d9-4f27-a92a-bd1a02e924d5 {
  margin-left: -12%;
}
}
#s-41d84742-81d9-4f27-a92a-bd1a02e924d5 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-41d84742-81d9-4f27-a92a-bd1a02e924d5 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-a5708137-83e8-42c0-bbf2-3b95d98797b7 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-a5708137-83e8-42c0-bbf2-3b95d98797b7 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-a5708137-83e8-42c0-bbf2-3b95d98797b7 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-bfcff598-6109-4a88-85f7-8d47eb233384 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-bfcff598-6109-4a88-85f7-8d47eb233384 {
  max-width: 61px;
}
}



  #s-bfcff598-6109-4a88-85f7-8d47eb233384 img.shogun-image {
    
    width: px;
  }


#s-bfcff598-6109-4a88-85f7-8d47eb233384 .shogun-image-content {
  
    align-items: center;
  
}

#s-0089ef9e-9ec2-4897-9b9a-b713801d6acc {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-0089ef9e-9ec2-4897-9b9a-b713801d6acc .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-0089ef9e-9ec2-4897-9b9a-b713801d6acc .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-9ee95282-f935-41e9-bc65-9b4c856d1897 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-9ee95282-f935-41e9-bc65-9b4c856d1897 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-9ee95282-f935-41e9-bc65-9b4c856d1897 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-39a58c63-06c7-42b2-a71b-5d322345a1c2 {
  margin-left: auto;
margin-right: auto;
max-width: 75%;
}
@media (min-width: 1200px){#s-39a58c63-06c7-42b2-a71b-5d322345a1c2 {
  display: none;
}
#s-39a58c63-06c7-42b2-a71b-5d322345a1c2, #wrap-s-39a58c63-06c7-42b2-a71b-5d322345a1c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39a58c63-06c7-42b2-a71b-5d322345a1c2 {
  display: none;
}
#s-39a58c63-06c7-42b2-a71b-5d322345a1c2, #wrap-s-39a58c63-06c7-42b2-a71b-5d322345a1c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39a58c63-06c7-42b2-a71b-5d322345a1c2 {
  margin-bottom: 15px;
max-width: 95%;
display: none;
}
#s-39a58c63-06c7-42b2-a71b-5d322345a1c2, #wrap-s-39a58c63-06c7-42b2-a71b-5d322345a1c2 { display:none !important; }}@media (max-width: 767px){#s-39a58c63-06c7-42b2-a71b-5d322345a1c2 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 90%;
}
}
@media (min-width: 0px) {
[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39a58c63-06c7-42b2-a71b-5d322345a1c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-370aaa14-0f14-477b-bfa6-d450f423bf59 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-370aaa14-0f14-477b-bfa6-d450f423bf59 {
  max-width: 60px;
}
}



  #s-370aaa14-0f14-477b-bfa6-d450f423bf59 img.shogun-image {
    
    width: px;
  }


#s-370aaa14-0f14-477b-bfa6-d450f423bf59 .shogun-image-content {
  
    align-items: center;
  
}

#s-0011b5bd-b46d-4487-bd40-a4159878ae55 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-0011b5bd-b46d-4487-bd40-a4159878ae55 {
  max-width: 100%;
}
}
#s-0011b5bd-b46d-4487-bd40-a4159878ae55 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-68ed534d-259b-4bfd-9fea-2abe3873b358 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-68ed534d-259b-4bfd-9fea-2abe3873b358 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-566ea00b-8ec5-4545-986b-2413ea1904b6 {
  min-height: 50px;
}








#s-566ea00b-8ec5-4545-986b-2413ea1904b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-566ea00b-8ec5-4545-986b-2413ea1904b6.shg-box.shg-c {
  justify-content: center;
}

#s-e0296cb8-6d98-40a3-a5f2-25e8b34e786c {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-e0296cb8-6d98-40a3-a5f2-25e8b34e786c {
  max-width: 60px;
}
}



  #s-e0296cb8-6d98-40a3-a5f2-25e8b34e786c img.shogun-image {
    
    width: px;
  }


#s-e0296cb8-6d98-40a3-a5f2-25e8b34e786c .shogun-image-content {
  
    align-items: center;
  
}

#s-0ca31875-767b-4328-b64f-65bdbaad895c {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-0ca31875-767b-4328-b64f-65bdbaad895c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-81ba3c87-6420-4227-8d5a-662864dccb7c {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-81ba3c87-6420-4227-8d5a-662864dccb7c {
  max-width: 100%;
}
}
#s-81ba3c87-6420-4227-8d5a-662864dccb7c .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-dcd6689e-4818-46c7-a076-49664f016999 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 27px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-dcd6689e-4818-46c7-a076-49664f016999:hover {margin-bottom: 0% !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(50, 50, 50, 1) !important;
text-decoration: none !important;}#s-dcd6689e-4818-46c7-a076-49664f016999:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-dcd6689e-4818-46c7-a076-49664f016999 {
  display: none;
}
#s-dcd6689e-4818-46c7-a076-49664f016999, #wrap-s-dcd6689e-4818-46c7-a076-49664f016999 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcd6689e-4818-46c7-a076-49664f016999 {
  display: none;
}
#s-dcd6689e-4818-46c7-a076-49664f016999, #wrap-s-dcd6689e-4818-46c7-a076-49664f016999 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dcd6689e-4818-46c7-a076-49664f016999 {
  display: none;
}
#s-dcd6689e-4818-46c7-a076-49664f016999, #wrap-s-dcd6689e-4818-46c7-a076-49664f016999 { display:none !important; }}@media (max-width: 767px){#s-dcd6689e-4818-46c7-a076-49664f016999 {
  display: none;
}
#s-dcd6689e-4818-46c7-a076-49664f016999, #wrap-s-dcd6689e-4818-46c7-a076-49664f016999 { display:none !important; }}


#s-dcd6689e-4818-46c7-a076-49664f016999.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-3f3d1246-47bf-4b58-8e6f-2d03cc1019d7 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-3f3d1246-47bf-4b58-8e6f-2d03cc1019d7 {
  max-width: 60px;
}
}



  #s-3f3d1246-47bf-4b58-8e6f-2d03cc1019d7 img.shogun-image {
    
    width: px;
  }


#s-3f3d1246-47bf-4b58-8e6f-2d03cc1019d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c24a61d3-a51a-4a8e-a11c-eff0751eb67a {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-c24a61d3-a51a-4a8e-a11c-eff0751eb67a {
  max-width: 100%;
}
}
#s-c24a61d3-a51a-4a8e-a11c-eff0751eb67a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-97a1fd9d-7907-43b0-be4f-cc3e92990eee {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-97a1fd9d-7907-43b0-be4f-cc3e92990eee {
  max-width: 100%;
}
}
#s-97a1fd9d-7907-43b0-be4f-cc3e92990eee .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-66c2e031-7ab7-4841-b5bf-e3c54b51735d {
  min-height: 50px;
}








#s-66c2e031-7ab7-4841-b5bf-e3c54b51735d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66c2e031-7ab7-4841-b5bf-e3c54b51735d.shg-box.shg-c {
  justify-content: center;
}

#s-4515f2af-9a95-467a-90bd-b3214258bd85 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-4515f2af-9a95-467a-90bd-b3214258bd85 {
  max-width: 60px;
}
}



  #s-4515f2af-9a95-467a-90bd-b3214258bd85 img.shogun-image {
    
    width: px;
  }


#s-4515f2af-9a95-467a-90bd-b3214258bd85 .shogun-image-content {
  
    align-items: center;
  
}

#s-c03dc489-7afe-4190-9e02-89ec4b8b831d {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-c03dc489-7afe-4190-9e02-89ec4b8b831d {
  max-width: 100%;
}
}
#s-c03dc489-7afe-4190-9e02-89ec4b8b831d .shogun-heading-component h3 {
  color: rgba(32, 30, 30, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-12759f91-c282-4e48-a0d4-631afe46a36f {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-12759f91-c282-4e48-a0d4-631afe46a36f {
  max-width: 100%;
}
}
#s-12759f91-c282-4e48-a0d4-631afe46a36f .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1b9dbe0e-83f2-419a-8c17-816f88633311 {
  min-height: 0px;
max-width: 100%;
background-color: rgba(253, 253, 253, 1);
}
@media (min-width: 1200px){#s-1b9dbe0e-83f2-419a-8c17-816f88633311 {
  display: none;
}
#s-1b9dbe0e-83f2-419a-8c17-816f88633311, #wrap-s-1b9dbe0e-83f2-419a-8c17-816f88633311 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b9dbe0e-83f2-419a-8c17-816f88633311 {
  display: none;
}
#s-1b9dbe0e-83f2-419a-8c17-816f88633311, #wrap-s-1b9dbe0e-83f2-419a-8c17-816f88633311 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b9dbe0e-83f2-419a-8c17-816f88633311 {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-1b9dbe0e-83f2-419a-8c17-816f88633311 {
  display: none;
}
#s-1b9dbe0e-83f2-419a-8c17-816f88633311, #wrap-s-1b9dbe0e-83f2-419a-8c17-816f88633311 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b9dbe0e-83f2-419a-8c17-816f88633311"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ddbdf958-c3f9-4a82-8af1-a8fbdbcd82db {
  margin-left: 40%;
margin-right: 40%;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-ddbdf958-c3f9-4a82-8af1-a8fbdbcd82db {
  max-width: 61px;
}
}



  #s-ddbdf958-c3f9-4a82-8af1-a8fbdbcd82db img.shogun-image {
    
    width: px;
  }


#s-ddbdf958-c3f9-4a82-8af1-a8fbdbcd82db .shogun-image-content {
  
    align-items: center;
  
}

#s-3ab1e8b0-b3ad-4f69-8390-f67f3cff7215 {
  max-width: 100%;
text-align: center;
}

#s-3ab1e8b0-b3ad-4f69-8390-f67f3cff7215 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-3ab1e8b0-b3ad-4f69-8390-f67f3cff7215 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-062668e6-5502-4f7b-8ec9-29925089294c {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-062668e6-5502-4f7b-8ec9-29925089294c .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-062668e6-5502-4f7b-8ec9-29925089294c .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-bf84c9dd-6c62-4d0d-b5d4-98032262dafc {
  margin-left: 40%;
margin-right: 40%;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-bf84c9dd-6c62-4d0d-b5d4-98032262dafc {
  max-width: 60px;
}
}



  #s-bf84c9dd-6c62-4d0d-b5d4-98032262dafc img.shogun-image {
    
    width: px;
  }


#s-bf84c9dd-6c62-4d0d-b5d4-98032262dafc .shogun-image-content {
  
    align-items: center;
  
}

#s-d4834057-1cff-4434-a29f-7475a690052d {
  margin-bottom: 0px;
max-width: 100%;
text-align: center;
}

#s-d4834057-1cff-4434-a29f-7475a690052d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-d4834057-1cff-4434-a29f-7475a690052d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-a50ae099-e27a-4a71-860f-3796ff2ecb59 {
  max-width: 100%;
text-align: center;
}

#s-a50ae099-e27a-4a71-860f-3796ff2ecb59 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-a50ae099-e27a-4a71-860f-3796ff2ecb59 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-e3c445a0-ba46-409c-b478-5902d594176c {
  border-style: solid;
margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 27px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-e3c445a0-ba46-409c-b478-5902d594176c:hover {margin-bottom: 0% !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(50, 50, 50, 1) !important;
text-decoration: none !important;}#s-e3c445a0-ba46-409c-b478-5902d594176c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e3c445a0-ba46-409c-b478-5902d594176c {
  display: none;
}
#s-e3c445a0-ba46-409c-b478-5902d594176c, #wrap-s-e3c445a0-ba46-409c-b478-5902d594176c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3c445a0-ba46-409c-b478-5902d594176c {
  display: none;
}
#s-e3c445a0-ba46-409c-b478-5902d594176c, #wrap-s-e3c445a0-ba46-409c-b478-5902d594176c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3c445a0-ba46-409c-b478-5902d594176c {
  display: none;
}
#s-e3c445a0-ba46-409c-b478-5902d594176c, #wrap-s-e3c445a0-ba46-409c-b478-5902d594176c { display:none !important; }}@media (max-width: 767px){#s-e3c445a0-ba46-409c-b478-5902d594176c {
  display: none;
}
#s-e3c445a0-ba46-409c-b478-5902d594176c, #wrap-s-e3c445a0-ba46-409c-b478-5902d594176c { display:none !important; }}


#s-e3c445a0-ba46-409c-b478-5902d594176c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-270fc2ed-cca1-4d92-9bc0-a533afe55741 {
  margin-left: 40%;
margin-right: 40%;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-270fc2ed-cca1-4d92-9bc0-a533afe55741 {
  max-width: 61px;
}
}



  #s-270fc2ed-cca1-4d92-9bc0-a533afe55741 img.shogun-image {
    
    width: px;
  }


#s-270fc2ed-cca1-4d92-9bc0-a533afe55741 .shogun-image-content {
  
    align-items: center;
  
}

#s-c69e0de2-54fe-464a-ad94-4215d190cd94 {
  max-width: 100%;
text-align: center;
}

#s-c69e0de2-54fe-464a-ad94-4215d190cd94 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-c69e0de2-54fe-464a-ad94-4215d190cd94 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-d8f5bffa-cb18-4358-be84-933ab4975510 {
  margin-bottom: 0px;
max-width: 100%;
text-align: center;
}

#s-d8f5bffa-cb18-4358-be84-933ab4975510 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-d8f5bffa-cb18-4358-be84-933ab4975510 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-b6cd9a7d-0f7f-46ec-a619-0861b409a3a4 {
  margin-left: 40%;
margin-right: 40%;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-b6cd9a7d-0f7f-46ec-a619-0861b409a3a4 {
  max-width: 60px;
}
}



  #s-b6cd9a7d-0f7f-46ec-a619-0861b409a3a4 img.shogun-image {
    
    width: px;
  }


#s-b6cd9a7d-0f7f-46ec-a619-0861b409a3a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9153a337-3c1d-4cb4-8f14-bb9742bc31e5 {
  margin-bottom: 0px;
max-width: 100%;
text-align: center;
}

#s-9153a337-3c1d-4cb4-8f14-bb9742bc31e5 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1a48dbff-6fcf-44f1-acb2-05d4cb48043a {
  max-width: 100%;
text-align: center;
}

#s-1a48dbff-6fcf-44f1-acb2-05d4cb48043a .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (max-width: 767px){#s-1a48dbff-6fcf-44f1-acb2-05d4cb48043a .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-9b19ffb9-c59d-4652-81bb-cb02d860f02c {
  min-height: 0px;
background-color: rgba(0, 0, 0, 1);
}








#s-9b19ffb9-c59d-4652-81bb-cb02d860f02c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b19ffb9-c59d-4652-81bb-cb02d860f02c.shg-box.shg-c {
  justify-content: center;
}

#s-db5221db-d142-46fb-81d1-2387da54a161 {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-db5221db-d142-46fb-81d1-2387da54a161 {
  
}
}@media (max-width: 767px){#s-db5221db-d142-46fb-81d1-2387da54a161 {
  display: none;
}
#s-db5221db-d142-46fb-81d1-2387da54a161, #wrap-s-db5221db-d142-46fb-81d1-2387da54a161 { display:none !important; }}
#s-9f2f76f2-d956-47eb-af70-752fe2dece9a {
  margin-top: 50px;
}
@media (min-width: 1200px){#s-9f2f76f2-d956-47eb-af70-752fe2dece9a {
  display: none;
}
#s-9f2f76f2-d956-47eb-af70-752fe2dece9a, #wrap-s-9f2f76f2-d956-47eb-af70-752fe2dece9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f2f76f2-d956-47eb-af70-752fe2dece9a {
  display: none;
}
#s-9f2f76f2-d956-47eb-af70-752fe2dece9a, #wrap-s-9f2f76f2-d956-47eb-af70-752fe2dece9a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f2f76f2-d956-47eb-af70-752fe2dece9a {
  display: none;
}
#s-9f2f76f2-d956-47eb-af70-752fe2dece9a, #wrap-s-9f2f76f2-d956-47eb-af70-752fe2dece9a { display:none !important; }}
#s-59699df0-1994-4ddb-97b2-a675181287a8 {
  padding-top: 20px;
padding-left: 200px;
padding-bottom: 20px;
padding-right: 200px;
max-width: 100%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-59699df0-1994-4ddb-97b2-a675181287a8 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-59699df0-1994-4ddb-97b2-a675181287a8 {
  padding-left: 35px;
padding-right: 35px;
}
}
#s-59699df0-1994-4ddb-97b2-a675181287a8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 1200px){#s-59699df0-1994-4ddb-97b2-a675181287a8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-59699df0-1994-4ddb-97b2-a675181287a8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-59699df0-1994-4ddb-97b2-a675181287a8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-59699df0-1994-4ddb-97b2-a675181287a8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-9f917aff-8b48-4349-9323-f58e49b83046 {
  margin-top: 0px;
min-height: 57px;
background-color: rgba(0, 0, 0, 1);
}








#s-9f917aff-8b48-4349-9323-f58e49b83046 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f917aff-8b48-4349-9323-f58e49b83046.shg-box.shg-c {
  justify-content: center;
}

#s-8f59163f-8e6c-4250-b56a-4fbcc73a32b2 {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-8f59163f-8e6c-4250-b56a-4fbcc73a32b2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-8f59163f-8e6c-4250-b56a-4fbcc73a32b2:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}


#s-8f59163f-8e6c-4250-b56a-4fbcc73a32b2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){

#s-8f59163f-8e6c-4250-b56a-4fbcc73a32b2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-40a87d88-ff16-4da8-b1b0-e53fc5b65956 {
  text-align: center;
}
#s-40a87d88-ff16-4da8-b1b0-e53fc5b65956:hover {border-style: solid !important;
border-color: rgba(2, 2, 2, 1) !important;}@media (min-width: 1200px){#s-40a87d88-ff16-4da8-b1b0-e53fc5b65956 {
  display: none;
}
#s-40a87d88-ff16-4da8-b1b0-e53fc5b65956, #wrap-s-40a87d88-ff16-4da8-b1b0-e53fc5b65956 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40a87d88-ff16-4da8-b1b0-e53fc5b65956 {
  display: none;
}
#s-40a87d88-ff16-4da8-b1b0-e53fc5b65956, #wrap-s-40a87d88-ff16-4da8-b1b0-e53fc5b65956 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40a87d88-ff16-4da8-b1b0-e53fc5b65956 {
  display: none;
}
#s-40a87d88-ff16-4da8-b1b0-e53fc5b65956, #wrap-s-40a87d88-ff16-4da8-b1b0-e53fc5b65956 { display:none !important; }}@media (max-width: 767px){#s-40a87d88-ff16-4da8-b1b0-e53fc5b65956 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 24, 24, 1);
border-style: solid;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
}
}



  #s-40a87d88-ff16-4da8-b1b0-e53fc5b65956 img.shogun-image {
    
    width: px;
  }


#s-40a87d88-ff16-4da8-b1b0-e53fc5b65956 .shogun-image-content {
  
    align-items: center;
  
}

#s-98c22fcc-d9cc-42ca-84ab-dbfe95003921 {
  border-style: solid;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-98c22fcc-d9cc-42ca-84ab-dbfe95003921:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-98c22fcc-d9cc-42ca-84ab-dbfe95003921 {
  
}
}@media (max-width: 767px){#s-98c22fcc-d9cc-42ca-84ab-dbfe95003921 {
  display: none;
}
#s-98c22fcc-d9cc-42ca-84ab-dbfe95003921, #wrap-s-98c22fcc-d9cc-42ca-84ab-dbfe95003921 { display:none !important; }}



  #s-98c22fcc-d9cc-42ca-84ab-dbfe95003921 img.shogun-image {
    
    width: px;
  }


#s-98c22fcc-d9cc-42ca-84ab-dbfe95003921 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b6a124c-45fd-44d6-9d07-b77aa5bda61a {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 1);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-1b6a124c-45fd-44d6-9d07-b77aa5bda61a {
  border-style: solid;
border-color: #000;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}







#s-1b6a124c-45fd-44d6-9d07-b77aa5bda61a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
}#s-1b6a124c-45fd-44d6-9d07-b77aa5bda61a.shg-box.shg-c {
  justify-content: center;
}

#s-4952af3e-b127-4d94-ac47-463f5e449b51 {
  margin-top: 50px;
}
@media (max-width: 767px){#s-4952af3e-b127-4d94-ac47-463f5e449b51 {
  display: none;
}
#s-4952af3e-b127-4d94-ac47-463f5e449b51, #wrap-s-4952af3e-b127-4d94-ac47-463f5e449b51 { display:none !important; }}
#s-5bc804f5-ea41-465f-8a29-adb436c2b073 {
  margin-top: 50px;
}
@media (min-width: 1200px){#s-5bc804f5-ea41-465f-8a29-adb436c2b073 {
  display: none;
}
#s-5bc804f5-ea41-465f-8a29-adb436c2b073, #wrap-s-5bc804f5-ea41-465f-8a29-adb436c2b073 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5bc804f5-ea41-465f-8a29-adb436c2b073 {
  display: none;
}
#s-5bc804f5-ea41-465f-8a29-adb436c2b073, #wrap-s-5bc804f5-ea41-465f-8a29-adb436c2b073 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5bc804f5-ea41-465f-8a29-adb436c2b073 {
  display: none;
}
#s-5bc804f5-ea41-465f-8a29-adb436c2b073, #wrap-s-5bc804f5-ea41-465f-8a29-adb436c2b073 { display:none !important; }}
#s-1e58c8ba-3dda-4e60-bca9-ed5c4d2efe72 {
  padding-top: 20px;
padding-left: 200px;
padding-bottom: 20px;
padding-right: 200px;
max-width: 100%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1e58c8ba-3dda-4e60-bca9-ed5c4d2efe72 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-1e58c8ba-3dda-4e60-bca9-ed5c4d2efe72 {
  padding-left: 35px;
padding-right: 35px;
}
}
#s-1e58c8ba-3dda-4e60-bca9-ed5c4d2efe72 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-1e58c8ba-3dda-4e60-bca9-ed5c4d2efe72 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-1e58c8ba-3dda-4e60-bca9-ed5c4d2efe72 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-dd67f16e-70e6-49b1-baed-6d59fff947a6 {
  text-align: center;
}
@media (min-width: 1200px){#s-dd67f16e-70e6-49b1-baed-6d59fff947a6 {
  display: none;
}
#s-dd67f16e-70e6-49b1-baed-6d59fff947a6, #wrap-s-dd67f16e-70e6-49b1-baed-6d59fff947a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd67f16e-70e6-49b1-baed-6d59fff947a6 {
  display: none;
}
#s-dd67f16e-70e6-49b1-baed-6d59fff947a6, #wrap-s-dd67f16e-70e6-49b1-baed-6d59fff947a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd67f16e-70e6-49b1-baed-6d59fff947a6 {
  display: none;
}
#s-dd67f16e-70e6-49b1-baed-6d59fff947a6, #wrap-s-dd67f16e-70e6-49b1-baed-6d59fff947a6 { display:none !important; }}



  #s-dd67f16e-70e6-49b1-baed-6d59fff947a6 img.shogun-image {
    
    width: px;
  }


#s-dd67f16e-70e6-49b1-baed-6d59fff947a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-207a7f6c-3d23-47b8-a4e4-5ca37d36625d {
  text-align: center;
}
@media (max-width: 767px){#s-207a7f6c-3d23-47b8-a4e4-5ca37d36625d {
  display: none;
}
#s-207a7f6c-3d23-47b8-a4e4-5ca37d36625d, #wrap-s-207a7f6c-3d23-47b8-a4e4-5ca37d36625d { display:none !important; }}



  #s-207a7f6c-3d23-47b8-a4e4-5ca37d36625d img.shogun-image {
    
    width: px;
  }


#s-207a7f6c-3d23-47b8-a4e4-5ca37d36625d .shogun-image-content {
  
    align-items: center;
  
}

#s-b2bbe25e-d52e-4ce5-bab8-4dccbd27c64c {
  background-color: rgba(238, 11, 11, 0);
}








#s-b2bbe25e-d52e-4ce5-bab8-4dccbd27c64c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2bbe25e-d52e-4ce5-bab8-4dccbd27c64c.shg-box.shg-c {
  justify-content: center;
}

#s-b8cf53d1-e3f9-4e79-9e99-8c1040878982 {
  margin-top: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b8cf53d1-e3f9-4e79-9e99-8c1040878982 {
  display: none;
}
#s-b8cf53d1-e3f9-4e79-9e99-8c1040878982, #wrap-s-b8cf53d1-e3f9-4e79-9e99-8c1040878982 { display:none !important; }}
#s-18ef8e5e-251a-4725-a6c6-6e23e19e31b8 {
  margin-top: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-18ef8e5e-251a-4725-a6c6-6e23e19e31b8 {
  display: none;
}
#s-18ef8e5e-251a-4725-a6c6-6e23e19e31b8, #wrap-s-18ef8e5e-251a-4725-a6c6-6e23e19e31b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18ef8e5e-251a-4725-a6c6-6e23e19e31b8 {
  display: none;
}
#s-18ef8e5e-251a-4725-a6c6-6e23e19e31b8, #wrap-s-18ef8e5e-251a-4725-a6c6-6e23e19e31b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18ef8e5e-251a-4725-a6c6-6e23e19e31b8 {
  display: none;
}
#s-18ef8e5e-251a-4725-a6c6-6e23e19e31b8, #wrap-s-18ef8e5e-251a-4725-a6c6-6e23e19e31b8 { display:none !important; }}
#s-422fa2b8-bd47-4813-9ecb-582987653656 {
  padding-top: 20px;
padding-left: 200px;
padding-bottom: 20px;
padding-right: 200px;
max-width: 100%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-422fa2b8-bd47-4813-9ecb-582987653656 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-422fa2b8-bd47-4813-9ecb-582987653656 {
  padding-left: 35px;
padding-right: 35px;
}
}
#s-422fa2b8-bd47-4813-9ecb-582987653656 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-422fa2b8-bd47-4813-9ecb-582987653656 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-422fa2b8-bd47-4813-9ecb-582987653656 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-d5621a91-8444-4d5a-b945-96aa6d9ab20f {
  text-align: center;
}
@media (max-width: 767px){#s-d5621a91-8444-4d5a-b945-96aa6d9ab20f {
  display: none;
}
#s-d5621a91-8444-4d5a-b945-96aa6d9ab20f, #wrap-s-d5621a91-8444-4d5a-b945-96aa6d9ab20f { display:none !important; }}



  #s-d5621a91-8444-4d5a-b945-96aa6d9ab20f img.shogun-image {
    
    width: px;
  }


#s-d5621a91-8444-4d5a-b945-96aa6d9ab20f .shogun-image-content {
  
    align-items: center;
  
}

#s-4b7aebe8-5ba6-4662-8ba9-2ff834d91a31 {
  text-align: center;
}
@media (min-width: 1200px){#s-4b7aebe8-5ba6-4662-8ba9-2ff834d91a31 {
  display: none;
}
#s-4b7aebe8-5ba6-4662-8ba9-2ff834d91a31, #wrap-s-4b7aebe8-5ba6-4662-8ba9-2ff834d91a31 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b7aebe8-5ba6-4662-8ba9-2ff834d91a31 {
  display: none;
}
#s-4b7aebe8-5ba6-4662-8ba9-2ff834d91a31, #wrap-s-4b7aebe8-5ba6-4662-8ba9-2ff834d91a31 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b7aebe8-5ba6-4662-8ba9-2ff834d91a31 {
  display: none;
}
#s-4b7aebe8-5ba6-4662-8ba9-2ff834d91a31, #wrap-s-4b7aebe8-5ba6-4662-8ba9-2ff834d91a31 { display:none !important; }}



  #s-4b7aebe8-5ba6-4662-8ba9-2ff834d91a31 img.shogun-image {
    
    width: px;
  }


#s-4b7aebe8-5ba6-4662-8ba9-2ff834d91a31 .shogun-image-content {
  
    align-items: center;
  
}

#s-d39223e8-8996-49f0-9029-d6e1e2f6aaef {
  margin-top: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d39223e8-8996-49f0-9029-d6e1e2f6aaef {
  display: none;
}
#s-d39223e8-8996-49f0-9029-d6e1e2f6aaef, #wrap-s-d39223e8-8996-49f0-9029-d6e1e2f6aaef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d39223e8-8996-49f0-9029-d6e1e2f6aaef {
  display: none;
}
#s-d39223e8-8996-49f0-9029-d6e1e2f6aaef, #wrap-s-d39223e8-8996-49f0-9029-d6e1e2f6aaef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d39223e8-8996-49f0-9029-d6e1e2f6aaef {
  display: none;
}
#s-d39223e8-8996-49f0-9029-d6e1e2f6aaef, #wrap-s-d39223e8-8996-49f0-9029-d6e1e2f6aaef { display:none !important; }}
#s-2703bbed-7063-4359-b976-d77c2a58aabd {
  background-color: rgba(255, 255, 255, 1);
}








#s-2703bbed-7063-4359-b976-d77c2a58aabd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2703bbed-7063-4359-b976-d77c2a58aabd.shg-box.shg-c {
  justify-content: center;
}

#s-c638706c-063f-4948-9d34-7c9a7f15ffcd {
  margin-top: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c638706c-063f-4948-9d34-7c9a7f15ffcd {
  display: none;
}
#s-c638706c-063f-4948-9d34-7c9a7f15ffcd, #wrap-s-c638706c-063f-4948-9d34-7c9a7f15ffcd { display:none !important; }}
#s-80b18116-4676-4614-b863-169560f4aaae {
  padding-top: 20px;
padding-left: 200px;
padding-bottom: 20px;
padding-right: 200px;
max-width: 100%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-80b18116-4676-4614-b863-169560f4aaae {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-80b18116-4676-4614-b863-169560f4aaae {
  padding-left: 35px;
padding-right: 35px;
}
}
#s-80b18116-4676-4614-b863-169560f4aaae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-80b18116-4676-4614-b863-169560f4aaae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-80b18116-4676-4614-b863-169560f4aaae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-03af46d5-e90f-4041-a9ce-b6783da57809 {
  text-align: center;
}
@media (max-width: 767px){#s-03af46d5-e90f-4041-a9ce-b6783da57809 {
  display: none;
}
#s-03af46d5-e90f-4041-a9ce-b6783da57809, #wrap-s-03af46d5-e90f-4041-a9ce-b6783da57809 { display:none !important; }}



  #s-03af46d5-e90f-4041-a9ce-b6783da57809 img.shogun-image {
    
    width: px;
  }


#s-03af46d5-e90f-4041-a9ce-b6783da57809 .shogun-image-content {
  
    align-items: center;
  
}

#s-c056eb27-647e-474f-a048-44e65d603a2a {
  text-align: center;
}
@media (min-width: 1200px){#s-c056eb27-647e-474f-a048-44e65d603a2a {
  display: none;
}
#s-c056eb27-647e-474f-a048-44e65d603a2a, #wrap-s-c056eb27-647e-474f-a048-44e65d603a2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c056eb27-647e-474f-a048-44e65d603a2a {
  display: none;
}
#s-c056eb27-647e-474f-a048-44e65d603a2a, #wrap-s-c056eb27-647e-474f-a048-44e65d603a2a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c056eb27-647e-474f-a048-44e65d603a2a {
  display: none;
}
#s-c056eb27-647e-474f-a048-44e65d603a2a, #wrap-s-c056eb27-647e-474f-a048-44e65d603a2a { display:none !important; }}



  #s-c056eb27-647e-474f-a048-44e65d603a2a img.shogun-image {
    
    width: px;
  }


#s-c056eb27-647e-474f-a048-44e65d603a2a .shogun-image-content {
  
    align-items: center;
  
}

#s-47c3639e-0c5a-4f83-bb7c-fbd903c3ee89 {
  text-align: center;
}




  #s-47c3639e-0c5a-4f83-bb7c-fbd903c3ee89 img.shogun-image {
    
    width: px;
  }


#s-47c3639e-0c5a-4f83-bb7c-fbd903c3ee89 .shogun-image-content {
  
    align-items: center;
  
}

#s-1947ab44-846c-4f6e-9cc8-c5e4c71762c4 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-1947ab44-846c-4f6e-9cc8-c5e4c71762c4 {
  margin-top: 0px;
}
}







#s-1947ab44-846c-4f6e-9cc8-c5e4c71762c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1947ab44-846c-4f6e-9cc8-c5e4c71762c4.shg-box.shg-c {
  justify-content: center;
}

#s-590e6ddf-4ce5-4b30-84b2-bd6ed8b0e90a {
  margin-top: 10px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-590e6ddf-4ce5-4b30-84b2-bd6ed8b0e90a {
  display: none;
}
#s-590e6ddf-4ce5-4b30-84b2-bd6ed8b0e90a, #wrap-s-590e6ddf-4ce5-4b30-84b2-bd6ed8b0e90a { display:none !important; }}
#s-a154d897-e7f5-48b6-8f83-fa3ea9a4fa7f {
  background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-a154d897-e7f5-48b6-8f83-fa3ea9a4fa7f {
  display: none;
}
#s-a154d897-e7f5-48b6-8f83-fa3ea9a4fa7f, #wrap-s-a154d897-e7f5-48b6-8f83-fa3ea9a4fa7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a154d897-e7f5-48b6-8f83-fa3ea9a4fa7f {
  display: none;
}
#s-a154d897-e7f5-48b6-8f83-fa3ea9a4fa7f, #wrap-s-a154d897-e7f5-48b6-8f83-fa3ea9a4fa7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a154d897-e7f5-48b6-8f83-fa3ea9a4fa7f {
  display: none;
}
#s-a154d897-e7f5-48b6-8f83-fa3ea9a4fa7f, #wrap-s-a154d897-e7f5-48b6-8f83-fa3ea9a4fa7f { display:none !important; }}@media (max-width: 767px){#s-a154d897-e7f5-48b6-8f83-fa3ea9a4fa7f {
  margin-top: 30px;
margin-bottom: 0px;
}
}
#s-3f987b52-fdd7-4599-984c-4a2d2d8e3777 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-3f987b52-fdd7-4599-984c-4a2d2d8e3777 img.shogun-image {
    
    width: px;
  }


#s-3f987b52-fdd7-4599-984c-4a2d2d8e3777 .shogun-image-content {
  
    align-items: center;
  
}

#s-5475aaf9-f885-4997-ab91-09e98cf0fcde {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-5475aaf9-f885-4997-ab91-09e98cf0fcde {
  display: none;
}
#s-5475aaf9-f885-4997-ab91-09e98cf0fcde, #wrap-s-5475aaf9-f885-4997-ab91-09e98cf0fcde { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5475aaf9-f885-4997-ab91-09e98cf0fcde {
  display: none;
}
#s-5475aaf9-f885-4997-ab91-09e98cf0fcde, #wrap-s-5475aaf9-f885-4997-ab91-09e98cf0fcde { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5475aaf9-f885-4997-ab91-09e98cf0fcde {
  display: none;
}
#s-5475aaf9-f885-4997-ab91-09e98cf0fcde, #wrap-s-5475aaf9-f885-4997-ab91-09e98cf0fcde { display:none !important; }}
#s-a3eddade-3948-41ab-a685-5912f9656371 {
  margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-a3eddade-3948-41ab-a685-5912f9656371 {
  display: none;
}
#s-a3eddade-3948-41ab-a685-5912f9656371, #wrap-s-a3eddade-3948-41ab-a685-5912f9656371 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3eddade-3948-41ab-a685-5912f9656371 {
  display: none;
}
#s-a3eddade-3948-41ab-a685-5912f9656371, #wrap-s-a3eddade-3948-41ab-a685-5912f9656371 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3eddade-3948-41ab-a685-5912f9656371 {
  display: none;
}
#s-a3eddade-3948-41ab-a685-5912f9656371, #wrap-s-a3eddade-3948-41ab-a685-5912f9656371 { display:none !important; }}
#s-6643b032-f924-4911-980a-d65149ac8676 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-6643b032-f924-4911-980a-d65149ac8676 {
  display: none;
}
#s-6643b032-f924-4911-980a-d65149ac8676, #wrap-s-6643b032-f924-4911-980a-d65149ac8676 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6643b032-f924-4911-980a-d65149ac8676 {
  display: none;
}
#s-6643b032-f924-4911-980a-d65149ac8676, #wrap-s-6643b032-f924-4911-980a-d65149ac8676 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6643b032-f924-4911-980a-d65149ac8676 {
  display: none;
}
#s-6643b032-f924-4911-980a-d65149ac8676, #wrap-s-6643b032-f924-4911-980a-d65149ac8676 { display:none !important; }}
#s-1a4e2ab4-3a20-4514-8a54-95ac8d3aaa9f {
  margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-1a4e2ab4-3a20-4514-8a54-95ac8d3aaa9f {
  display: none;
}
#s-1a4e2ab4-3a20-4514-8a54-95ac8d3aaa9f, #wrap-s-1a4e2ab4-3a20-4514-8a54-95ac8d3aaa9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a4e2ab4-3a20-4514-8a54-95ac8d3aaa9f {
  display: none;
}
#s-1a4e2ab4-3a20-4514-8a54-95ac8d3aaa9f, #wrap-s-1a4e2ab4-3a20-4514-8a54-95ac8d3aaa9f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a4e2ab4-3a20-4514-8a54-95ac8d3aaa9f {
  display: none;
}
#s-1a4e2ab4-3a20-4514-8a54-95ac8d3aaa9f, #wrap-s-1a4e2ab4-3a20-4514-8a54-95ac8d3aaa9f { display:none !important; }}
#s-52877677-c655-4ba3-842c-bca83b330c9b {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-52877677-c655-4ba3-842c-bca83b330c9b {
  display: none;
}
#s-52877677-c655-4ba3-842c-bca83b330c9b, #wrap-s-52877677-c655-4ba3-842c-bca83b330c9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52877677-c655-4ba3-842c-bca83b330c9b {
  display: none;
}
#s-52877677-c655-4ba3-842c-bca83b330c9b, #wrap-s-52877677-c655-4ba3-842c-bca83b330c9b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52877677-c655-4ba3-842c-bca83b330c9b {
  display: none;
}
#s-52877677-c655-4ba3-842c-bca83b330c9b, #wrap-s-52877677-c655-4ba3-842c-bca83b330c9b { display:none !important; }}
#s-bc761bdf-a4af-408c-a254-279f01e657c3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-bc761bdf-a4af-408c-a254-279f01e657c3 {
  
}
}@media (max-width: 767px){#s-bc761bdf-a4af-408c-a254-279f01e657c3 {
  display: none;
}
#s-bc761bdf-a4af-408c-a254-279f01e657c3, #wrap-s-bc761bdf-a4af-408c-a254-279f01e657c3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bc761bdf-a4af-408c-a254-279f01e657c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4b77a9b7-1e14-48ef-ad5c-80498084c66c {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-90686b27-6021-4c0b-ac86-ef3d2a10c700 {
  margin-top: 0px;
margin-left: 21px;
margin-bottom: 20px;
margin-right: 21px;
}

#s-b8c6d2d3-fb7f-40c2-aaae-8f38c5f08e14 {
  margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
}

#s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21 {
  margin-top: -10px;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21 {
  
}
}@media (max-width: 767px){#s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21 {
  display: none;
}
#s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21, #wrap-s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a3cdc5a8-471d-4b85-b46d-ab175feb0c21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-4f3e9e44-0a3a-4ee2-94b7-954786b0273e {
  border-style: solid;
margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-8e19df92-fdb6-41e4-9531-fc4ee7a6df91 {
  border-style: solid;
margin-left: 7%;
margin-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-feba33a9-dd06-4c89-9a5b-6d7103019876 {
  border-style: solid;
margin-left: 7%;
margin-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-70f53923-3d94-4110-918a-09fb71eccca0 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-70f53923-3d94-4110-918a-09fb71eccca0 {
  display: none;
}
#s-70f53923-3d94-4110-918a-09fb71eccca0, #wrap-s-70f53923-3d94-4110-918a-09fb71eccca0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70f53923-3d94-4110-918a-09fb71eccca0 {
  display: none;
}
#s-70f53923-3d94-4110-918a-09fb71eccca0, #wrap-s-70f53923-3d94-4110-918a-09fb71eccca0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70f53923-3d94-4110-918a-09fb71eccca0 {
  display: none;
}
#s-70f53923-3d94-4110-918a-09fb71eccca0, #wrap-s-70f53923-3d94-4110-918a-09fb71eccca0 { display:none !important; }}
#s-398cc6fe-7dfc-494a-bf62-62644f88a2f8 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 25px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 8px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(255, 255, 255, 0.88);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-398cc6fe-7dfc-494a-bf62-62644f88a2f8:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-398cc6fe-7dfc-494a-bf62-62644f88a2f8:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-398cc6fe-7dfc-494a-bf62-62644f88a2f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){

#s-398cc6fe-7dfc-494a-bf62-62644f88a2f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-79c6fc88-0803-4f06-b370-9a36be3ff7b2 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-79c6fc88-0803-4f06-b370-9a36be3ff7b2 {
  display: none;
}
#s-79c6fc88-0803-4f06-b370-9a36be3ff7b2, #wrap-s-79c6fc88-0803-4f06-b370-9a36be3ff7b2 { display:none !important; }}
#s-b332dc4e-d00f-4f53-84dd-8d9db4c4d375 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-b332dc4e-d00f-4f53-84dd-8d9db4c4d375 {
  display: none;
}
#s-b332dc4e-d00f-4f53-84dd-8d9db4c4d375, #wrap-s-b332dc4e-d00f-4f53-84dd-8d9db4c4d375 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b332dc4e-d00f-4f53-84dd-8d9db4c4d375 {
  display: none;
}
#s-b332dc4e-d00f-4f53-84dd-8d9db4c4d375, #wrap-s-b332dc4e-d00f-4f53-84dd-8d9db4c4d375 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b332dc4e-d00f-4f53-84dd-8d9db4c4d375 {
  display: none;
}
#s-b332dc4e-d00f-4f53-84dd-8d9db4c4d375, #wrap-s-b332dc4e-d00f-4f53-84dd-8d9db4c4d375 { display:none !important; }}@media (max-width: 767px){#s-b332dc4e-d00f-4f53-84dd-8d9db4c4d375 {
  margin-top: 25px;
}
}
#s-8c7d31ba-9718-4100-8e81-2b04762fc888 {
  padding-top: 20px;
padding-left: 200px;
padding-bottom: 20px;
padding-right: 200px;
max-width: 100%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-8c7d31ba-9718-4100-8e81-2b04762fc888 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-8c7d31ba-9718-4100-8e81-2b04762fc888 {
  margin-top: 0px;
padding-left: 35px;
padding-right: 35px;
}
}
#s-8c7d31ba-9718-4100-8e81-2b04762fc888 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 1200px){#s-8c7d31ba-9718-4100-8e81-2b04762fc888 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8c7d31ba-9718-4100-8e81-2b04762fc888 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8c7d31ba-9718-4100-8e81-2b04762fc888 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-130116bf-7643-4cfd-b53d-55597d97894c {
  min-height: 800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-130116bf-7643-4cfd-b53d-55597d97894c {
  min-height: 600px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}
}







#s-130116bf-7643-4cfd-b53d-55597d97894c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-130116bf-7643-4cfd-b53d-55597d97894c.shg-box.shg-c {
  justify-content: center;
}

#s-abbe679a-63c0-4943-9859-834c2588b89c {
  
}
@media (max-width: 767px){#s-abbe679a-63c0-4943-9859-834c2588b89c {
  max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}
}







#s-abbe679a-63c0-4943-9859-834c2588b89c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abbe679a-63c0-4943-9859-834c2588b89c.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-abbe679a-63c0-4943-9859-834c2588b89c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abbe679a-63c0-4943-9859-834c2588b89c.shg-box.shg-c {
  justify-content: center;
}
}
#s-6fe9da8c-ee97-4061-bde3-d64944e0e62f {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
}
@media (max-width: 767px){#s-6fe9da8c-ee97-4061-bde3-d64944e0e62f {
  margin-left: 5%;
margin-right: 5%;
min-height: 400px;
}
}
@media (min-width: 0px) {
[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fe9da8c-ee97-4061-bde3-d64944e0e62f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3817a323-72aa-46ad-a671-dcb9e460d9da {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3817a323-72aa-46ad-a671-dcb9e460d9da {
  margin-left: 30%;
margin-right: 30%;
}
}



  #s-3817a323-72aa-46ad-a671-dcb9e460d9da img.shogun-image {
    
    width: px;
  }


#s-3817a323-72aa-46ad-a671-dcb9e460d9da .shogun-image-content {
  
    align-items: center;
  
}

#s-12207789-c463-4a04-a06e-6f93fc18866c {
  margin-left: 0%;
max-width: 100%;
}
@media (max-width: 767px){#s-12207789-c463-4a04-a06e-6f93fc18866c {
  display: none;
}
#s-12207789-c463-4a04-a06e-6f93fc18866c, #wrap-s-12207789-c463-4a04-a06e-6f93fc18866c { display:none !important; }}
@media (min-width: 1200px){#s-b1af7aa1-d4e4-4fe0-9cbf-e9dd63eeb5c8 {
  display: none;
}
#s-b1af7aa1-d4e4-4fe0-9cbf-e9dd63eeb5c8, #wrap-s-b1af7aa1-d4e4-4fe0-9cbf-e9dd63eeb5c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1af7aa1-d4e4-4fe0-9cbf-e9dd63eeb5c8 {
  display: none;
}
#s-b1af7aa1-d4e4-4fe0-9cbf-e9dd63eeb5c8, #wrap-s-b1af7aa1-d4e4-4fe0-9cbf-e9dd63eeb5c8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1af7aa1-d4e4-4fe0-9cbf-e9dd63eeb5c8 {
  display: none;
}
#s-b1af7aa1-d4e4-4fe0-9cbf-e9dd63eeb5c8, #wrap-s-b1af7aa1-d4e4-4fe0-9cbf-e9dd63eeb5c8 { display:none !important; }}@media (max-width: 767px){#s-b1af7aa1-d4e4-4fe0-9cbf-e9dd63eeb5c8 {
  max-width: 100%;
}
}
#s-962335e0-5dcf-463d-ab64-efdcfb1b76cd {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}

#s-962335e0-5dcf-463d-ab64-efdcfb1b76cd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-962335e0-5dcf-463d-ab64-efdcfb1b76cd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-962335e0-5dcf-463d-ab64-efdcfb1b76cd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-962335e0-5dcf-463d-ab64-efdcfb1b76cd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-5009e793-a392-4397-95d5-98e26c835a77 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-5009e793-a392-4397-95d5-98e26c835a77 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-5009e793-a392-4397-95d5-98e26c835a77 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-5009e793-a392-4397-95d5-98e26c835a77 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5009e793-a392-4397-95d5-98e26c835a77 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5009e793-a392-4397-95d5-98e26c835a77 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-15df96ce-b562-4422-8170-90f8aecbcb33 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}

#s-15df96ce-b562-4422-8170-90f8aecbcb33 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-15df96ce-b562-4422-8170-90f8aecbcb33 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-15df96ce-b562-4422-8170-90f8aecbcb33 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-15df96ce-b562-4422-8170-90f8aecbcb33 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-4ac6c306-92a8-4518-b386-cfda9cb79f71 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}

#s-4ac6c306-92a8-4518-b386-cfda9cb79f71 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-4ac6c306-92a8-4518-b386-cfda9cb79f71 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4ac6c306-92a8-4518-b386-cfda9cb79f71 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-4ac6c306-92a8-4518-b386-cfda9cb79f71 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-745f40c8-cf1f-4152-9093-02cc109057a3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}

#s-745f40c8-cf1f-4152-9093-02cc109057a3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-745f40c8-cf1f-4152-9093-02cc109057a3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-745f40c8-cf1f-4152-9093-02cc109057a3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-745f40c8-cf1f-4152-9093-02cc109057a3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-713834d0-4464-465f-a7e3-2c83048b5e6e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}

#s-713834d0-4464-465f-a7e3-2c83048b5e6e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-713834d0-4464-465f-a7e3-2c83048b5e6e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-380ffdb3-21f0-4ce8-92e4-7f751d76594e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
}
@media (max-width: 767px){#s-380ffdb3-21f0-4ce8-92e4-7f751d76594e {
  display: none;
}
#s-380ffdb3-21f0-4ce8-92e4-7f751d76594e, #wrap-s-380ffdb3-21f0-4ce8-92e4-7f751d76594e { display:none !important; }}
@media (min-width: 1200px){#s-9ede6ad4-e418-49a9-93df-8c322d6a6fa3 {
  display: none;
}
#s-9ede6ad4-e418-49a9-93df-8c322d6a6fa3, #wrap-s-9ede6ad4-e418-49a9-93df-8c322d6a6fa3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ede6ad4-e418-49a9-93df-8c322d6a6fa3 {
  display: none;
}
#s-9ede6ad4-e418-49a9-93df-8c322d6a6fa3, #wrap-s-9ede6ad4-e418-49a9-93df-8c322d6a6fa3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ede6ad4-e418-49a9-93df-8c322d6a6fa3 {
  display: none;
}
#s-9ede6ad4-e418-49a9-93df-8c322d6a6fa3, #wrap-s-9ede6ad4-e418-49a9-93df-8c322d6a6fa3 { display:none !important; }}@media (max-width: 767px){#s-9ede6ad4-e418-49a9-93df-8c322d6a6fa3 {
  margin-left: 0%;
max-width: 100%;
}
}
#s-823dd383-d8dd-4856-b0f1-0c599e3c99be {
  margin-left: 30%;
margin-right: 30%;
padding-left: 0%;
text-align: center;
}




  #s-823dd383-d8dd-4856-b0f1-0c599e3c99be img.shogun-image {
    
    width: px;
  }


#s-823dd383-d8dd-4856-b0f1-0c599e3c99be .shogun-image-content {
  
    align-items: center;
  
}

#s-8722c0ff-b05d-41f4-aefb-7f0d45b7248f {
  margin-left: 0px;
margin-right: 0px;
max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8722c0ff-b05d-41f4-aefb-7f0d45b7248f {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-8722c0ff-b05d-41f4-aefb-7f0d45b7248f {
  display: none;
}
#s-8722c0ff-b05d-41f4-aefb-7f0d45b7248f, #wrap-s-8722c0ff-b05d-41f4-aefb-7f0d45b7248f { display:none !important; }}
@media (min-width: 1200px){#s-012361af-cfe2-4b83-a090-ec87e2ca94b3 {
  display: none;
}
#s-012361af-cfe2-4b83-a090-ec87e2ca94b3, #wrap-s-012361af-cfe2-4b83-a090-ec87e2ca94b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-012361af-cfe2-4b83-a090-ec87e2ca94b3 {
  display: none;
}
#s-012361af-cfe2-4b83-a090-ec87e2ca94b3, #wrap-s-012361af-cfe2-4b83-a090-ec87e2ca94b3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-012361af-cfe2-4b83-a090-ec87e2ca94b3 {
  display: none;
}
#s-012361af-cfe2-4b83-a090-ec87e2ca94b3, #wrap-s-012361af-cfe2-4b83-a090-ec87e2ca94b3 { display:none !important; }}@media (max-width: 767px){#s-012361af-cfe2-4b83-a090-ec87e2ca94b3 {
  max-width: 100%;
}
}
#s-9db3fa94-1dbb-41bf-b0eb-aba561c86b33 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}

#s-9db3fa94-1dbb-41bf-b0eb-aba561c86b33 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-9db3fa94-1dbb-41bf-b0eb-aba561c86b33 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-736d850b-8a62-42f7-9b1d-5d873881367b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-736d850b-8a62-42f7-9b1d-5d873881367b {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-736d850b-8a62-42f7-9b1d-5d873881367b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-736d850b-8a62-42f7-9b1d-5d873881367b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-736d850b-8a62-42f7-9b1d-5d873881367b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-736d850b-8a62-42f7-9b1d-5d873881367b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-469e40cb-31cc-4f26-bf62-12e32cee69aa {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}

#s-469e40cb-31cc-4f26-bf62-12e32cee69aa .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-469e40cb-31cc-4f26-bf62-12e32cee69aa .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-469e40cb-31cc-4f26-bf62-12e32cee69aa .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-469e40cb-31cc-4f26-bf62-12e32cee69aa .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-2ca83d74-3901-4e80-8b2a-0ec8a6cb00b1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}

#s-2ca83d74-3901-4e80-8b2a-0ec8a6cb00b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-2ca83d74-3901-4e80-8b2a-0ec8a6cb00b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2ca83d74-3901-4e80-8b2a-0ec8a6cb00b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2ca83d74-3901-4e80-8b2a-0ec8a6cb00b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-5031f63c-fed7-40b1-946a-02e8911363c5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}

#s-5031f63c-fed7-40b1-946a-02e8911363c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-5031f63c-fed7-40b1-946a-02e8911363c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5031f63c-fed7-40b1-946a-02e8911363c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5031f63c-fed7-40b1-946a-02e8911363c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-e45f8b83-fd44-4c74-b9ca-de4b036817b2 {
  margin-left: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
text-align: center;
}

#s-e45f8b83-fd44-4c74-b9ca-de4b036817b2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-e45f8b83-fd44-4c74-b9ca-de4b036817b2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-c3863875-eaf7-4f38-8e43-11c79f91c57d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
}
@media (max-width: 767px){#s-c3863875-eaf7-4f38-8e43-11c79f91c57d {
  display: none;
}
#s-c3863875-eaf7-4f38-8e43-11c79f91c57d, #wrap-s-c3863875-eaf7-4f38-8e43-11c79f91c57d { display:none !important; }}
@media (min-width: 1200px){#s-d65ffdf5-bdbb-40a1-a8bb-fcb52e9781b8 {
  display: none;
}
#s-d65ffdf5-bdbb-40a1-a8bb-fcb52e9781b8, #wrap-s-d65ffdf5-bdbb-40a1-a8bb-fcb52e9781b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d65ffdf5-bdbb-40a1-a8bb-fcb52e9781b8 {
  display: none;
}
#s-d65ffdf5-bdbb-40a1-a8bb-fcb52e9781b8, #wrap-s-d65ffdf5-bdbb-40a1-a8bb-fcb52e9781b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d65ffdf5-bdbb-40a1-a8bb-fcb52e9781b8 {
  display: none;
}
#s-d65ffdf5-bdbb-40a1-a8bb-fcb52e9781b8, #wrap-s-d65ffdf5-bdbb-40a1-a8bb-fcb52e9781b8 { display:none !important; }}@media (max-width: 767px){#s-d65ffdf5-bdbb-40a1-a8bb-fcb52e9781b8 {
  margin-left: 0%;
margin-right: 0%;
max-width: 100%;
}
}
#s-b982dc1d-a22d-4e7b-996e-1a54bd3537d9 {
  margin-left: 30%;
margin-right: 30%;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-b982dc1d-a22d-4e7b-996e-1a54bd3537d9 {
  display: none;
}
#s-b982dc1d-a22d-4e7b-996e-1a54bd3537d9, #wrap-s-b982dc1d-a22d-4e7b-996e-1a54bd3537d9 { display:none !important; }}
#s-f5688596-93f8-4b67-bdfa-2a00923480d9 {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 1200px){#s-f5688596-93f8-4b67-bdfa-2a00923480d9 {
  display: none;
}
#s-f5688596-93f8-4b67-bdfa-2a00923480d9, #wrap-s-f5688596-93f8-4b67-bdfa-2a00923480d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5688596-93f8-4b67-bdfa-2a00923480d9 {
  display: none;
}
#s-f5688596-93f8-4b67-bdfa-2a00923480d9, #wrap-s-f5688596-93f8-4b67-bdfa-2a00923480d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5688596-93f8-4b67-bdfa-2a00923480d9 {
  display: none;
}
#s-f5688596-93f8-4b67-bdfa-2a00923480d9, #wrap-s-f5688596-93f8-4b67-bdfa-2a00923480d9 { display:none !important; }}@media (max-width: 767px){#s-f5688596-93f8-4b67-bdfa-2a00923480d9 {
  
}
}
#s-46a0c78f-448a-4eff-abee-ae6529d39265 {
  min-height: 0px;
background-color: rgba(0, 0, 0, 1);
}








#s-46a0c78f-448a-4eff-abee-ae6529d39265 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46a0c78f-448a-4eff-abee-ae6529d39265.shg-box.shg-c {
  justify-content: center;
}

#s-a2a9e795-5938-4643-b1cf-506443c6e6dd {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2a9e795-5938-4643-b1cf-506443c6e6dd {
  display: none;
}
#s-a2a9e795-5938-4643-b1cf-506443c6e6dd, #wrap-s-a2a9e795-5938-4643-b1cf-506443c6e6dd { display:none !important; }}@media (max-width: 767px){#s-a2a9e795-5938-4643-b1cf-506443c6e6dd {
  display: none;
}
#s-a2a9e795-5938-4643-b1cf-506443c6e6dd, #wrap-s-a2a9e795-5938-4643-b1cf-506443c6e6dd { display:none !important; }}
#s-acd76d44-1e5a-4673-9eb5-49db30977149 {
  margin-top: 50px;
}
@media (min-width: 1200px){#s-acd76d44-1e5a-4673-9eb5-49db30977149 {
  display: none;
}
#s-acd76d44-1e5a-4673-9eb5-49db30977149, #wrap-s-acd76d44-1e5a-4673-9eb5-49db30977149 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acd76d44-1e5a-4673-9eb5-49db30977149 {
  display: none;
}
#s-acd76d44-1e5a-4673-9eb5-49db30977149, #wrap-s-acd76d44-1e5a-4673-9eb5-49db30977149 { display:none !important; }}@media (max-width: 767px){#s-acd76d44-1e5a-4673-9eb5-49db30977149 {
  display: none;
}
#s-acd76d44-1e5a-4673-9eb5-49db30977149, #wrap-s-acd76d44-1e5a-4673-9eb5-49db30977149 { display:none !important; }}
#s-e408459b-9aeb-4fd6-a86b-7ee610877c22 {
  margin-top: 50px;
}
@media (min-width: 1200px){#s-e408459b-9aeb-4fd6-a86b-7ee610877c22 {
  display: none;
}
#s-e408459b-9aeb-4fd6-a86b-7ee610877c22, #wrap-s-e408459b-9aeb-4fd6-a86b-7ee610877c22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e408459b-9aeb-4fd6-a86b-7ee610877c22 {
  display: none;
}
#s-e408459b-9aeb-4fd6-a86b-7ee610877c22, #wrap-s-e408459b-9aeb-4fd6-a86b-7ee610877c22 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e408459b-9aeb-4fd6-a86b-7ee610877c22 {
  display: none;
}
#s-e408459b-9aeb-4fd6-a86b-7ee610877c22, #wrap-s-e408459b-9aeb-4fd6-a86b-7ee610877c22 { display:none !important; }}
#s-cb56e4d2-6d5a-4203-b777-d56ec734ecd9 {
  padding-top: 20px;
padding-left: 200px;
padding-bottom: 20px;
padding-right: 200px;
max-width: 100%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cb56e4d2-6d5a-4203-b777-d56ec734ecd9 {
  padding-top: 20px;
padding-left: 150px;
padding-bottom: 20px;
padding-right: 150px;
}
}@media (max-width: 767px){#s-cb56e4d2-6d5a-4203-b777-d56ec734ecd9 {
  padding-left: 35px;
padding-right: 35px;
}
}
#s-cb56e4d2-6d5a-4203-b777-d56ec734ecd9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 1200px){#s-cb56e4d2-6d5a-4203-b777-d56ec734ecd9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cb56e4d2-6d5a-4203-b777-d56ec734ecd9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-3d1886f5-2ebd-4110-ae75-f9461a62d94b {
  margin-top: 0px;
min-height: 57px;
background-color: rgba(0, 0, 0, 1);
}








#s-3d1886f5-2ebd-4110-ae75-f9461a62d94b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d1886f5-2ebd-4110-ae75-f9461a62d94b.shg-box.shg-c {
  justify-content: center;
}

#s-a1c33125-a733-4836-8fe0-0492dd76919e {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a1c33125-a733-4836-8fe0-0492dd76919e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a1c33125-a733-4836-8fe0-0492dd76919e:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}


#s-a1c33125-a733-4836-8fe0-0492dd76919e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){

#s-a1c33125-a733-4836-8fe0-0492dd76919e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-81cf1d1c-cbe4-4b68-8e16-a2665354b494 {
  text-align: center;
}
@media (min-width: 1200px){#s-81cf1d1c-cbe4-4b68-8e16-a2665354b494 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81cf1d1c-cbe4-4b68-8e16-a2665354b494 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-81cf1d1c-cbe4-4b68-8e16-a2665354b494 {
  
}
}@media (max-width: 767px){#s-81cf1d1c-cbe4-4b68-8e16-a2665354b494 {
  display: none;
}
#s-81cf1d1c-cbe4-4b68-8e16-a2665354b494, #wrap-s-81cf1d1c-cbe4-4b68-8e16-a2665354b494 { display:none !important; }}



  #s-81cf1d1c-cbe4-4b68-8e16-a2665354b494 img.shogun-image {
    
    width: px;
  }


#s-81cf1d1c-cbe4-4b68-8e16-a2665354b494 .shogun-image-content {
  
    align-items: center;
  
}

#s-3129157d-855e-42a1-b4d8-9904b4cebf90 {
  margin-top: -71px;
text-align: center;
}
@media (min-width: 1200px){#s-3129157d-855e-42a1-b4d8-9904b4cebf90 {
  display: none;
}
#s-3129157d-855e-42a1-b4d8-9904b4cebf90, #wrap-s-3129157d-855e-42a1-b4d8-9904b4cebf90 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3129157d-855e-42a1-b4d8-9904b4cebf90 {
  display: none;
}
#s-3129157d-855e-42a1-b4d8-9904b4cebf90, #wrap-s-3129157d-855e-42a1-b4d8-9904b4cebf90 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3129157d-855e-42a1-b4d8-9904b4cebf90 {
  display: none;
}
#s-3129157d-855e-42a1-b4d8-9904b4cebf90, #wrap-s-3129157d-855e-42a1-b4d8-9904b4cebf90 { display:none !important; }}@media (max-width: 767px){#s-3129157d-855e-42a1-b4d8-9904b4cebf90 {
  margin-top: -2px;
}
}



  #s-3129157d-855e-42a1-b4d8-9904b4cebf90 img.shogun-image {
    
    width: px;
  }


#s-3129157d-855e-42a1-b4d8-9904b4cebf90 .shogun-image-content {
  
    align-items: center;
  
}

#s-b915e4ef-dc73-4f9b-bf40-6afec4c00f7b {
  min-height: 0px;
background-color: rgba(0, 0, 0, 1);
}








#s-b915e4ef-dc73-4f9b-bf40-6afec4c00f7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b915e4ef-dc73-4f9b-bf40-6afec4c00f7b.shg-box.shg-c {
  justify-content: center;
}

#s-4bc0fd9c-b6d1-41f1-bbc4-128afdae3f0d {
  margin-top: 50px;
}
@media (max-width: 767px){#s-4bc0fd9c-b6d1-41f1-bbc4-128afdae3f0d {
  display: none;
}
#s-4bc0fd9c-b6d1-41f1-bbc4-128afdae3f0d, #wrap-s-4bc0fd9c-b6d1-41f1-bbc4-128afdae3f0d { display:none !important; }}
#s-be0afc0e-a3f2-4899-8869-ca92b77f22db {
  margin-top: 50px;
}
@media (min-width: 1200px){#s-be0afc0e-a3f2-4899-8869-ca92b77f22db {
  display: none;
}
#s-be0afc0e-a3f2-4899-8869-ca92b77f22db, #wrap-s-be0afc0e-a3f2-4899-8869-ca92b77f22db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be0afc0e-a3f2-4899-8869-ca92b77f22db {
  display: none;
}
#s-be0afc0e-a3f2-4899-8869-ca92b77f22db, #wrap-s-be0afc0e-a3f2-4899-8869-ca92b77f22db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be0afc0e-a3f2-4899-8869-ca92b77f22db {
  display: none;
}
#s-be0afc0e-a3f2-4899-8869-ca92b77f22db, #wrap-s-be0afc0e-a3f2-4899-8869-ca92b77f22db { display:none !important; }}
#s-dbf4dc95-919a-44bb-a562-c4c9149035e4 {
  padding-top: 20px;
padding-left: 200px;
padding-bottom: 20px;
padding-right: 200px;
max-width: 100%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dbf4dc95-919a-44bb-a562-c4c9149035e4 {
  padding-left: 15%;
padding-right: 15%;
max-width: 100%;
}
}@media (max-width: 767px){#s-dbf4dc95-919a-44bb-a562-c4c9149035e4 {
  padding-left: 35px;
padding-right: 35px;
}
}
#s-dbf4dc95-919a-44bb-a562-c4c9149035e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 1200px){#s-dbf4dc95-919a-44bb-a562-c4c9149035e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dbf4dc95-919a-44bb-a562-c4c9149035e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-dbf4dc95-919a-44bb-a562-c4c9149035e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-075bf267-dee7-4485-bd5b-4631dfcb35f5 {
  min-height: 100px;
background-color: rgba(0, 0, 0, 1);
}








#s-075bf267-dee7-4485-bd5b-4631dfcb35f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-075bf267-dee7-4485-bd5b-4631dfcb35f5.shg-box.shg-c {
  justify-content: center;
}

#s-7f904b02-3804-4bd2-b93a-a7958bb327fb {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-7f904b02-3804-4bd2-b93a-a7958bb327fb:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-7f904b02-3804-4bd2-b93a-a7958bb327fb:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}


#s-7f904b02-3804-4bd2-b93a-a7958bb327fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){

#s-7f904b02-3804-4bd2-b93a-a7958bb327fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3a57e6e8-e088-4835-b753-1e568d8356e2 {
  text-align: center;
}
@media (min-width: 1200px){#s-3a57e6e8-e088-4835-b753-1e568d8356e2 {
  display: none;
}
#s-3a57e6e8-e088-4835-b753-1e568d8356e2, #wrap-s-3a57e6e8-e088-4835-b753-1e568d8356e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a57e6e8-e088-4835-b753-1e568d8356e2 {
  display: none;
}
#s-3a57e6e8-e088-4835-b753-1e568d8356e2, #wrap-s-3a57e6e8-e088-4835-b753-1e568d8356e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a57e6e8-e088-4835-b753-1e568d8356e2 {
  display: none;
}
#s-3a57e6e8-e088-4835-b753-1e568d8356e2, #wrap-s-3a57e6e8-e088-4835-b753-1e568d8356e2 { display:none !important; }}



  #s-3a57e6e8-e088-4835-b753-1e568d8356e2 img.shogun-image {
    
    width: px;
  }


#s-3a57e6e8-e088-4835-b753-1e568d8356e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-05dec856-e437-4a80-8826-d150d368ac25 {
  text-align: center;
}
@media (max-width: 767px){#s-05dec856-e437-4a80-8826-d150d368ac25 {
  display: none;
}
#s-05dec856-e437-4a80-8826-d150d368ac25, #wrap-s-05dec856-e437-4a80-8826-d150d368ac25 { display:none !important; }}



  #s-05dec856-e437-4a80-8826-d150d368ac25 img.shogun-image {
    
    width: px;
  }


#s-05dec856-e437-4a80-8826-d150d368ac25 .shogun-image-content {
  
    align-items: center;
  
}

#s-165b5c37-4a97-4881-9d4f-12707758b787 {
  background-color: rgba(0, 0, 0, 1);
}








#s-165b5c37-4a97-4881-9d4f-12707758b787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-165b5c37-4a97-4881-9d4f-12707758b787.shg-box.shg-c {
  justify-content: center;
}

#s-7dca0077-613d-4aa4-87fd-c69926e5af9e {
  margin-top: 50px;
}
@media (max-width: 767px){#s-7dca0077-613d-4aa4-87fd-c69926e5af9e {
  display: none;
}
#s-7dca0077-613d-4aa4-87fd-c69926e5af9e, #wrap-s-7dca0077-613d-4aa4-87fd-c69926e5af9e { display:none !important; }}
#s-dc35c838-2cdf-46d8-a81f-cd124dc35406 {
  margin-top: 50px;
}
@media (min-width: 1200px){#s-dc35c838-2cdf-46d8-a81f-cd124dc35406 {
  display: none;
}
#s-dc35c838-2cdf-46d8-a81f-cd124dc35406, #wrap-s-dc35c838-2cdf-46d8-a81f-cd124dc35406 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc35c838-2cdf-46d8-a81f-cd124dc35406 {
  display: none;
}
#s-dc35c838-2cdf-46d8-a81f-cd124dc35406, #wrap-s-dc35c838-2cdf-46d8-a81f-cd124dc35406 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc35c838-2cdf-46d8-a81f-cd124dc35406 {
  display: none;
}
#s-dc35c838-2cdf-46d8-a81f-cd124dc35406, #wrap-s-dc35c838-2cdf-46d8-a81f-cd124dc35406 { display:none !important; }}
#s-c720ffa2-c9cd-4905-9ed1-a3b800aef15f {
  padding-top: 20px;
padding-left: 200px;
padding-bottom: 20px;
padding-right: 200px;
max-width: 100%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c720ffa2-c9cd-4905-9ed1-a3b800aef15f {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-c720ffa2-c9cd-4905-9ed1-a3b800aef15f {
  padding-left: 35px;
padding-right: 35px;
}
}
#s-c720ffa2-c9cd-4905-9ed1-a3b800aef15f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-c720ffa2-c9cd-4905-9ed1-a3b800aef15f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-c720ffa2-c9cd-4905-9ed1-a3b800aef15f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-eb5dc462-0fc1-4ef9-be1d-23c0ee781844 {
  margin-top: 0px;
min-height: 57px;
background-color: rgba(0, 0, 0, 1);
}








#s-eb5dc462-0fc1-4ef9-be1d-23c0ee781844 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb5dc462-0fc1-4ef9-be1d-23c0ee781844.shg-box.shg-c {
  justify-content: center;
}

#s-fd3c8f96-d173-431d-a89a-d1ef0c53ca98 {
  border-style: solid;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9999px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-fd3c8f96-d173-431d-a89a-d1ef0c53ca98:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-fd3c8f96-d173-431d-a89a-d1ef0c53ca98:active {border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}@media (max-width: 767px){#s-fd3c8f96-d173-431d-a89a-d1ef0c53ca98 {
  margin-bottom: 30px;
}
}


#s-fd3c8f96-d173-431d-a89a-d1ef0c53ca98.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){

#s-fd3c8f96-d173-431d-a89a-d1ef0c53ca98.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9707d782-ee48-4e28-b933-78d3781ec8b9 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9707d782-ee48-4e28-b933-78d3781ec8b9 {
  
}
}@media (max-width: 767px){#s-9707d782-ee48-4e28-b933-78d3781ec8b9 {
  display: none;
}
#s-9707d782-ee48-4e28-b933-78d3781ec8b9, #wrap-s-9707d782-ee48-4e28-b933-78d3781ec8b9 { display:none !important; }}



  #s-9707d782-ee48-4e28-b933-78d3781ec8b9 img.shogun-image {
    
    width: px;
  }


#s-9707d782-ee48-4e28-b933-78d3781ec8b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-eae92558-06ee-4ad5-9393-be3c9b9ed706 {
  text-align: center;
}
@media (min-width: 1200px){#s-eae92558-06ee-4ad5-9393-be3c9b9ed706 {
  display: none;
}
#s-eae92558-06ee-4ad5-9393-be3c9b9ed706, #wrap-s-eae92558-06ee-4ad5-9393-be3c9b9ed706 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eae92558-06ee-4ad5-9393-be3c9b9ed706 {
  display: none;
}
#s-eae92558-06ee-4ad5-9393-be3c9b9ed706, #wrap-s-eae92558-06ee-4ad5-9393-be3c9b9ed706 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eae92558-06ee-4ad5-9393-be3c9b9ed706 {
  display: none;
}
#s-eae92558-06ee-4ad5-9393-be3c9b9ed706, #wrap-s-eae92558-06ee-4ad5-9393-be3c9b9ed706 { display:none !important; }}



  #s-eae92558-06ee-4ad5-9393-be3c9b9ed706 img.shogun-image {
    
    width: px;
  }


#s-eae92558-06ee-4ad5-9393-be3c9b9ed706 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbbab904-3b28-4adb-a80c-587098b18fed {
  text-align: center;
}
@media (min-width: 1200px){#s-dbbab904-3b28-4adb-a80c-587098b18fed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbbab904-3b28-4adb-a80c-587098b18fed {
  
}
}@media (max-width: 767px){#s-dbbab904-3b28-4adb-a80c-587098b18fed {
  display: none;
}
#s-dbbab904-3b28-4adb-a80c-587098b18fed, #wrap-s-dbbab904-3b28-4adb-a80c-587098b18fed { display:none !important; }}



  #s-dbbab904-3b28-4adb-a80c-587098b18fed img.shogun-image {
    
    width: px;
  }


#s-dbbab904-3b28-4adb-a80c-587098b18fed .shogun-image-content {
  
    align-items: center;
  
}

#s-e3e36497-aa04-43be-b76c-4e4d07e1b1e5 {
  margin-top: -74px;
margin-left: 300px;
margin-right: auto;
min-height: 300px;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3e36497-aa04-43be-b76c-4e4d07e1b1e5 {
  min-height: 450px;
opacity: 1;
}
}@media (max-width: 767px){#s-e3e36497-aa04-43be-b76c-4e4d07e1b1e5 {
  display: none;
}
#s-e3e36497-aa04-43be-b76c-4e4d07e1b1e5, #wrap-s-e3e36497-aa04-43be-b76c-4e4d07e1b1e5 { display:none !important; }}







#s-e3e36497-aa04-43be-b76c-4e4d07e1b1e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3e36497-aa04-43be-b76c-4e4d07e1b1e5.shg-box.shg-c {
  justify-content: center;
}

#s-72cbb49e-eda0-4ca2-a040-c1bee62de132 {
  margin-top: 50px;
margin-left: -57%;
max-width: 100%;
}
@media (min-width: 1200px){#s-72cbb49e-eda0-4ca2-a040-c1bee62de132 {
  margin-left: -33%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72cbb49e-eda0-4ca2-a040-c1bee62de132 {
  margin-left: -40%;
}
}@media (max-width: 767px){#s-72cbb49e-eda0-4ca2-a040-c1bee62de132 {
  display: none;
}
#s-72cbb49e-eda0-4ca2-a040-c1bee62de132, #wrap-s-72cbb49e-eda0-4ca2-a040-c1bee62de132 { display:none !important; }}
#s-e5393e66-7846-4bb0-96ee-03694cf1b9d0 {
  margin-left: -200px;
margin-bottom: 20px;
max-width: 395px;
text-align: left;
}
@media (min-width: 1200px){#s-e5393e66-7846-4bb0-96ee-03694cf1b9d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5393e66-7846-4bb0-96ee-03694cf1b9d0 {
  margin-left: -241px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5393e66-7846-4bb0-96ee-03694cf1b9d0 {
  margin-left: -265px;
margin-right: 25%;
padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-e5393e66-7846-4bb0-96ee-03694cf1b9d0, #wrap-s-e5393e66-7846-4bb0-96ee-03694cf1b9d0 { display:none !important; }}@media (max-width: 767px){#s-e5393e66-7846-4bb0-96ee-03694cf1b9d0 {
  margin-left: -270px;
max-width: 100%;
display: none;
}
#s-e5393e66-7846-4bb0-96ee-03694cf1b9d0, #wrap-s-e5393e66-7846-4bb0-96ee-03694cf1b9d0 { display:none !important; }}
#s-e5393e66-7846-4bb0-96ee-03694cf1b9d0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-7fc5297e-1d88-4c49-bcae-def208cb008b {
  margin-left: -200px;
margin-bottom: 20px;
max-width: 395px;
text-align: left;
}
@media (min-width: 1200px){#s-7fc5297e-1d88-4c49-bcae-def208cb008b {
  display: none;
}
#s-7fc5297e-1d88-4c49-bcae-def208cb008b, #wrap-s-7fc5297e-1d88-4c49-bcae-def208cb008b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7fc5297e-1d88-4c49-bcae-def208cb008b {
  display: none;
}
#s-7fc5297e-1d88-4c49-bcae-def208cb008b, #wrap-s-7fc5297e-1d88-4c49-bcae-def208cb008b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7fc5297e-1d88-4c49-bcae-def208cb008b {
  margin-left: -265px;
margin-right: 25%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-7fc5297e-1d88-4c49-bcae-def208cb008b {
  margin-left: -270px;
max-width: 100%;
display: none;
}
#s-7fc5297e-1d88-4c49-bcae-def208cb008b, #wrap-s-7fc5297e-1d88-4c49-bcae-def208cb008b { display:none !important; }}
#s-7fc5297e-1d88-4c49-bcae-def208cb008b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 19px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-7fc5297e-1d88-4c49-bcae-def208cb008b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7fc5297e-1d88-4c49-bcae-def208cb008b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-7fc5297e-1d88-4c49-bcae-def208cb008b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 19px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-7fc5297e-1d88-4c49-bcae-def208cb008b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}


}
#s-018f910f-cacd-45db-8fa4-8eb2c012b655 {
  border-style: solid;
margin-left: -200px;
margin-right: -200px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 9999px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-018f910f-cacd-45db-8fa4-8eb2c012b655:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 9999px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}#s-018f910f-cacd-45db-8fa4-8eb2c012b655:active {border-radius: 9999px !important;
background-color: rgba(114, 114, 119, 1) !important;
text-decoration: none !important;
color: rgba(38, 38, 38, 1) !important;}@media (min-width: 992px) and (max-width: 1199px){#s-018f910f-cacd-45db-8fa4-8eb2c012b655 {
  margin-left: -238px;
margin-right: -238px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-018f910f-cacd-45db-8fa4-8eb2c012b655 {
  border-style: solid;
margin-left: -265px;
margin-right: -265px;
border-color: rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-018f910f-cacd-45db-8fa4-8eb2c012b655 {
  margin-left: -270px;
}
}


#s-018f910f-cacd-45db-8fa4-8eb2c012b655.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-018f910f-cacd-45db-8fa4-8eb2c012b655.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){

#s-018f910f-cacd-45db-8fa4-8eb2c012b655.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-3d6d12fe-f716-4c39-9395-0d06021960a2 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-3d6d12fe-f716-4c39-9395-0d06021960a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d6d12fe-f716-4c39-9395-0d06021960a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d6d12fe-f716-4c39-9395-0d06021960a2 {
  
}
}@media (max-width: 767px){#s-3d6d12fe-f716-4c39-9395-0d06021960a2 {
  min-height: 60px;
}
}







#s-3d6d12fe-f716-4c39-9395-0d06021960a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d6d12fe-f716-4c39-9395-0d06021960a2.shg-box.shg-c {
  justify-content: center;
}

#s-4d93f06a-6e10-4bca-b608-8d62762129f3 {
  margin-top: 50px;
}
@media (min-width: 1200px){#s-4d93f06a-6e10-4bca-b608-8d62762129f3 {
  display: none;
}
#s-4d93f06a-6e10-4bca-b608-8d62762129f3, #wrap-s-4d93f06a-6e10-4bca-b608-8d62762129f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d93f06a-6e10-4bca-b608-8d62762129f3 {
  display: none;
}
#s-4d93f06a-6e10-4bca-b608-8d62762129f3, #wrap-s-4d93f06a-6e10-4bca-b608-8d62762129f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d93f06a-6e10-4bca-b608-8d62762129f3 {
  display: none;
}
#s-4d93f06a-6e10-4bca-b608-8d62762129f3, #wrap-s-4d93f06a-6e10-4bca-b608-8d62762129f3 { display:none !important; }}@media (max-width: 767px){#s-4d93f06a-6e10-4bca-b608-8d62762129f3 {
  margin-top: 25px;
}
}
#s-53648819-47ee-48f3-be7b-242a85ad67a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-53648819-47ee-48f3-be7b-242a85ad67a4 {
  display: none;
}
#s-53648819-47ee-48f3-be7b-242a85ad67a4, #wrap-s-53648819-47ee-48f3-be7b-242a85ad67a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53648819-47ee-48f3-be7b-242a85ad67a4 {
  display: none;
}
#s-53648819-47ee-48f3-be7b-242a85ad67a4, #wrap-s-53648819-47ee-48f3-be7b-242a85ad67a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53648819-47ee-48f3-be7b-242a85ad67a4 {
  display: none;
}
#s-53648819-47ee-48f3-be7b-242a85ad67a4, #wrap-s-53648819-47ee-48f3-be7b-242a85ad67a4 { display:none !important; }}
#s-53648819-47ee-48f3-be7b-242a85ad67a4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883 {
  border-style: solid;
margin-top: 8px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
max-width: 220px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(50, 50, 50, 1) !important;
text-decoration: none !important;}#s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883 {
  display: none;
}
#s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883, #wrap-s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883 {
  display: none;
}
#s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883, #wrap-s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883 {
  display: none;
}
#s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883, #wrap-s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883 { display:none !important; }}@media (max-width: 767px){#s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883 {
  margin-left: 26%;
margin-bottom: 30px;
margin-right: 26%;
}
}

  #s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883-btn-wrapper {
    text-align: center;
  }


#s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (max-width: 767px){
  #s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883-btn-wrapper {
    text-align: center;
  }


#s-fedf02d0-3c6d-4aab-b084-c42ca1fe3883.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-0814f518-e825-41e3-be75-1753917efe28 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0814f518-e825-41e3-be75-1753917efe28 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0814f518-e825-41e3-be75-1753917efe28 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0814f518-e825-41e3-be75-1753917efe28 {
  
}
}@media (max-width: 767px){#s-0814f518-e825-41e3-be75-1753917efe28 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
display: none;
}
#s-0814f518-e825-41e3-be75-1753917efe28, #wrap-s-0814f518-e825-41e3-be75-1753917efe28 { display:none !important; }}



  #s-0814f518-e825-41e3-be75-1753917efe28 img.shogun-image {
    
    width: px;
  }


#s-0814f518-e825-41e3-be75-1753917efe28 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7cb6f04-6e54-41ed-a568-d4a4e6123d4d {
  margin-top: 50px;
margin-left: 6%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a7cb6f04-6e54-41ed-a568-d4a4e6123d4d {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-a7cb6f04-6e54-41ed-a568-d4a4e6123d4d {
  display: none;
}
#s-a7cb6f04-6e54-41ed-a568-d4a4e6123d4d, #wrap-s-a7cb6f04-6e54-41ed-a568-d4a4e6123d4d { display:none !important; }}
#s-a7ecd529-da90-40a9-8649-5a06a018fcbb {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a7ecd529-da90-40a9-8649-5a06a018fcbb {
  margin-left: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7ecd529-da90-40a9-8649-5a06a018fcbb {
  max-width: 293px;
}
}@media (max-width: 767px){#s-a7ecd529-da90-40a9-8649-5a06a018fcbb {
  margin-left: 5%;
max-width: 193px;
display: none;
}
#s-a7ecd529-da90-40a9-8649-5a06a018fcbb, #wrap-s-a7ecd529-da90-40a9-8649-5a06a018fcbb { display:none !important; }}
#s-a7ecd529-da90-40a9-8649-5a06a018fcbb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-00f1d96a-8924-484b-b484-ae572415091c {
  border-style: solid;
margin-left: 6%;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
max-width: 220px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-00f1d96a-8924-484b-b484-ae572415091c:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(50, 50, 50, 1) !important;
text-decoration: none !important;}#s-00f1d96a-8924-484b-b484-ae572415091c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-00f1d96a-8924-484b-b484-ae572415091c {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-00f1d96a-8924-484b-b484-ae572415091c {
  margin-left: 5%;
padding-right: 23px;
max-width: 165px;
display: none;
}
#s-00f1d96a-8924-484b-b484-ae572415091c, #wrap-s-00f1d96a-8924-484b-b484-ae572415091c { display:none !important; }}

  #s-00f1d96a-8924-484b-b484-ae572415091c-btn-wrapper {
    text-align: center;
  }


#s-00f1d96a-8924-484b-b484-ae572415091c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (max-width: 767px){
  #s-00f1d96a-8924-484b-b484-ae572415091c-btn-wrapper {
    text-align: center;
  }


#s-00f1d96a-8924-484b-b484-ae572415091c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
#s-4fabe9b9-6427-4460-ac78-7668d0ebbdab {
  text-align: center;
}
@media (min-width: 1200px){#s-4fabe9b9-6427-4460-ac78-7668d0ebbdab {
  display: none;
}
#s-4fabe9b9-6427-4460-ac78-7668d0ebbdab, #wrap-s-4fabe9b9-6427-4460-ac78-7668d0ebbdab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fabe9b9-6427-4460-ac78-7668d0ebbdab {
  display: none;
}
#s-4fabe9b9-6427-4460-ac78-7668d0ebbdab, #wrap-s-4fabe9b9-6427-4460-ac78-7668d0ebbdab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fabe9b9-6427-4460-ac78-7668d0ebbdab {
  display: none;
}
#s-4fabe9b9-6427-4460-ac78-7668d0ebbdab, #wrap-s-4fabe9b9-6427-4460-ac78-7668d0ebbdab { display:none !important; }}



  #s-4fabe9b9-6427-4460-ac78-7668d0ebbdab img.shogun-image {
    
    width: px;
  }


#s-4fabe9b9-6427-4460-ac78-7668d0ebbdab .shogun-image-content {
  
    align-items: center;
  
}

#s-a3a3f9ac-bdcd-4958-a0e8-cec886a6251f {
  margin-top: 0px;
}
@media (min-width: 1200px){#s-a3a3f9ac-bdcd-4958-a0e8-cec886a6251f {
  display: none;
}
#s-a3a3f9ac-bdcd-4958-a0e8-cec886a6251f, #wrap-s-a3a3f9ac-bdcd-4958-a0e8-cec886a6251f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3a3f9ac-bdcd-4958-a0e8-cec886a6251f {
  display: none;
}
#s-a3a3f9ac-bdcd-4958-a0e8-cec886a6251f, #wrap-s-a3a3f9ac-bdcd-4958-a0e8-cec886a6251f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3a3f9ac-bdcd-4958-a0e8-cec886a6251f {
  display: none;
}
#s-a3a3f9ac-bdcd-4958-a0e8-cec886a6251f, #wrap-s-a3a3f9ac-bdcd-4958-a0e8-cec886a6251f { display:none !important; }}@media (max-width: 767px){#s-a3a3f9ac-bdcd-4958-a0e8-cec886a6251f {
  margin-top: 25px;
}
}
#s-ed021503-39a2-4062-9d1b-fb153e3f1a26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ed021503-39a2-4062-9d1b-fb153e3f1a26 {
  display: none;
}
#s-ed021503-39a2-4062-9d1b-fb153e3f1a26, #wrap-s-ed021503-39a2-4062-9d1b-fb153e3f1a26 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed021503-39a2-4062-9d1b-fb153e3f1a26 {
  display: none;
}
#s-ed021503-39a2-4062-9d1b-fb153e3f1a26, #wrap-s-ed021503-39a2-4062-9d1b-fb153e3f1a26 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed021503-39a2-4062-9d1b-fb153e3f1a26 {
  display: none;
}
#s-ed021503-39a2-4062-9d1b-fb153e3f1a26, #wrap-s-ed021503-39a2-4062-9d1b-fb153e3f1a26 { display:none !important; }}
#s-ed021503-39a2-4062-9d1b-fb153e3f1a26 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b779fd4c-585c-49f4-8d59-d628919356aa {
  border-style: solid;
margin-top: 8px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
max-width: 220px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-b779fd4c-585c-49f4-8d59-d628919356aa:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(50, 50, 50, 1) !important;
text-decoration: none !important;}#s-b779fd4c-585c-49f4-8d59-d628919356aa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b779fd4c-585c-49f4-8d59-d628919356aa {
  display: none;
}
#s-b779fd4c-585c-49f4-8d59-d628919356aa, #wrap-s-b779fd4c-585c-49f4-8d59-d628919356aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b779fd4c-585c-49f4-8d59-d628919356aa {
  display: none;
}
#s-b779fd4c-585c-49f4-8d59-d628919356aa, #wrap-s-b779fd4c-585c-49f4-8d59-d628919356aa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b779fd4c-585c-49f4-8d59-d628919356aa {
  display: none;
}
#s-b779fd4c-585c-49f4-8d59-d628919356aa, #wrap-s-b779fd4c-585c-49f4-8d59-d628919356aa { display:none !important; }}@media (max-width: 767px){#s-b779fd4c-585c-49f4-8d59-d628919356aa {
  margin-left: 26%;
margin-right: 26%;
}
}

  #s-b779fd4c-585c-49f4-8d59-d628919356aa-btn-wrapper {
    text-align: center;
  }


#s-b779fd4c-585c-49f4-8d59-d628919356aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (max-width: 767px){
  #s-b779fd4c-585c-49f4-8d59-d628919356aa-btn-wrapper {
    text-align: center;
  }


#s-b779fd4c-585c-49f4-8d59-d628919356aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
@media (max-width: 767px){#s-b1a680e2-c16c-4b6a-9694-69af230664a4 {
  
}
}
#s-82258f9a-f26d-4932-ad2a-50c607b31e23 {
  margin-bottom: -90px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-82258f9a-f26d-4932-ad2a-50c607b31e23 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82258f9a-f26d-4932-ad2a-50c607b31e23 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-82258f9a-f26d-4932-ad2a-50c607b31e23 {
  
}
}







#s-82258f9a-f26d-4932-ad2a-50c607b31e23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82258f9a-f26d-4932-ad2a-50c607b31e23.shg-box.shg-c {
  justify-content: center;
}

#s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0 {
  display: none;
}
#s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0, #wrap-s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0 {
  display: none;
}
#s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0, #wrap-s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0 {
  display: none;
}
#s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0, #wrap-s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0 { display:none !important; }}@media (max-width: 767px){#s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
}
}



  #s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0 img.shogun-image {
    
    width: px;
  }


#s-8992b901-fd6a-4ba7-a612-c4f1e4cc01f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-682f7b37-97d5-438c-9d05-efe559420b44 {
  margin-top: 50px;
margin-left: 6%;
}
@media (max-width: 767px){#s-682f7b37-97d5-438c-9d05-efe559420b44 {
  display: none;
}
#s-682f7b37-97d5-438c-9d05-efe559420b44, #wrap-s-682f7b37-97d5-438c-9d05-efe559420b44 { display:none !important; }}
#s-f074ef53-2954-48d1-9fc0-4b6fe70621c7 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f074ef53-2954-48d1-9fc0-4b6fe70621c7 {
  max-width: 293px;
}
}@media (max-width: 767px){#s-f074ef53-2954-48d1-9fc0-4b6fe70621c7 {
  margin-left: 5%;
max-width: 193px;
display: none;
}
#s-f074ef53-2954-48d1-9fc0-4b6fe70621c7, #wrap-s-f074ef53-2954-48d1-9fc0-4b6fe70621c7 { display:none !important; }}
#s-f074ef53-2954-48d1-9fc0-4b6fe70621c7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-f074ef53-2954-48d1-9fc0-4b6fe70621c7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f074ef53-2954-48d1-9fc0-4b6fe70621c7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-f074ef53-2954-48d1-9fc0-4b6fe70621c7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-4c9abefb-2696-419f-a95c-97065d57a963 {
  border-style: solid;
margin-left: 6%;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 25px;
padding-bottom: 6px;
padding-right: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-radius: 50px;
max-width: 220px;
text-align: center;
background-color: rgba(37, 37, 37, 0);
text-decoration: none;
}
#s-4c9abefb-2696-419f-a95c-97065d57a963:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(50, 50, 50, 1) !important;
text-decoration: none !important;}#s-4c9abefb-2696-419f-a95c-97065d57a963:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4c9abefb-2696-419f-a95c-97065d57a963 {
  margin-left: 5%;
padding-right: 23px;
max-width: 165px;
display: none;
}
#s-4c9abefb-2696-419f-a95c-97065d57a963, #wrap-s-4c9abefb-2696-419f-a95c-97065d57a963 { display:none !important; }}

  #s-4c9abefb-2696-419f-a95c-97065d57a963-btn-wrapper {
    text-align: center;
  }


#s-4c9abefb-2696-419f-a95c-97065d57a963.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (max-width: 767px){
  #s-4c9abefb-2696-419f-a95c-97065d57a963-btn-wrapper {
    text-align: center;
  }


#s-4c9abefb-2696-419f-a95c-97065d57a963.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  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: inline-block;
}
