.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

#s-aecf1bab-29b0-4866-bb0d-0334fd1a3f0b {
  margin-top: -10px;
min-height: 50px;
}
@media (max-width: 767px){#s-aecf1bab-29b0-4866-bb0d-0334fd1a3f0b {
  display: none;
}
#s-aecf1bab-29b0-4866-bb0d-0334fd1a3f0b, #wrap-s-aecf1bab-29b0-4866-bb0d-0334fd1a3f0b { display:none !important; }}







#s-aecf1bab-29b0-4866-bb0d-0334fd1a3f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aecf1bab-29b0-4866-bb0d-0334fd1a3f0b.shg-box.shg-c {
  -webkit-box-pack: center;
  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-f90acead-e698-4e94-a749-866371e1d93e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
}
@media (max-width: 767px){#s-f90acead-e698-4e94-a749-866371e1d93e {
  display: none;
}
#s-f90acead-e698-4e94-a749-866371e1d93e, #wrap-s-f90acead-e698-4e94-a749-866371e1d93e { display:none !important; }}
#s-f90acead-e698-4e94-a749-866371e1d93e .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-f90acead-e698-4e94-a749-866371e1d93e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f90acead-e698-4e94-a749-866371e1d93e td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: inherit;
}

#s-f90acead-e698-4e94-a749-866371e1d93e td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-f90acead-e698-4e94-a749-866371e1d93e td.shogun-table-column, #s-f90acead-e698-4e94-a749-866371e1d93e td.shogun-table-row {
  border: 2px solid rgba(255, 255, 255, 1);
}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-9aa353de-50ee-4665-b0c7-e9f09c6c16ef {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}




  #s-9aa353de-50ee-4665-b0c7-e9f09c6c16ef img.shogun-image {
    
    width: px;
  }


#s-9aa353de-50ee-4665-b0c7-e9f09c6c16ef .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-def16fcd-bea8-4fe6-8e8a-7a957c2ddc3e {
  margin-top: -10px;
margin-left: 25%;
margin-right: 25%;
min-height: 50px;
}
@media (min-width: 1200px){#s-def16fcd-bea8-4fe6-8e8a-7a957c2ddc3e {
  display: none;
}
#s-def16fcd-bea8-4fe6-8e8a-7a957c2ddc3e, #wrap-s-def16fcd-bea8-4fe6-8e8a-7a957c2ddc3e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-def16fcd-bea8-4fe6-8e8a-7a957c2ddc3e {
  display: none;
}
#s-def16fcd-bea8-4fe6-8e8a-7a957c2ddc3e, #wrap-s-def16fcd-bea8-4fe6-8e8a-7a957c2ddc3e { display:none !important; }}@media (max-width: 767px){#s-def16fcd-bea8-4fe6-8e8a-7a957c2ddc3e {
  display: none;
}
#s-def16fcd-bea8-4fe6-8e8a-7a957c2ddc3e, #wrap-s-def16fcd-bea8-4fe6-8e8a-7a957c2ddc3e { display:none !important; }}







#s-def16fcd-bea8-4fe6-8e8a-7a957c2ddc3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-def16fcd-bea8-4fe6-8e8a-7a957c2ddc3e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7f8d35f9-cf63-4a88-ba8e-653d29d8c880 {
  margin-bottom: 20px;
}

#s-7f8d35f9-cf63-4a88-ba8e-653d29d8c880 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-7f8d35f9-cf63-4a88-ba8e-653d29d8c880 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7f8d35f9-cf63-4a88-ba8e-653d29d8c880 td.shogun-table-column {
  background-color: #fff;
  padding: ;
  text-align: inherit;
}

#s-7f8d35f9-cf63-4a88-ba8e-653d29d8c880 td.shogun-table-row {
  background-color: #fff;
  padding: 6px;
}

#s-7f8d35f9-cf63-4a88-ba8e-653d29d8c880 td.shogun-table-column, #s-7f8d35f9-cf63-4a88-ba8e-653d29d8c880 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d288570d-417f-448a-8943-20e5432bc931 {
  max-width: 50px;
text-align: center;
}




  #s-d288570d-417f-448a-8943-20e5432bc931 img.shogun-image {
    
    width: px;
  }


#s-d288570d-417f-448a-8943-20e5432bc931 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1698251c-2aab-4611-a8be-62c00a1dd82d {
  max-width: 50px;
text-align: center;
}




  #s-1698251c-2aab-4611-a8be-62c00a1dd82d img.shogun-image {
    
    width: px;
  }


#s-1698251c-2aab-4611-a8be-62c00a1dd82d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c1cefae5-5e46-4530-9534-01c3681563b5 {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: -4px;
}

#s-7c974ab8-cc87-440f-9fca-13cb6c25f8b9 {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: -4px;
}

#s-2500bbad-b10c-48e0-bd50-2b0f0fcbdc64 {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: -4px;
}

#s-e49db894-da0d-4252-8692-12069bf4ba9c {
  max-width: 50px;
}




  #s-e49db894-da0d-4252-8692-12069bf4ba9c img.shogun-image {
    
    width: px;
  }


#s-e49db894-da0d-4252-8692-12069bf4ba9c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-10d1c107-db44-4db9-814f-1fccc7e8ffb1 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}




  #s-10d1c107-db44-4db9-814f-1fccc7e8ffb1 img.shogun-image {
    
    width: px;
  }


#s-10d1c107-db44-4db9-814f-1fccc7e8ffb1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d269c75f-8eb2-4f42-8206-e53f88917967 {
  margin-top: -10px;
margin-left: 25%;
margin-right: 25%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d269c75f-8eb2-4f42-8206-e53f88917967 {
  display: none;
}
#s-d269c75f-8eb2-4f42-8206-e53f88917967, #wrap-s-d269c75f-8eb2-4f42-8206-e53f88917967 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d269c75f-8eb2-4f42-8206-e53f88917967 {
  display: none;
}
#s-d269c75f-8eb2-4f42-8206-e53f88917967, #wrap-s-d269c75f-8eb2-4f42-8206-e53f88917967 { display:none !important; }}@media (max-width: 767px){#s-d269c75f-8eb2-4f42-8206-e53f88917967 {
  display: none;
}
#s-d269c75f-8eb2-4f42-8206-e53f88917967, #wrap-s-d269c75f-8eb2-4f42-8206-e53f88917967 { display:none !important; }}







#s-d269c75f-8eb2-4f42-8206-e53f88917967 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d269c75f-8eb2-4f42-8206-e53f88917967.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5fad74a1-c430-4fcb-bc2c-1213332e3ef0 {
  margin-bottom: 20px;
}

#s-5fad74a1-c430-4fcb-bc2c-1213332e3ef0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5fad74a1-c430-4fcb-bc2c-1213332e3ef0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5fad74a1-c430-4fcb-bc2c-1213332e3ef0 td.shogun-table-column {
  background-color: #fff;
  padding: ;
  text-align: inherit;
}

#s-5fad74a1-c430-4fcb-bc2c-1213332e3ef0 td.shogun-table-row {
  background-color: #fff;
  padding: 6px;
}

#s-5fad74a1-c430-4fcb-bc2c-1213332e3ef0 td.shogun-table-column, #s-5fad74a1-c430-4fcb-bc2c-1213332e3ef0 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-a87c15de-86a7-48a4-a504-6a83aacd3bcd {
  max-width: 50px;
text-align: center;
}




  #s-a87c15de-86a7-48a4-a504-6a83aacd3bcd img.shogun-image {
    
    width: px;
  }


#s-a87c15de-86a7-48a4-a504-6a83aacd3bcd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-752d8da3-6c2b-49f9-bedc-fcfb72183c65 {
  max-width: 50px;
text-align: center;
}




  #s-752d8da3-6c2b-49f9-bedc-fcfb72183c65 img.shogun-image {
    
    width: px;
  }


#s-752d8da3-6c2b-49f9-bedc-fcfb72183c65 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d512cbcd-983c-4236-95fe-ab773cf70366 {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: -4px;
}

#s-10d58ca4-4ac8-4491-96f9-8663903dcc92 {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: -4px;
}

#s-50df649d-108b-4b78-959e-b66a69f120aa {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: -4px;
}

#s-09107e86-b4fb-4089-8045-18da9c0facd1 {
  max-width: 50px;
text-align: center;
}




  #s-09107e86-b4fb-4089-8045-18da9c0facd1 img.shogun-image {
    
    width: px;
  }


#s-09107e86-b4fb-4089-8045-18da9c0facd1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d2f227bb-6700-488f-862f-b0f52cd4f7f9 {
  margin-top: 10px;
}

#s-6c0f3c6b-554f-4ee3-b1f9-5dd268ae2f4e {
  margin-top: -10px;
margin-left: 3%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-6c0f3c6b-554f-4ee3-b1f9-5dd268ae2f4e {
  display: none;
}
#s-6c0f3c6b-554f-4ee3-b1f9-5dd268ae2f4e, #wrap-s-6c0f3c6b-554f-4ee3-b1f9-5dd268ae2f4e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c0f3c6b-554f-4ee3-b1f9-5dd268ae2f4e {
  display: none;
}
#s-6c0f3c6b-554f-4ee3-b1f9-5dd268ae2f4e, #wrap-s-6c0f3c6b-554f-4ee3-b1f9-5dd268ae2f4e { display:none !important; }}







#s-6c0f3c6b-554f-4ee3-b1f9-5dd268ae2f4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c0f3c6b-554f-4ee3-b1f9-5dd268ae2f4e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c8e60ac8-75e2-43e2-a7e7-5faab95af821 {
  margin-left: 20%;
}

#s-c8e60ac8-75e2-43e2-a7e7-5faab95af821 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-c8e60ac8-75e2-43e2-a7e7-5faab95af821 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c8e60ac8-75e2-43e2-a7e7-5faab95af821 td.shogun-table-column {
  background-color: #fff;
  padding: ;
  text-align: inherit;
}

#s-c8e60ac8-75e2-43e2-a7e7-5faab95af821 td.shogun-table-row {
  background-color: #fff;
  padding: 4px;
}

#s-c8e60ac8-75e2-43e2-a7e7-5faab95af821 td.shogun-table-column, #s-c8e60ac8-75e2-43e2-a7e7-5faab95af821 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-8c79f522-d2d2-4490-bc4b-6c22f7de0e5c {
  max-width: 50px;
text-align: center;
}




  #s-8c79f522-d2d2-4490-bc4b-6c22f7de0e5c img.shogun-image {
    
    width: px;
  }


#s-8c79f522-d2d2-4490-bc4b-6c22f7de0e5c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ec9f0656-9756-4d91-aac6-e2048d443247 {
  max-width: 50px;
text-align: center;
}




  #s-ec9f0656-9756-4d91-aac6-e2048d443247 img.shogun-image {
    
    width: px;
  }


#s-ec9f0656-9756-4d91-aac6-e2048d443247 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9324673d-3d7e-4b5c-9e1b-b79e3eb6b366 {
  margin-left: -5%;
margin-bottom: -4px;
}

#s-723fe82f-37c0-4ae1-b314-27d91572d44c {
  margin-top: 10px;
margin-bottom: -4px;
}

#s-7998a644-4ffb-4b93-a5a9-83958224fe42 {
  margin-top: 10px;
margin-bottom: -4px;
}

#s-e00d7821-d388-4501-8bf1-18297c281d9f {
  margin-left: 0px;
margin-right: 0px;
max-width: 50px;
text-align: center;
}




  #s-e00d7821-d388-4501-8bf1-18297c281d9f img.shogun-image {
    
    width: px;
  }


#s-e00d7821-d388-4501-8bf1-18297c281d9f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-00017ffc-b669-4486-a4c5-de2ec83fcec0 {
  margin-top: 10px;
}

#s-3dc0f53c-4d5a-4ebc-8563-4efd2966df03 {
  margin-top: -10px;
margin-left: 3%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3dc0f53c-4d5a-4ebc-8563-4efd2966df03 {
  display: none;
}
#s-3dc0f53c-4d5a-4ebc-8563-4efd2966df03, #wrap-s-3dc0f53c-4d5a-4ebc-8563-4efd2966df03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3dc0f53c-4d5a-4ebc-8563-4efd2966df03 {
  display: none;
}
#s-3dc0f53c-4d5a-4ebc-8563-4efd2966df03, #wrap-s-3dc0f53c-4d5a-4ebc-8563-4efd2966df03 { display:none !important; }}







#s-3dc0f53c-4d5a-4ebc-8563-4efd2966df03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dc0f53c-4d5a-4ebc-8563-4efd2966df03.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b04e8a43-e085-4f63-adc5-4f0a678ab2dd {
  margin-left: 20%;
}

#s-b04e8a43-e085-4f63-adc5-4f0a678ab2dd .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-b04e8a43-e085-4f63-adc5-4f0a678ab2dd table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b04e8a43-e085-4f63-adc5-4f0a678ab2dd td.shogun-table-column {
  background-color: #fff;
  padding: ;
  text-align: inherit;
}

#s-b04e8a43-e085-4f63-adc5-4f0a678ab2dd td.shogun-table-row {
  background-color: #fff;
  padding: 4px;
}

#s-b04e8a43-e085-4f63-adc5-4f0a678ab2dd td.shogun-table-column, #s-b04e8a43-e085-4f63-adc5-4f0a678ab2dd td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-55f48eea-16ce-48e9-897e-9a2144f09f52 {
  max-width: 50px;
text-align: center;
}




  #s-55f48eea-16ce-48e9-897e-9a2144f09f52 img.shogun-image {
    
    width: px;
  }


#s-55f48eea-16ce-48e9-897e-9a2144f09f52 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0a59fa4a-f317-4a23-9d8c-1837bd9521f5 {
  max-width: 50px;
text-align: center;
}




  #s-0a59fa4a-f317-4a23-9d8c-1837bd9521f5 img.shogun-image {
    
    width: px;
  }


#s-0a59fa4a-f317-4a23-9d8c-1837bd9521f5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-35ad2f9f-603a-4aed-b21e-267a1e4c9e05 {
  margin-top: 10px;
margin-bottom: -4px;
}

#s-10331fa6-c59e-4dae-b3a7-91ec4141fe67 {
  margin-top: 10px;
margin-bottom: -4px;
}

#s-2955de19-acd5-443f-ace2-635fd1fcb36d {
  margin-top: 10px;
margin-bottom: -4px;
}

#s-d0e92355-620a-4fa2-9ff0-7d51cdeb8ea5 {
  margin-left: 0px;
margin-right: 0px;
max-width: 50px;
text-align: center;
}




  #s-d0e92355-620a-4fa2-9ff0-7d51cdeb8ea5 img.shogun-image {
    
    width: px;
  }


#s-d0e92355-620a-4fa2-9ff0-7d51cdeb8ea5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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-53a67a53-3aee-4308-bcc5-6d1deac86b1f {
  margin-left: 14px;
margin-bottom: 3px;
}

@media (min-width: 0px) {
[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-53a67a53-3aee-4308-bcc5-6d1deac86b1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-06e0196d-7f08-4070-9597-d6250f05f578 {
  text-align: right;
}




  #s-06e0196d-7f08-4070-9597-d6250f05f578 img.shogun-image {
    
    width: px;
  }


#s-06e0196d-7f08-4070-9597-d6250f05f578 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-00f56711-5dad-471b-aeab-913a423f3139 {
  margin-top: 3px;
margin-left: 4px;
}

#s-6ea07c3b-f2b2-40f1-9399-5c3f75b941ea {
  margin-top: -20px;
margin-left: 35%;
margin-right: 25%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6ea07c3b-f2b2-40f1-9399-5c3f75b941ea {
  display: none;
}
#s-6ea07c3b-f2b2-40f1-9399-5c3f75b941ea, #wrap-s-6ea07c3b-f2b2-40f1-9399-5c3f75b941ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ea07c3b-f2b2-40f1-9399-5c3f75b941ea {
  display: none;
}
#s-6ea07c3b-f2b2-40f1-9399-5c3f75b941ea, #wrap-s-6ea07c3b-f2b2-40f1-9399-5c3f75b941ea { display:none !important; }}@media (max-width: 767px){#s-6ea07c3b-f2b2-40f1-9399-5c3f75b941ea {
  display: none;
}
#s-6ea07c3b-f2b2-40f1-9399-5c3f75b941ea, #wrap-s-6ea07c3b-f2b2-40f1-9399-5c3f75b941ea { display:none !important; }}







#s-6ea07c3b-f2b2-40f1-9399-5c3f75b941ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ea07c3b-f2b2-40f1-9399-5c3f75b941ea.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0db7a48b-c72d-4b3c-9d50-331f958e00d0 {
  margin-left: -50px;
}

#s-0db7a48b-c72d-4b3c-9d50-331f958e00d0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-0db7a48b-c72d-4b3c-9d50-331f958e00d0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0db7a48b-c72d-4b3c-9d50-331f958e00d0 td.shogun-table-column {
  background-color: #fff;
  padding: ;
  text-align: inherit;
}

#s-0db7a48b-c72d-4b3c-9d50-331f958e00d0 td.shogun-table-row {
  background-color: #fff;
  padding: 6px;
}

#s-0db7a48b-c72d-4b3c-9d50-331f958e00d0 td.shogun-table-column, #s-0db7a48b-c72d-4b3c-9d50-331f958e00d0 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-788e5d9c-b054-4810-b27e-a1c20dede743 {
  max-width: 50px;
text-align: center;
}




  #s-788e5d9c-b054-4810-b27e-a1c20dede743 img.shogun-image {
    
    width: px;
  }


#s-788e5d9c-b054-4810-b27e-a1c20dede743 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3f3a0993-e498-4845-9d8c-2425d37ce2f6 {
  max-width: 50px;
text-align: center;
}




  #s-3f3a0993-e498-4845-9d8c-2425d37ce2f6 img.shogun-image {
    
    width: px;
  }


#s-3f3a0993-e498-4845-9d8c-2425d37ce2f6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2c74b785-75fb-4330-b097-35a0242b6a2b {
  max-width: 50px;
text-align: center;
}




  #s-2c74b785-75fb-4330-b097-35a0242b6a2b img.shogun-image {
    
    width: px;
  }


#s-2c74b785-75fb-4330-b097-35a0242b6a2b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0f2d2077-3f90-49f1-b865-cb33c4e83249 {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: -4px;
}

#s-def8de50-0eeb-4401-a53f-ffa730209ded {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: -4px;
}

#s-c9946d18-843e-40c9-8985-415ca745c959 {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: -4px;
}

#s-279c24c3-ae7e-49f8-b6de-c776e5da3a73 {
  margin-top: 2px;
margin-left: 25px;
margin-bottom: 3px;
}

@media (min-width: 0px) {
[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-279c24c3-ae7e-49f8-b6de-c776e5da3a73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2432fa54-1189-4354-9da5-19eb0c8bac46 {
  text-align: right;
}




  #s-2432fa54-1189-4354-9da5-19eb0c8bac46 img.shogun-image {
    
    width: px;
  }


#s-2432fa54-1189-4354-9da5-19eb0c8bac46 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9dcbe36c-29f8-4356-be82-63e5628e77fd {
  margin-top: 3px;
margin-left: 4px;
}

#s-d3078302-4919-4321-89bc-1116155fe157 {
  margin-top: -20px;
margin-left: 35%;
margin-right: 25%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d3078302-4919-4321-89bc-1116155fe157 {
  display: none;
}
#s-d3078302-4919-4321-89bc-1116155fe157, #wrap-s-d3078302-4919-4321-89bc-1116155fe157 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3078302-4919-4321-89bc-1116155fe157 {
  display: none;
}
#s-d3078302-4919-4321-89bc-1116155fe157, #wrap-s-d3078302-4919-4321-89bc-1116155fe157 { display:none !important; }}@media (max-width: 767px){#s-d3078302-4919-4321-89bc-1116155fe157 {
  display: none;
}
#s-d3078302-4919-4321-89bc-1116155fe157, #wrap-s-d3078302-4919-4321-89bc-1116155fe157 { display:none !important; }}







#s-d3078302-4919-4321-89bc-1116155fe157 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3078302-4919-4321-89bc-1116155fe157.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-cc275bfe-3697-4b27-913c-fdfd3fd23880 {
  margin-left: -50px;
}

#s-cc275bfe-3697-4b27-913c-fdfd3fd23880 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-cc275bfe-3697-4b27-913c-fdfd3fd23880 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cc275bfe-3697-4b27-913c-fdfd3fd23880 td.shogun-table-column {
  background-color: #fff;
  padding: ;
  text-align: inherit;
}

#s-cc275bfe-3697-4b27-913c-fdfd3fd23880 td.shogun-table-row {
  background-color: #fff;
  padding: 6px;
}

#s-cc275bfe-3697-4b27-913c-fdfd3fd23880 td.shogun-table-column, #s-cc275bfe-3697-4b27-913c-fdfd3fd23880 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-4ada7cfc-96c2-4026-8e53-7756a32ad53a {
  max-width: 50px;
text-align: center;
}




  #s-4ada7cfc-96c2-4026-8e53-7756a32ad53a img.shogun-image {
    
    width: px;
  }


#s-4ada7cfc-96c2-4026-8e53-7756a32ad53a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3a1e9da0-3197-47b9-adf8-0413e2721870 {
  max-width: 50px;
text-align: center;
}




  #s-3a1e9da0-3197-47b9-adf8-0413e2721870 img.shogun-image {
    
    width: px;
  }


#s-3a1e9da0-3197-47b9-adf8-0413e2721870 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-04d0b536-993c-4fc5-b7d8-f495b6abc101 {
  max-width: 50px;
text-align: center;
}




  #s-04d0b536-993c-4fc5-b7d8-f495b6abc101 img.shogun-image {
    
    width: px;
  }


#s-04d0b536-993c-4fc5-b7d8-f495b6abc101 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ff6bbabc-b3ba-4b0f-9c97-81568c213b64 {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: -4px;
}

#s-dad7cf8d-c8da-4ede-acc7-b3793d4997cb {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: -4px;
}

#s-b04e5e94-6486-4a21-abbb-4929749634c6 {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: -4px;
}

.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-e6a490e2-ee91-4b1e-aa09-f9df05dbcd3c {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
text-align: center;
background-color: rgba(65, 65, 65, 1);
text-decoration: none;
}
#s-e6a490e2-ee91-4b1e-aa09-f9df05dbcd3c:hover {background-color: rgba(88, 88, 88, 1) !important;
text-decoration: none !important;}#s-e6a490e2-ee91-4b1e-aa09-f9df05dbcd3c:active {background-color: rgba(56, 56, 56, 1) !important;
text-decoration: none !important;}


#s-e6a490e2-ee91-4b1e-aa09-f9df05dbcd3c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 300;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-2dc17aa4-60f8-4063-8159-d6f6d23eeaf8 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 2px;
text-align: center;
background-color: rgba(72, 164, 242, 1);
text-decoration: none;
}
#s-2dc17aa4-60f8-4063-8159-d6f6d23eeaf8:hover {background-color: rgba(103, 181, 247, 1) !important;
text-decoration: none !important;}#s-2dc17aa4-60f8-4063-8159-d6f6d23eeaf8:active {background-color: rgba(56, 56, 56, 1) !important;
text-decoration: none !important;}


#s-2dc17aa4-60f8-4063-8159-d6f6d23eeaf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 300;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-4f1c9eef-51f4-4fda-ae9a-a1d40f3d50b4 {
  margin-top: -7px;
padding-top: 10px;
}

#s-352b4ccb-5aea-4a9f-92c5-4cef2a6ab104 {
  margin-top: -7px;
padding-top: 10px;
}

#s-2e683558-3f33-4652-b284-67cd1e2e4155 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 1px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-2e683558-3f33-4652-b284-67cd1e2e4155:hover {border-style: solid !important;
border-color: rgba(72, 164, 242, 1) !important;
background-color: rgba(72, 164, 242, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-2e683558-3f33-4652-b284-67cd1e2e4155:active {background-color: rgba(149, 207, 255, 1) !important;
text-decoration: none !important;}


#s-2e683558-3f33-4652-b284-67cd1e2e4155.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-dc33e5b6-72e8-484c-b202-d30f1eea21a5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dc33e5b6-72e8-484c-b202-d30f1eea21a5 {
  display: none;
}
#s-dc33e5b6-72e8-484c-b202-d30f1eea21a5, #wrap-s-dc33e5b6-72e8-484c-b202-d30f1eea21a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc33e5b6-72e8-484c-b202-d30f1eea21a5 {
  display: none;
}
#s-dc33e5b6-72e8-484c-b202-d30f1eea21a5, #wrap-s-dc33e5b6-72e8-484c-b202-d30f1eea21a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc33e5b6-72e8-484c-b202-d30f1eea21a5 {
  display: none;
}
#s-dc33e5b6-72e8-484c-b202-d30f1eea21a5, #wrap-s-dc33e5b6-72e8-484c-b202-d30f1eea21a5 { display:none !important; }}







#s-dc33e5b6-72e8-484c-b202-d30f1eea21a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc33e5b6-72e8-484c-b202-d30f1eea21a5.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b6401f08-a140-46b9-9af6-b87d7634dc74 {
  text-align: center;
}




  #s-b6401f08-a140-46b9-9af6-b87d7634dc74 img.shogun-image {
    
    width: px;
  }


#s-b6401f08-a140-46b9-9af6-b87d7634dc74 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f26ba182-f4b0-4a01-9103-94f2aeb289f7 {
  margin-top: 10px;
margin-bottom: -5px;
}

#s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7 {
  margin-top: 5px;
margin-left: 12px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-077c6db2-dadd-4c81-ac99-92c9cf0c84f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-19627699-0884-4e36-8b90-406b31f99a22 {
  text-align: right;
}




  #s-19627699-0884-4e36-8b90-406b31f99a22 img.shogun-image {
    
    width: px;
  }


#s-19627699-0884-4e36-8b90-406b31f99a22 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6f21407c-ad07-4546-a36b-01e5d4a12b2a {
  margin-top: 3px;
margin-left: 6px;
}

#s-e756123a-410a-4d0a-83e9-76e9f9806eda {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
text-align: center;
background-color: rgba(72, 164, 242, 1);
text-decoration: none;
}
#s-e756123a-410a-4d0a-83e9-76e9f9806eda:hover {background-color: rgba(103, 181, 247, 1) !important;
text-decoration: none !important;}#s-e756123a-410a-4d0a-83e9-76e9f9806eda:active {background-color: rgba(56, 56, 56, 1) !important;
text-decoration: none !important;}


#s-e756123a-410a-4d0a-83e9-76e9f9806eda.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-4f0ad883-a1f0-459c-a267-478cdef1280d {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-5b029cb9-0f4e-4b78-9735-9649c5fe7c65 {
  margin-top: 10px;
margin-left: 13%;
margin-bottom: -15px;
margin-right: 15%;
min-height: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b029cb9-0f4e-4b78-9735-9649c5fe7c65 {
  display: none;
}
#s-5b029cb9-0f4e-4b78-9735-9649c5fe7c65, #wrap-s-5b029cb9-0f4e-4b78-9735-9649c5fe7c65 { display:none !important; }}







#s-5b029cb9-0f4e-4b78-9735-9649c5fe7c65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b029cb9-0f4e-4b78-9735-9649c5fe7c65.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d6f8fad7-c7f3-4b08-a9fa-6928a2778f85 {
  margin-left: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d6f8fad7-c7f3-4b08-a9fa-6928a2778f85 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d6f8fad7-c7f3-4b08-a9fa-6928a2778f85 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d6f8fad7-c7f3-4b08-a9fa-6928a2778f85 td.shogun-table-column {
  background-color: #fff;
  padding: ;
  text-align: inherit;
}

#s-d6f8fad7-c7f3-4b08-a9fa-6928a2778f85 td.shogun-table-row {
  background-color: #fff;
  padding: 6px;
}

#s-d6f8fad7-c7f3-4b08-a9fa-6928a2778f85 td.shogun-table-column, #s-d6f8fad7-c7f3-4b08-a9fa-6928a2778f85 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-684262e9-4f5a-4d08-b4fa-0bbfc5b360a7 {
  margin-top: 10px;
margin-left: -10%;
margin-bottom: -4px;
}

#s-6ac76917-ef02-463c-8bff-899c7ca2d5e5 {
  margin-top: 10px;
margin-left: -10%;
margin-bottom: -4px;
}

#s-9ebac824-88d4-419a-947f-a24debe8c1fd {
  margin-bottom: 50px;
margin-right: 10px;
max-width: 50px;
text-align: center;
}




  #s-9ebac824-88d4-419a-947f-a24debe8c1fd img.shogun-image {
    
    width: px;
  }


#s-9ebac824-88d4-419a-947f-a24debe8c1fd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-34aa591d-3287-40f1-865d-aaa088f5767d {
  margin-right: 10px;
max-width: 50px;
text-align: center;
}




  #s-34aa591d-3287-40f1-865d-aaa088f5767d img.shogun-image {
    
    width: px;
  }


#s-34aa591d-3287-40f1-865d-aaa088f5767d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b2b3282d-1532-4a5f-a3b7-5618bc95bee2 {
  margin-top: 10px;
margin-left: -10%;
margin-bottom: 50px;
}

#s-a62b2aae-bcca-40f9-ab9d-2b1c6704fdb5 {
  margin-right: 10px;
max-width: 50px;
text-align: center;
}




  #s-a62b2aae-bcca-40f9-ab9d-2b1c6704fdb5 img.shogun-image {
    
    width: px;
  }


#s-a62b2aae-bcca-40f9-ab9d-2b1c6704fdb5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6398105e-7df2-49ea-a4ef-bcab36668c3e {
  margin-top: 19px;
text-align: center;
}




  #s-6398105e-7df2-49ea-a4ef-bcab36668c3e img.shogun-image {
    
    width: px;
  }


#s-6398105e-7df2-49ea-a4ef-bcab36668c3e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-28e84a85-6858-45fa-86ff-bb89ebcf93d5 {
  margin-top: 10px;
margin-bottom: -5px;
}

#s-f23d51cc-486f-4b3e-87a7-082be1c96daf {
  margin-top: 5px;
margin-left: 12px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-f23d51cc-486f-4b3e-87a7-082be1c96daf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-6bbb3a93-2171-4707-8dfd-d9a00599e4ae {
  text-align: right;
}




  #s-6bbb3a93-2171-4707-8dfd-d9a00599e4ae img.shogun-image {
    
    width: px;
  }


#s-6bbb3a93-2171-4707-8dfd-d9a00599e4ae .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8f63c8d6-ae8b-4472-a137-87de29b8d541 {
  margin-top: 3px;
margin-left: 6px;
}

#s-d165b084-b573-4bd1-9fea-3a7a69b75f22 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
text-align: center;
background-color: rgba(65, 65, 65, 1);
text-decoration: none;
}
#s-d165b084-b573-4bd1-9fea-3a7a69b75f22:hover {background-color: rgba(88, 88, 88, 1) !important;
text-decoration: none !important;}#s-d165b084-b573-4bd1-9fea-3a7a69b75f22:active {background-color: rgba(56, 56, 56, 1) !important;
text-decoration: none !important;}


#s-d165b084-b573-4bd1-9fea-3a7a69b75f22.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-612b2e59-729b-46c4-8a4a-e9bb0367a0a2 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-b56e6e53-419c-40e8-affb-d7880531f1c5 {
  margin-top: 10px;
margin-left: 13%;
margin-bottom: -15px;
margin-right: 15%;
padding-top: 5px;
padding-bottom: 5px;
min-height: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b56e6e53-419c-40e8-affb-d7880531f1c5 {
  display: none;
}
#s-b56e6e53-419c-40e8-affb-d7880531f1c5, #wrap-s-b56e6e53-419c-40e8-affb-d7880531f1c5 { display:none !important; }}







#s-b56e6e53-419c-40e8-affb-d7880531f1c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b56e6e53-419c-40e8-affb-d7880531f1c5.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-aa16192a-d546-403c-a725-d79a23260906 {
  margin-left: 10%;
margin-bottom: 0px;
}

#s-aa16192a-d546-403c-a725-d79a23260906 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-aa16192a-d546-403c-a725-d79a23260906 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-aa16192a-d546-403c-a725-d79a23260906 td.shogun-table-column {
  background-color: #fff;
  padding: ;
  text-align: inherit;
}

#s-aa16192a-d546-403c-a725-d79a23260906 td.shogun-table-row {
  background-color: #fff;
  padding: 6px;
}

#s-aa16192a-d546-403c-a725-d79a23260906 td.shogun-table-column, #s-aa16192a-d546-403c-a725-d79a23260906 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-88f863aa-aeb4-4cc8-8c89-e31abe6c2da4 {
  margin-top: 0px;
margin-bottom: 45px;
margin-right: 10px;
max-width: 50px;
text-align: center;
}




  #s-88f863aa-aeb4-4cc8-8c89-e31abe6c2da4 img.shogun-image {
    
    width: px;
  }


#s-88f863aa-aeb4-4cc8-8c89-e31abe6c2da4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-13d97793-2cc7-44e2-b69d-a3192a5478b2 {
  margin-right: 10px;
max-width: 50px;
text-align: center;
}




  #s-13d97793-2cc7-44e2-b69d-a3192a5478b2 img.shogun-image {
    
    width: px;
  }


#s-13d97793-2cc7-44e2-b69d-a3192a5478b2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a8a5c221-71a5-49e6-add5-2666667fd646 {
  margin-top: 10px;
margin-left: -10%;
margin-bottom: 45px;
}

#s-82c77c67-1f86-4104-8fed-06c5e4f31623 {
  margin-top: 10px;
margin-left: -10%;
margin-bottom: -4px;
}

#s-12c6db0b-520d-49c1-8be6-603e8771af2c {
  margin-top: 10px;
margin-left: -10%;
margin-bottom: -4px;
}

#s-d9c22f14-1f2f-4a87-903d-ad7bab4ae101 {
  margin-left: 0px;
margin-right: 10px;
max-width: 50px;
text-align: center;
}




  #s-d9c22f14-1f2f-4a87-903d-ad7bab4ae101 img.shogun-image {
    
    width: px;
  }


#s-d9c22f14-1f2f-4a87-903d-ad7bab4ae101 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-384617e4-9bd5-4b39-98d6-5fbf4969c15e {
  border-style: solid;
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 1px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-384617e4-9bd5-4b39-98d6-5fbf4969c15e:hover {border-style: solid !important;
border-color: rgba(72, 164, 242, 1) !important;
background-color: rgba(72, 164, 242, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-384617e4-9bd5-4b39-98d6-5fbf4969c15e:active {background-color: rgba(149, 207, 255, 1) !important;
text-decoration: none !important;}


#s-384617e4-9bd5-4b39-98d6-5fbf4969c15e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}