.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-f874a4d4-d694-4b44-af63-31c52ee3a62f {
  background-color: rgba(255, 255, 255, 1);
}








#s-f874a4d4-d694-4b44-af63-31c52ee3a62f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f874a4d4-d694-4b44-af63-31c52ee3a62f.shg-box.shg-c {
  justify-content: flex-start;
}

.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-2241c049-f42b-48b9-b4ce-27e12aec9bfd {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 10px;
background-color: rgba(93, 167, 202, 1);
}
@media (min-width: 1200px){#s-2241c049-f42b-48b9-b4ce-27e12aec9bfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2241c049-f42b-48b9-b4ce-27e12aec9bfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2241c049-f42b-48b9-b4ce-27e12aec9bfd {
  
}
}@media (max-width: 767px){#s-2241c049-f42b-48b9-b4ce-27e12aec9bfd {
  max-width: 350px;
}
}
#s-5cf38ea1-44a8-4747-add4-d2a729f80f9d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5cf38ea1-44a8-4747-add4-d2a729f80f9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5cf38ea1-44a8-4747-add4-d2a729f80f9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5cf38ea1-44a8-4747-add4-d2a729f80f9d {
  
}
}@media (max-width: 767px){#s-5cf38ea1-44a8-4747-add4-d2a729f80f9d {
  
}
}







#s-5cf38ea1-44a8-4747-add4-d2a729f80f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cf38ea1-44a8-4747-add4-d2a729f80f9d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-003d7658-f017-4bdc-958c-ab2b949313c8 {
  background-image: url(https://i.shgcdn.com/7fc3bf81-970b-4846-97a0-cace17c47907/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 500px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-003d7658-f017-4bdc-958c-ab2b949313c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-003d7658-f017-4bdc-958c-ab2b949313c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-003d7658-f017-4bdc-958c-ab2b949313c8 {
  
}
}@media (max-width: 767px){#s-003d7658-f017-4bdc-958c-ab2b949313c8 {
  
}
}







#s-003d7658-f017-4bdc-958c-ab2b949313c8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.25;
}#s-003d7658-f017-4bdc-958c-ab2b949313c8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d4f88aff-3db6-40d3-904d-d20a5151ea47 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 400px;
}








#s-d4f88aff-3db6-40d3-904d-d20a5151ea47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4f88aff-3db6-40d3-904d-d20a5151ea47.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-2c815116-252c-4215-9a1b-0496c75c9b42 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-2c815116-252c-4215-9a1b-0496c75c9b42 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c815116-252c-4215-9a1b-0496c75c9b42 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c815116-252c-4215-9a1b-0496c75c9b42 {
  
}
}@media (max-width: 767px){#s-2c815116-252c-4215-9a1b-0496c75c9b42 {
  
}
}
#s-2c815116-252c-4215-9a1b-0496c75c9b42 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-320b3dd0-e5db-4762-a133-7806786c7700 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 450px;
text-align: center;
}




  #s-320b3dd0-e5db-4762-a133-7806786c7700 img.shogun-image {
    
    width: px;
  }


#s-320b3dd0-e5db-4762-a133-7806786c7700 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3149234-8e44-4087-afc2-d6ec8898d0a6 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-c3149234-8e44-4087-afc2-d6ec8898d0a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3149234-8e44-4087-afc2-d6ec8898d0a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3149234-8e44-4087-afc2-d6ec8898d0a6 {
  
}
}@media (max-width: 767px){#s-c3149234-8e44-4087-afc2-d6ec8898d0a6 {
  
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-de3bc5b0-0675-4976-9021-bbc35a9f5238 {
  box-shadow:1px 4px 7px 0px rgba(17, 22, 74, 0.32);
border-style: solid;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(223, 0, 1, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-de3bc5b0-0675-4976-9021-bbc35a9f5238:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(223, 0, 1, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-de3bc5b0-0675-4976-9021-bbc35a9f5238:active {background-color: rgba(223, 0, 1, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-de3bc5b0-0675-4976-9021-bbc35a9f5238 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de3bc5b0-0675-4976-9021-bbc35a9f5238 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de3bc5b0-0675-4976-9021-bbc35a9f5238 {
  
}
}@media (max-width: 767px){#s-de3bc5b0-0675-4976-9021-bbc35a9f5238 {
  
}
}


#s-de3bc5b0-0675-4976-9021-bbc35a9f5238.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-1b2ad3d3-7df1-4a2b-9d1d-ddeea2d52c1f {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-1b2ad3d3-7df1-4a2b-9d1d-ddeea2d52c1f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b2ad3d3-7df1-4a2b-9d1d-ddeea2d52c1f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b2ad3d3-7df1-4a2b-9d1d-ddeea2d52c1f {
  
}
}@media (max-width: 767px){#s-1b2ad3d3-7df1-4a2b-9d1d-ddeea2d52c1f {
  
}
}







#s-1b2ad3d3-7df1-4a2b-9d1d-ddeea2d52c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b2ad3d3-7df1-4a2b-9d1d-ddeea2d52c1f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b7c1a8f0-4898-41c0-858c-c968bddc1312 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b7c1a8f0-4898-41c0-858c-c968bddc1312 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7c1a8f0-4898-41c0-858c-c968bddc1312 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7c1a8f0-4898-41c0-858c-c968bddc1312 {
  
}
}@media (max-width: 767px){#s-b7c1a8f0-4898-41c0-858c-c968bddc1312 {
  
}
}







#s-b7c1a8f0-4898-41c0-858c-c968bddc1312 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b7c1a8f0-4898-41c0-858c-c968bddc1312.shg-box.shg-c {
  justify-content: center;
}

.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-1b68cf1a-d958-4a5e-a5a5-6c36370eb379 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1040px;
}

#s-1b68cf1a-d958-4a5e-a5a5-6c36370eb379 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1b68cf1a-d958-4a5e-a5a5-6c36370eb379 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-1b68cf1a-d958-4a5e-a5a5-6c36370eb379 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(45, 127, 159, 1);
}

#s-1b68cf1a-d958-4a5e-a5a5-6c36370eb379 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1b68cf1a-d958-4a5e-a5a5-6c36370eb379 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(45, 127, 159, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-1b68cf1a-d958-4a5e-a5a5-6c36370eb379 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.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-fa233f13-0a83-4726-870d-47a4794357a6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1040px;
}

@media (min-width: 0px) {
[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa233f13-0a83-4726-870d-47a4794357a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5baf0dfc-f61e-49bb-9449-ab629f869463 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-5baf0dfc-f61e-49bb-9449-ab629f869463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5baf0dfc-f61e-49bb-9449-ab629f869463.shg-box.shg-c {
  justify-content: flex-start;
}

#s-31a00820-fa3d-4d56-92d1-d04a0e6abe11 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
text-align: center;
}

#s-31a00820-fa3d-4d56-92d1-d04a0e6abe11 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-06d17436-5e4f-4014-bf7d-52cdef926d0e {
  margin-left: 20px;
margin-right: 20px;
}

#s-06d17436-5e4f-4014-bf7d-52cdef926d0e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-8b21666b-5e20-417f-9434-e85d9ca4900b {
  margin-left: 0px;
margin-right: 0px;
}

#s-727645e2-4901-4d10-971a-437ccd689ff9 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: left center;
}








#s-727645e2-4901-4d10-971a-437ccd689ff9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-727645e2-4901-4d10-971a-437ccd689ff9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b00f7601-0e9d-4b80-828c-1e4efe265a7d {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(223, 0, 1, 1);
border-style: solid;
max-width: 1040px;
}

@media (min-width: 0px) {
[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b00f7601-0e9d-4b80-828c-1e4efe265a7d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8607dd15-bb6c-4e21-ba9b-fb38473a82cb {
  text-align: center;
}




  #s-8607dd15-bb6c-4e21-ba9b-fb38473a82cb img.shogun-image {
    
    width: px;
  }


#s-8607dd15-bb6c-4e21-ba9b-fb38473a82cb .shogun-image-content {
  
    align-items: center;
  
}

#s-7941dc41-525b-4243-8d82-f44b59681740 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-7941dc41-525b-4243-8d82-f44b59681740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7941dc41-525b-4243-8d82-f44b59681740.shg-box.shg-c {
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-943ee0ac-cf50-486e-90f9-9d1a7b680dd3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-943ee0ac-cf50-486e-90f9-9d1a7b680dd3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-943ee0ac-cf50-486e-90f9-9d1a7b680dd3 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-943ee0ac-cf50-486e-90f9-9d1a7b680dd3 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-943ee0ac-cf50-486e-90f9-9d1a7b680dd3 td.shogun-table-column, #s-943ee0ac-cf50-486e-90f9-9d1a7b680dd3 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-dcfc5ba3-cf86-4ca5-9a2d-2825c3772043 .shogun-icon-wrapper {
  text-align: center;
}


#s-dcfc5ba3-cf86-4ca5-9a2d-2825c3772043 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(84, 204, 44, 1);
}

#s-6b8f2451-b8e8-4b55-bf74-d9a6350f4c42 .shogun-icon-wrapper {
  text-align: center;
}


#s-6b8f2451-b8e8-4b55-bf74-d9a6350f4c42 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(84, 204, 44, 1);
}

#s-939a6e73-2a28-4b3c-b0b5-976ac5c000db .shogun-icon-wrapper {
  text-align: center;
}


#s-939a6e73-2a28-4b3c-b0b5-976ac5c000db .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(84, 204, 44, 1);
}

#s-ec321729-fdaa-48df-9135-d176676e2581 .shogun-icon-wrapper {
  text-align: center;
}


#s-ec321729-fdaa-48df-9135-d176676e2581 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(84, 204, 44, 1);
}

#s-77147e8d-6278-4821-965c-f550798f5739 .shogun-icon-wrapper {
  text-align: center;
}


#s-77147e8d-6278-4821-965c-f550798f5739 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(84, 204, 44, 1);
}

#s-0508cc40-9d9b-4a12-8c1f-236639a0f9f1 {
  box-shadow:1px 4px 7px 0px rgba(17, 22, 74, 0.32);
border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(223, 0, 1, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-0508cc40-9d9b-4a12-8c1f-236639a0f9f1:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(223, 0, 1, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0508cc40-9d9b-4a12-8c1f-236639a0f9f1:active {background-color: rgba(223, 0, 1, 1) !important;
color: rgba(253, 253, 253, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0508cc40-9d9b-4a12-8c1f-236639a0f9f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0508cc40-9d9b-4a12-8c1f-236639a0f9f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0508cc40-9d9b-4a12-8c1f-236639a0f9f1 {
  
}
}@media (max-width: 767px){#s-0508cc40-9d9b-4a12-8c1f-236639a0f9f1 {
  
}
}


#s-0508cc40-9d9b-4a12-8c1f-236639a0f9f1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-619e78a4-f52a-4fc4-8bca-fe200241c809 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1040px;
}

@media (min-width: 0px) {
[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-619e78a4-f52a-4fc4-8bca-fe200241c809"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-174077e6-2b5a-4441-9ae9-b70a7d2e3929 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-174077e6-2b5a-4441-9ae9-b70a7d2e3929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-174077e6-2b5a-4441-9ae9-b70a7d2e3929.shg-box.shg-c {
  justify-content: flex-start;
}

#s-676c09fb-aaa7-4ba9-85a3-28d303139772 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-676c09fb-aaa7-4ba9-85a3-28d303139772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-676c09fb-aaa7-4ba9-85a3-28d303139772.shg-box.shg-c {
  justify-content: flex-start;
}

#s-73456581-d772-49d7-8914-93e8cdae8d7d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-73456581-d772-49d7-8914-93e8cdae8d7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73456581-d772-49d7-8914-93e8cdae8d7d.shg-box.shg-c {
  justify-content: center;
}

#s-b5de3dd7-b992-4a84-bab8-a0d601bd3864 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
text-align: center;
}

#s-b5de3dd7-b992-4a84-bab8-a0d601bd3864 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a7bcb7c6-8077-415e-bdb4-1ddb79222ec0 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a7bcb7c6-8077-415e-bdb4-1ddb79222ec0 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-52d709e6-fb61-472c-b84d-b8d832273537 {
  margin-left: 0px;
margin-right: 0px;
}

#s-649db780-0afc-418c-96b3-9843cc0cb102 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1040px;
}

@media (min-width: 0px) {
[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-649db780-0afc-418c-96b3-9843cc0cb102"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f38230b0-6eda-4b6f-96f7-3c4b453dcdbe {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-f38230b0-6eda-4b6f-96f7-3c4b453dcdbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f38230b0-6eda-4b6f-96f7-3c4b453dcdbe.shg-box.shg-c {
  justify-content: center;
}

#s-845cc8be-b554-4ba6-ad5c-25a537ed0a25 {
  margin-left: 0px;
margin-right: 0px;
}

#s-e6146f8f-a9d7-4b1f-af55-7c98c947868e {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-e6146f8f-a9d7-4b1f-af55-7c98c947868e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6146f8f-a9d7-4b1f-af55-7c98c947868e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9d63c45e-909c-4823-bcef-fd5968168ece {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1040px;
}

@media (min-width: 0px) {
[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d63c45e-909c-4823-bcef-fd5968168ece"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2b125653-ceee-4c32-9be0-e2bdaf5ea80c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-2b125653-ceee-4c32-9be0-e2bdaf5ea80c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b125653-ceee-4c32-9be0-e2bdaf5ea80c.shg-box.shg-c {
  justify-content: center;
}

#s-69318364-f406-4569-8dd7-72c1cfe6c145 {
  text-align: center;
}




  #s-69318364-f406-4569-8dd7-72c1cfe6c145 img.shogun-image {
    
    width: px;
  }


#s-69318364-f406-4569-8dd7-72c1cfe6c145 .shogun-image-content {
  
    align-items: center;
  
}

#s-39af7e02-9b04-4880-ac4e-2d165c3441ad {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-39af7e02-9b04-4880-ac4e-2d165c3441ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39af7e02-9b04-4880-ac4e-2d165c3441ad.shg-box.shg-c {
  justify-content: center;
}

#s-00c6cb01-8bb1-4850-b755-84deb304fd01 {
  text-align: center;
}




  #s-00c6cb01-8bb1-4850-b755-84deb304fd01 img.shogun-image {
    
    width: px;
  }


#s-00c6cb01-8bb1-4850-b755-84deb304fd01 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3fb9194-9b2d-427b-b78d-f0985a3a74dd {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3fb9194-9b2d-427b-b78d-f0985a3a74dd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-55ba66b7-cbc4-4554-a64a-7e3bc5772326 {
  min-height: 50px;
}








#s-55ba66b7-cbc4-4554-a64a-7e3bc5772326 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55ba66b7-cbc4-4554-a64a-7e3bc5772326.shg-box.shg-c {
  justify-content: center;
}

#s-511f28b9-c0db-446a-93ac-6cfa5ec86af6 {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 50px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-511f28b9-c0db-446a-93ac-6cfa5ec86af6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-511f28b9-c0db-446a-93ac-6cfa5ec86af6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-511f28b9-c0db-446a-93ac-6cfa5ec86af6 {
  
}
}@media (max-width: 767px){#s-511f28b9-c0db-446a-93ac-6cfa5ec86af6 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-511f28b9-c0db-446a-93ac-6cfa5ec86af6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-511f28b9-c0db-446a-93ac-6cfa5ec86af6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ff429f29-8d1e-4243-a360-80e1f4ef1b86 .shogun-icon-wrapper {
  text-align: center;
}


#s-ff429f29-8d1e-4243-a360-80e1f4ef1b86 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-513f55b5-1e62-42a3-ad29-91dd0dd423c2 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-513f55b5-1e62-42a3-ad29-91dd0dd423c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-513f55b5-1e62-42a3-ad29-91dd0dd423c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-513f55b5-1e62-42a3-ad29-91dd0dd423c2 {
  
}
}@media (max-width: 767px){#s-513f55b5-1e62-42a3-ad29-91dd0dd423c2 {
  
}
}
#s-513f55b5-1e62-42a3-ad29-91dd0dd423c2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-51f2392d-091b-4382-aa29-93dab59e34de {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-51f2392d-091b-4382-aa29-93dab59e34de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51f2392d-091b-4382-aa29-93dab59e34de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51f2392d-091b-4382-aa29-93dab59e34de {
  
}
}@media (max-width: 767px){#s-51f2392d-091b-4382-aa29-93dab59e34de {
  
}
}







#s-51f2392d-091b-4382-aa29-93dab59e34de > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-51f2392d-091b-4382-aa29-93dab59e34de.shg-box.shg-c {
  justify-content: center;
}

#s-b78e235c-2afd-48a7-ba45-3194fb75d822 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b78e235c-2afd-48a7-ba45-3194fb75d822"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d09fcde8-31fd-40f0-86f5-8c353b1123e2 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-d09fcde8-31fd-40f0-86f5-8c353b1123e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d09fcde8-31fd-40f0-86f5-8c353b1123e2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-80f02595-ff62-43ae-a067-d4587d5c67ed {
  margin-left: 20px;
margin-right: 20px;
}

#s-80f02595-ff62-43ae-a067-d4587d5c67ed .shogun-icon-wrapper {
  text-align: left;
}


#s-80f02595-ff62-43ae-a067-d4587d5c67ed .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(93, 167, 202, 1);
}

#s-3252a24c-f98e-44a7-9e62-4d71e4b064a9 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3252a24c-f98e-44a7-9e62-4d71e4b064a9 .shogun-heading-component h3 {
  color: rgba(93, 167, 202, 1);
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c75ef296-dc8d-4d92-b740-6cf4ece976ee {
  margin-left: 20px;
margin-right: 20px;
}

#s-1ca9400c-ebbd-4fb9-a8bb-58be7d828513 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-1ca9400c-ebbd-4fb9-a8bb-58be7d828513 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ca9400c-ebbd-4fb9-a8bb-58be7d828513.shg-box.shg-c {
  justify-content: flex-start;
}

#s-65908dab-b28c-4aec-931c-09212d407437 {
  margin-left: 20px;
margin-right: 20px;
}

#s-65908dab-b28c-4aec-931c-09212d407437 .shogun-icon-wrapper {
  text-align: left;
}


#s-65908dab-b28c-4aec-931c-09212d407437 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(93, 167, 202, 1);
}

#s-832874e0-3239-474a-98ec-67e3b14d3f20 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-832874e0-3239-474a-98ec-67e3b14d3f20 .shogun-heading-component h3 {
  color: rgba(93, 167, 202, 1);
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-42fb5633-9b0d-4864-be7a-5d2e0cb0fc6e {
  margin-left: 20px;
margin-right: 20px;
}

#s-0fb45a2d-6e54-4def-8556-5c4dec8e1870 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-0fb45a2d-6e54-4def-8556-5c4dec8e1870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fb45a2d-6e54-4def-8556-5c4dec8e1870.shg-box.shg-c {
  justify-content: flex-start;
}

#s-166d789b-9904-4237-a031-aad6a731677a {
  margin-left: 20px;
margin-right: 20px;
}

#s-166d789b-9904-4237-a031-aad6a731677a .shogun-icon-wrapper {
  text-align: left;
}


#s-166d789b-9904-4237-a031-aad6a731677a .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(93, 167, 202, 1);
}

#s-14038f0f-9e9f-4ba1-bcdb-df23210af49e {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-14038f0f-9e9f-4ba1-bcdb-df23210af49e .shogun-heading-component h3 {
  color: rgba(93, 167, 202, 1);
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-345ae759-73da-466e-ab91-2e16d7e35019 {
  margin-left: 20px;
margin-right: 20px;
}

#s-65abd979-57cd-4e1f-89e8-f461290bb752 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-65abd979-57cd-4e1f-89e8-f461290bb752"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}








#s-9ef4329a-8ed1-42d3-9099-d8ca9b38c223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ef4329a-8ed1-42d3-9099-d8ca9b38c223.shg-box.shg-c {
  justify-content: center;
}

#s-200934a6-f3d9-41d2-8e2a-4d313a917eb9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-200934a6-f3d9-41d2-8e2a-4d313a917eb9 .shogun-icon-wrapper {
  text-align: center;
}


#s-200934a6-f3d9-41d2-8e2a-4d313a917eb9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(93, 167, 202, 1);
}

#s-97f26c92-fcce-47ad-9d36-dda8432f9a06 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97f26c92-fcce-47ad-9d36-dda8432f9a06 .shogun-heading-component h3 {
  color: rgba(93, 167, 202, 1);
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-69e6bafe-a053-4c68-8656-486b69a5836a {
  border-style: solid;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
}

#s-6b474363-2d10-4c8e-a8d2-d1034f6e5234 {
  box-shadow:1px 4px 7px 0px rgba(17, 22, 74, 0.32);
border-style: solid;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(175, 18, 18, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-6b474363-2d10-4c8e-a8d2-d1034f6e5234:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(223, 0, 1, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b474363-2d10-4c8e-a8d2-d1034f6e5234:active {background-color: rgba(223, 0, 1, 1) !important;
color: rgba(253, 253, 253, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6b474363-2d10-4c8e-a8d2-d1034f6e5234 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b474363-2d10-4c8e-a8d2-d1034f6e5234 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b474363-2d10-4c8e-a8d2-d1034f6e5234 {
  
}
}@media (max-width: 767px){#s-6b474363-2d10-4c8e-a8d2-d1034f6e5234 {
  
}
}


#s-6b474363-2d10-4c8e-a8d2-d1034f6e5234.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cef87245-c1cb-4a64-a10d-a53c8bd15e44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8cc78cde-376c-4e4a-9b48-0ea8e088a105 {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(219, 244, 250, 1);
}








#s-8cc78cde-376c-4e4a-9b48-0ea8e088a105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.08;
}#s-8cc78cde-376c-4e4a-9b48-0ea8e088a105.shg-box.shg-c {
  justify-content: flex-start;
}

#s-423f8560-9067-45d3-a07a-7758b4a96b68 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

#s-423f8560-9067-45d3-a07a-7758b4a96b68 .shogun-icon-wrapper {
  text-align: center;
}


#s-423f8560-9067-45d3-a07a-7758b4a96b68 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(93, 167, 202, 1);
}

#s-9e67e0b9-37fa-4145-ac3e-589573541f92 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
background-color: rgba(0, 0, 0, 0);
}

#s-dcd39536-bdb5-42bc-b015-96d70b1a0f99 {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(219, 244, 250, 1);
}








#s-dcd39536-bdb5-42bc-b015-96d70b1a0f99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.08;
}#s-dcd39536-bdb5-42bc-b015-96d70b1a0f99.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d2643b7a-a4c3-4291-b7f6-09c18d2233ef {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

#s-d2643b7a-a4c3-4291-b7f6-09c18d2233ef .shogun-icon-wrapper {
  text-align: center;
}


#s-d2643b7a-a4c3-4291-b7f6-09c18d2233ef .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(93, 167, 202, 1);
}

#s-d9e11571-3695-47de-a9d6-d995efca8dd1 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
background-color: rgba(0, 0, 0, 0);
}

#s-6af29b40-3ff5-4465-90ad-1dbce4a584a7 {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(219, 244, 250, 1);
}








#s-6af29b40-3ff5-4465-90ad-1dbce4a584a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.08;
}#s-6af29b40-3ff5-4465-90ad-1dbce4a584a7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4b11c62c-d018-430b-b87d-7e1f3a55866a {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

#s-4b11c62c-d018-430b-b87d-7e1f3a55866a .shogun-icon-wrapper {
  text-align: center;
}


#s-4b11c62c-d018-430b-b87d-7e1f3a55866a .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(93, 167, 202, 1);
}

#s-5beded12-3885-4347-a9aa-b14b0dafe41f {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
background-color: rgba(0, 0, 0, 0);
}

#s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1040px;
}

@media (min-width: 0px) {
[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-21b1eb95-d54f-4ec0-a8c6-2636ff6e257e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d0a62b36-1af2-4f82-9264-f1ee5a3a22ee {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-d0a62b36-1af2-4f82-9264-f1ee5a3a22ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0a62b36-1af2-4f82-9264-f1ee5a3a22ee.shg-box.shg-c {
  justify-content: center;
}

#s-a49cdc95-1fde-47af-9368-5a5455cdd606 {
  text-align: center;
}




  #s-a49cdc95-1fde-47af-9368-5a5455cdd606 img.shogun-image {
    
    width: px;
  }


#s-a49cdc95-1fde-47af-9368-5a5455cdd606 .shogun-image-content {
  
    align-items: center;
  
}

#s-5304abe8-560c-44d5-8a29-d4b0e35157a8 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 25px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-5304abe8-560c-44d5-8a29-d4b0e35157a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5304abe8-560c-44d5-8a29-d4b0e35157a8.shg-box.shg-c {
  justify-content: center;
}

#s-690e34e3-5e4e-41a2-9096-457bfd223578 {
  text-align: center;
}




  #s-690e34e3-5e4e-41a2-9096-457bfd223578 img.shogun-image {
    
    width: px;
  }


#s-690e34e3-5e4e-41a2-9096-457bfd223578 .shogun-image-content {
  
    align-items: center;
  
}

#s-590951bc-63e2-46bc-9320-4d81b63907bd {
  padding-top: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-590951bc-63e2-46bc-9320-4d81b63907bd {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-590951bc-63e2-46bc-9320-4d81b63907bd {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-590951bc-63e2-46bc-9320-4d81b63907bd {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
}@media (max-width: 767px){#s-590951bc-63e2-46bc-9320-4d81b63907bd {
  padding-left: 2%;
padding-right: 2%;
}
}







#s-590951bc-63e2-46bc-9320-4d81b63907bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-590951bc-63e2-46bc-9320-4d81b63907bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d92de201-ff7e-4be1-a079-80bda4a060ea {
  margin-left: 0px;
margin-right: 0px;
}

#s-daa3bfc9-2a69-4457-95d7-26d8f36a14b9 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-daa3bfc9-2a69-4457-95d7-26d8f36a14b9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e8522a36-1698-46e6-9afa-489ade6449a6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e8522a36-1698-46e6-9afa-489ade6449a6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-5a131251-abc7-4130-a3b9-56153ddd8afe {
  margin-left: 0px;
margin-right: 0px;
}

#s-39442041-7a6b-446a-965f-2d2c6086447f {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39442041-7a6b-446a-965f-2d2c6086447f .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7b976dcc-dc18-445e-af6e-50c3aebc2f96 {
  margin-left: 0px;
margin-right: 0px;
}

#s-a8a98d24-6a76-4515-9ad1-9467ab25b857 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a8a98d24-6a76-4515-9ad1-9467ab25b857 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-84279367-13b4-42cf-9e05-93e210862b29 {
  margin-left: 0px;
margin-right: 0px;
}

#s-844daf19-65fb-4e1b-a092-e4559f02cb87 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-844daf19-65fb-4e1b-a092-e4559f02cb87 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c3604f93-9f65-4f81-9263-3d5a707b9546 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c3604f93-9f65-4f81-9263-3d5a707b9546 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-24bb360a-da68-4795-8b5d-79bd4fe16cd0 {
  margin-left: 0px;
margin-right: 0px;
}

#s-014422e3-5e69-45a5-8e62-a6e87e4cfc0c {
  margin-left: 0px;
margin-right: 0px;
}

#s-d3a0639b-c543-4a5a-b24b-bc53e7160edd {
  margin-left: 0px;
margin-right: 0px;
}

#s-451c25e5-26d6-49c4-a501-df4814f647ee {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-451c25e5-26d6-49c4-a501-df4814f647ee .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6eb84dad-8b79-4887-8d37-2f9ee3863c70 {
  margin-left: 0px;
margin-right: 0px;
}

#s-dc2f4aab-e12e-4501-8d51-ad1618490428 {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc2f4aab-e12e-4501-8d51-ad1618490428 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-366783f9-a125-4d27-aab8-17ba2808d9af {
  margin-left: 0px;
margin-right: 0px;
}

#s-28471433-8ec5-4d8e-a4ca-349084cbd9aa {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-28471433-8ec5-4d8e-a4ca-349084cbd9aa .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cfb425a4-7ee4-4f7d-837a-42dfa0154a56 {
  margin-left: 0px;
margin-right: 0px;
}

#s-ffd80a6f-c042-4e40-bcfd-9e286f4c5c49 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ffd80a6f-c042-4e40-bcfd-9e286f4c5c49 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cc96b33f-04c3-49e7-96d7-dd6fd46554fb {
  margin-left: 0px;
margin-right: 0px;
}

#s-211f6b39-762d-4f35-a063-bca4df140b48 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-211f6b39-762d-4f35-a063-bca4df140b48 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c89cb479-1616-4a2e-bddc-c6af5f5c8970 {
  margin-left: 0px;
margin-right: 0px;
}

#s-27c29866-14f4-4001-8a8c-8241eea810e9 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-27c29866-14f4-4001-8a8c-8241eea810e9 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ee2ad7d2-7a9b-4d75-8a0f-940cee45713e {
  margin-left: 0px;
margin-right: 0px;
}

#s-2ac89995-2e2b-42c5-97ad-09497665046b {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2ac89995-2e2b-42c5-97ad-09497665046b .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d0d77e06-2327-4394-8422-3f8afb4e3df2 {
  margin-left: 0px;
margin-right: 0px;
}

#s-d84d499c-1e74-4ae9-bc57-9c612181b0d6 {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d84d499c-1e74-4ae9-bc57-9c612181b0d6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-faaedbad-6cb0-4627-88e8-aca7d8527855 {
  margin-left: 0px;
margin-right: 0px;
}

#s-b8f4366d-4d1b-44b5-8562-bbedc220c47d {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b8f4366d-4d1b-44b5-8562-bbedc220c47d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b9094280-9e2c-4a2d-9120-d487f8e79eb4 {
  margin-left: 0px;
margin-right: 0px;
}

#s-e1130be4-bbe4-49d9-b554-b70aed4fce38 {
  margin-left: 0px;
margin-right: 0px;
}

#s-a79ab279-a976-45d5-ae47-a3f35aab9304 {
  margin-left: 0px;
margin-right: 0px;
}

#s-6d5eccdb-626d-4689-9667-6c70404a5b36 {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6d5eccdb-626d-4689-9667-6c70404a5b36 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9d08b9aa-1d8b-4cd3-9391-f1d066fe62e8 {
  margin-left: 0px;
margin-right: 0px;
}

#s-c01fdad5-4445-48af-9a2b-5a2b42651545 {
  padding-top: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c01fdad5-4445-48af-9a2b-5a2b42651545 {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c01fdad5-4445-48af-9a2b-5a2b42651545 {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c01fdad5-4445-48af-9a2b-5a2b42651545 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
}@media (max-width: 767px){#s-c01fdad5-4445-48af-9a2b-5a2b42651545 {
  padding-left: 2%;
padding-right: 2%;
}
}







#s-c01fdad5-4445-48af-9a2b-5a2b42651545 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c01fdad5-4445-48af-9a2b-5a2b42651545.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f18b51cb-24d6-416b-8295-a2073f6ed4f9 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f18b51cb-24d6-416b-8295-a2073f6ed4f9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Quando";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c888013c-edf9-4f83-91ef-091c871a6791 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c888013c-edf9-4f83-91ef-091c871a6791 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-02c24837-2e08-4f55-920d-bed94ccfc8d8 {
  margin-left: 0px;
margin-right: 0px;
}

#s-3e0adefc-87c1-4e4a-984d-b5c6d9b01d90 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-3e0adefc-87c1-4e4a-984d-b5c6d9b01d90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e0adefc-87c1-4e4a-984d-b5c6d9b01d90.shg-box.shg-c {
  justify-content: center;
}

#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 {
  min-height: 50px;
}








#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2.shg-box.shg-c {
  justify-content: flex-start;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
