.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-626c29be-99ab-4eeb-b8b4-7cf5bd999188 {
  text-align: center;
}








#s-626c29be-99ab-4eeb-b8b4-7cf5bd999188 .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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-f1face41-dfc2-46be-b2fd-b43f8b0d227a {
  margin-top: 60px;
margin-bottom: 46px;
}
@media (min-width: 1200px){#s-f1face41-dfc2-46be-b2fd-b43f8b0d227a {
  display: none;
}
#s-f1face41-dfc2-46be-b2fd-b43f8b0d227a, #wrap-s-f1face41-dfc2-46be-b2fd-b43f8b0d227a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1face41-dfc2-46be-b2fd-b43f8b0d227a {
  display: none;
}
#s-f1face41-dfc2-46be-b2fd-b43f8b0d227a, #wrap-s-f1face41-dfc2-46be-b2fd-b43f8b0d227a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1face41-dfc2-46be-b2fd-b43f8b0d227a {
  
}
}@media (max-width: 767px){#s-f1face41-dfc2-46be-b2fd-b43f8b0d227a {
  display: none;
}
#s-f1face41-dfc2-46be-b2fd-b43f8b0d227a, #wrap-s-f1face41-dfc2-46be-b2fd-b43f8b0d227a { display:none !important; }}
#s-302636e8-e4de-49de-8256-9e008ef32160 {
  margin-top: 60px;
margin-bottom: 55px;
}
@media (min-width: 1200px){#s-302636e8-e4de-49de-8256-9e008ef32160 {
  display: none;
}
#s-302636e8-e4de-49de-8256-9e008ef32160, #wrap-s-302636e8-e4de-49de-8256-9e008ef32160 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-302636e8-e4de-49de-8256-9e008ef32160 {
  display: none;
}
#s-302636e8-e4de-49de-8256-9e008ef32160, #wrap-s-302636e8-e4de-49de-8256-9e008ef32160 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-302636e8-e4de-49de-8256-9e008ef32160 {
  display: none;
}
#s-302636e8-e4de-49de-8256-9e008ef32160, #wrap-s-302636e8-e4de-49de-8256-9e008ef32160 { display:none !important; }}@media (max-width: 767px){#s-302636e8-e4de-49de-8256-9e008ef32160 {
  
}
}
#s-f6cd613f-040b-4569-b42c-2a43ebd3a91a {
  margin-top: 150px;
margin-bottom: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6cd613f-040b-4569-b42c-2a43ebd3a91a {
  display: none;
}
#s-f6cd613f-040b-4569-b42c-2a43ebd3a91a, #wrap-s-f6cd613f-040b-4569-b42c-2a43ebd3a91a { display:none !important; }}@media (max-width: 767px){#s-f6cd613f-040b-4569-b42c-2a43ebd3a91a {
  display: none;
}
#s-f6cd613f-040b-4569-b42c-2a43ebd3a91a, #wrap-s-f6cd613f-040b-4569-b42c-2a43ebd3a91a { display:none !important; }}
#s-460037da-b6a5-4fdc-bea7-b03d8bb87bca {
  margin-top: 60px;
margin-left: 28%;
margin-bottom: 55px;
margin-right: 28%;
}
@media (min-width: 768px) and (max-width: 991px){#s-460037da-b6a5-4fdc-bea7-b03d8bb87bca {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-460037da-b6a5-4fdc-bea7-b03d8bb87bca {
  margin-left: 1%;
margin-right: 1%;
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-a91b2cf4-dd10-44ff-9703-4afbe79d82e9 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a91b2cf4-dd10-44ff-9703-4afbe79d82e9 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a91b2cf4-dd10-44ff-9703-4afbe79d82e9 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-a91b2cf4-dd10-44ff-9703-4afbe79d82e9 {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-a91b2cf4-dd10-44ff-9703-4afbe79d82e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a91b2cf4-dd10-44ff-9703-4afbe79d82e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a91b2cf4-dd10-44ff-9703-4afbe79d82e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a91b2cf4-dd10-44ff-9703-4afbe79d82e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-01f7887a-dd5b-4e38-8df6-9136bc29ede1 {
  text-align: center;
}







  #s-01f7887a-dd5b-4e38-8df6-9136bc29ede1 img.shogun-image {
    

    
    
    
  }


#s-01f7887a-dd5b-4e38-8df6-9136bc29ede1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9eceed5-8d86-473f-b487-612207da9838 {
  text-align: center;
}







  #s-d9eceed5-8d86-473f-b487-612207da9838 img.shogun-image {
    

    
    
    
  }


#s-d9eceed5-8d86-473f-b487-612207da9838 .shogun-image-content {
  
    align-items: center;
  
}

#s-339a60f3-4f0d-40b0-9815-7533cd504e15 {
  text-align: center;
}







  #s-339a60f3-4f0d-40b0-9815-7533cd504e15 img.shogun-image {
    

    
    
    
  }


#s-339a60f3-4f0d-40b0-9815-7533cd504e15 .shogun-image-content {
  
    align-items: center;
  
}

.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-text {
  font-weight: ;
  font-family: ;
}

.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-36a81f99-a056-42b3-aa4b-74d04b330f65 {
  margin-top: 15px;
margin-bottom: 30px;
padding-top: 12px;
padding-left: 183px;
padding-bottom: 12px;
padding-right: 183px;
border-radius: 0px;
background-color: rgba(23, 35, 66, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-36a81f99-a056-42b3-aa4b-74d04b330f65:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36a81f99-a056-42b3-aa4b-74d04b330f65:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-36a81f99-a056-42b3-aa4b-74d04b330f65 {
  padding-left: 20%;
padding-right: 20%;
}
}

  #s-36a81f99-a056-42b3-aa4b-74d04b330f65-root {
    text-align: center;
  }


#s-36a81f99-a056-42b3-aa4b-74d04b330f65.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36a81f99-a056-42b3-aa4b-74d04b330f65-root {
    text-align: center;
  }


#s-36a81f99-a056-42b3-aa4b-74d04b330f65.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36a81f99-a056-42b3-aa4b-74d04b330f65-root {
    text-align: center;
  }


#s-36a81f99-a056-42b3-aa4b-74d04b330f65.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36a81f99-a056-42b3-aa4b-74d04b330f65-root {
    text-align: center;
  }


#s-36a81f99-a056-42b3-aa4b-74d04b330f65.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36a81f99-a056-42b3-aa4b-74d04b330f65-root {
    text-align: center;
  }


#s-36a81f99-a056-42b3-aa4b-74d04b330f65.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-63291f13-2ad4-4c41-a7b6-fcf238163fee {
  margin-left: 23%;
margin-right: 23%;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
}

#s-63291f13-2ad4-4c41-a7b6-fcf238163fee hr {
  border-top: 1px solid rgba(23, 35, 66, 1);
}

#s-e8d9600c-8795-44f8-9496-293a33130d4f {
  margin-top: 10px;
margin-left: 28%;
margin-bottom: 55px;
margin-right: 28%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8d9600c-8795-44f8-9496-293a33130d4f {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-e8d9600c-8795-44f8-9496-293a33130d4f {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-edb9f41f-78a3-42c7-a4b7-f9e437341b6f {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-edb9f41f-78a3-42c7-a4b7-f9e437341b6f {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-edb9f41f-78a3-42c7-a4b7-f9e437341b6f {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-edb9f41f-78a3-42c7-a4b7-f9e437341b6f {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-edb9f41f-78a3-42c7-a4b7-f9e437341b6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edb9f41f-78a3-42c7-a4b7-f9e437341b6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-edb9f41f-78a3-42c7-a4b7-f9e437341b6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-edb9f41f-78a3-42c7-a4b7-f9e437341b6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-bc9b67c6-30da-416f-9095-ce31a247875b {
  text-align: center;
}







  #s-bc9b67c6-30da-416f-9095-ce31a247875b img.shogun-image {
    

    
    
    
  }


#s-bc9b67c6-30da-416f-9095-ce31a247875b .shogun-image-content {
  
    align-items: center;
  
}

#s-1775c638-f6a5-4785-b3ac-13f53781cfd7 {
  text-align: center;
}







  #s-1775c638-f6a5-4785-b3ac-13f53781cfd7 img.shogun-image {
    

    
    
    
  }


#s-1775c638-f6a5-4785-b3ac-13f53781cfd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b52dec17-ac9f-480e-8dbf-c792ed12c39d {
  text-align: center;
}







  #s-b52dec17-ac9f-480e-8dbf-c792ed12c39d img.shogun-image {
    

    
    
    
  }


#s-b52dec17-ac9f-480e-8dbf-c792ed12c39d .shogun-image-content {
  
    align-items: center;
  
}

#s-32427539-a23e-4fc9-9e43-a9c4bf75c30b {
  margin-top: 15px;
margin-bottom: 30px;
padding-top: 12px;
padding-left: 200px;
padding-bottom: 12px;
padding-right: 200px;
border-radius: 0px;
background-color: rgba(23, 35, 66, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-32427539-a23e-4fc9-9e43-a9c4bf75c30b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-32427539-a23e-4fc9-9e43-a9c4bf75c30b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-32427539-a23e-4fc9-9e43-a9c4bf75c30b {
  padding-left: 20%;
padding-right: 20%;
}
}

  #s-32427539-a23e-4fc9-9e43-a9c4bf75c30b-root {
    text-align: center;
  }


#s-32427539-a23e-4fc9-9e43-a9c4bf75c30b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-32427539-a23e-4fc9-9e43-a9c4bf75c30b-root {
    text-align: center;
  }


#s-32427539-a23e-4fc9-9e43-a9c4bf75c30b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32427539-a23e-4fc9-9e43-a9c4bf75c30b-root {
    text-align: center;
  }


#s-32427539-a23e-4fc9-9e43-a9c4bf75c30b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32427539-a23e-4fc9-9e43-a9c4bf75c30b-root {
    text-align: center;
  }


#s-32427539-a23e-4fc9-9e43-a9c4bf75c30b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-32427539-a23e-4fc9-9e43-a9c4bf75c30b-root {
    text-align: center;
  }


#s-32427539-a23e-4fc9-9e43-a9c4bf75c30b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}
#s-0a2affff-a68d-48e4-a795-5796c86fae3a {
  margin-left: 23%;
margin-right: 23%;
padding-top: 20px;
padding-bottom: 20px;
}

#s-0a2affff-a68d-48e4-a795-5796c86fae3a hr {
  border-top: 1px solid rgba(23, 35, 66, 1);
}

#s-35987142-7a57-42ac-87d4-aca734fedbaa {
  margin-top: 10px;
margin-left: 28%;
margin-bottom: 55px;
margin-right: 28%;
}
@media (min-width: 768px) and (max-width: 991px){#s-35987142-7a57-42ac-87d4-aca734fedbaa {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-35987142-7a57-42ac-87d4-aca734fedbaa {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-ac551767-c123-46a0-93fe-04d2818d74e4 {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ac551767-c123-46a0-93fe-04d2818d74e4 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac551767-c123-46a0-93fe-04d2818d74e4 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-ac551767-c123-46a0-93fe-04d2818d74e4 {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-ac551767-c123-46a0-93fe-04d2818d74e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac551767-c123-46a0-93fe-04d2818d74e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac551767-c123-46a0-93fe-04d2818d74e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac551767-c123-46a0-93fe-04d2818d74e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-aee327a8-02cc-467c-84b7-07ff8422459e {
  text-align: center;
}







  #s-aee327a8-02cc-467c-84b7-07ff8422459e img.shogun-image {
    

    
    
    
  }


#s-aee327a8-02cc-467c-84b7-07ff8422459e .shogun-image-content {
  
    align-items: center;
  
}

#s-e1c5c578-2514-4344-aa87-a50228a9474e {
  text-align: center;
}







  #s-e1c5c578-2514-4344-aa87-a50228a9474e img.shogun-image {
    

    
    
    
  }


#s-e1c5c578-2514-4344-aa87-a50228a9474e .shogun-image-content {
  
    align-items: center;
  
}

#s-8e002a5c-a399-4c33-9af8-03714be91cba {
  text-align: center;
}







  #s-8e002a5c-a399-4c33-9af8-03714be91cba img.shogun-image {
    

    
    
    
  }


#s-8e002a5c-a399-4c33-9af8-03714be91cba .shogun-image-content {
  
    align-items: center;
  
}

#s-492d98d4-ea08-4ae3-8699-b700654e01a6 {
  margin-top: 15px;
margin-bottom: 30px;
padding-top: 12px;
padding-left: 220px;
padding-bottom: 12px;
padding-right: 220px;
border-radius: 0px;
background-color: rgba(23, 35, 66, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-492d98d4-ea08-4ae3-8699-b700654e01a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-492d98d4-ea08-4ae3-8699-b700654e01a6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-492d98d4-ea08-4ae3-8699-b700654e01a6 {
  padding-left: 20%;
padding-right: 20%;
}
}

  #s-492d98d4-ea08-4ae3-8699-b700654e01a6-root {
    text-align: center;
  }


#s-492d98d4-ea08-4ae3-8699-b700654e01a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-492d98d4-ea08-4ae3-8699-b700654e01a6-root {
    text-align: center;
  }


#s-492d98d4-ea08-4ae3-8699-b700654e01a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-492d98d4-ea08-4ae3-8699-b700654e01a6-root {
    text-align: center;
  }


#s-492d98d4-ea08-4ae3-8699-b700654e01a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-492d98d4-ea08-4ae3-8699-b700654e01a6-root {
    text-align: center;
  }


#s-492d98d4-ea08-4ae3-8699-b700654e01a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-492d98d4-ea08-4ae3-8699-b700654e01a6-root {
    text-align: center;
  }


#s-492d98d4-ea08-4ae3-8699-b700654e01a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}
#s-49888232-16ed-487d-9335-e441d3448f66 {
  margin-left: 23%;
margin-right: 23%;
padding-top: 20px;
padding-bottom: 20px;
}

#s-49888232-16ed-487d-9335-e441d3448f66 hr {
  border-top: 1px solid rgba(23, 35, 66, 1);
}

#s-84d499da-17e6-46a3-881d-920514457600 {
  margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 1200px){#s-84d499da-17e6-46a3-881d-920514457600 {
  display: none;
}
#s-84d499da-17e6-46a3-881d-920514457600, #wrap-s-84d499da-17e6-46a3-881d-920514457600 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84d499da-17e6-46a3-881d-920514457600 {
  display: none;
}
#s-84d499da-17e6-46a3-881d-920514457600, #wrap-s-84d499da-17e6-46a3-881d-920514457600 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84d499da-17e6-46a3-881d-920514457600 {
  display: none;
}
#s-84d499da-17e6-46a3-881d-920514457600, #wrap-s-84d499da-17e6-46a3-881d-920514457600 { display:none !important; }}@media (max-width: 767px){#s-84d499da-17e6-46a3-881d-920514457600 {
  display: none;
}
#s-84d499da-17e6-46a3-881d-920514457600, #wrap-s-84d499da-17e6-46a3-881d-920514457600 { display:none !important; }}
@media (min-width: 0px) {
[id="s-84d499da-17e6-46a3-881d-920514457600"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84d499da-17e6-46a3-881d-920514457600"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-84d499da-17e6-46a3-881d-920514457600"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-84d499da-17e6-46a3-881d-920514457600"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-480e2e4e-d2c9-4d15-b81b-a1ee9df638f0 {
  text-align: center;
}







  #s-480e2e4e-d2c9-4d15-b81b-a1ee9df638f0 img.shogun-image {
    

    
    
    
  }


#s-480e2e4e-d2c9-4d15-b81b-a1ee9df638f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-96930f5f-4146-4f1d-abe1-186d477fcc11 {
  text-align: center;
}







  #s-96930f5f-4146-4f1d-abe1-186d477fcc11 img.shogun-image {
    

    
    
    
  }


#s-96930f5f-4146-4f1d-abe1-186d477fcc11 .shogun-image-content {
  
    align-items: center;
  
}

#s-944d54df-d12e-4ced-8b27-50ca815370f8 {
  margin-bottom: 10px;
text-align: center;
}







  #s-944d54df-d12e-4ced-8b27-50ca815370f8 img.shogun-image {
    

    
    
    
  }


#s-944d54df-d12e-4ced-8b27-50ca815370f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-078637e1-3994-49ea-a7b8-b763eaea7679 {
  margin-top: 10px;
margin-left: 28%;
margin-bottom: 10px;
margin-right: 28%;
}
@media (min-width: 1200px){#s-078637e1-3994-49ea-a7b8-b763eaea7679 {
  margin-top: 55px;
margin-bottom: 55px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-078637e1-3994-49ea-a7b8-b763eaea7679 {
  margin-bottom: 55px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-078637e1-3994-49ea-a7b8-b763eaea7679 {
  margin-left: 5%;
margin-bottom: 55px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-078637e1-3994-49ea-a7b8-b763eaea7679 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 55px;
margin-right: 1%;
}
}
#s-f60f8d08-adde-4b54-bde1-da1c874e9ec0 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f60f8d08-adde-4b54-bde1-da1c874e9ec0 {
  
}
}@media (max-width: 767px){#s-f60f8d08-adde-4b54-bde1-da1c874e9ec0 {
  
}
}
@media (min-width: 0px) {
[id="s-f60f8d08-adde-4b54-bde1-da1c874e9ec0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f60f8d08-adde-4b54-bde1-da1c874e9ec0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f60f8d08-adde-4b54-bde1-da1c874e9ec0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f60f8d08-adde-4b54-bde1-da1c874e9ec0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-434b2d15-0025-4a9c-9587-1bbd8e7acc8d {
  text-align: center;
}







  #s-434b2d15-0025-4a9c-9587-1bbd8e7acc8d img.shogun-image {
    

    
    
    
  }


#s-434b2d15-0025-4a9c-9587-1bbd8e7acc8d .shogun-image-content {
  
    align-items: center;
  
}

#s-9a49a33f-258c-48cc-ac3c-edfc758585e1 {
  text-align: center;
}







  #s-9a49a33f-258c-48cc-ac3c-edfc758585e1 img.shogun-image {
    

    
    
    
  }


#s-9a49a33f-258c-48cc-ac3c-edfc758585e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e0a48f3-4b75-403c-9062-81912670a9fc {
  text-align: center;
}







  #s-3e0a48f3-4b75-403c-9062-81912670a9fc img.shogun-image {
    

    
    
    
  }


#s-3e0a48f3-4b75-403c-9062-81912670a9fc .shogun-image-content {
  
    align-items: center;
  
}

#s-aeb45be8-e3d5-445f-b082-9cdbde66fd09 {
  margin-top: 15px;
margin-bottom: 30px;
padding-top: 12px;
padding-left: 191px;
padding-bottom: 12px;
padding-right: 191px;
border-radius: 0px;
background-color: rgba(23, 35, 66, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-aeb45be8-e3d5-445f-b082-9cdbde66fd09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aeb45be8-e3d5-445f-b082-9cdbde66fd09:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-aeb45be8-e3d5-445f-b082-9cdbde66fd09 {
  
}
}

  #s-aeb45be8-e3d5-445f-b082-9cdbde66fd09-root {
    text-align: center;
  }


#s-aeb45be8-e3d5-445f-b082-9cdbde66fd09.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aeb45be8-e3d5-445f-b082-9cdbde66fd09-root {
    text-align: center;
  }


#s-aeb45be8-e3d5-445f-b082-9cdbde66fd09.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aeb45be8-e3d5-445f-b082-9cdbde66fd09-root {
    text-align: center;
  }


#s-aeb45be8-e3d5-445f-b082-9cdbde66fd09.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aeb45be8-e3d5-445f-b082-9cdbde66fd09-root {
    text-align: center;
  }


#s-aeb45be8-e3d5-445f-b082-9cdbde66fd09.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aeb45be8-e3d5-445f-b082-9cdbde66fd09-root {
    text-align: center;
  }


#s-aeb45be8-e3d5-445f-b082-9cdbde66fd09.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}
#s-54573e38-2a97-4f04-bd79-b7f4d01b35ee {
  margin-left: 23%;
margin-right: 23%;
padding-top: 20px;
padding-bottom: 20px;
}

#s-54573e38-2a97-4f04-bd79-b7f4d01b35ee hr {
  border-top: 1px solid rgba(23, 35, 66, 1);
}

#s-5986abc1-1599-4c0a-8b1a-d1ca0e1fceff {
  margin-top: 10px;
margin-left: 28%;
margin-bottom: 10px;
margin-right: 28%;
}
@media (min-width: 1200px){#s-5986abc1-1599-4c0a-8b1a-d1ca0e1fceff {
  margin-top: 55px;
margin-bottom: 55px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5986abc1-1599-4c0a-8b1a-d1ca0e1fceff {
  margin-bottom: 55px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5986abc1-1599-4c0a-8b1a-d1ca0e1fceff {
  margin-left: 5%;
margin-bottom: 55px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-5986abc1-1599-4c0a-8b1a-d1ca0e1fceff {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 55px;
margin-right: 1%;
}
}
#s-27d5f3d8-8164-4a48-8a18-a8eee3d5723d {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-27d5f3d8-8164-4a48-8a18-a8eee3d5723d {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-27d5f3d8-8164-4a48-8a18-a8eee3d5723d {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-27d5f3d8-8164-4a48-8a18-a8eee3d5723d {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-27d5f3d8-8164-4a48-8a18-a8eee3d5723d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27d5f3d8-8164-4a48-8a18-a8eee3d5723d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27d5f3d8-8164-4a48-8a18-a8eee3d5723d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27d5f3d8-8164-4a48-8a18-a8eee3d5723d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6aee41fe-71ed-46f8-adf9-77d14856a6ef {
  text-align: center;
}







  #s-6aee41fe-71ed-46f8-adf9-77d14856a6ef img.shogun-image {
    

    
    
    
  }


#s-6aee41fe-71ed-46f8-adf9-77d14856a6ef .shogun-image-content {
  
    align-items: center;
  
}

#s-cb0863d3-3660-4b13-8fbf-8eb2c3f1745e {
  text-align: center;
}







  #s-cb0863d3-3660-4b13-8fbf-8eb2c3f1745e img.shogun-image {
    

    
    
    
  }


#s-cb0863d3-3660-4b13-8fbf-8eb2c3f1745e .shogun-image-content {
  
    align-items: center;
  
}

#s-7b66d864-c6f1-4eec-b854-f39d39157da7 {
  text-align: center;
}







  #s-7b66d864-c6f1-4eec-b854-f39d39157da7 img.shogun-image {
    

    
    
    
  }


#s-7b66d864-c6f1-4eec-b854-f39d39157da7 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb87324a-ccac-46e1-a4ca-441df3dc5080 {
  margin-top: 15px;
margin-bottom: 30px;
padding-top: 12px;
padding-left: 200px;
padding-bottom: 12px;
padding-right: 200px;
border-radius: 0px;
background-color: rgba(23, 35, 66, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-bb87324a-ccac-46e1-a4ca-441df3dc5080:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb87324a-ccac-46e1-a4ca-441df3dc5080:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-bb87324a-ccac-46e1-a4ca-441df3dc5080 {
  padding-left: 20%;
padding-right: 20%;
}
}

  #s-bb87324a-ccac-46e1-a4ca-441df3dc5080-root {
    text-align: center;
  }


#s-bb87324a-ccac-46e1-a4ca-441df3dc5080.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb87324a-ccac-46e1-a4ca-441df3dc5080-root {
    text-align: center;
  }


#s-bb87324a-ccac-46e1-a4ca-441df3dc5080.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb87324a-ccac-46e1-a4ca-441df3dc5080-root {
    text-align: center;
  }


#s-bb87324a-ccac-46e1-a4ca-441df3dc5080.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb87324a-ccac-46e1-a4ca-441df3dc5080-root {
    text-align: center;
  }


#s-bb87324a-ccac-46e1-a4ca-441df3dc5080.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb87324a-ccac-46e1-a4ca-441df3dc5080-root {
    text-align: center;
  }


#s-bb87324a-ccac-46e1-a4ca-441df3dc5080.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}
#s-533da6f4-2e57-41fd-bb2c-2df9aa2b11b0 {
  margin-left: 23%;
margin-right: 23%;
padding-top: 20px;
padding-bottom: 20px;
}

#s-533da6f4-2e57-41fd-bb2c-2df9aa2b11b0 hr {
  border-top: 1px solid rgba(23, 35, 66, 1);
}

#s-7f373908-044f-468a-aa3d-419e237c9e5c {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 55px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f373908-044f-468a-aa3d-419e237c9e5c {
  
}
}@media (max-width: 767px){#s-7f373908-044f-468a-aa3d-419e237c9e5c {
  
}
}
#s-ceea3b4d-7f3a-4fba-9491-b1b8fd93e28a {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ceea3b4d-7f3a-4fba-9491-b1b8fd93e28a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ceea3b4d-7f3a-4fba-9491-b1b8fd93e28a {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-ceea3b4d-7f3a-4fba-9491-b1b8fd93e28a {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-ceea3b4d-7f3a-4fba-9491-b1b8fd93e28a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ceea3b4d-7f3a-4fba-9491-b1b8fd93e28a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ceea3b4d-7f3a-4fba-9491-b1b8fd93e28a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceea3b4d-7f3a-4fba-9491-b1b8fd93e28a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-566a6b6c-886a-46ff-a235-249d048a1e52 {
  text-align: center;
}







  #s-566a6b6c-886a-46ff-a235-249d048a1e52 img.shogun-image {
    

    
    
    
  }


#s-566a6b6c-886a-46ff-a235-249d048a1e52 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fba1658-dbca-455d-a802-c2ef88f67c4c {
  text-align: center;
}







  #s-2fba1658-dbca-455d-a802-c2ef88f67c4c img.shogun-image {
    

    
    
    
  }


#s-2fba1658-dbca-455d-a802-c2ef88f67c4c .shogun-image-content {
  
    align-items: center;
  
}

#s-f99945b3-b251-40b3-8da3-90cb69e59077 {
  text-align: center;
}







  #s-f99945b3-b251-40b3-8da3-90cb69e59077 img.shogun-image {
    

    
    
    
  }


#s-f99945b3-b251-40b3-8da3-90cb69e59077 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8d33146-839f-495c-b87b-06c5955a2446 {
  margin-top: 15px;
margin-bottom: 30px;
padding-top: 12px;
padding-left: 200px;
padding-bottom: 12px;
padding-right: 200px;
border-radius: 0px;
background-color: rgba(23, 35, 66, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-e8d33146-839f-495c-b87b-06c5955a2446:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8d33146-839f-495c-b87b-06c5955a2446:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e8d33146-839f-495c-b87b-06c5955a2446 {
  padding-left: 20%;
padding-right: 20%;
}
}

  #s-e8d33146-839f-495c-b87b-06c5955a2446-root {
    text-align: center;
  }


#s-e8d33146-839f-495c-b87b-06c5955a2446.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8d33146-839f-495c-b87b-06c5955a2446-root {
    text-align: center;
  }


#s-e8d33146-839f-495c-b87b-06c5955a2446.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8d33146-839f-495c-b87b-06c5955a2446-root {
    text-align: center;
  }


#s-e8d33146-839f-495c-b87b-06c5955a2446.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8d33146-839f-495c-b87b-06c5955a2446-root {
    text-align: center;
  }


#s-e8d33146-839f-495c-b87b-06c5955a2446.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8d33146-839f-495c-b87b-06c5955a2446-root {
    text-align: center;
  }


#s-e8d33146-839f-495c-b87b-06c5955a2446.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}
#s-d80688fc-0d06-4187-bcfc-34cd200e39a0 {
  margin-left: 23%;
margin-right: 23%;
padding-top: 20px;
padding-bottom: 20px;
}

#s-d80688fc-0d06-4187-bcfc-34cd200e39a0 hr {
  border-top: 1px solid rgba(23, 35, 66, 1);
}

#s-be72579c-9290-4d5f-aaf9-65518a997943 {
  margin-top: 10px;
margin-left: 28%;
margin-bottom: 55px;
margin-right: 28%;
}
@media (min-width: 768px) and (max-width: 991px){#s-be72579c-9290-4d5f-aaf9-65518a997943 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-be72579c-9290-4d5f-aaf9-65518a997943 {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-5b4136a0-f5ed-4771-b716-9886620672df {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5b4136a0-f5ed-4771-b716-9886620672df {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b4136a0-f5ed-4771-b716-9886620672df {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-5b4136a0-f5ed-4771-b716-9886620672df {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-5b4136a0-f5ed-4771-b716-9886620672df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b4136a0-f5ed-4771-b716-9886620672df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5b4136a0-f5ed-4771-b716-9886620672df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b4136a0-f5ed-4771-b716-9886620672df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-fc01d6af-094d-46a5-874d-098d3da083a7 {
  text-align: center;
}







  #s-fc01d6af-094d-46a5-874d-098d3da083a7 img.shogun-image {
    

    
    
    
  }


#s-fc01d6af-094d-46a5-874d-098d3da083a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-848beda8-3ddf-4f70-b917-3cac47cf1fc1 {
  text-align: center;
}







  #s-848beda8-3ddf-4f70-b917-3cac47cf1fc1 img.shogun-image {
    

    
    
    
  }


#s-848beda8-3ddf-4f70-b917-3cac47cf1fc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ab2b06f-5fb6-4a65-81f3-624607ba768b {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-5ab2b06f-5fb6-4a65-81f3-624607ba768b img.shogun-image {
    

    
    
    
  }


#s-5ab2b06f-5fb6-4a65-81f3-624607ba768b .shogun-image-content {
  
    align-items: center;
  
}

#s-92a1443d-858b-4cd7-8e71-3d808ee3bd58 {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 12px;
padding-left: 200px;
padding-bottom: 12px;
padding-right: 200px;
border-radius: 0px;
background-color: rgba(23, 35, 66, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-92a1443d-858b-4cd7-8e71-3d808ee3bd58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92a1443d-858b-4cd7-8e71-3d808ee3bd58:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-92a1443d-858b-4cd7-8e71-3d808ee3bd58 {
  padding-left: 20%;
padding-right: 20%;
}
}

  #s-92a1443d-858b-4cd7-8e71-3d808ee3bd58-root {
    text-align: center;
  }


#s-92a1443d-858b-4cd7-8e71-3d808ee3bd58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92a1443d-858b-4cd7-8e71-3d808ee3bd58-root {
    text-align: center;
  }


#s-92a1443d-858b-4cd7-8e71-3d808ee3bd58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92a1443d-858b-4cd7-8e71-3d808ee3bd58-root {
    text-align: center;
  }


#s-92a1443d-858b-4cd7-8e71-3d808ee3bd58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92a1443d-858b-4cd7-8e71-3d808ee3bd58-root {
    text-align: center;
  }


#s-92a1443d-858b-4cd7-8e71-3d808ee3bd58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92a1443d-858b-4cd7-8e71-3d808ee3bd58-root {
    text-align: center;
  }


#s-92a1443d-858b-4cd7-8e71-3d808ee3bd58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: futura;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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-lazyload-bg-image {
  display: none;
}

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;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;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-lazyload-bg-image{display:none}.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}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
