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

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

#s-b5e49d63-14f5-422e-8e0f-1e6b7713abc9 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5e49d63-14f5-422e-8e0f-1e6b7713abc9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-24cee221-a6f2-4bbb-824c-c6702d67264a {
  background-image: url(https://i.shgcdn.com/6bed19ca-769e-4d73-a45b-12a8e883c733/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-24cee221-a6f2-4bbb-824c-c6702d67264a {
  display: none;
}
#s-24cee221-a6f2-4bbb-824c-c6702d67264a, #wrap-s-24cee221-a6f2-4bbb-824c-c6702d67264a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24cee221-a6f2-4bbb-824c-c6702d67264a {
  display: none;
}
#s-24cee221-a6f2-4bbb-824c-c6702d67264a, #wrap-s-24cee221-a6f2-4bbb-824c-c6702d67264a { display:none !important; }}@media (max-width: 767px){#s-24cee221-a6f2-4bbb-824c-c6702d67264a {
  
}
}







#s-24cee221-a6f2-4bbb-824c-c6702d67264a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24cee221-a6f2-4bbb-824c-c6702d67264a.shg-box.shg-c {
  justify-content: flex-end;
}

#s-4af9a5d7-30f3-4a3a-b3d6-5ab355025d3c {
  padding-left: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(33, 34, 38, 0.6);
background-attachment: scroll;
}








#s-4af9a5d7-30f3-4a3a-b3d6-5ab355025d3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4af9a5d7-30f3-4a3a-b3d6-5ab355025d3c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-b87354ca-1249-44d8-8f73-9d05c669bd66 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;
max-width: 550px;
text-align: center;
}




  #s-b87354ca-1249-44d8-8f73-9d05c669bd66 img.shogun-image {
    
    width: px;
  }


#s-b87354ca-1249-44d8-8f73-9d05c669bd66 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3590875-d09a-46bb-afc4-5d361a68a837 {
  background-image: url(https://i.shgcdn.com/3862a3d5-bdd3-4f46-90ef-83e011334763/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3590875-d09a-46bb-afc4-5d361a68a837 {
  display: none;
}
#s-b3590875-d09a-46bb-afc4-5d361a68a837, #wrap-s-b3590875-d09a-46bb-afc4-5d361a68a837 { display:none !important; }}@media (max-width: 767px){#s-b3590875-d09a-46bb-afc4-5d361a68a837 {
  display: none;
}
#s-b3590875-d09a-46bb-afc4-5d361a68a837, #wrap-s-b3590875-d09a-46bb-afc4-5d361a68a837 { display:none !important; }}







#s-b3590875-d09a-46bb-afc4-5d361a68a837 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3590875-d09a-46bb-afc4-5d361a68a837.shg-box.shg-c {
  justify-content: flex-end;
}

#s-768534df-5e42-4a41-9ae3-29440cd24d7e {
  padding-left: 2em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(33, 34, 38, 0.6);
background-attachment: scroll;
}








#s-768534df-5e42-4a41-9ae3-29440cd24d7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-768534df-5e42-4a41-9ae3-29440cd24d7e.shg-box.shg-c {
  justify-content: center;
}

#s-c5225540-f3dd-430b-b5bc-72cd26e90c1a {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;
max-width: 550px;
text-align: center;
}




  #s-c5225540-f3dd-430b-b5bc-72cd26e90c1a img.shogun-image {
    
    width: px;
  }


#s-c5225540-f3dd-430b-b5bc-72cd26e90c1a .shogun-image-content {
  
    align-items: center;
  
}

#s-5e538b7e-7e38-45f9-838e-2cf7dffd53fc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 30px;
background-color: rgba(57, 58, 55, 1);
}








#s-5e538b7e-7e38-45f9-838e-2cf7dffd53fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e538b7e-7e38-45f9-838e-2cf7dffd53fc.shg-box.shg-c {
  justify-content: center;
}

#s-bc30c61f-1862-4783-8776-292a92553621 {
  margin-top: 0em;
margin-bottom: 1em;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7e09e906-53ab-4361-b86f-6ba2de5cd618 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 100%;
}
@media (min-width: 1200px){#s-7e09e906-53ab-4361-b86f-6ba2de5cd618 {
  display: none;
}
#s-7e09e906-53ab-4361-b86f-6ba2de5cd618, #wrap-s-7e09e906-53ab-4361-b86f-6ba2de5cd618 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e09e906-53ab-4361-b86f-6ba2de5cd618 {
  display: none;
}
#s-7e09e906-53ab-4361-b86f-6ba2de5cd618, #wrap-s-7e09e906-53ab-4361-b86f-6ba2de5cd618 { display:none !important; }}
#s-7e09e906-53ab-4361-b86f-6ba2de5cd618 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 243, 239, 1);
}

#s-7e09e906-53ab-4361-b86f-6ba2de5cd618 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(57, 58, 55, 1);
  padding: 10px;
}

#s-7e09e906-53ab-4361-b86f-6ba2de5cd618 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 243, 239, 1);
}

#s-7e09e906-53ab-4361-b86f-6ba2de5cd618 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(33, 34, 38, 1);
  border-top: 1px solid rgba(244, 243, 239, 1);
}

#s-7e09e906-53ab-4361-b86f-6ba2de5cd618 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 243, 239, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7e09e906-53ab-4361-b86f-6ba2de5cd618 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5761e695-9482-42b7-aeec-626e172dbd7a {
  margin-left: 2em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5761e695-9482-42b7-aeec-626e172dbd7a .shogun-heading-component h4 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-5761e695-9482-42b7-aeec-626e172dbd7a .shogun-heading-component h4 a {
  color: rgba(244, 243, 239, 1);
}


#s-0274d21f-a928-43f7-9b9c-f42c45d949c8 {
  margin-left: 2em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0274d21f-a928-43f7-9b9c-f42c45d949c8 .shogun-heading-component h4 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-0274d21f-a928-43f7-9b9c-f42c45d949c8 .shogun-heading-component h4 a {
  color: rgba(244, 243, 239, 1);
}


#s-19a2da1d-676d-4a8a-94ad-5ee3dce1e2ea {
  margin-left: 2em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-19a2da1d-676d-4a8a-94ad-5ee3dce1e2ea .shogun-heading-component h4 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-19a2da1d-676d-4a8a-94ad-5ee3dce1e2ea .shogun-heading-component h4 a {
  color: rgba(244, 243, 239, 1);
}


#s-7f40d267-d07f-4b9d-8519-1b7630ed4f92 {
  margin-left: 2em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7f40d267-d07f-4b9d-8519-1b7630ed4f92 .shogun-heading-component h4 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-7f40d267-d07f-4b9d-8519-1b7630ed4f92 .shogun-heading-component h4 a {
  color: rgba(244, 243, 239, 1);
}


#s-473afee1-d7da-4a10-8543-b439d0aef500 {
  margin-left: 2em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-473afee1-d7da-4a10-8543-b439d0aef500 .shogun-heading-component h4 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-473afee1-d7da-4a10-8543-b439d0aef500 .shogun-heading-component h4 a {
  color: rgba(244, 243, 239, 1);
}


#s-a15913e9-6fdd-4d54-a729-0e60258b498d {
  margin-left: 2em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a15913e9-6fdd-4d54-a729-0e60258b498d .shogun-heading-component h4 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-a15913e9-6fdd-4d54-a729-0e60258b498d .shogun-heading-component h4 a {
  color: rgba(244, 243, 239, 1);
}


#s-d7b5c10f-59b1-4b53-a14f-6b05864b6771 {
  margin-left: 2em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7b5c10f-59b1-4b53-a14f-6b05864b6771 .shogun-heading-component h4 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d7b5c10f-59b1-4b53-a14f-6b05864b6771 .shogun-heading-component h4 a {
  color: rgba(244, 243, 239, 1);
}


#s-ecdb0cdd-3147-4158-82b0-b10c27cfa7ab {
  margin-left: 2em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ecdb0cdd-3147-4158-82b0-b10c27cfa7ab .shogun-heading-component h4 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-ecdb0cdd-3147-4158-82b0-b10c27cfa7ab .shogun-heading-component h4 a {
  color: rgba(244, 243, 239, 1);
}


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

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

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

#s-d9e8f59a-6a28-4aac-a021-0658cd1945e3 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 800px;
}
@media (min-width: 1200px){#s-d9e8f59a-6a28-4aac-a021-0658cd1945e3 {
  display: none;
}
#s-d9e8f59a-6a28-4aac-a021-0658cd1945e3, #wrap-s-d9e8f59a-6a28-4aac-a021-0658cd1945e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9e8f59a-6a28-4aac-a021-0658cd1945e3 {
  display: none;
}
#s-d9e8f59a-6a28-4aac-a021-0658cd1945e3, #wrap-s-d9e8f59a-6a28-4aac-a021-0658cd1945e3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-d9e8f59a-6a28-4aac-a021-0658cd1945e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e569becf-430b-4dee-a5c0-d6c3e6647ed3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e569becf-430b-4dee-a5c0-d6c3e6647ed3 {
  display: none;
}
#s-e569becf-430b-4dee-a5c0-d6c3e6647ed3, #wrap-s-e569becf-430b-4dee-a5c0-d6c3e6647ed3 { display:none !important; }}@media (max-width: 767px){#s-e569becf-430b-4dee-a5c0-d6c3e6647ed3 {
  display: none;
}
#s-e569becf-430b-4dee-a5c0-d6c3e6647ed3, #wrap-s-e569becf-430b-4dee-a5c0-d6c3e6647ed3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-e569becf-430b-4dee-a5c0-d6c3e6647ed3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

#s-b8130c8d-33af-4420-aa60-417755404bc8 {
  margin-left: auto;
margin-right: auto;
}

#s-1c9ebe66-5ac7-40cd-b5ca-3c9fd4a13347 {
  margin-left: auto;
margin-right: auto;
}

#s-6b6a690d-df01-4731-bb1f-a85b7195508f {
  margin-left: auto;
margin-right: auto;
}

#s-c4f8a3db-4da5-4424-8a50-3b6f925fdda5 {
  margin-left: auto;
margin-right: auto;
}

#s-d7c21c72-d705-4162-90f5-c0d8be8c6e0b {
  margin-left: auto;
margin-right: auto;
}

#s-596354bd-f1ba-4fbe-8c33-ca9222c7cea9 {
  margin-left: auto;
margin-right: auto;
}

#s-296d1a94-e626-4b1a-a903-a3b372f87e3d {
  margin-top: 0em;
margin-bottom: 2em;
min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}








#s-296d1a94-e626-4b1a-a903-a3b372f87e3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-296d1a94-e626-4b1a-a903-a3b372f87e3d.shg-box.shg-c {
  justify-content: center;
}

#s-118f0468-8ab6-49e0-84bf-34f5005efff9 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;
text-align: center;
}
@media (min-width: 1200px){#s-118f0468-8ab6-49e0-84bf-34f5005efff9 {
  display: none;
}
#s-118f0468-8ab6-49e0-84bf-34f5005efff9, #wrap-s-118f0468-8ab6-49e0-84bf-34f5005efff9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-118f0468-8ab6-49e0-84bf-34f5005efff9 {
  display: none;
}
#s-118f0468-8ab6-49e0-84bf-34f5005efff9, #wrap-s-118f0468-8ab6-49e0-84bf-34f5005efff9 { display:none !important; }}
#s-118f0468-8ab6-49e0-84bf-34f5005efff9 .shogun-heading-component h2 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-54d51c9c-9c47-4a5c-a5b6-a42dff930946 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-54d51c9c-9c47-4a5c-a5b6-a42dff930946 {
  display: none;
}
#s-54d51c9c-9c47-4a5c-a5b6-a42dff930946, #wrap-s-54d51c9c-9c47-4a5c-a5b6-a42dff930946 { display:none !important; }}@media (max-width: 767px){#s-54d51c9c-9c47-4a5c-a5b6-a42dff930946 {
  display: none;
}
#s-54d51c9c-9c47-4a5c-a5b6-a42dff930946, #wrap-s-54d51c9c-9c47-4a5c-a5b6-a42dff930946 { display:none !important; }}
#s-54d51c9c-9c47-4a5c-a5b6-a42dff930946 .shogun-heading-component h2 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dc95cceb-5834-49c4-aa29-2ff1d20b80ad {
  margin-left: auto;
margin-right: auto;
padding-bottom: 2em;
max-width: 360px;
}
@media (min-width: 1200px){#s-dc95cceb-5834-49c4-aa29-2ff1d20b80ad {
  display: none;
}
#s-dc95cceb-5834-49c4-aa29-2ff1d20b80ad, #wrap-s-dc95cceb-5834-49c4-aa29-2ff1d20b80ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc95cceb-5834-49c4-aa29-2ff1d20b80ad {
  display: none;
}
#s-dc95cceb-5834-49c4-aa29-2ff1d20b80ad, #wrap-s-dc95cceb-5834-49c4-aa29-2ff1d20b80ad { display:none !important; }}
#s-7fcb1fb3-1957-46f2-9034-9bc7a61c503a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 2em;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7fcb1fb3-1957-46f2-9034-9bc7a61c503a {
  display: none;
}
#s-7fcb1fb3-1957-46f2-9034-9bc7a61c503a, #wrap-s-7fcb1fb3-1957-46f2-9034-9bc7a61c503a { display:none !important; }}@media (max-width: 767px){#s-7fcb1fb3-1957-46f2-9034-9bc7a61c503a {
  display: none;
}
#s-7fcb1fb3-1957-46f2-9034-9bc7a61c503a, #wrap-s-7fcb1fb3-1957-46f2-9034-9bc7a61c503a { display:none !important; }}
#s-892b560e-cdbd-4620-8103-7d6a32012d53 {
  margin-top: 2em;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-892b560e-cdbd-4620-8103-7d6a32012d53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-ca921a9f-61a7-436c-b367-b6758c03bd91 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-ca921a9f-61a7-436c-b367-b6758c03bd91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca921a9f-61a7-436c-b367-b6758c03bd91 {
  cursor: pointer;
}#s-ca921a9f-61a7-436c-b367-b6758c03bd91.shg-box.shg-c {
  justify-content: center;
}

#s-da3516a1-012f-48fe-b185-d6b1583cb90d {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-da3516a1-012f-48fe-b185-d6b1583cb90d img.shogun-image {
    
    width: px;
  }


#s-da3516a1-012f-48fe-b185-d6b1583cb90d .shogun-image-content {
  
    align-items: center;
  
}

#s-2176063d-3dbe-41e4-ad3c-138444619d6c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-2176063d-3dbe-41e4-ad3c-138444619d6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2176063d-3dbe-41e4-ad3c-138444619d6c {
  cursor: pointer;
}#s-2176063d-3dbe-41e4-ad3c-138444619d6c.shg-box.shg-c {
  justify-content: center;
}

#s-46080dd5-f831-45c1-8123-284e831a8e01 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-46080dd5-f831-45c1-8123-284e831a8e01 img.shogun-image {
    
    width: px;
  }


#s-46080dd5-f831-45c1-8123-284e831a8e01 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d6182dc-91e1-439b-ab4e-6230c429cb92 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-1d6182dc-91e1-439b-ab4e-6230c429cb92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d6182dc-91e1-439b-ab4e-6230c429cb92 {
  cursor: pointer;
}#s-1d6182dc-91e1-439b-ab4e-6230c429cb92.shg-box.shg-c {
  justify-content: center;
}

#s-cb7492e5-45f3-4a3b-b799-c4ad1b764371 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-cb7492e5-45f3-4a3b-b799-c4ad1b764371 img.shogun-image {
    
    width: px;
  }


#s-cb7492e5-45f3-4a3b-b799-c4ad1b764371 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a830cc9-e49e-4b58-87ee-1d13787bf547 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-8a830cc9-e49e-4b58-87ee-1d13787bf547 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a830cc9-e49e-4b58-87ee-1d13787bf547 {
  cursor: pointer;
}#s-8a830cc9-e49e-4b58-87ee-1d13787bf547.shg-box.shg-c {
  justify-content: center;
}

#s-ab443489-1b9e-47f3-af20-a623d09172e2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-ab443489-1b9e-47f3-af20-a623d09172e2 img.shogun-image {
    
    width: px;
  }


#s-ab443489-1b9e-47f3-af20-a623d09172e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7aeb13b-4aa0-4e08-8cdd-ba602be8fb28 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-c7aeb13b-4aa0-4e08-8cdd-ba602be8fb28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7aeb13b-4aa0-4e08-8cdd-ba602be8fb28 {
  cursor: pointer;
}#s-c7aeb13b-4aa0-4e08-8cdd-ba602be8fb28.shg-box.shg-c {
  justify-content: center;
}

#s-b8e16bb2-8b6d-469e-8e98-a9d0ccf47b3d {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-b8e16bb2-8b6d-469e-8e98-a9d0ccf47b3d img.shogun-image {
    
    width: px;
  }


#s-b8e16bb2-8b6d-469e-8e98-a9d0ccf47b3d .shogun-image-content {
  
    align-items: center;
  
}

#s-63e8daf7-c4ed-419e-83f9-fc1acc13779b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-63e8daf7-c4ed-419e-83f9-fc1acc13779b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63e8daf7-c4ed-419e-83f9-fc1acc13779b {
  cursor: pointer;
}#s-63e8daf7-c4ed-419e-83f9-fc1acc13779b.shg-box.shg-c {
  justify-content: center;
}

#s-daed6a36-f5cf-40a7-8906-cc29b4cc07d6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-daed6a36-f5cf-40a7-8906-cc29b4cc07d6 img.shogun-image {
    
    width: px;
  }


#s-daed6a36-f5cf-40a7-8906-cc29b4cc07d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7dafaff-c80c-4965-876b-87deae2a9293 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f7dafaff-c80c-4965-876b-87deae2a9293"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-e4d63c78-68a8-4678-b994-30b958e8ea95 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-e4d63c78-68a8-4678-b994-30b958e8ea95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4d63c78-68a8-4678-b994-30b958e8ea95 {
  cursor: pointer;
}#s-e4d63c78-68a8-4678-b994-30b958e8ea95.shg-box.shg-c {
  justify-content: center;
}

#s-124e91dd-6394-49e0-bd97-35222178c3c7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-124e91dd-6394-49e0-bd97-35222178c3c7 img.shogun-image {
    
    width: px;
  }


#s-124e91dd-6394-49e0-bd97-35222178c3c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-efdc9457-15ed-472d-a1f5-7f335fa9114f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-efdc9457-15ed-472d-a1f5-7f335fa9114f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efdc9457-15ed-472d-a1f5-7f335fa9114f {
  cursor: pointer;
}#s-efdc9457-15ed-472d-a1f5-7f335fa9114f.shg-box.shg-c {
  justify-content: center;
}

#s-adb074f9-9b35-4f73-a6be-820a33d9515c {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-adb074f9-9b35-4f73-a6be-820a33d9515c img.shogun-image {
    
    width: px;
  }


#s-adb074f9-9b35-4f73-a6be-820a33d9515c .shogun-image-content {
  
    align-items: center;
  
}

#s-83c81c68-aec1-4a17-85ec-db048cea5ced {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-83c81c68-aec1-4a17-85ec-db048cea5ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83c81c68-aec1-4a17-85ec-db048cea5ced {
  cursor: pointer;
}#s-83c81c68-aec1-4a17-85ec-db048cea5ced.shg-box.shg-c {
  justify-content: center;
}

#s-6ebd4611-1966-4fc3-a976-27b6a07eec13 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-6ebd4611-1966-4fc3-a976-27b6a07eec13 img.shogun-image {
    
    width: px;
  }


#s-6ebd4611-1966-4fc3-a976-27b6a07eec13 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f538208-508a-4fd3-87e4-489103ee8cad {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-4f538208-508a-4fd3-87e4-489103ee8cad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f538208-508a-4fd3-87e4-489103ee8cad {
  cursor: pointer;
}#s-4f538208-508a-4fd3-87e4-489103ee8cad.shg-box.shg-c {
  justify-content: center;
}

#s-83152939-76bd-4f82-95ad-fd128a00f559 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-83152939-76bd-4f82-95ad-fd128a00f559 img.shogun-image {
    
    width: px;
  }


#s-83152939-76bd-4f82-95ad-fd128a00f559 .shogun-image-content {
  
    align-items: center;
  
}

#s-e74e996e-f91e-4171-919a-41ba2388bf00 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-e74e996e-f91e-4171-919a-41ba2388bf00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e74e996e-f91e-4171-919a-41ba2388bf00 {
  cursor: pointer;
}#s-e74e996e-f91e-4171-919a-41ba2388bf00.shg-box.shg-c {
  justify-content: center;
}

#s-b3aa2fa9-fbdf-4b0f-b64c-182157cbc134 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-b3aa2fa9-fbdf-4b0f-b64c-182157cbc134 img.shogun-image {
    
    width: px;
  }


#s-b3aa2fa9-fbdf-4b0f-b64c-182157cbc134 .shogun-image-content {
  
    align-items: center;
  
}

#s-e50bce95-6cd4-4598-a6f5-aae1259a6794 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-e50bce95-6cd4-4598-a6f5-aae1259a6794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e50bce95-6cd4-4598-a6f5-aae1259a6794 {
  cursor: pointer;
}#s-e50bce95-6cd4-4598-a6f5-aae1259a6794.shg-box.shg-c {
  justify-content: center;
}

#s-1de83cdd-3777-4b4e-bcf7-981377bce875 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-1de83cdd-3777-4b4e-bcf7-981377bce875 img.shogun-image {
    
    width: px;
  }


#s-1de83cdd-3777-4b4e-bcf7-981377bce875 .shogun-image-content {
  
    align-items: center;
  
}

#s-74a51d47-e90d-4db4-a83f-d7869c3fe196 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
max-width: 1200px;
}

#s-b0e560f3-c664-4a5a-bc07-a641b089214c {
  margin-bottom: 0em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}

@media (min-width: 0px) {
[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b0e560f3-c664-4a5a-bc07-a641b089214c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-9a4b84c7-73c4-4260-8a51-1aef128276b8 {
  text-align: center;
}




  #s-9a4b84c7-73c4-4260-8a51-1aef128276b8 img.shogun-image {
    
    width: px;
  }


#s-9a4b84c7-73c4-4260-8a51-1aef128276b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd0e75ff-f1f7-48f1-bd40-6b55560d9748 {
  padding-top: 2em;
padding-bottom: 1em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-dd0e75ff-f1f7-48f1-bd40-6b55560d9748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd0e75ff-f1f7-48f1-bd40-6b55560d9748.shg-box.shg-c {
  justify-content: center;
}

#s-187a261e-d743-448f-b831-2b37257710f4 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-187a261e-d743-448f-b831-2b37257710f4 {
  display: none;
}
#s-187a261e-d743-448f-b831-2b37257710f4, #wrap-s-187a261e-d743-448f-b831-2b37257710f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-187a261e-d743-448f-b831-2b37257710f4 {
  display: none;
}
#s-187a261e-d743-448f-b831-2b37257710f4, #wrap-s-187a261e-d743-448f-b831-2b37257710f4 { display:none !important; }}
#s-187a261e-d743-448f-b831-2b37257710f4 .shogun-heading-component h1 {
  color: rgba(57, 58, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d0e041fe-1b0d-4177-8171-751376f53baf {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0e041fe-1b0d-4177-8171-751376f53baf {
  display: none;
}
#s-d0e041fe-1b0d-4177-8171-751376f53baf, #wrap-s-d0e041fe-1b0d-4177-8171-751376f53baf { display:none !important; }}@media (max-width: 767px){#s-d0e041fe-1b0d-4177-8171-751376f53baf {
  display: none;
}
#s-d0e041fe-1b0d-4177-8171-751376f53baf, #wrap-s-d0e041fe-1b0d-4177-8171-751376f53baf { display:none !important; }}
#s-d0e041fe-1b0d-4177-8171-751376f53baf .shogun-heading-component h1 {
  color: rgba(57, 58, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ffc4a4f8-b8fd-434e-ac9d-cbda5ca5c831 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
max-width: 800px;
}

#s-5421ffaf-cdeb-4e68-be57-4d384b014d73 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-5421ffaf-cdeb-4e68-be57-4d384b014d73 img.shogun-image {
    
    width: px;
  }


#s-5421ffaf-cdeb-4e68-be57-4d384b014d73 .shogun-image-content {
  
    align-items: center;
  
}

#s-921968f0-dfa7-4712-a1d5-131830956ffe {
  text-align: center;
}
@media (max-width: 767px){#s-921968f0-dfa7-4712-a1d5-131830956ffe {
  display: none;
}
#s-921968f0-dfa7-4712-a1d5-131830956ffe, #wrap-s-921968f0-dfa7-4712-a1d5-131830956ffe { display:none !important; }}



  #s-921968f0-dfa7-4712-a1d5-131830956ffe img.shogun-image {
    
    width: px;
  }


#s-921968f0-dfa7-4712-a1d5-131830956ffe .shogun-image-content {
  
    align-items: center;
  
}

#s-40d960f8-8dd5-4178-b2a8-f6613e52d74a {
  min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-40d960f8-8dd5-4178-b2a8-f6613e52d74a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40d960f8-8dd5-4178-b2a8-f6613e52d74a.shg-box.shg-c {
  justify-content: center;
}

#s-f389ac74-c2f8-4828-bdd1-f4cd758b8558 {
  min-height: 50px;
}








#s-f389ac74-c2f8-4828-bdd1-f4cd758b8558 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f389ac74-c2f8-4828-bdd1-f4cd758b8558.shg-box.shg-c {
  justify-content: center;
}

#s-688bb0a3-f6ff-4864-bfec-60f09fddad82 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 800px;
background-position: center center;
}








#s-688bb0a3-f6ff-4864-bfec-60f09fddad82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-688bb0a3-f6ff-4864-bfec-60f09fddad82.shg-box.shg-c {
  justify-content: center;
}

#s-f3f000d1-b095-42a2-b346-26a2bf328087 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f3f000d1-b095-42a2-b346-26a2bf328087 {
  display: none;
}
#s-f3f000d1-b095-42a2-b346-26a2bf328087, #wrap-s-f3f000d1-b095-42a2-b346-26a2bf328087 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3f000d1-b095-42a2-b346-26a2bf328087 {
  display: none;
}
#s-f3f000d1-b095-42a2-b346-26a2bf328087, #wrap-s-f3f000d1-b095-42a2-b346-26a2bf328087 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3f000d1-b095-42a2-b346-26a2bf328087 {
  display: none;
}
#s-f3f000d1-b095-42a2-b346-26a2bf328087, #wrap-s-f3f000d1-b095-42a2-b346-26a2bf328087 { display:none !important; }}







#s-f3f000d1-b095-42a2-b346-26a2bf328087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3f000d1-b095-42a2-b346-26a2bf328087.shg-box.shg-c {
  justify-content: center;
}

#s-96369752-9d52-417b-9364-a967a5354a95 {
  min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-96369752-9d52-417b-9364-a967a5354a95 {
  
}
}@media (max-width: 767px){#s-96369752-9d52-417b-9364-a967a5354a95 {
  display: none;
}
#s-96369752-9d52-417b-9364-a967a5354a95, #wrap-s-96369752-9d52-417b-9364-a967a5354a95 { display:none !important; }}







#s-96369752-9d52-417b-9364-a967a5354a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96369752-9d52-417b-9364-a967a5354a95.shg-box.shg-c {
  justify-content: center;
}

#s-afca1aab-b94f-492b-97c6-f7e775504825 {
  margin-left: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 4em;
padding-bottom: 2em;
padding-right: 4em;
max-width: 800px;
background-color: rgba(244, 243, 239, 1);
}

@media (min-width: 0px) {
[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afca1aab-b94f-492b-97c6-f7e775504825"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-737aa7f1-c0ce-48c1-9702-06cc093478e7 {
  text-align: left;
}




  #s-737aa7f1-c0ce-48c1-9702-06cc093478e7 img.shogun-image {
    
    width: px;
  }


#s-737aa7f1-c0ce-48c1-9702-06cc093478e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-48ae28b4-227b-4268-9984-fb4ffdaa3d73 {
  min-height: 50px;
}








#s-48ae28b4-227b-4268-9984-fb4ffdaa3d73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ae28b4-227b-4268-9984-fb4ffdaa3d73.shg-box.shg-c {
  justify-content: center;
}

#s-1bb505db-21bd-4095-9fd0-8bfc436eb454 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bb505db-21bd-4095-9fd0-8bfc436eb454 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a36cd395-2997-4b35-8183-dac6690b6ada {
  margin-top: -9em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-a36cd395-2997-4b35-8183-dac6690b6ada {
  display: none;
}
#s-a36cd395-2997-4b35-8183-dac6690b6ada, #wrap-s-a36cd395-2997-4b35-8183-dac6690b6ada { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a36cd395-2997-4b35-8183-dac6690b6ada {
  display: none;
}
#s-a36cd395-2997-4b35-8183-dac6690b6ada, #wrap-s-a36cd395-2997-4b35-8183-dac6690b6ada { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a36cd395-2997-4b35-8183-dac6690b6ada {
  display: none;
}
#s-a36cd395-2997-4b35-8183-dac6690b6ada, #wrap-s-a36cd395-2997-4b35-8183-dac6690b6ada { display:none !important; }}@media (max-width: 767px){#s-a36cd395-2997-4b35-8183-dac6690b6ada {
  
}
}



  #s-a36cd395-2997-4b35-8183-dac6690b6ada img.shogun-image {
    
    width: px;
  }


#s-a36cd395-2997-4b35-8183-dac6690b6ada .shogun-image-content {
  
    align-items: center;
  
}

#s-8eb30285-8fa0-425f-bc96-be921ecc42e5 {
  margin-top: -5.5em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-8eb30285-8fa0-425f-bc96-be921ecc42e5 {
  display: none;
}
#s-8eb30285-8fa0-425f-bc96-be921ecc42e5, #wrap-s-8eb30285-8fa0-425f-bc96-be921ecc42e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8eb30285-8fa0-425f-bc96-be921ecc42e5 {
  display: none;
}
#s-8eb30285-8fa0-425f-bc96-be921ecc42e5, #wrap-s-8eb30285-8fa0-425f-bc96-be921ecc42e5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8eb30285-8fa0-425f-bc96-be921ecc42e5 {
  
}
}@media (max-width: 767px){#s-8eb30285-8fa0-425f-bc96-be921ecc42e5 {
  display: none;
}
#s-8eb30285-8fa0-425f-bc96-be921ecc42e5, #wrap-s-8eb30285-8fa0-425f-bc96-be921ecc42e5 { display:none !important; }}



  #s-8eb30285-8fa0-425f-bc96-be921ecc42e5 img.shogun-image {
    
    width: px;
  }


#s-8eb30285-8fa0-425f-bc96-be921ecc42e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b8588ff-f13e-4aea-91fa-cf8bb15511ad {
  margin-top: -5.1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 460px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b8588ff-f13e-4aea-91fa-cf8bb15511ad {
  display: none;
}
#s-1b8588ff-f13e-4aea-91fa-cf8bb15511ad, #wrap-s-1b8588ff-f13e-4aea-91fa-cf8bb15511ad { display:none !important; }}@media (max-width: 767px){#s-1b8588ff-f13e-4aea-91fa-cf8bb15511ad {
  display: none;
}
#s-1b8588ff-f13e-4aea-91fa-cf8bb15511ad, #wrap-s-1b8588ff-f13e-4aea-91fa-cf8bb15511ad { display:none !important; }}



  #s-1b8588ff-f13e-4aea-91fa-cf8bb15511ad img.shogun-image {
    
    width: px;
  }


#s-1b8588ff-f13e-4aea-91fa-cf8bb15511ad .shogun-image-content {
  
    align-items: center;
  
}

#s-14e299ea-4fed-4111-a856-da00617e0f05 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14e299ea-4fed-4111-a856-da00617e0f05 .shogun-heading-component h1 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f5131420-5bb8-41b0-a298-ffe80be467f5 {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
}

#s-79d9c61d-a081-4c31-ba37-40cca564e9c7 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-79d9c61d-a081-4c31-ba37-40cca564e9c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-82b27e21-4f22-4699-b5fd-0a92a44fe715 {
  margin-top: 0em;
margin-bottom: 2em;
text-align: center;
}




  #s-82b27e21-4f22-4699-b5fd-0a92a44fe715 img.shogun-image {
    
    width: px;
  }


#s-82b27e21-4f22-4699-b5fd-0a92a44fe715 .shogun-image-content {
  
    align-items: center;
  
}

#s-1852553b-aa63-4c33-a97b-4718a12da50c {
  margin-bottom: 2em;
text-align: center;
}




  #s-1852553b-aa63-4c33-a97b-4718a12da50c img.shogun-image {
    
    width: px;
  }


#s-1852553b-aa63-4c33-a97b-4718a12da50c .shogun-image-content {
  
    align-items: center;
  
}

#s-22179a30-aca0-4995-a35c-84cfe9381165 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
max-width: 900px;
}

#s-c70aa8bd-e71e-40e0-ac24-d200806e1cee {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-c70aa8bd-e71e-40e0-ac24-d200806e1cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c70aa8bd-e71e-40e0-ac24-d200806e1cee.shg-box.shg-c {
  justify-content: center;
}

#s-4a5defe6-7515-402b-9d9d-d8c687562251 {
  margin-top: 4em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-4a5defe6-7515-402b-9d9d-d8c687562251 img.shogun-image {
    
    width: px;
  }


#s-4a5defe6-7515-402b-9d9d-d8c687562251 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc795592-57b0-4db0-b36b-8915f89d30ce {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 900px;
}

#s-53be3e49-0e44-4e51-925a-02cecf0b34e3 {
  margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53be3e49-0e44-4e51-925a-02cecf0b34e3 .shogun-heading-component h1 {
  color: rgba(57, 58, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c416508b-6276-4858-a9ef-28b2e6d4dc09 {
  margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
max-width: 1200px;
}

#s-c416508b-6276-4858-a9ef-28b2e6d4dc09 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c416508b-6276-4858-a9ef-28b2e6d4dc09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(57, 58, 55, 1);
  padding: 2em;
}

#s-c416508b-6276-4858-a9ef-28b2e6d4dc09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 243, 239, 1);
}

#s-c416508b-6276-4858-a9ef-28b2e6d4dc09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 243, 239, 1);
  border-top: 1px solid #ddd;
}

#s-c416508b-6276-4858-a9ef-28b2e6d4dc09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 243, 239, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-c416508b-6276-4858-a9ef-28b2e6d4dc09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-caf08af2-2f85-411d-b93c-8a555355f8ea {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-c9817ab5-4b3e-47ea-90de-afb34c4a256d {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-5fec74bd-3173-4ec3-9ebd-2d98d39419c3 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862 {
  margin-bottom: 2em;
padding-right: 1em;
}

@media (min-width: 0px) {
[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca2dd63e-96e9-422a-bfbc-1572e4a2b862"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ae008132-502b-4402-aa53-0f49f4905dcf {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-ae008132-502b-4402-aa53-0f49f4905dcf img.shogun-image {
    
    width: px;
  }


#s-ae008132-502b-4402-aa53-0f49f4905dcf .shogun-image-content {
  
    align-items: center;
  
}

#s-e41d7951-1d0d-4c34-b7eb-e45b9f3a058d {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 130px;
text-align: center;
}




  #s-e41d7951-1d0d-4c34-b7eb-e45b9f3a058d img.shogun-image {
    
    width: px;
  }


#s-e41d7951-1d0d-4c34-b7eb-e45b9f3a058d .shogun-image-content {
  
    align-items: center;
  
}

#s-673734a7-cb2b-45ed-bcba-efed6b254e0f {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-673734a7-cb2b-45ed-bcba-efed6b254e0f img.shogun-image {
    
    width: px;
  }


#s-673734a7-cb2b-45ed-bcba-efed6b254e0f .shogun-image-content {
  
    align-items: center;
  
}

#s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d {
  margin-bottom: 2em;
padding-left: 1em;
padding-right: 1em;
}

@media (min-width: 0px) {
[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-75b46848-ec86-4c2e-8b3e-4379c9c2bd6d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7daa86d4-4e9b-4478-bc53-1f428ae92c77 {
  margin-bottom: 2em;
text-align: center;
}




  #s-7daa86d4-4e9b-4478-bc53-1f428ae92c77 img.shogun-image {
    
    width: px;
  }


#s-7daa86d4-4e9b-4478-bc53-1f428ae92c77 .shogun-image-content {
  
    align-items: center;
  
}

#s-0434733c-0c70-416d-9e30-9dff318244e8 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-0434733c-0c70-416d-9e30-9dff318244e8 img.shogun-image {
    
    width: px;
  }


#s-0434733c-0c70-416d-9e30-9dff318244e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ce791ad-54de-4394-b283-8b45eb19860e {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-5ce791ad-54de-4394-b283-8b45eb19860e img.shogun-image {
    
    width: px;
  }


#s-5ce791ad-54de-4394-b283-8b45eb19860e .shogun-image-content {
  
    align-items: center;
  
}

#s-6f2a0447-b008-4a09-8183-20c801c0d4cb {
  margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}




  #s-6f2a0447-b008-4a09-8183-20c801c0d4cb img.shogun-image {
    
    width: px;
  }


#s-6f2a0447-b008-4a09-8183-20c801c0d4cb .shogun-image-content {
  
    align-items: center;
  
}

#s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa {
  margin-bottom: 2em;
padding-left: 1em;
padding-right: 1em;
}

@media (min-width: 0px) {
[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3f8f8b92-faeb-4ac5-8e83-153474de7dfa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-aaa091d3-565b-424b-90a8-d2398d286530 {
  margin-bottom: 2em;
text-align: center;
}




  #s-aaa091d3-565b-424b-90a8-d2398d286530 img.shogun-image {
    
    width: px;
  }


#s-aaa091d3-565b-424b-90a8-d2398d286530 .shogun-image-content {
  
    align-items: center;
  
}

#s-bca71a4c-402d-44b3-9b8c-5a5772abe7c3 {
  margin-top: 0em;
margin-bottom: 2em;
text-align: center;
}




  #s-bca71a4c-402d-44b3-9b8c-5a5772abe7c3 img.shogun-image {
    
    width: px;
  }


#s-bca71a4c-402d-44b3-9b8c-5a5772abe7c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-630448ff-07c1-4998-abe0-5575e05a5707 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
text-align: center;
}




  #s-630448ff-07c1-4998-abe0-5575e05a5707 img.shogun-image {
    
    width: px;
  }


#s-630448ff-07c1-4998-abe0-5575e05a5707 .shogun-image-content {
  
    align-items: center;
  
}

#s-17055815-0f66-405c-ab7e-c86778effc6b {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-17055815-0f66-405c-ab7e-c86778effc6b img.shogun-image {
    
    width: px;
  }


#s-17055815-0f66-405c-ab7e-c86778effc6b .shogun-image-content {
  
    align-items: center;
  
}

#s-65632c93-d97e-4dc3-9c60-8e0a58c49787 {
  margin-bottom: 2em;
min-height: 50px;
}
@media (min-width: 1200px){#s-65632c93-d97e-4dc3-9c60-8e0a58c49787 {
  display: none;
}
#s-65632c93-d97e-4dc3-9c60-8e0a58c49787, #wrap-s-65632c93-d97e-4dc3-9c60-8e0a58c49787 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65632c93-d97e-4dc3-9c60-8e0a58c49787 {
  display: none;
}
#s-65632c93-d97e-4dc3-9c60-8e0a58c49787, #wrap-s-65632c93-d97e-4dc3-9c60-8e0a58c49787 { display:none !important; }}







#s-65632c93-d97e-4dc3-9c60-8e0a58c49787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65632c93-d97e-4dc3-9c60-8e0a58c49787.shg-box.shg-c {
  justify-content: center;
}

#s-25f99072-9179-44cd-8e6e-f4eb44563aa6 {
  margin-top: 0em;
margin-left: 0em;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}








#s-25f99072-9179-44cd-8e6e-f4eb44563aa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25f99072-9179-44cd-8e6e-f4eb44563aa6.shg-box.shg-c {
  justify-content: center;
}

#s-81657f46-bf8b-483d-b6bc-e5ad446f0f2c {
  text-align: left;
}




  #s-81657f46-bf8b-483d-b6bc-e5ad446f0f2c img.shogun-image {
    
    width: px;
  }


#s-81657f46-bf8b-483d-b6bc-e5ad446f0f2c .shogun-image-content {
  
    align-items: center;
  
}

#s-950b29f8-256b-4125-b669-3b6de5086a74 {
  min-height: 20px;
}








#s-950b29f8-256b-4125-b669-3b6de5086a74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-950b29f8-256b-4125-b669-3b6de5086a74.shg-box.shg-c {
  justify-content: center;
}

#s-33a85c1e-33e7-4533-8e4c-a3556826d0be {
  margin-top: 0em;
margin-bottom: 2em;
}

#s-4db3d7e8-5019-4881-a219-ab030910ca53 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
text-align: center;
}

#s-4db3d7e8-5019-4881-a219-ab030910ca53 .shogun-heading-component h2 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 31px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-285cfa26-55dc-45e7-9234-0495c984edfb {
  padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
}

#s-4218793c-3a5a-4ffb-8f97-044bb6fca435 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 2em;
min-height: 800px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4218793c-3a5a-4ffb-8f97-044bb6fca435 {
  display: none;
}
#s-4218793c-3a5a-4ffb-8f97-044bb6fca435, #wrap-s-4218793c-3a5a-4ffb-8f97-044bb6fca435 { display:none !important; }}@media (max-width: 767px){#s-4218793c-3a5a-4ffb-8f97-044bb6fca435 {
  display: none;
}
#s-4218793c-3a5a-4ffb-8f97-044bb6fca435, #wrap-s-4218793c-3a5a-4ffb-8f97-044bb6fca435 { display:none !important; }}







#s-4218793c-3a5a-4ffb-8f97-044bb6fca435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4218793c-3a5a-4ffb-8f97-044bb6fca435.shg-box.shg-c {
  justify-content: center;
}

#s-42943805-1138-4978-a7cc-47c975054cf2 {
  margin-top: 10%;
margin-bottom: 10%;
min-height: 100%;
}

@media (min-width: 0px) {
[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42943805-1138-4978-a7cc-47c975054cf2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ea0d7bef-829b-4797-b334-660b41dc4ae8 {
  margin-top: 0px;
margin-left: 0em;
padding-top: 0em;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
max-width: 100%;
background-color: rgba(33, 34, 38, 1);
}








#s-ea0d7bef-829b-4797-b334-660b41dc4ae8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea0d7bef-829b-4797-b334-660b41dc4ae8.shg-box.shg-c {
  justify-content: center;
}

#s-4efd7f78-b200-46b8-ba46-3ca4d524e893 {
  margin-top: 0em;
margin-bottom: 0em;
min-height: 20px;
}








#s-4efd7f78-b200-46b8-ba46-3ca4d524e893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4efd7f78-b200-46b8-ba46-3ca4d524e893.shg-box.shg-c {
  justify-content: center;
}

#s-a97c309c-a5bc-4055-9159-744981f8e5c2 {
  margin-top: 0em;
margin-bottom: 2em;
}

#s-388d1c69-7863-48f5-905f-c2842253b6d0 {
  padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 1em;
text-align: left;
}

#s-388d1c69-7863-48f5-905f-c2842253b6d0 .shogun-heading-component h1 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3fabcb2a-6d92-40bf-98f9-06489bbdf44a {
  padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
}

#s-3d3023db-4334-47dd-82ad-6acc33a426e4 {
  background-attachment: fixed;
margin-bottom: 0em;
min-height: 1000px;
}
@media (min-width: 1200px){#s-3d3023db-4334-47dd-82ad-6acc33a426e4 {
  display: none;
}
#s-3d3023db-4334-47dd-82ad-6acc33a426e4, #wrap-s-3d3023db-4334-47dd-82ad-6acc33a426e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d3023db-4334-47dd-82ad-6acc33a426e4 {
  display: none;
}
#s-3d3023db-4334-47dd-82ad-6acc33a426e4, #wrap-s-3d3023db-4334-47dd-82ad-6acc33a426e4 { display:none !important; }}







#s-3d3023db-4334-47dd-82ad-6acc33a426e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d3023db-4334-47dd-82ad-6acc33a426e4.shg-box.shg-c {
  justify-content: center;
}

#s-2fb7e7f4-cc22-49e3-8d61-68197af67ebf {
  text-align: center;
}




  #s-2fb7e7f4-cc22-49e3-8d61-68197af67ebf img.shogun-image {
    
    width: px;
  }


#s-2fb7e7f4-cc22-49e3-8d61-68197af67ebf .shogun-image-content {
  
    align-items: center;
  
}

#s-bb264964-9d74-46fa-9377-f551bc8b5757 {
  box-shadow:0px 0px 12px 3px rgba(33, 34, 38, 1);
margin-left: 0px;
padding-left: 0px;
padding-right: 0em;
min-height: 50px;
background-color: rgba(33, 34, 38, 1);
background-attachment: scroll;
opacity: 1;
}








#s-bb264964-9d74-46fa-9377-f551bc8b5757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb264964-9d74-46fa-9377-f551bc8b5757.shg-box.shg-c {
  justify-content: center;
}

#s-8584d3eb-7a94-4a54-8698-4646d92e4bb4 {
  min-height: 20px;
}








#s-8584d3eb-7a94-4a54-8698-4646d92e4bb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8584d3eb-7a94-4a54-8698-4646d92e4bb4.shg-box.shg-c {
  justify-content: center;
}

#s-28d2dad6-b1ef-43e5-bbe6-21a2c293b910 {
  margin-top: 0em;
margin-bottom: 2em;
}

#s-e8d86193-fa2e-49b6-b258-8d223e180df7 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-bottom: 1em;
max-width: 250px;
text-align: center;
}




  #s-e8d86193-fa2e-49b6-b258-8d223e180df7 img.shogun-image {
    
    width: px;
  }


#s-e8d86193-fa2e-49b6-b258-8d223e180df7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f3317d4-22f6-4a06-96e2-116d68319188 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
text-align: center;
}

#s-9f3317d4-22f6-4a06-96e2-116d68319188 .shogun-heading-component h1 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b3fcf63-5cc4-4345-a558-8e27ac3e9f78 {
  padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
}

#s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b37dfc7-981e-49e6-aff0-437e1d4c49f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-47a0981b-d0fa-4c7b-a892-dcd420ad1ca1 {
  max-width: 214px;
text-align: center;
}




  #s-47a0981b-d0fa-4c7b-a892-dcd420ad1ca1 img.shogun-image {
    
    width: px;
  }


#s-47a0981b-d0fa-4c7b-a892-dcd420ad1ca1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b7eff00-7864-4645-bfb3-03524ac048d9 {
  max-width: 214px;
text-align: center;
}




  #s-7b7eff00-7864-4645-bfb3-03524ac048d9 img.shogun-image {
    
    width: px;
  }


#s-7b7eff00-7864-4645-bfb3-03524ac048d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d403a48c-953e-4123-9ec1-1240c3ebb457 {
  min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}








#s-d403a48c-953e-4123-9ec1-1240c3ebb457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d403a48c-953e-4123-9ec1-1240c3ebb457.shg-box.shg-c {
  justify-content: center;
}

#s-5135989a-e2ff-4559-ac19-673a41976b3e {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 1em;
padding-bottom: 1em;
text-align: center;
}

#s-5135989a-e2ff-4559-ac19-673a41976b3e .shogun-heading-component h2 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a3d7af76-07ce-4a78-94bb-497dfa22d64f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-bottom: 0em;
min-height: 1000px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3d7af76-07ce-4a78-94bb-497dfa22d64f {
  display: none;
}
#s-a3d7af76-07ce-4a78-94bb-497dfa22d64f, #wrap-s-a3d7af76-07ce-4a78-94bb-497dfa22d64f { display:none !important; }}@media (max-width: 767px){#s-a3d7af76-07ce-4a78-94bb-497dfa22d64f {
  display: none;
}
#s-a3d7af76-07ce-4a78-94bb-497dfa22d64f, #wrap-s-a3d7af76-07ce-4a78-94bb-497dfa22d64f { display:none !important; }}







#s-a3d7af76-07ce-4a78-94bb-497dfa22d64f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3d7af76-07ce-4a78-94bb-497dfa22d64f.shg-box.shg-c {
  justify-content: center;
}

#s-b3bdcef9-4f88-4358-8541-cdfefd3f75db {
  margin-top: 10%;
margin-bottom: 10%;
}

@media (min-width: 0px) {
[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b3bdcef9-4f88-4358-8541-cdfefd3f75db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4834e770-e1ad-4bd7-882b-323883ab6616 {
  box-shadow:0px 0px 12px 3px rgba(33, 34, 38, 1);
margin-left: 0px;
padding-left: 0px;
padding-right: 0em;
min-height: 50px;
max-width: 100%;
background-color: rgba(33, 34, 38, 1);
background-attachment: scroll;
opacity: 1;
}








#s-4834e770-e1ad-4bd7-882b-323883ab6616 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4834e770-e1ad-4bd7-882b-323883ab6616.shg-box.shg-c {
  justify-content: center;
}

#s-05b90357-25f5-4e93-8708-4a50592d77ca {
  min-height: 20px;
}








#s-05b90357-25f5-4e93-8708-4a50592d77ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05b90357-25f5-4e93-8708-4a50592d77ca.shg-box.shg-c {
  justify-content: center;
}

#s-a47567d1-27a1-458d-b668-a25636f90e5d {
  margin-top: 0em;
margin-bottom: 2em;
}

#s-6d2555b8-0276-4a99-89fc-a3e26ff4aa0c {
  padding-left: 2em;
padding-bottom: 1em;
max-width: 250px;
text-align: center;
}




  #s-6d2555b8-0276-4a99-89fc-a3e26ff4aa0c img.shogun-image {
    
    width: px;
  }


#s-6d2555b8-0276-4a99-89fc-a3e26ff4aa0c .shogun-image-content {
  
    align-items: center;
  
}

#s-d640ae72-5f9a-4b11-b092-4dd1b94643ef {
  padding-top: 10px;
padding-left: 2em;
padding-bottom: 10px;
text-align: left;
}

#s-d640ae72-5f9a-4b11-b092-4dd1b94643ef .shogun-heading-component h1 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0a261b31-9e69-4ca5-bfde-e0989f8d9c81 {
  padding-left: 2em;
padding-bottom: 2em;
padding-right: 1em;
}

#s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2 {
  margin-bottom: 2em;
padding-left: 2em;
padding-right: 1em;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ef3d80d-d0fd-4d13-9ac4-5b02639b96d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dc49bd7a-91c1-4d26-87c2-59853baee98e {
  max-width: 214px;
text-align: center;
}




  #s-dc49bd7a-91c1-4d26-87c2-59853baee98e img.shogun-image {
    
    width: px;
  }


#s-dc49bd7a-91c1-4d26-87c2-59853baee98e .shogun-image-content {
  
    align-items: center;
  
}

#s-c05a75df-765f-4276-bb14-be6af1e7526d {
  max-width: 214px;
text-align: center;
}




  #s-c05a75df-765f-4276-bb14-be6af1e7526d img.shogun-image {
    
    width: px;
  }


#s-c05a75df-765f-4276-bb14-be6af1e7526d .shogun-image-content {
  
    align-items: center;
  
}

#s-4ac51a2d-7615-40e3-9db2-2d5992285fba {
  min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}








#s-4ac51a2d-7615-40e3-9db2-2d5992285fba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ac51a2d-7615-40e3-9db2-2d5992285fba.shg-box.shg-c {
  justify-content: center;
}

#s-17818314-e793-4563-8543-d3dac737ef57 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 1em;
text-align: left;
}

#s-17818314-e793-4563-8543-d3dac737ef57 .shogun-heading-component h3 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-54a5c449-ac93-42d4-bccd-32cd5e5647fa {
  min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}








#s-54a5c449-ac93-42d4-bccd-32cd5e5647fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54a5c449-ac93-42d4-bccd-32cd5e5647fa.shg-box.shg-c {
  justify-content: center;
}

#s-eec6acbd-7160-4d35-9be8-2853c06c0a1a {
  margin-top: 2em;
padding-top: 2em;
padding-bottom: 2em;
text-align: center;
}

#s-eec6acbd-7160-4d35-9be8-2853c06c0a1a .shogun-heading-component h2 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-74a8e365-1007-40c7-b6f3-756916d303c6 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 800px;
}

#s-a30b4b07-f8d5-41d0-a5e1-e02f03102944 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-24f0ee13-5071-4fa5-b61f-a6c232c84c8e {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-24f0ee13-5071-4fa5-b61f-a6c232c84c8e img.shogun-image {
    
    width: px;
  }


#s-24f0ee13-5071-4fa5-b61f-a6c232c84c8e .shogun-image-content {
  
    align-items: center;
  
}

#s-bdb8de5e-17e8-4c0b-9d17-e43a167996d1 {
  padding-top: 2em;
padding-bottom: 2em;
text-align: center;
}

#s-bdb8de5e-17e8-4c0b-9d17-e43a167996d1 .shogun-heading-component h2 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a3f3858e-9e07-4514-be81-d15487031855 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 800px;
}

#s-9f99aa1c-9e5c-4488-9ca2-a0552a68d159 {
  min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-9f99aa1c-9e5c-4488-9ca2-a0552a68d159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f99aa1c-9e5c-4488-9ca2-a0552a68d159.shg-box.shg-c {
  justify-content: center;
}

#s-cc934205-5b91-4264-a2fe-910867b0fc2d {
  padding-top: 4em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
text-align: center;
}

#s-cc934205-5b91-4264-a2fe-910867b0fc2d .shogun-heading-component h2 {
  color: rgba(57, 58, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cefebb2c-8aaa-4932-8a78-85187529e40b {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cefebb2c-8aaa-4932-8a78-85187529e40b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6f8a5e96-6d6b-4b91-b43d-b1a37b241897 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-6f8a5e96-6d6b-4b91-b43d-b1a37b241897 img.shogun-image {
    
    width: px;
  }


#s-6f8a5e96-6d6b-4b91-b43d-b1a37b241897 .shogun-image-content {
  
    align-items: center;
  
}

#s-acfbfb8f-2db7-451c-85a9-e3d87ee086b8 {
  margin-bottom: 2em;
}

#s-5c4a319e-129e-45e8-bec7-240f5bdbc7b5 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-5c4a319e-129e-45e8-bec7-240f5bdbc7b5 img.shogun-image {
    
    width: px;
  }


#s-5c4a319e-129e-45e8-bec7-240f5bdbc7b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-77596789-e3f3-4acd-8ad2-361eb5b7d67d {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-77596789-e3f3-4acd-8ad2-361eb5b7d67d img.shogun-image {
    
    width: px;
  }


#s-77596789-e3f3-4acd-8ad2-361eb5b7d67d .shogun-image-content {
  
    align-items: center;
  
}

#s-0036992e-579d-41ce-bcc4-75267e132aa6 {
  margin-bottom: 2em;
}

#s-16c25e00-8b85-47d3-b331-1cf48fd3c154 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-16c25e00-8b85-47d3-b331-1cf48fd3c154 img.shogun-image {
    
    width: px;
  }


#s-16c25e00-8b85-47d3-b331-1cf48fd3c154 .shogun-image-content {
  
    align-items: center;
  
}

#s-23b220fb-4929-44b2-8fc1-e972a57f0877 {
  margin-top: 0em;
margin-bottom: 2em;
}

#s-a55a3c1c-f5cd-4433-b302-69a2b13da718 {
  min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-a55a3c1c-f5cd-4433-b302-69a2b13da718 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a55a3c1c-f5cd-4433-b302-69a2b13da718.shg-box.shg-c {
  justify-content: center;
}

#s-9472a1d5-a142-4cf2-8254-3a401e151555 {
  padding-top: 2em;
padding-bottom: 2em;
text-align: center;
}

#s-9472a1d5-a142-4cf2-8254-3a401e151555 .shogun-heading-component h2 {
  color: rgba(57, 58, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a8beca3a-3889-473b-aadc-7f43badfc4b2 {
  margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
max-width: 1200px;
}

#s-a8beca3a-3889-473b-aadc-7f43badfc4b2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a8beca3a-3889-473b-aadc-7f43badfc4b2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(57, 58, 55, 1);
  padding: 2em;
}

#s-a8beca3a-3889-473b-aadc-7f43badfc4b2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 243, 239, 1);
}

#s-a8beca3a-3889-473b-aadc-7f43badfc4b2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 243, 239, 1);
  border-top: 1px solid #ddd;
}

#s-a8beca3a-3889-473b-aadc-7f43badfc4b2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 243, 239, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-a8beca3a-3889-473b-aadc-7f43badfc4b2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f {
  margin-bottom: 2em;
padding-left: 2em;
padding-right: 2em;
}

@media (min-width: 0px) {
[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8dcdb1c-c8b2-48c3-8c88-996cab8e568f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d2026bbc-e015-4543-8cf1-fb7d68c77afb {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-c2b4ebb0-ab0d-404d-9289-8aed038a2068 {
  margin-bottom: 2em;
padding-left: 2em;
padding-right: 2em;
}

@media (min-width: 0px) {
[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2b4ebb0-ab0d-404d-9289-8aed038a2068"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-91c46eff-265e-4b57-b402-7c01b08b59b3 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13 {
  margin-bottom: 2em;
padding-left: 2em;
padding-right: 2em;
}

@media (min-width: 0px) {
[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21bbddc3-1aea-4641-bf25-97b7b9b2fd13"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f4b75b47-eb4b-4812-9aa3-caab4fe01bee {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-9c0f7805-cfc5-4746-9116-8e68f84f391f {
  margin-bottom: 2em;
padding-left: 2em;
padding-right: 2em;
}

@media (min-width: 0px) {
[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c0f7805-cfc5-4746-9116-8e68f84f391f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-830eb44a-9eb5-4558-ba0a-f4caaea94b7c {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-03624b96-06fa-4b04-b4cd-dade228ccdfd {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-3220e431-600d-48c5-b988-f1ea1b7cc68c {
  margin-bottom: 2em;
padding-left: 2em;
padding-right: 2em;
}

@media (min-width: 0px) {
[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3220e431-600d-48c5-b988-f1ea1b7cc68c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-561311ee-cdca-43fd-8638-c30a6439a9fb {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-0f582596-e620-4a66-a128-fb711f03854e {
  margin-bottom: 2em;
padding-left: 2em;
padding-right: 2em;
}

@media (min-width: 0px) {
[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f582596-e620-4a66-a128-fb711f03854e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-61fc053a-d4ce-4e64-a569-c9cda6b2f9cb {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-5b2c5ea2-e3a2-4eaf-99e1-c8df3cbcd3bc {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

#s-04778b42-954d-4873-83db-feaae774b2f4 {
  margin-bottom: 2em;
padding-left: 2em;
padding-right: 2em;
}

@media (min-width: 0px) {
[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04778b42-954d-4873-83db-feaae774b2f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-edb61ecd-941d-46b0-8a13-bc2b088ba269 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1000px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
