.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-cbbcfcba-6783-45be-9d2f-8f840d2c2da7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cbbcfcba-6783-45be-9d2f-8f840d2c2da7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cbbcfcba-6783-45be-9d2f-8f840d2c2da7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cbbcfcba-6783-45be-9d2f-8f840d2c2da7 {
  
}
}







#s-cbbcfcba-6783-45be-9d2f-8f840d2c2da7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbbcfcba-6783-45be-9d2f-8f840d2c2da7.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-83783aa0-ad7b-4288-99a9-1480e1e9d6bd {
  text-align: center;
}




  #s-83783aa0-ad7b-4288-99a9-1480e1e9d6bd img.shogun-image {
    
    width: px;
  }


#s-83783aa0-ad7b-4288-99a9-1480e1e9d6bd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6b17d483-ea0d-4047-a008-a2607f2f737a {
  min-height: 50px;
}








#s-6b17d483-ea0d-4047-a008-a2607f2f737a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b17d483-ea0d-4047-a008-a2607f2f737a.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-f6faa671-95d3-4324-a37c-43d8c228fe2e {
  border-style: solid;
margin-bottom: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(17, 17, 17, 1);
}

#s-f6faa671-95d3-4324-a37c-43d8c228fe2e .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



.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-cad8858a-06e0-4bb1-b511-32c2003c56d4 {
  margin-bottom: 80px;
}

#s-40d8715d-f846-479d-b917-0ad9e94daa16 {
  margin-bottom: 0px;
text-align: center;
}




  #s-40d8715d-f846-479d-b917-0ad9e94daa16 img.shogun-image {
    
    width: px;
  }


#s-40d8715d-f846-479d-b917-0ad9e94daa16 .shogun-image-content {
  
    align-items: center;
  
}

#s-29e0f95d-6bc4-4edd-b4e6-f708b9cdd0e4 {
  margin-top: 0px;
padding-bottom: 30px;
}

#s-7ee75f7b-ab83-42e8-bdfc-a185a1867928 {
  margin-bottom: 80px;
}

#s-0662990a-4ea8-42ec-af13-98f43c3984c2 {
  margin-bottom: 30px;
text-align: center;
}




  #s-0662990a-4ea8-42ec-af13-98f43c3984c2 img.shogun-image {
    
    width: px;
  }


#s-0662990a-4ea8-42ec-af13-98f43c3984c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b9996f5-5a37-4ff8-9c58-41dde7b19dfd {
  margin-bottom: 80px;
}

#s-737df48a-2f74-4048-88c3-271536956267 {
  margin-bottom: 30px;
text-align: center;
}




  #s-737df48a-2f74-4048-88c3-271536956267 img.shogun-image {
    
    width: px;
  }


#s-737df48a-2f74-4048-88c3-271536956267 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2bf5d07-661f-42dc-84f5-f73ab7cbb8bb {
  margin-bottom: 80px;
}

#s-39de5657-3b63-42d8-9a7d-051b62e2e5f5 {
  margin-bottom: 30px;
text-align: center;
}




  #s-39de5657-3b63-42d8-9a7d-051b62e2e5f5 img.shogun-image {
    
    width: px;
  }


#s-39de5657-3b63-42d8-9a7d-051b62e2e5f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2aca308f-95fe-474d-ba17-c43ee3cb2cb4 {
  margin-bottom: 80px;
}

#s-cf81860c-f902-4c28-aa5b-cef406820d32 {
  margin-bottom: 30px;
text-align: center;
}




  #s-cf81860c-f902-4c28-aa5b-cef406820d32 img.shogun-image {
    
    width: px;
  }


#s-cf81860c-f902-4c28-aa5b-cef406820d32 .shogun-image-content {
  
    align-items: center;
  
}

#s-a92c8319-96d3-413f-a35f-4ffc50cabc83 {
  margin-bottom: 80px;
}

#s-94b78a68-1310-4736-aa4f-ebb9db417888 {
  margin-bottom: 30px;
text-align: center;
}




  #s-94b78a68-1310-4736-aa4f-ebb9db417888 img.shogun-image {
    
    width: px;
  }


#s-94b78a68-1310-4736-aa4f-ebb9db417888 .shogun-image-content {
  
    align-items: center;
  
}

#s-068905e8-cd52-4750-b8f2-940cd836f4c2 {
  margin-bottom: 80px;
}

#s-1c4fd892-e615-461a-a7ee-937ee25b091b {
  margin-bottom: 30px;
text-align: center;
}




  #s-1c4fd892-e615-461a-a7ee-937ee25b091b img.shogun-image {
    
    width: px;
  }


#s-1c4fd892-e615-461a-a7ee-937ee25b091b .shogun-image-content {
  
    align-items: center;
  
}

#s-3af3b8a6-a36c-4e6c-80b4-9b420d0cc962 {
  margin-bottom: 80px;
}

#s-930da699-efca-4e53-8766-19870224bacf {
  margin-bottom: 30px;
text-align: center;
}




  #s-930da699-efca-4e53-8766-19870224bacf img.shogun-image {
    
    width: px;
  }


#s-930da699-efca-4e53-8766-19870224bacf .shogun-image-content {
  
    align-items: center;
  
}

#s-b895e705-3768-4406-9cc6-3783c628cbfc {
  margin-bottom: 80px;
}

#s-72a7070b-7d7b-420f-9248-0b11666af530 {
  margin-bottom: 30px;
text-align: center;
}




  #s-72a7070b-7d7b-420f-9248-0b11666af530 img.shogun-image {
    
    width: px;
  }


#s-72a7070b-7d7b-420f-9248-0b11666af530 .shogun-image-content {
  
    align-items: center;
  
}

#s-10863d33-0dbe-400b-ad9c-ecad96c5cee7 {
  margin-bottom: 80px;
}

#s-52250cb5-7ec6-4248-b13e-093c35fb0052 {
  margin-bottom: 30px;
text-align: center;
}




  #s-52250cb5-7ec6-4248-b13e-093c35fb0052 img.shogun-image {
    
    width: px;
  }


#s-52250cb5-7ec6-4248-b13e-093c35fb0052 .shogun-image-content {
  
    align-items: center;
  
}

#s-a64beb73-0903-4cd6-bccc-e80796bf322e {
  margin-bottom: 80px;
}

#s-c9c54329-e693-421f-81c1-c8a201561ab0 {
  margin-bottom: 30px;
text-align: center;
}




  #s-c9c54329-e693-421f-81c1-c8a201561ab0 img.shogun-image {
    
    width: px;
  }


#s-c9c54329-e693-421f-81c1-c8a201561ab0 .shogun-image-content {
  
    align-items: center;
  
}

#s-55e31f4d-f27e-4951-ab98-6e8b50d2772e {
  margin-bottom: 80px;
}

#s-dd4186d3-5ee1-4745-a707-e5b8e0f58c17 {
  margin-bottom: 30px;
text-align: center;
}




  #s-dd4186d3-5ee1-4745-a707-e5b8e0f58c17 img.shogun-image {
    
    width: px;
  }


#s-dd4186d3-5ee1-4745-a707-e5b8e0f58c17 .shogun-image-content {
  
    align-items: center;
  
}

#s-de5e7531-2e60-4bb4-b45c-72f4f80ebdbd {
  margin-bottom: 80px;
}

#s-99dc3dbf-67d3-4533-92e8-9a22f2d5603a {
  margin-bottom: 30px;
text-align: center;
}




  #s-99dc3dbf-67d3-4533-92e8-9a22f2d5603a img.shogun-image {
    
    width: px;
  }


#s-99dc3dbf-67d3-4533-92e8-9a22f2d5603a .shogun-image-content {
  
    align-items: center;
  
}

#s-0f1b6ac9-99d6-4df9-b40c-4bce54eb9d34 {
  margin-bottom: 80px;
}

#s-8ef9da08-c397-402e-a118-cdfd5f0e0608 {
  margin-bottom: 30px;
text-align: center;
}




  #s-8ef9da08-c397-402e-a118-cdfd5f0e0608 img.shogun-image {
    
    width: px;
  }


#s-8ef9da08-c397-402e-a118-cdfd5f0e0608 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e7fd5b7-19ec-468f-a682-16b570c286df {
  margin-bottom: 80px;
}

#s-b772edd5-d99a-45e5-a69e-effb7ff7c2e4 {
  margin-bottom: 30px;
text-align: center;
}




  #s-b772edd5-d99a-45e5-a69e-effb7ff7c2e4 img.shogun-image {
    
    width: px;
  }


#s-b772edd5-d99a-45e5-a69e-effb7ff7c2e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e605e19-7b26-4224-949d-62f0e49b7ce8 {
  margin-bottom: 80px;
}

#s-66d86ffa-557c-49e8-a356-0206b62fbc1c {
  margin-bottom: 30px;
text-align: center;
}




  #s-66d86ffa-557c-49e8-a356-0206b62fbc1c img.shogun-image {
    
    width: px;
  }


#s-66d86ffa-557c-49e8-a356-0206b62fbc1c .shogun-image-content {
  
    align-items: center;
  
}

#s-3d1c4d3a-2c8f-4282-a96d-77d808ee8b7f {
  margin-bottom: 80px;
}

#s-a3daba27-59d0-4b17-8d57-544251fa076e {
  margin-bottom: 30px;
text-align: center;
}




  #s-a3daba27-59d0-4b17-8d57-544251fa076e img.shogun-image {
    
    width: px;
  }


#s-a3daba27-59d0-4b17-8d57-544251fa076e .shogun-image-content {
  
    align-items: center;
  
}

#s-9936d583-d185-4fa1-9e00-70c5e99a195c {
  margin-bottom: 80px;
}

#s-e5f65a98-e07f-483f-8f47-fa505970a7a8 {
  margin-bottom: 30px;
text-align: center;
}




  #s-e5f65a98-e07f-483f-8f47-fa505970a7a8 img.shogun-image {
    
    width: px;
  }


#s-e5f65a98-e07f-483f-8f47-fa505970a7a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0400e48c-689d-466f-8929-213f5cc86bee {
  margin-bottom: 80px;
}

#s-6802825f-8ae7-45e2-9fd9-de3c9e821cf0 {
  margin-bottom: 30px;
text-align: center;
}




  #s-6802825f-8ae7-45e2-9fd9-de3c9e821cf0 img.shogun-image {
    
    width: px;
  }


#s-6802825f-8ae7-45e2-9fd9-de3c9e821cf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e7b571c-9668-4ea7-9f29-50284e4d6ad5 {
  margin-bottom: 100px;
}

#s-032f14d1-bdcc-4669-acea-d3e10f69084c {
  min-height: 50px;
}








#s-032f14d1-bdcc-4669-acea-d3e10f69084c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-032f14d1-bdcc-4669-acea-d3e10f69084c.shg-box.shg-c {
  justify-content: center;
}

.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-39d23064-46d7-4777-a569-b3723cc9257f {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-39d23064-46d7-4777-a569-b3723cc9257f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-59af9ac9-dd4f-4af4-a70d-f78ef009b691 {
  text-align: center;
}




  #s-59af9ac9-dd4f-4af4-a70d-f78ef009b691 img.shogun-image {
    
    width: px;
  }


#s-59af9ac9-dd4f-4af4-a70d-f78ef009b691 .shogun-image-content {
  
    align-items: center;
  
}

#s-14b505b2-51a7-4c96-872c-efe88870e283 {
  text-align: center;
}




  #s-14b505b2-51a7-4c96-872c-efe88870e283 img.shogun-image {
    
    width: px;
  }


#s-14b505b2-51a7-4c96-872c-efe88870e283 .shogun-image-content {
  
    align-items: center;
  
}

#s-a97863b6-b80e-4376-9415-777d5ea3a9e4 {
  text-align: center;
}




  #s-a97863b6-b80e-4376-9415-777d5ea3a9e4 img.shogun-image {
    
    width: px;
  }


#s-a97863b6-b80e-4376-9415-777d5ea3a9e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb5286bd-ec0d-4ebe-b81f-a52605860e36 {
  text-align: center;
}




  #s-fb5286bd-ec0d-4ebe-b81f-a52605860e36 img.shogun-image {
    
    width: px;
  }


#s-fb5286bd-ec0d-4ebe-b81f-a52605860e36 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d {
  margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7ae890b7-0a67-4fd3-b18e-0e5163f8990d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-43cdce09-e631-4cca-8c4e-a5fa0c8d5a78 {
  text-align: center;
}




  #s-43cdce09-e631-4cca-8c4e-a5fa0c8d5a78 img.shogun-image {
    
    width: px;
  }


#s-43cdce09-e631-4cca-8c4e-a5fa0c8d5a78 .shogun-image-content {
  
    align-items: center;
  
}

#s-67f85df1-f198-4fc2-a8aa-5a2d909368b5 {
  min-height: 50px;
}








#s-67f85df1-f198-4fc2-a8aa-5a2d909368b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67f85df1-f198-4fc2-a8aa-5a2d909368b5.shg-box.shg-c {
  justify-content: center;
}

#s-2c79df60-c70c-4c48-b34e-6cd382e943f4 {
  margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2c79df60-c70c-4c48-b34e-6cd382e943f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-72e773be-6e01-40dc-bad9-a46ccbd5c0e1 {
  text-align: center;
}




  #s-72e773be-6e01-40dc-bad9-a46ccbd5c0e1 img.shogun-image {
    
    width: px;
  }


#s-72e773be-6e01-40dc-bad9-a46ccbd5c0e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-29a45f6e-924a-453f-ad8b-a5d567850773 {
  min-height: 50px;
}








#s-29a45f6e-924a-453f-ad8b-a5d567850773 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29a45f6e-924a-453f-ad8b-a5d567850773.shg-box.shg-c {
  justify-content: center;
}

#s-5795da28-fc6a-49c5-9e4a-95c7b02fc397 {
  margin-bottom: 10px;
}

.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-a121ada0-1dde-4b4e-9ba3-e330f498ad0d {
  margin-bottom: 10px;
}

#s-a121ada0-1dde-4b4e-9ba3-e330f498ad0d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(239, 239, 239, 1);
  border-radius: 0px;
}

#s-a121ada0-1dde-4b4e-9ba3-e330f498ad0d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a121ada0-1dde-4b4e-9ba3-e330f498ad0d td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: center;
}

#s-a121ada0-1dde-4b4e-9ba3-e330f498ad0d td.shogun-table-row {
  background-color: #fff;
  padding: 3px;
}

#s-a121ada0-1dde-4b4e-9ba3-e330f498ad0d td.shogun-table-column, #s-a121ada0-1dde-4b4e-9ba3-e330f498ad0d td.shogun-table-row {
  border: 0px solid rgba(239, 239, 239, 1);
}

#s-005a02fc-852c-41df-94b7-c289d808248c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
}

#s-119c6fcb-922a-4caa-9904-38ee951df994 {
  margin-top: 0px;
margin-bottom: 80px;
}

#s-11e1552b-3d93-4d6f-a5d4-fa7bd84eb9c3 {
  min-height: 50px;
}








#s-11e1552b-3d93-4d6f-a5d4-fa7bd84eb9c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11e1552b-3d93-4d6f-a5d4-fa7bd84eb9c3.shg-box.shg-c {
  justify-content: center;
}

#s-12bd4911-610c-4ba9-85fb-e721729f60ca {
  margin-left: -2px;
margin-bottom: 100px;
margin-right: -2px;
padding-top: 30px;
padding-bottom: 30px;
}

#s-12bd4911-610c-4ba9-85fb-e721729f60ca .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(216, 216, 216, 1);
  border-radius: 0px;
}

#s-12bd4911-610c-4ba9-85fb-e721729f60ca table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-12bd4911-610c-4ba9-85fb-e721729f60ca td.shogun-table-column {
  background-color: #fff;
  padding: 9px;
  text-align: inherit;
}

#s-12bd4911-610c-4ba9-85fb-e721729f60ca td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-12bd4911-610c-4ba9-85fb-e721729f60ca td.shogun-table-column, #s-12bd4911-610c-4ba9-85fb-e721729f60ca td.shogun-table-row {
  border: 1px solid rgba(216, 216, 216, 1);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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