.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-5b02aa74-5e9e-40d4-8d81-a3b739eddcb6 {
  margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5b02aa74-5e9e-40d4-8d81-a3b739eddcb6 {
  display: none;
}
#s-5b02aa74-5e9e-40d4-8d81-a3b739eddcb6, #wrap-s-5b02aa74-5e9e-40d4-8d81-a3b739eddcb6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b02aa74-5e9e-40d4-8d81-a3b739eddcb6 {
  display: none;
}
#s-5b02aa74-5e9e-40d4-8d81-a3b739eddcb6, #wrap-s-5b02aa74-5e9e-40d4-8d81-a3b739eddcb6 { display: none !important; }}@media (max-width: 767px){#s-5b02aa74-5e9e-40d4-8d81-a3b739eddcb6 {
  display: none;
}
#s-5b02aa74-5e9e-40d4-8d81-a3b739eddcb6, #wrap-s-5b02aa74-5e9e-40d4-8d81-a3b739eddcb6 { display: none !important; }}







#s-5b02aa74-5e9e-40d4-8d81-a3b739eddcb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b02aa74-5e9e-40d4-8d81-a3b739eddcb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 {
  max-width: 2840px;
text-align: center;
}



.shg-image-margin-container-s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 {
  margin: 0 !important;
  overflow: hidden;
}






.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 {
  margin: 0 !important;
  overflow: hidden;
}






.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 {
  margin: 0 !important;
  overflow: hidden;
}






.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 {
  margin: 0 !important;
  overflow: hidden;
}






.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 {
  margin: 0 !important;
  overflow: hidden;
}






.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f43e36c-ed8e-446d-b6ed-5c97dc0fa188.shogun-image {
  box-sizing: border-box;
}




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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-dbd31b6a-ab38-46e2-95c9-55f6aef5199d {
  margin-top: 12px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-dbd31b6a-ab38-46e2-95c9-55f6aef5199d {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-dbd31b6a-ab38-46e2-95c9-55f6aef5199d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbd31b6a-ab38-46e2-95c9-55f6aef5199d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbd31b6a-ab38-46e2-95c9-55f6aef5199d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbd31b6a-ab38-46e2-95c9-55f6aef5199d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbd31b6a-ab38-46e2-95c9-55f6aef5199d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbd31b6a-ab38-46e2-95c9-55f6aef5199d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dbd31b6a-ab38-46e2-95c9-55f6aef5199d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content 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: #000000;
  font-family: "Serif";
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Serif";
}

.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: #000000;
  font-family: "Serif";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Serif";
  font-weight: 400;
}

#s-15ce60a0-50ac-49b0-9aaa-51fbf5df6522 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-15ce60a0-50ac-49b0-9aaa-51fbf5df6522 {
  margin-bottom: 0px;
}
}
#s-531cd954-6569-4cb0-ab0a-cfa1c32cb20f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-531cd954-6569-4cb0-ab0a-cfa1c32cb20f {
  margin-top: 15px;
margin-bottom: 0px;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-db418ade-78c2-4ce3-9249-284555d29ef4 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-db418ade-78c2-4ce3-9249-284555d29ef4 {
  margin-top: -26px;
margin-left: 26%;
margin-bottom: -15px;
margin-right: 26%;
}
}
#s-db418ade-78c2-4ce3-9249-284555d29ef4 hr {
  border-top: 2px solid #ddd;
}

#s-bd644f05-d0f0-4455-a573-aa597f24a202 {
  margin-left: auto;
margin-right: auto;
}

#s-947d4d8c-812e-4eb9-873a-abab2a8851c3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-947d4d8c-812e-4eb9-873a-abab2a8851c3 {
  margin-top: -26px;
margin-left: 26%;
margin-bottom: -23px;
margin-right: 26%;
}
}
#s-947d4d8c-812e-4eb9-873a-abab2a8851c3 hr {
  border-top: 2px solid #ddd;
}

.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: 400;
  font-family: "Serif";
}

.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-9561a591-affd-4c81-aee0-43a316218e73 {
  margin-top: 1px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
background-color: rgba(0, 64, 113, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9561a591-affd-4c81-aee0-43a316218e73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9561a591-affd-4c81-aee0-43a316218e73:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9561a591-affd-4c81-aee0-43a316218e73 {
  margin-top: 8px;
margin-bottom: 0px;
background-color: rgba(0, 64, 113, 1);
background-image: none;
hover-type: color;
}
}

  #s-9561a591-affd-4c81-aee0-43a316218e73-root {
    text-align: center;
  }


#s-9561a591-affd-4c81-aee0-43a316218e73.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9561a591-affd-4c81-aee0-43a316218e73-root {
    text-align: center;
  }


#s-9561a591-affd-4c81-aee0-43a316218e73.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9561a591-affd-4c81-aee0-43a316218e73-root {
    text-align: center;
  }


#s-9561a591-affd-4c81-aee0-43a316218e73.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9561a591-affd-4c81-aee0-43a316218e73-root {
    text-align: center;
  }


#s-9561a591-affd-4c81-aee0-43a316218e73.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9561a591-affd-4c81-aee0-43a316218e73-root {
    text-align: center;
  }


#s-9561a591-affd-4c81-aee0-43a316218e73.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-a7ec9a6c-a99b-4f25-8de5-17470ac24eda {
  margin-top: 0px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a7ec9a6c-a99b-4f25-8de5-17470ac24eda {
  display: none;
}
#s-a7ec9a6c-a99b-4f25-8de5-17470ac24eda, #wrap-s-a7ec9a6c-a99b-4f25-8de5-17470ac24eda { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7ec9a6c-a99b-4f25-8de5-17470ac24eda {
  display: none;
}
#s-a7ec9a6c-a99b-4f25-8de5-17470ac24eda, #wrap-s-a7ec9a6c-a99b-4f25-8de5-17470ac24eda { display: none !important; }}@media (max-width: 767px){#s-a7ec9a6c-a99b-4f25-8de5-17470ac24eda {
  display: none;
}
#s-a7ec9a6c-a99b-4f25-8de5-17470ac24eda, #wrap-s-a7ec9a6c-a99b-4f25-8de5-17470ac24eda { display: none !important; }}







#s-a7ec9a6c-a99b-4f25-8de5-17470ac24eda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7ec9a6c-a99b-4f25-8de5-17470ac24eda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21b82881-103e-4206-9243-0cdc07b0b646 {
  max-width: 1920px;
text-align: center;
}



.shg-image-margin-container-s-21b82881-103e-4206-9243-0cdc07b0b646 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-21b82881-103e-4206-9243-0cdc07b0b646 {
  margin: 0 !important;
  overflow: hidden;
}






.s-21b82881-103e-4206-9243-0cdc07b0b646 .shogun-image-content {
  
    align-items: center;
  
}

.s-21b82881-103e-4206-9243-0cdc07b0b646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b82881-103e-4206-9243-0cdc07b0b646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b82881-103e-4206-9243-0cdc07b0b646.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-21b82881-103e-4206-9243-0cdc07b0b646 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-21b82881-103e-4206-9243-0cdc07b0b646 {
  margin: 0 !important;
  overflow: hidden;
}






.s-21b82881-103e-4206-9243-0cdc07b0b646 .shogun-image-content {
  
    align-items: center;
  
}

.s-21b82881-103e-4206-9243-0cdc07b0b646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b82881-103e-4206-9243-0cdc07b0b646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b82881-103e-4206-9243-0cdc07b0b646.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-21b82881-103e-4206-9243-0cdc07b0b646 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-21b82881-103e-4206-9243-0cdc07b0b646 {
  margin: 0 !important;
  overflow: hidden;
}






.s-21b82881-103e-4206-9243-0cdc07b0b646 .shogun-image-content {
  
    align-items: center;
  
}

.s-21b82881-103e-4206-9243-0cdc07b0b646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b82881-103e-4206-9243-0cdc07b0b646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b82881-103e-4206-9243-0cdc07b0b646.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-21b82881-103e-4206-9243-0cdc07b0b646 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-21b82881-103e-4206-9243-0cdc07b0b646 {
  margin: 0 !important;
  overflow: hidden;
}






.s-21b82881-103e-4206-9243-0cdc07b0b646 .shogun-image-content {
  
    align-items: center;
  
}

.s-21b82881-103e-4206-9243-0cdc07b0b646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b82881-103e-4206-9243-0cdc07b0b646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b82881-103e-4206-9243-0cdc07b0b646.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-21b82881-103e-4206-9243-0cdc07b0b646 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-21b82881-103e-4206-9243-0cdc07b0b646 {
  margin: 0 !important;
  overflow: hidden;
}






.s-21b82881-103e-4206-9243-0cdc07b0b646 .shogun-image-content {
  
    align-items: center;
  
}

.s-21b82881-103e-4206-9243-0cdc07b0b646.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21b82881-103e-4206-9243-0cdc07b0b646.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21b82881-103e-4206-9243-0cdc07b0b646.shogun-image {
  box-sizing: border-box;
}




}
#s-6d71a8f9-f6b2-416a-9f88-897c2fb4dd75 {
  min-height: 50px;
}








#s-6d71a8f9-f6b2-416a-9f88-897c2fb4dd75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d71a8f9-f6b2-416a-9f88-897c2fb4dd75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7354edaa-4924-4560-b774-dbbfc29fedd0 {
  margin-top: 12px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-7354edaa-4924-4560-b774-dbbfc29fedd0 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-7354edaa-4924-4560-b774-dbbfc29fedd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7354edaa-4924-4560-b774-dbbfc29fedd0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7354edaa-4924-4560-b774-dbbfc29fedd0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7354edaa-4924-4560-b774-dbbfc29fedd0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7354edaa-4924-4560-b774-dbbfc29fedd0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7354edaa-4924-4560-b774-dbbfc29fedd0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7354edaa-4924-4560-b774-dbbfc29fedd0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-87f6ea14-1d72-4f71-b0d8-020dd062051e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-87f6ea14-1d72-4f71-b0d8-020dd062051e {
  margin-bottom: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87f6ea14-1d72-4f71-b0d8-020dd062051e {
  margin-bottom: 0px;
}
}
#s-11a00322-6f6f-4c57-bdb3-e69af0bf0738 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-11a00322-6f6f-4c57-bdb3-e69af0bf0738 {
  margin-top: 11px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11a00322-6f6f-4c57-bdb3-e69af0bf0738 {
  margin-top: 14px;
margin-bottom: 0px;
}
}
#s-7ea5e777-db60-4869-9c1e-fa4c1f52bff6 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-7ea5e777-db60-4869-9c1e-fa4c1f52bff6 {
  margin-top: -23px;
margin-left: 22%;
margin-bottom: -15px;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ea5e777-db60-4869-9c1e-fa4c1f52bff6 {
  margin-top: -29px;
margin-left: 23%;
margin-bottom: -14px;
margin-right: 23%;
}
}
#s-7ea5e777-db60-4869-9c1e-fa4c1f52bff6 hr {
  border-top: 2px solid #ddd;
}

#s-7172ffa6-f738-40da-9019-a489f1737e34 {
  margin-left: auto;
margin-right: auto;
}

#s-dae3d96c-cc23-4b6c-adca-8a2301d7dd58 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-dae3d96c-cc23-4b6c-adca-8a2301d7dd58 {
  margin-top: -23px;
margin-left: 22%;
margin-bottom: -15px;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dae3d96c-cc23-4b6c-adca-8a2301d7dd58 {
  margin-top: -27px;
margin-left: 23%;
margin-bottom: -14px;
margin-right: 23%;
}
}
#s-dae3d96c-cc23-4b6c-adca-8a2301d7dd58 hr {
  border-top: 2px solid #ddd;
}

#s-78818d4f-d553-47f8-9e92-f0366b7113ca {
  margin-top: 1px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
background-color: rgba(0, 64, 113, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-78818d4f-d553-47f8-9e92-f0366b7113ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78818d4f-d553-47f8-9e92-f0366b7113ca:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-78818d4f-d553-47f8-9e92-f0366b7113ca {
  margin-top: 8px;
margin-bottom: 0px;
background-color: rgba(0, 64, 113, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78818d4f-d553-47f8-9e92-f0366b7113ca {
  background-image: none;
background-color: rgba(0, 64, 113, 1);
hover-type: color;
}
}

  #s-78818d4f-d553-47f8-9e92-f0366b7113ca-root {
    text-align: center;
  }


#s-78818d4f-d553-47f8-9e92-f0366b7113ca.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-78818d4f-d553-47f8-9e92-f0366b7113ca-root {
    text-align: center;
  }


#s-78818d4f-d553-47f8-9e92-f0366b7113ca.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78818d4f-d553-47f8-9e92-f0366b7113ca-root {
    text-align: center;
  }


#s-78818d4f-d553-47f8-9e92-f0366b7113ca.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78818d4f-d553-47f8-9e92-f0366b7113ca-root {
    text-align: center;
  }


#s-78818d4f-d553-47f8-9e92-f0366b7113ca.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-78818d4f-d553-47f8-9e92-f0366b7113ca-root {
    text-align: center;
  }


#s-78818d4f-d553-47f8-9e92-f0366b7113ca.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  max-width: 1920px;
aspect-ratio: 1920/750;
text-align: center;
}
@media (min-width: 1200px){#s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  display: none;
}
#s-97b2d822-c31b-4642-9c35-db0b38253e15, #wrap-s-97b2d822-c31b-4642-9c35-db0b38253e15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  display: none;
}
#s-97b2d822-c31b-4642-9c35-db0b38253e15, #wrap-s-97b2d822-c31b-4642-9c35-db0b38253e15 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  display: none;
}
#s-97b2d822-c31b-4642-9c35-db0b38253e15, #wrap-s-97b2d822-c31b-4642-9c35-db0b38253e15 { display: none !important; }}


.shg-image-margin-container-s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97b2d822-c31b-4642-9c35-db0b38253e15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-97b2d822-c31b-4642-9c35-db0b38253e15 .shogun-image-content {
  
    align-items: center;
  
}

.s-97b2d822-c31b-4642-9c35-db0b38253e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97b2d822-c31b-4642-9c35-db0b38253e15 {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
      position: relative;
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97b2d822-c31b-4642-9c35-db0b38253e15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-97b2d822-c31b-4642-9c35-db0b38253e15 .shogun-image-content {
  
    align-items: center;
  
}

.s-97b2d822-c31b-4642-9c35-db0b38253e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97b2d822-c31b-4642-9c35-db0b38253e15 {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
      position: relative;
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97b2d822-c31b-4642-9c35-db0b38253e15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-97b2d822-c31b-4642-9c35-db0b38253e15 .shogun-image-content {
  
    align-items: center;
  
}

.s-97b2d822-c31b-4642-9c35-db0b38253e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97b2d822-c31b-4642-9c35-db0b38253e15 {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
      position: relative;
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97b2d822-c31b-4642-9c35-db0b38253e15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-97b2d822-c31b-4642-9c35-db0b38253e15 .shogun-image-content {
  
    align-items: center;
  
}

.s-97b2d822-c31b-4642-9c35-db0b38253e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97b2d822-c31b-4642-9c35-db0b38253e15 {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
      position: relative;
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-97b2d822-c31b-4642-9c35-db0b38253e15 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97b2d822-c31b-4642-9c35-db0b38253e15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97b2d822-c31b-4642-9c35-db0b38253e15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-97b2d822-c31b-4642-9c35-db0b38253e15 .shogun-image-content {
  
    align-items: center;
  
}

.s-97b2d822-c31b-4642-9c35-db0b38253e15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97b2d822-c31b-4642-9c35-db0b38253e15 {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container {
      position: relative;
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97b2d822-c31b-4642-9c35-db0b38253e15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
@media (min-width: 0px) {
[id="s-b39c6a24-b1ea-40e9-9733-ffd424ded619"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b39c6a24-b1ea-40e9-9733-ffd424ded619"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b39c6a24-b1ea-40e9-9733-ffd424ded619"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b39c6a24-b1ea-40e9-9733-ffd424ded619"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b39c6a24-b1ea-40e9-9733-ffd424ded619"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b39c6a24-b1ea-40e9-9733-ffd424ded619"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b39c6a24-b1ea-40e9-9733-ffd424ded619"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-6e73c33e-141e-4980-9a57-c0a3bd767745 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
}

#s-0f51d6fa-f70d-47a5-a2bd-c6f2f32ee347 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
}

#s-a8a85ebb-af09-4057-b8e0-fabc579f740b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-233b700d-23db-47e3-b495-d04aca593b39 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
background-color: rgba(0, 64, 113, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-233b700d-23db-47e3-b495-d04aca593b39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-233b700d-23db-47e3-b495-d04aca593b39:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-233b700d-23db-47e3-b495-d04aca593b39-root {
    text-align: center;
  }


#s-233b700d-23db-47e3-b495-d04aca593b39.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-233b700d-23db-47e3-b495-d04aca593b39-root {
    text-align: center;
  }


#s-233b700d-23db-47e3-b495-d04aca593b39.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-233b700d-23db-47e3-b495-d04aca593b39-root {
    text-align: center;
  }


#s-233b700d-23db-47e3-b495-d04aca593b39.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-233b700d-23db-47e3-b495-d04aca593b39-root {
    text-align: center;
  }


#s-233b700d-23db-47e3-b495-d04aca593b39.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-233b700d-23db-47e3-b495-d04aca593b39-root {
    text-align: center;
  }


#s-233b700d-23db-47e3-b495-d04aca593b39.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  max-width: 1920px;
aspect-ratio: 1920/750;
text-align: center;
}
@media (min-width: 1200px){#s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  display: none;
}
#s-04c98f84-c272-43e8-aaac-72a7bf4474fe, #wrap-s-04c98f84-c272-43e8-aaac-72a7bf4474fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  display: none;
}
#s-04c98f84-c272-43e8-aaac-72a7bf4474fe, #wrap-s-04c98f84-c272-43e8-aaac-72a7bf4474fe { display: none !important; }}@media (max-width: 767px){#s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  display: none;
}
#s-04c98f84-c272-43e8-aaac-72a7bf4474fe, #wrap-s-04c98f84-c272-43e8-aaac-72a7bf4474fe { display: none !important; }}


.shg-image-margin-container-s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04c98f84-c272-43e8-aaac-72a7bf4474fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shogun-image-content {
  
    align-items: center;
  
}

.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
      position: relative;
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04c98f84-c272-43e8-aaac-72a7bf4474fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shogun-image-content {
  
    align-items: center;
  
}

.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
      position: relative;
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04c98f84-c272-43e8-aaac-72a7bf4474fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shogun-image-content {
  
    align-items: center;
  
}

.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
      position: relative;
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04c98f84-c272-43e8-aaac-72a7bf4474fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shogun-image-content {
  
    align-items: center;
  
}

.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
      position: relative;
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04c98f84-c272-43e8-aaac-72a7bf4474fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-04c98f84-c272-43e8-aaac-72a7bf4474fe .shogun-image-content {
  
    align-items: center;
  
}

.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container {
      position: relative;
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04c98f84-c272-43e8-aaac-72a7bf4474fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
@media (min-width: 0px) {
[id="s-ba9480fa-e211-4c54-b178-7d27270a7919"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba9480fa-e211-4c54-b178-7d27270a7919"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba9480fa-e211-4c54-b178-7d27270a7919"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba9480fa-e211-4c54-b178-7d27270a7919"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba9480fa-e211-4c54-b178-7d27270a7919"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba9480fa-e211-4c54-b178-7d27270a7919"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba9480fa-e211-4c54-b178-7d27270a7919"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-3a225d7e-bf3d-477e-8efd-8400851186e7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
}

#s-a4fa1d24-f4f3-4a6f-9555-f5945e0e669a {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
}

#s-baa61176-0e0d-43a1-af5c-e5afe8db4528 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
background-color: rgba(0, 64, 113, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8-root {
    text-align: center;
  }


#s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8-root {
    text-align: center;
  }


#s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8-root {
    text-align: center;
  }


#s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8-root {
    text-align: center;
  }


#s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8-root {
    text-align: center;
  }


#s-2f5d4075-59c3-4e70-868c-6c7dbfc88cc8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  max-width: 1920px;
aspect-ratio: 1920/750;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  display: none;
}
#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d, #wrap-s-c5b32fca-bd25-4a51-a082-d9af77db6d2d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  display: none;
}
#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d, #wrap-s-c5b32fca-bd25-4a51-a082-d9af77db6d2d { display: none !important; }}@media (max-width: 767px){#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  display: none;
}
#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d, #wrap-s-c5b32fca-bd25-4a51-a082-d9af77db6d2d { display: none !important; }}


.shg-image-margin-container-s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
      position: relative;
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
      position: relative;
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
      position: relative;
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
      position: relative;
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shg-image-content-wrapper {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }

    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shogun-image-link {
      aspect-ratio: 1920/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5b32fca-bd25-4a51-a082-d9af77db6d2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1920px;
  }



  img.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d {
      --shg-aspect-ratio: calc(1920/750); 
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container {
      position: relative;
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5b32fca-bd25-4a51-a082-d9af77db6d2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
@media (min-width: 0px) {
[id="s-a1106535-f976-4552-aab2-b350d46eaeea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1106535-f976-4552-aab2-b350d46eaeea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1106535-f976-4552-aab2-b350d46eaeea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1106535-f976-4552-aab2-b350d46eaeea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1106535-f976-4552-aab2-b350d46eaeea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1106535-f976-4552-aab2-b350d46eaeea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1106535-f976-4552-aab2-b350d46eaeea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-038d1046-0977-4fff-9203-3beeed5cbb05 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
}

#s-ff0e178c-0b26-445b-bb75-2ed44fb1f0dd {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
}

#s-acbd4de8-acf9-4cfc-a4a5-2ed162d975d1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f {
  margin-top: 15px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
background-color: rgba(0, 64, 113, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f-root {
    text-align: center;
  }


#s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f-root {
    text-align: center;
  }


#s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f-root {
    text-align: center;
  }


#s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f-root {
    text-align: center;
  }


#s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f-root {
    text-align: center;
  }


#s-e4becd4c-ca9e-40c1-919e-480b3c87ba6f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-09a6c19a-7e4f-4023-bbc0-bc2f0d79a772 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-09a6c19a-7e4f-4023-bbc0-bc2f0d79a772 {
  display: none;
}
#s-09a6c19a-7e4f-4023-bbc0-bc2f0d79a772, #wrap-s-09a6c19a-7e4f-4023-bbc0-bc2f0d79a772 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09a6c19a-7e4f-4023-bbc0-bc2f0d79a772 {
  display: none;
}
#s-09a6c19a-7e4f-4023-bbc0-bc2f0d79a772, #wrap-s-09a6c19a-7e4f-4023-bbc0-bc2f0d79a772 { display: none !important; }}@media (max-width: 767px){#s-09a6c19a-7e4f-4023-bbc0-bc2f0d79a772 {
  display: none;
}
#s-09a6c19a-7e4f-4023-bbc0-bc2f0d79a772, #wrap-s-09a6c19a-7e4f-4023-bbc0-bc2f0d79a772 { display: none !important; }}







#s-09a6c19a-7e4f-4023-bbc0-bc2f0d79a772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09a6c19a-7e4f-4023-bbc0-bc2f0d79a772.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 {
  max-width: 1024px;
text-align: center;
}



.shg-image-margin-container-s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 {
  margin: 0 !important;
  overflow: hidden;
}






.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 {
  margin: 0 !important;
  overflow: hidden;
}






.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 {
  margin: 0 !important;
  overflow: hidden;
}






.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 {
  margin: 0 !important;
  overflow: hidden;
}






.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 {
  margin: 0 !important;
  overflow: hidden;
}






.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ccd9ba-b7c3-4da0-a443-694f7a54dc81.shogun-image {
  box-sizing: border-box;
}




}
#s-a884984b-7973-4251-bcce-d34ad7bcd0ca {
  min-height: 50px;
}








#s-a884984b-7973-4251-bcce-d34ad7bcd0ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a884984b-7973-4251-bcce-d34ad7bcd0ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c89c5c8-0cb7-4f2a-bd21-6b65bc2ad89a {
  margin-top: 12px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-3c89c5c8-0cb7-4f2a-bd21-6b65bc2ad89a {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-3c89c5c8-0cb7-4f2a-bd21-6b65bc2ad89a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c89c5c8-0cb7-4f2a-bd21-6b65bc2ad89a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c89c5c8-0cb7-4f2a-bd21-6b65bc2ad89a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c89c5c8-0cb7-4f2a-bd21-6b65bc2ad89a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c89c5c8-0cb7-4f2a-bd21-6b65bc2ad89a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c89c5c8-0cb7-4f2a-bd21-6b65bc2ad89a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c89c5c8-0cb7-4f2a-bd21-6b65bc2ad89a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-66abda56-9fdf-481f-b57e-9af3761e8c3e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-66abda56-9fdf-481f-b57e-9af3761e8c3e {
  margin-bottom: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66abda56-9fdf-481f-b57e-9af3761e8c3e {
  margin-bottom: 0px;
}
}
#s-8a6ef301-e603-4672-9afa-3afe93ade0bc {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8a6ef301-e603-4672-9afa-3afe93ade0bc {
  margin-top: 11px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a6ef301-e603-4672-9afa-3afe93ade0bc {
  margin-top: 14px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a6ef301-e603-4672-9afa-3afe93ade0bc {
  margin-top: 14px;
}
}
#s-c1842f85-e0ab-4894-95dd-ed26984d125e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c1842f85-e0ab-4894-95dd-ed26984d125e {
  margin-top: -23px;
margin-left: 22%;
margin-bottom: -15px;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1842f85-e0ab-4894-95dd-ed26984d125e {
  margin-top: -29px;
margin-left: 18%;
margin-bottom: -14px;
margin-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1842f85-e0ab-4894-95dd-ed26984d125e {
  margin-top: -29px;
margin-left: 14%;
margin-bottom: -10px;
margin-right: 14%;
}
}
#s-c1842f85-e0ab-4894-95dd-ed26984d125e hr {
  border-top: 2px solid #ddd;
}

#s-ebb91625-8fd3-48bb-8c06-b3b91e6188b5 {
  margin-left: auto;
margin-right: auto;
}

#s-9332e37b-ed62-4fbc-a85c-277358f576a0 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-9332e37b-ed62-4fbc-a85c-277358f576a0 {
  margin-top: -23px;
margin-left: 22%;
margin-bottom: -15px;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9332e37b-ed62-4fbc-a85c-277358f576a0 {
  margin-top: -27px;
margin-left: 18%;
margin-bottom: -14px;
margin-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9332e37b-ed62-4fbc-a85c-277358f576a0 {
  margin-top: -26px;
margin-left: 14%;
margin-bottom: -12px;
margin-right: 14%;
}
}
#s-9332e37b-ed62-4fbc-a85c-277358f576a0 hr {
  border-top: 2px solid #ddd;
}

#s-061deca8-a99b-453c-b78d-8f2caa10b019 {
  margin-top: 1px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
background-color: rgba(0, 64, 113, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-061deca8-a99b-453c-b78d-8f2caa10b019:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-061deca8-a99b-453c-b78d-8f2caa10b019:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-061deca8-a99b-453c-b78d-8f2caa10b019 {
  margin-top: 8px;
margin-bottom: 0px;
background-color: rgba(0, 64, 113, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-061deca8-a99b-453c-b78d-8f2caa10b019 {
  background-image: none;
background-color: rgba(87, 167, 71, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-061deca8-a99b-453c-b78d-8f2caa10b019 {
  background-image: none;
background-color: rgba(0, 64, 113, 1);
hover-type: color;
}
}

  #s-061deca8-a99b-453c-b78d-8f2caa10b019-root {
    text-align: center;
  }


#s-061deca8-a99b-453c-b78d-8f2caa10b019.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-061deca8-a99b-453c-b78d-8f2caa10b019-root {
    text-align: center;
  }


#s-061deca8-a99b-453c-b78d-8f2caa10b019.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-061deca8-a99b-453c-b78d-8f2caa10b019-root {
    text-align: center;
  }


#s-061deca8-a99b-453c-b78d-8f2caa10b019.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-061deca8-a99b-453c-b78d-8f2caa10b019-root {
    text-align: center;
  }


#s-061deca8-a99b-453c-b78d-8f2caa10b019.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-061deca8-a99b-453c-b78d-8f2caa10b019-root {
    text-align: center;
  }


#s-061deca8-a99b-453c-b78d-8f2caa10b019.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5fd25ed0-c0e2-4d15-ac6a-f70b85771808 {
  margin-top: 0px;
margin-bottom: 29px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5fd25ed0-c0e2-4d15-ac6a-f70b85771808 {
  display: none;
}
#s-5fd25ed0-c0e2-4d15-ac6a-f70b85771808, #wrap-s-5fd25ed0-c0e2-4d15-ac6a-f70b85771808 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fd25ed0-c0e2-4d15-ac6a-f70b85771808 {
  display: none;
}
#s-5fd25ed0-c0e2-4d15-ac6a-f70b85771808, #wrap-s-5fd25ed0-c0e2-4d15-ac6a-f70b85771808 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5fd25ed0-c0e2-4d15-ac6a-f70b85771808 {
  display: none;
}
#s-5fd25ed0-c0e2-4d15-ac6a-f70b85771808, #wrap-s-5fd25ed0-c0e2-4d15-ac6a-f70b85771808 { display: none !important; }}







#s-5fd25ed0-c0e2-4d15-ac6a-f70b85771808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5fd25ed0-c0e2-4d15-ac6a-f70b85771808.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c74a6695-d7b7-4683-8399-7f56ec26b15a {
  max-width: 600px;
text-align: center;
}



.shg-image-margin-container-s-c74a6695-d7b7-4683-8399-7f56ec26b15a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c74a6695-d7b7-4683-8399-7f56ec26b15a {
  margin: 0 !important;
  overflow: hidden;
}






.s-c74a6695-d7b7-4683-8399-7f56ec26b15a .shogun-image-content {
  
    align-items: center;
  
}

.s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c74a6695-d7b7-4683-8399-7f56ec26b15a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c74a6695-d7b7-4683-8399-7f56ec26b15a {
  margin: 0 !important;
  overflow: hidden;
}






.s-c74a6695-d7b7-4683-8399-7f56ec26b15a .shogun-image-content {
  
    align-items: center;
  
}

.s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c74a6695-d7b7-4683-8399-7f56ec26b15a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c74a6695-d7b7-4683-8399-7f56ec26b15a {
  margin: 0 !important;
  overflow: hidden;
}






.s-c74a6695-d7b7-4683-8399-7f56ec26b15a .shogun-image-content {
  
    align-items: center;
  
}

.s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c74a6695-d7b7-4683-8399-7f56ec26b15a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c74a6695-d7b7-4683-8399-7f56ec26b15a {
  margin: 0 !important;
  overflow: hidden;
}






.s-c74a6695-d7b7-4683-8399-7f56ec26b15a .shogun-image-content {
  
    align-items: center;
  
}

.s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-c74a6695-d7b7-4683-8399-7f56ec26b15a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c74a6695-d7b7-4683-8399-7f56ec26b15a {
  margin: 0 !important;
  overflow: hidden;
}






.s-c74a6695-d7b7-4683-8399-7f56ec26b15a .shogun-image-content {
  
    align-items: center;
  
}

.s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c74a6695-d7b7-4683-8399-7f56ec26b15a.shogun-image {
  box-sizing: border-box;
}




}
#s-0426b9d5-ebc2-4f62-b1dd-e6020053dfb6 {
  margin-top: 12px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-0426b9d5-ebc2-4f62-b1dd-e6020053dfb6 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-0426b9d5-ebc2-4f62-b1dd-e6020053dfb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0426b9d5-ebc2-4f62-b1dd-e6020053dfb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0426b9d5-ebc2-4f62-b1dd-e6020053dfb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0426b9d5-ebc2-4f62-b1dd-e6020053dfb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0426b9d5-ebc2-4f62-b1dd-e6020053dfb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0426b9d5-ebc2-4f62-b1dd-e6020053dfb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0426b9d5-ebc2-4f62-b1dd-e6020053dfb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-da46c197-4a20-4235-9196-15a8a50f8a3e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-da46c197-4a20-4235-9196-15a8a50f8a3e {
  margin-bottom: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da46c197-4a20-4235-9196-15a8a50f8a3e {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-da46c197-4a20-4235-9196-15a8a50f8a3e {
  margin-top: 9px;
}
}
#s-edd7a87a-aaec-4a99-a3f0-03a1579f7fdd {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-edd7a87a-aaec-4a99-a3f0-03a1579f7fdd {
  margin-top: 11px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edd7a87a-aaec-4a99-a3f0-03a1579f7fdd {
  margin-top: 14px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-edd7a87a-aaec-4a99-a3f0-03a1579f7fdd {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-edd7a87a-aaec-4a99-a3f0-03a1579f7fdd {
  margin-top: 16px;
}
}
#s-3462b769-c9ca-41fd-9d77-857e197d6679 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3462b769-c9ca-41fd-9d77-857e197d6679 {
  margin-top: -23px;
margin-left: 22%;
margin-bottom: -15px;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3462b769-c9ca-41fd-9d77-857e197d6679 {
  margin-top: -29px;
margin-left: 18%;
margin-bottom: -14px;
margin-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3462b769-c9ca-41fd-9d77-857e197d6679 {
  margin-top: -26px;
margin-left: 10%;
margin-bottom: -10px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-3462b769-c9ca-41fd-9d77-857e197d6679 {
  margin-top: -20px;
margin-left: 12%;
margin-right: 12%;
}
}
#s-3462b769-c9ca-41fd-9d77-857e197d6679 hr {
  border-top: 2px solid #ddd;
}

#s-88f47f66-1f15-4bb6-b302-dd905af08512 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-88f47f66-1f15-4bb6-b302-dd905af08512 {
  margin-top: -9px;
margin-bottom: 0px;
}
}
#s-011a5ce1-133b-45a3-b73c-f469511dbf13 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-011a5ce1-133b-45a3-b73c-f469511dbf13 {
  margin-top: -23px;
margin-left: 22%;
margin-bottom: -15px;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-011a5ce1-133b-45a3-b73c-f469511dbf13 {
  margin-top: -27px;
margin-left: 18%;
margin-bottom: -14px;
margin-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-011a5ce1-133b-45a3-b73c-f469511dbf13 {
  margin-top: -26px;
margin-left: 10%;
margin-bottom: -12px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-011a5ce1-133b-45a3-b73c-f469511dbf13 {
  margin-top: -26px;
margin-left: 12%;
margin-bottom: -8px;
margin-right: 12%;
}
}
#s-011a5ce1-133b-45a3-b73c-f469511dbf13 hr {
  border-top: 2px solid #ddd;
}

#s-262f7589-6484-4946-a338-5c3ae63f0fdb {
  margin-top: 1px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
background-color: rgba(0, 64, 113, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-262f7589-6484-4946-a338-5c3ae63f0fdb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-262f7589-6484-4946-a338-5c3ae63f0fdb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-262f7589-6484-4946-a338-5c3ae63f0fdb {
  margin-top: 8px;
margin-bottom: 0px;
background-color: rgba(0, 64, 113, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-262f7589-6484-4946-a338-5c3ae63f0fdb {
  background-image: none;
background-color: rgba(87, 167, 71, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-262f7589-6484-4946-a338-5c3ae63f0fdb {
  background-image: none;
background-color: rgba(87, 167, 71, 1);
hover-type: color;
}
}

  #s-262f7589-6484-4946-a338-5c3ae63f0fdb-root {
    text-align: center;
  }


#s-262f7589-6484-4946-a338-5c3ae63f0fdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-262f7589-6484-4946-a338-5c3ae63f0fdb-root {
    text-align: center;
  }


#s-262f7589-6484-4946-a338-5c3ae63f0fdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-262f7589-6484-4946-a338-5c3ae63f0fdb-root {
    text-align: center;
  }


#s-262f7589-6484-4946-a338-5c3ae63f0fdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-262f7589-6484-4946-a338-5c3ae63f0fdb-root {
    text-align: center;
  }


#s-262f7589-6484-4946-a338-5c3ae63f0fdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-262f7589-6484-4946-a338-5c3ae63f0fdb-root {
    text-align: center;
  }


#s-262f7589-6484-4946-a338-5c3ae63f0fdb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
