.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-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  display: none;
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef, #wrap-s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef { display:none !important; }}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
display: none;
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef, #wrap-s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef { display:none !important; }}







#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.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-3e3809fc-21f4-454b-b199-8cab71a7544c {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3e3809fc-21f4-454b-b199-8cab71a7544c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e3809fc-21f4-454b-b199-8cab71a7544c {
  display: none;
}
#s-3e3809fc-21f4-454b-b199-8cab71a7544c, #wrap-s-3e3809fc-21f4-454b-b199-8cab71a7544c { display:none !important; }}@media (max-width: 767px){#s-3e3809fc-21f4-454b-b199-8cab71a7544c {
  display: none;
}
#s-3e3809fc-21f4-454b-b199-8cab71a7544c, #wrap-s-3e3809fc-21f4-454b-b199-8cab71a7544c { display:none !important; }}



  #s-3e3809fc-21f4-454b-b199-8cab71a7544c img.shogun-image {
    
    width: px;
  }


#s-3e3809fc-21f4-454b-b199-8cab71a7544c .shogun-image-content {
  
    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;
}

@media (min-width: 1200px){#s-00e7643c-6d2f-4dee-a860-3912da5103a6 {
  display: none;
}
#s-00e7643c-6d2f-4dee-a860-3912da5103a6, #wrap-s-00e7643c-6d2f-4dee-a860-3912da5103a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00e7643c-6d2f-4dee-a860-3912da5103a6 {
  display: none;
}
#s-00e7643c-6d2f-4dee-a860-3912da5103a6, #wrap-s-00e7643c-6d2f-4dee-a860-3912da5103a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00e7643c-6d2f-4dee-a860-3912da5103a6 {
  margin-bottom: -10px;
}
}@media (max-width: 767px){#s-00e7643c-6d2f-4dee-a860-3912da5103a6 {
  display: none;
}
#s-00e7643c-6d2f-4dee-a860-3912da5103a6, #wrap-s-00e7643c-6d2f-4dee-a860-3912da5103a6 { display:none !important; }}
#s-3d64967c-b930-4e8b-abac-ec6a41651311 {
  margin-top: -10px;
margin-bottom: -10px;
}
@media (min-width: 1200px){#s-3d64967c-b930-4e8b-abac-ec6a41651311 {
  display: none;
}
#s-3d64967c-b930-4e8b-abac-ec6a41651311, #wrap-s-3d64967c-b930-4e8b-abac-ec6a41651311 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d64967c-b930-4e8b-abac-ec6a41651311 {
  display: none;
}
#s-3d64967c-b930-4e8b-abac-ec6a41651311, #wrap-s-3d64967c-b930-4e8b-abac-ec6a41651311 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d64967c-b930-4e8b-abac-ec6a41651311 {
  display: none;
}
#s-3d64967c-b930-4e8b-abac-ec6a41651311, #wrap-s-3d64967c-b930-4e8b-abac-ec6a41651311 { display:none !important; }}
#s-40d1a74e-2720-4023-a847-c30167b711df {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-40d1a74e-2720-4023-a847-c30167b711df {
  display: none;
}
#s-40d1a74e-2720-4023-a847-c30167b711df, #wrap-s-40d1a74e-2720-4023-a847-c30167b711df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40d1a74e-2720-4023-a847-c30167b711df {
  display: none;
}
#s-40d1a74e-2720-4023-a847-c30167b711df, #wrap-s-40d1a74e-2720-4023-a847-c30167b711df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40d1a74e-2720-4023-a847-c30167b711df {
  display: none;
}
#s-40d1a74e-2720-4023-a847-c30167b711df, #wrap-s-40d1a74e-2720-4023-a847-c30167b711df { display:none !important; }}@media (max-width: 767px){#s-40d1a74e-2720-4023-a847-c30167b711df {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}







#s-40d1a74e-2720-4023-a847-c30167b711df > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
}#s-40d1a74e-2720-4023-a847-c30167b711df.shg-box.shg-c {
  justify-content: center;
}

#s-97c2718b-da34-41a8-beae-c115d2e96c7c {
  text-align: center;
}
@media (min-width: 1200px){#s-97c2718b-da34-41a8-beae-c115d2e96c7c {
  display: none;
}
#s-97c2718b-da34-41a8-beae-c115d2e96c7c, #wrap-s-97c2718b-da34-41a8-beae-c115d2e96c7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97c2718b-da34-41a8-beae-c115d2e96c7c {
  display: none;
}
#s-97c2718b-da34-41a8-beae-c115d2e96c7c, #wrap-s-97c2718b-da34-41a8-beae-c115d2e96c7c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97c2718b-da34-41a8-beae-c115d2e96c7c {
  display: none;
}
#s-97c2718b-da34-41a8-beae-c115d2e96c7c, #wrap-s-97c2718b-da34-41a8-beae-c115d2e96c7c { display:none !important; }}@media (max-width: 767px){#s-97c2718b-da34-41a8-beae-c115d2e96c7c {
  
}
}



  #s-97c2718b-da34-41a8-beae-c115d2e96c7c img.shogun-image {
    
    width: px;
  }


#s-97c2718b-da34-41a8-beae-c115d2e96c7c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-9a415baa-0343-48df-ac45-4bedcb644b8f {
  display: none;
}
#s-9a415baa-0343-48df-ac45-4bedcb644b8f, #wrap-s-9a415baa-0343-48df-ac45-4bedcb644b8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a415baa-0343-48df-ac45-4bedcb644b8f {
  display: none;
}
#s-9a415baa-0343-48df-ac45-4bedcb644b8f, #wrap-s-9a415baa-0343-48df-ac45-4bedcb644b8f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a415baa-0343-48df-ac45-4bedcb644b8f {
  margin-bottom: -10px;
}
}@media (max-width: 767px){#s-9a415baa-0343-48df-ac45-4bedcb644b8f {
  display: none;
}
#s-9a415baa-0343-48df-ac45-4bedcb644b8f, #wrap-s-9a415baa-0343-48df-ac45-4bedcb644b8f { display:none !important; }}
#s-ba50ed50-c951-4c20-80d0-e66fb10cb327 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ba50ed50-c951-4c20-80d0-e66fb10cb327 {
  display: none;
}
#s-ba50ed50-c951-4c20-80d0-e66fb10cb327, #wrap-s-ba50ed50-c951-4c20-80d0-e66fb10cb327 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba50ed50-c951-4c20-80d0-e66fb10cb327 {
  display: none;
}
#s-ba50ed50-c951-4c20-80d0-e66fb10cb327, #wrap-s-ba50ed50-c951-4c20-80d0-e66fb10cb327 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba50ed50-c951-4c20-80d0-e66fb10cb327 {
  
}
}@media (max-width: 767px){#s-ba50ed50-c951-4c20-80d0-e66fb10cb327 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
display: none;
}
#s-ba50ed50-c951-4c20-80d0-e66fb10cb327, #wrap-s-ba50ed50-c951-4c20-80d0-e66fb10cb327 { display:none !important; }}







#s-ba50ed50-c951-4c20-80d0-e66fb10cb327 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
}#s-ba50ed50-c951-4c20-80d0-e66fb10cb327.shg-box.shg-c {
  justify-content: center;
}

#s-4b444cc6-f759-4a03-beb4-3aea02006116 {
  text-align: center;
}
@media (min-width: 1200px){#s-4b444cc6-f759-4a03-beb4-3aea02006116 {
  display: none;
}
#s-4b444cc6-f759-4a03-beb4-3aea02006116, #wrap-s-4b444cc6-f759-4a03-beb4-3aea02006116 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b444cc6-f759-4a03-beb4-3aea02006116 {
  display: none;
}
#s-4b444cc6-f759-4a03-beb4-3aea02006116, #wrap-s-4b444cc6-f759-4a03-beb4-3aea02006116 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b444cc6-f759-4a03-beb4-3aea02006116 {
  
}
}@media (max-width: 767px){#s-4b444cc6-f759-4a03-beb4-3aea02006116 {
  display: none;
}
#s-4b444cc6-f759-4a03-beb4-3aea02006116, #wrap-s-4b444cc6-f759-4a03-beb4-3aea02006116 { display:none !important; }}



  #s-4b444cc6-f759-4a03-beb4-3aea02006116 img.shogun-image {
    
    width: px;
  }


#s-4b444cc6-f759-4a03-beb4-3aea02006116 .shogun-image-content {
  
    align-items: center;
  
}

#s-da93194a-1bd1-4e91-a2e9-cb8e041bb231 {
  margin-top: -10px;
margin-bottom: -10px;
}
@media (min-width: 1200px){#s-da93194a-1bd1-4e91-a2e9-cb8e041bb231 {
  display: none;
}
#s-da93194a-1bd1-4e91-a2e9-cb8e041bb231, #wrap-s-da93194a-1bd1-4e91-a2e9-cb8e041bb231 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da93194a-1bd1-4e91-a2e9-cb8e041bb231 {
  display: none;
}
#s-da93194a-1bd1-4e91-a2e9-cb8e041bb231, #wrap-s-da93194a-1bd1-4e91-a2e9-cb8e041bb231 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da93194a-1bd1-4e91-a2e9-cb8e041bb231 {
  display: none;
}
#s-da93194a-1bd1-4e91-a2e9-cb8e041bb231, #wrap-s-da93194a-1bd1-4e91-a2e9-cb8e041bb231 { display:none !important; }}
#s-b7d82c46-3a31-42ee-8579-a0363e2619df {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b7d82c46-3a31-42ee-8579-a0363e2619df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7d82c46-3a31-42ee-8579-a0363e2619df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7d82c46-3a31-42ee-8579-a0363e2619df {
  
}
}@media (max-width: 767px){#s-b7d82c46-3a31-42ee-8579-a0363e2619df {
  
}
}







#s-b7d82c46-3a31-42ee-8579-a0363e2619df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7d82c46-3a31-42ee-8579-a0363e2619df.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a761c9f2-ce27-4a57-a940-9ee7154c2f6c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-a761c9f2-ce27-4a57-a940-9ee7154c2f6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a761c9f2-ce27-4a57-a940-9ee7154c2f6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a761c9f2-ce27-4a57-a940-9ee7154c2f6c {
  
}
}@media (max-width: 767px){#s-a761c9f2-ce27-4a57-a940-9ee7154c2f6c {
  
}
}







#s-a761c9f2-ce27-4a57-a940-9ee7154c2f6c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a761c9f2-ce27-4a57-a940-9ee7154c2f6c.shg-box.shg-c {
  justify-content: center;
}

#s-30474477-d6ff-4023-915d-86ed24083e65 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 45px;
margin-left: 45px;
margin-bottom: 45px;
margin-right: 45px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-30474477-d6ff-4023-915d-86ed24083e65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30474477-d6ff-4023-915d-86ed24083e65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30474477-d6ff-4023-915d-86ed24083e65 {
  
}
}@media (max-width: 767px){#s-30474477-d6ff-4023-915d-86ed24083e65 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}







#s-30474477-d6ff-4023-915d-86ed24083e65 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-30474477-d6ff-4023-915d-86ed24083e65.shg-box.shg-c {
  justify-content: center;
}

#s-cc191b10-cf60-4820-9660-e964dad2a392 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-cc191b10-cf60-4820-9660-e964dad2a392 {
  display: none;
}
#s-cc191b10-cf60-4820-9660-e964dad2a392, #wrap-s-cc191b10-cf60-4820-9660-e964dad2a392 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc191b10-cf60-4820-9660-e964dad2a392 {
  display: none;
}
#s-cc191b10-cf60-4820-9660-e964dad2a392, #wrap-s-cc191b10-cf60-4820-9660-e964dad2a392 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc191b10-cf60-4820-9660-e964dad2a392 {
  display: none;
}
#s-cc191b10-cf60-4820-9660-e964dad2a392, #wrap-s-cc191b10-cf60-4820-9660-e964dad2a392 { display:none !important; }}
#s-6b29953e-8427-4816-9dc3-d91be60619f3 {
  margin-top: 30px;
margin-left: 35px;
margin-bottom: 5px;
margin-right: 35px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b29953e-8427-4816-9dc3-d91be60619f3 {
  margin-top: 20px;
margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-6b29953e-8427-4816-9dc3-d91be60619f3 {
  display: none;
}
#s-6b29953e-8427-4816-9dc3-d91be60619f3, #wrap-s-6b29953e-8427-4816-9dc3-d91be60619f3 { display:none !important; }}
.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-1bdca1a9-8a0e-44b1-8fd5-ad51ef3bd512 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 159, 21, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-1bdca1a9-8a0e-44b1-8fd5-ad51ef3bd512:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1bdca1a9-8a0e-44b1-8fd5-ad51ef3bd512:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1bdca1a9-8a0e-44b1-8fd5-ad51ef3bd512.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-0cb743bf-6897-494f-a731-8326288a12b9 {
  margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0cb743bf-6897-494f-a731-8326288a12b9 {
  margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cb743bf-6897-494f-a731-8326288a12b9 {
  margin-bottom: 30px;
}
}







#s-0cb743bf-6897-494f-a731-8326288a12b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cb743bf-6897-494f-a731-8326288a12b9.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-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813 {
  margin-top: 40px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813 {
  display: none;
}
#s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813, #wrap-s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813 { display:none !important; }}@media (max-width: 767px){#s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ba7eb3b-aeeb-4e38-ad5a-9175c229e813"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-70132eab-2d35-4826-9bbf-450ec8d39670 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-70132eab-2d35-4826-9bbf-450ec8d39670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70132eab-2d35-4826-9bbf-450ec8d39670.shg-box.shg-c {
  justify-content: center;
}

#s-cfa9532c-ff27-43e6-9429-c8b6ae6b7adf {
  text-align: center;
}

#s-5b6d17a5-f7bb-4772-9747-1bdc113a0ede {
  min-height: 50px;
}








#s-5b6d17a5-f7bb-4772-9747-1bdc113a0ede > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6d17a5-f7bb-4772-9747-1bdc113a0ede.shg-box.shg-c {
  justify-content: center;
}

#s-4606f10b-4bab-42a6-aea2-4d7153d9d957 {
  padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-4606f10b-4bab-42a6-aea2-4d7153d9d957 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-e1e90b23-bdba-4388-8e2e-7c4cd58069a9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e1e90b23-bdba-4388-8e2e-7c4cd58069a9 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1e90b23-bdba-4388-8e2e-7c4cd58069a9 {
  padding-left: 20px;
padding-right: 20px;
}
}



  #s-e1e90b23-bdba-4388-8e2e-7c4cd58069a9 img.shogun-image {
    
    width: px;
  }


#s-e1e90b23-bdba-4388-8e2e-7c4cd58069a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef2d2254-2fae-40e5-813c-52879ea4e075 {
  padding-left: 40px;
padding-right: 40px;
}
@media (max-width: 767px){#s-ef2d2254-2fae-40e5-813c-52879ea4e075 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-d5cf4ad2-6487-4b6f-9d40-dd8d6b6a371f {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d5cf4ad2-6487-4b6f-9d40-dd8d6b6a371f {
  display: none;
}
#s-d5cf4ad2-6487-4b6f-9d40-dd8d6b6a371f, #wrap-s-d5cf4ad2-6487-4b6f-9d40-dd8d6b6a371f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5cf4ad2-6487-4b6f-9d40-dd8d6b6a371f {
  display: none;
}
#s-d5cf4ad2-6487-4b6f-9d40-dd8d6b6a371f, #wrap-s-d5cf4ad2-6487-4b6f-9d40-dd8d6b6a371f { display:none !important; }}@media (max-width: 767px){#s-d5cf4ad2-6487-4b6f-9d40-dd8d6b6a371f {
  display: none;
}
#s-d5cf4ad2-6487-4b6f-9d40-dd8d6b6a371f, #wrap-s-d5cf4ad2-6487-4b6f-9d40-dd8d6b6a371f { display:none !important; }}







#s-d5cf4ad2-6487-4b6f-9d40-dd8d6b6a371f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5cf4ad2-6487-4b6f-9d40-dd8d6b6a371f.shg-box.shg-c {
  justify-content: center;
}

#s-37f9afce-5fb0-4004-83dd-913510bf7c8f {
  padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-37f9afce-5fb0-4004-83dd-913510bf7c8f {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-c5d12755-4105-4daf-bc62-bcb0dabd228f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c5d12755-4105-4daf-bc62-bcb0dabd228f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5d12755-4105-4daf-bc62-bcb0dabd228f {
  padding-left: 20px;
padding-right: 20px;
}
}



  #s-c5d12755-4105-4daf-bc62-bcb0dabd228f img.shogun-image {
    
    width: px;
  }


#s-c5d12755-4105-4daf-bc62-bcb0dabd228f .shogun-image-content {
  
    align-items: center;
  
}

#s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0330cb7a-d6f8-4ac6-9d1d-c0351db4eb78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0b51797a-c4cc-41f4-b417-f0ace22e618d {
  text-align: center;
}
@media (min-width: 1200px){#s-0b51797a-c4cc-41f4-b417-f0ace22e618d {
  display: none;
}
#s-0b51797a-c4cc-41f4-b417-f0ace22e618d, #wrap-s-0b51797a-c4cc-41f4-b417-f0ace22e618d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b51797a-c4cc-41f4-b417-f0ace22e618d {
  display: none;
}
#s-0b51797a-c4cc-41f4-b417-f0ace22e618d, #wrap-s-0b51797a-c4cc-41f4-b417-f0ace22e618d { display:none !important; }}@media (max-width: 767px){#s-0b51797a-c4cc-41f4-b417-f0ace22e618d {
  display: none;
}
#s-0b51797a-c4cc-41f4-b417-f0ace22e618d, #wrap-s-0b51797a-c4cc-41f4-b417-f0ace22e618d { display:none !important; }}
#s-8e3fab12-a3d9-410b-a37c-fdbd8dd50094 {
  min-height: 50px;
}








#s-8e3fab12-a3d9-410b-a37c-fdbd8dd50094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e3fab12-a3d9-410b-a37c-fdbd8dd50094.shg-box.shg-c {
  justify-content: center;
}

#s-a38a07bf-eed5-4d17-90ad-747406317a11 {
  margin-top: auto;
margin-bottom: auto;
padding-left: 20px;
padding-right: 20px;
}

#s-92a5158a-d2f0-4699-8a6b-604ccc9e4465 {
  min-height: 50px;
}








#s-92a5158a-d2f0-4699-8a6b-604ccc9e4465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92a5158a-d2f0-4699-8a6b-604ccc9e4465.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-df1f6b52-430f-41f0-9717-3a497581ccc3 {
  
}
}
@media (min-width: 0px) {
[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-df1f6b52-430f-41f0-9717-3a497581ccc3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-94fa6a8b-6feb-402a-a96f-946a9dd4ad0e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-94fa6a8b-6feb-402a-a96f-946a9dd4ad0e {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-94fa6a8b-6feb-402a-a96f-946a9dd4ad0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94fa6a8b-6feb-402a-a96f-946a9dd4ad0e.shg-box.shg-c {
  justify-content: center;
}

#s-271282ba-dc9f-4494-8ce2-a58773e7a9b9 {
  padding-left: 40px;
padding-right: 40px;
}
@media (max-width: 767px){#s-271282ba-dc9f-4494-8ce2-a58773e7a9b9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-026ac933-52ad-4ef1-b7f9-a536c918ed48 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-026ac933-52ad-4ef1-b7f9-a536c918ed48 {
  display: none;
}
#s-026ac933-52ad-4ef1-b7f9-a536c918ed48, #wrap-s-026ac933-52ad-4ef1-b7f9-a536c918ed48 { display:none !important; }}@media (max-width: 767px){#s-026ac933-52ad-4ef1-b7f9-a536c918ed48 {
  display: none;
}
#s-026ac933-52ad-4ef1-b7f9-a536c918ed48, #wrap-s-026ac933-52ad-4ef1-b7f9-a536c918ed48 { display:none !important; }}
@media (min-width: 0px) {
[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-026ac933-52ad-4ef1-b7f9-a536c918ed48"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bfef4456-889e-40b9-9d11-810ee610ece9 {
  min-height: 50px;
}








#s-bfef4456-889e-40b9-9d11-810ee610ece9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfef4456-889e-40b9-9d11-810ee610ece9.shg-box.shg-c {
  justify-content: center;
}

#s-625c42a2-da0d-40ad-97fd-0ba8713981df {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: right;
}




  #s-625c42a2-da0d-40ad-97fd-0ba8713981df img.shogun-image {
    
    width: px;
  }


#s-625c42a2-da0d-40ad-97fd-0ba8713981df .shogun-image-content {
  
    align-items: center;
  
}

#s-af21e94c-1d71-4ec5-a048-d5547dd919e8 {
  min-height: 50px;
}








#s-af21e94c-1d71-4ec5-a048-d5547dd919e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af21e94c-1d71-4ec5-a048-d5547dd919e8.shg-box.shg-c {
  justify-content: center;
}

#s-82b17386-5fcc-4353-ac4c-65b630326900 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: right;
}




  #s-82b17386-5fcc-4353-ac4c-65b630326900 img.shogun-image {
    
    width: px;
  }


#s-82b17386-5fcc-4353-ac4c-65b630326900 .shogun-image-content {
  
    align-items: center;
  
}

#s-abb88a48-5bd4-43e9-8475-a5e999a4c854 {
  border-style: solid;
margin-top: 12px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-d14bec1c-3338-45b4-b00c-4b2de03f1533 {
  text-align: center;
}




  #s-d14bec1c-3338-45b4-b00c-4b2de03f1533 img.shogun-image {
    
    width: px;
  }


#s-d14bec1c-3338-45b4-b00c-4b2de03f1533 .shogun-image-content {
  
    align-items: center;
  
}

#s-97d43c30-c905-4379-8fe4-27b93b9a1320 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-97d43c30-c905-4379-8fe4-27b93b9a1320 {
  display: none;
}
#s-97d43c30-c905-4379-8fe4-27b93b9a1320, #wrap-s-97d43c30-c905-4379-8fe4-27b93b9a1320 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97d43c30-c905-4379-8fe4-27b93b9a1320 {
  display: none;
}
#s-97d43c30-c905-4379-8fe4-27b93b9a1320, #wrap-s-97d43c30-c905-4379-8fe4-27b93b9a1320 { display:none !important; }}@media (max-width: 767px){#s-97d43c30-c905-4379-8fe4-27b93b9a1320 {
  display: none;
}
#s-97d43c30-c905-4379-8fe4-27b93b9a1320, #wrap-s-97d43c30-c905-4379-8fe4-27b93b9a1320 { display:none !important; }}
@media (min-width: 0px) {
[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97d43c30-c905-4379-8fe4-27b93b9a1320"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3dc2ab23-f750-49be-a57e-f1f81bc7d77d {
  min-height: 50px;
}








#s-3dc2ab23-f750-49be-a57e-f1f81bc7d77d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dc2ab23-f750-49be-a57e-f1f81bc7d77d.shg-box.shg-c {
  justify-content: center;
}

#s-73c6bb91-eaa9-4365-a9a0-d2852bf6561b {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: right;
}




  #s-73c6bb91-eaa9-4365-a9a0-d2852bf6561b img.shogun-image {
    
    width: px;
  }


#s-73c6bb91-eaa9-4365-a9a0-d2852bf6561b .shogun-image-content {
  
    align-items: center;
  
}

#s-25048de6-7e2d-420d-9caf-24f356136af3 {
  min-height: 50px;
}








#s-25048de6-7e2d-420d-9caf-24f356136af3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25048de6-7e2d-420d-9caf-24f356136af3.shg-box.shg-c {
  justify-content: center;
}

#s-c3b8b55f-c53e-4ef2-bc99-bb92ede11f5e {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: right;
}




  #s-c3b8b55f-c53e-4ef2-bc99-bb92ede11f5e img.shogun-image {
    
    width: px;
  }


#s-c3b8b55f-c53e-4ef2-bc99-bb92ede11f5e .shogun-image-content {
  
    align-items: center;
  
}

#s-db59db2b-deb2-4fe5-b12d-96b8b729799e {
  border-style: solid;
margin-top: 12px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-42f198b6-8313-4717-bbb9-cd233fb66064 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-42f198b6-8313-4717-bbb9-cd233fb66064 {
  display: none;
}
#s-42f198b6-8313-4717-bbb9-cd233fb66064, #wrap-s-42f198b6-8313-4717-bbb9-cd233fb66064 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42f198b6-8313-4717-bbb9-cd233fb66064 {
  display: none;
}
#s-42f198b6-8313-4717-bbb9-cd233fb66064, #wrap-s-42f198b6-8313-4717-bbb9-cd233fb66064 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42f198b6-8313-4717-bbb9-cd233fb66064 {
  display: none;
}
#s-42f198b6-8313-4717-bbb9-cd233fb66064, #wrap-s-42f198b6-8313-4717-bbb9-cd233fb66064 { display:none !important; }}@media (max-width: 767px){#s-42f198b6-8313-4717-bbb9-cd233fb66064 {
  
}
}
@media (min-width: 0px) {
[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-42f198b6-8313-4717-bbb9-cd233fb66064"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-25092841-ce1c-4cfe-a703-73eaf4c9f861 {
  min-height: 50px;
}








#s-25092841-ce1c-4cfe-a703-73eaf4c9f861 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25092841-ce1c-4cfe-a703-73eaf4c9f861.shg-box.shg-c {
  justify-content: center;
}

#s-78d5c91d-0d97-4745-8d78-df913a510de2 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: right;
}




  #s-78d5c91d-0d97-4745-8d78-df913a510de2 img.shogun-image {
    
    width: px;
  }


#s-78d5c91d-0d97-4745-8d78-df913a510de2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d9e449a-c236-4caf-aea0-dd04ec33858b {
  min-height: 50px;
}








#s-1d9e449a-c236-4caf-aea0-dd04ec33858b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d9e449a-c236-4caf-aea0-dd04ec33858b.shg-box.shg-c {
  justify-content: center;
}

#s-3aeefa94-11cb-46bb-84ce-694603a4d65e {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-3aeefa94-11cb-46bb-84ce-694603a4d65e img.shogun-image {
    
    width: px;
  }


#s-3aeefa94-11cb-46bb-84ce-694603a4d65e .shogun-image-content {
  
    align-items: center;
  
}

#s-ba0bc82f-eb28-4427-91d3-aeecdafedc3a {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 768px) and (max-width: 991px){#s-be0535d8-03d5-432e-8388-59f45a8b9a25 {
  
}
}
@media (min-width: 0px) {
[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-be0535d8-03d5-432e-8388-59f45a8b9a25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2aef753a-c312-42e3-882b-1e6026a535f2 {
  text-align: center;
}




  #s-2aef753a-c312-42e3-882b-1e6026a535f2 img.shogun-image {
    
    width: px;
  }


#s-2aef753a-c312-42e3-882b-1e6026a535f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac5d65ee-e003-45f7-b2b2-cb775f06d0de {
  min-height: 50px;
}








#s-ac5d65ee-e003-45f7-b2b2-cb775f06d0de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac5d65ee-e003-45f7-b2b2-cb775f06d0de.shg-box.shg-c {
  justify-content: center;
}

#s-4c9bf46e-3647-43d4-8c6f-ba22549509ac {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}
@media (max-width: 767px){#s-4c9bf46e-3647-43d4-8c6f-ba22549509ac {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}
}
#s-45a96277-7973-42c5-8e0f-58da86d7d2d2 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-45a96277-7973-42c5-8e0f-58da86d7d2d2 {
  display: none;
}
#s-45a96277-7973-42c5-8e0f-58da86d7d2d2, #wrap-s-45a96277-7973-42c5-8e0f-58da86d7d2d2 { display:none !important; }}@media (max-width: 767px){#s-45a96277-7973-42c5-8e0f-58da86d7d2d2 {
  display: none;
}
#s-45a96277-7973-42c5-8e0f-58da86d7d2d2, #wrap-s-45a96277-7973-42c5-8e0f-58da86d7d2d2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-45a96277-7973-42c5-8e0f-58da86d7d2d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7114e572-ae1a-46a7-9dad-bb5a2ca1a219 {
  min-height: 50px;
}








#s-7114e572-ae1a-46a7-9dad-bb5a2ca1a219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7114e572-ae1a-46a7-9dad-bb5a2ca1a219.shg-box.shg-c {
  justify-content: center;
}

#s-4b07170f-7d4e-4c8f-accd-a6b91ac2c6f3 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: right;
}




  #s-4b07170f-7d4e-4c8f-accd-a6b91ac2c6f3 img.shogun-image {
    
    width: px;
  }


#s-4b07170f-7d4e-4c8f-accd-a6b91ac2c6f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b288f174-d0a7-4af6-bf8f-aa8fcb27f049 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-ac134729-382d-436e-87a4-6339cd9fe7ae {
  min-height: 50px;
}








#s-ac134729-382d-436e-87a4-6339cd9fe7ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac134729-382d-436e-87a4-6339cd9fe7ae.shg-box.shg-c {
  justify-content: center;
}

#s-3d0589f6-8800-476e-a724-4f498427bbb4 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: right;
}




  #s-3d0589f6-8800-476e-a724-4f498427bbb4 img.shogun-image {
    
    width: px;
  }


#s-3d0589f6-8800-476e-a724-4f498427bbb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-590e1e82-beca-4f21-bfe8-cf1be01f9352 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-590e1e82-beca-4f21-bfe8-cf1be01f9352 {
  display: none;
}
#s-590e1e82-beca-4f21-bfe8-cf1be01f9352, #wrap-s-590e1e82-beca-4f21-bfe8-cf1be01f9352 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-590e1e82-beca-4f21-bfe8-cf1be01f9352 {
  display: none;
}
#s-590e1e82-beca-4f21-bfe8-cf1be01f9352, #wrap-s-590e1e82-beca-4f21-bfe8-cf1be01f9352 { display:none !important; }}@media (max-width: 767px){#s-590e1e82-beca-4f21-bfe8-cf1be01f9352 {
  display: none;
}
#s-590e1e82-beca-4f21-bfe8-cf1be01f9352, #wrap-s-590e1e82-beca-4f21-bfe8-cf1be01f9352 { display:none !important; }}
@media (min-width: 0px) {
[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-590e1e82-beca-4f21-bfe8-cf1be01f9352"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7915ba01-76b9-4f23-a774-c48ffde75c91 {
  min-height: 50px;
}








#s-7915ba01-76b9-4f23-a774-c48ffde75c91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7915ba01-76b9-4f23-a774-c48ffde75c91.shg-box.shg-c {
  justify-content: center;
}

#s-913be3e5-ffce-4f46-8d1d-669a725871d6 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: right;
}




  #s-913be3e5-ffce-4f46-8d1d-669a725871d6 img.shogun-image {
    
    width: px;
  }


#s-913be3e5-ffce-4f46-8d1d-669a725871d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a51654dd-844a-46e5-9f4b-3f231fe92fea {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-fda6cdf4-cb29-4fa8-81d6-3fa75ed86d0b {
  min-height: 50px;
}








#s-fda6cdf4-cb29-4fa8-81d6-3fa75ed86d0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fda6cdf4-cb29-4fa8-81d6-3fa75ed86d0b.shg-box.shg-c {
  justify-content: center;
}

#s-117fda1f-3a7b-4daa-ab1d-7e9ddae639ae {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: right;
}




  #s-117fda1f-3a7b-4daa-ab1d-7e9ddae639ae img.shogun-image {
    
    width: px;
  }


#s-117fda1f-3a7b-4daa-ab1d-7e9ddae639ae .shogun-image-content {
  
    align-items: center;
  
}

#s-b998a6d7-fb9a-4b10-9584-ce8167834253 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-b998a6d7-fb9a-4b10-9584-ce8167834253 {
  display: none;
}
#s-b998a6d7-fb9a-4b10-9584-ce8167834253, #wrap-s-b998a6d7-fb9a-4b10-9584-ce8167834253 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b998a6d7-fb9a-4b10-9584-ce8167834253 {
  display: none;
}
#s-b998a6d7-fb9a-4b10-9584-ce8167834253, #wrap-s-b998a6d7-fb9a-4b10-9584-ce8167834253 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b998a6d7-fb9a-4b10-9584-ce8167834253 {
  display: none;
}
#s-b998a6d7-fb9a-4b10-9584-ce8167834253, #wrap-s-b998a6d7-fb9a-4b10-9584-ce8167834253 { display:none !important; }}@media (max-width: 767px){#s-b998a6d7-fb9a-4b10-9584-ce8167834253 {
  
}
}
@media (min-width: 0px) {
[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b998a6d7-fb9a-4b10-9584-ce8167834253"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2adbd6d0-732f-4a36-9873-5970873527c1 {
  min-height: 50px;
}








#s-2adbd6d0-732f-4a36-9873-5970873527c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2adbd6d0-732f-4a36-9873-5970873527c1.shg-box.shg-c {
  justify-content: center;
}

#s-6af63a06-5511-47f7-9b4c-621042b9d41f {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: right;
}




  #s-6af63a06-5511-47f7-9b4c-621042b9d41f img.shogun-image {
    
    width: px;
  }


#s-6af63a06-5511-47f7-9b4c-621042b9d41f .shogun-image-content {
  
    align-items: center;
  
}

#s-3010c1cf-1f0f-45c5-b108-26768bf77f84 {
  min-height: 50px;
}








#s-3010c1cf-1f0f-45c5-b108-26768bf77f84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3010c1cf-1f0f-45c5-b108-26768bf77f84.shg-box.shg-c {
  justify-content: center;
}

#s-7de40aa3-c4a0-4f0d-a8ac-00de8942b5c6 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-7de40aa3-c4a0-4f0d-a8ac-00de8942b5c6 img.shogun-image {
    
    width: px;
  }


#s-7de40aa3-c4a0-4f0d-a8ac-00de8942b5c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-31485fe8-f5ac-4a89-9c28-61f2576f71dc {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 768px) and (max-width: 991px){#s-048fffb9-71a8-4988-bd2f-f6fdfb19c357 {
  
}
}@media (max-width: 767px){#s-048fffb9-71a8-4988-bd2f-f6fdfb19c357 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-048fffb9-71a8-4988-bd2f-f6fdfb19c357"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-403f2fd2-2a02-4106-b3f7-6b9e0456f5be {
  min-height: 50px;
}








#s-403f2fd2-2a02-4106-b3f7-6b9e0456f5be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-403f2fd2-2a02-4106-b3f7-6b9e0456f5be.shg-box.shg-c {
  justify-content: center;
}

#s-e0f92b06-08b1-489f-bd89-3f1c96d69bff {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0f92b06-08b1-489f-bd89-3f1c96d69bff {
  display: none;
}
#s-e0f92b06-08b1-489f-bd89-3f1c96d69bff, #wrap-s-e0f92b06-08b1-489f-bd89-3f1c96d69bff { display:none !important; }}@media (max-width: 767px){#s-e0f92b06-08b1-489f-bd89-3f1c96d69bff {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}
#s-2c8f6064-ac80-43e5-8503-39d922f24b56 {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-2c8f6064-ac80-43e5-8503-39d922f24b56 {
  display: none;
}
#s-2c8f6064-ac80-43e5-8503-39d922f24b56, #wrap-s-2c8f6064-ac80-43e5-8503-39d922f24b56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c8f6064-ac80-43e5-8503-39d922f24b56 {
  display: none;
}
#s-2c8f6064-ac80-43e5-8503-39d922f24b56, #wrap-s-2c8f6064-ac80-43e5-8503-39d922f24b56 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c8f6064-ac80-43e5-8503-39d922f24b56 {
  
}
}@media (max-width: 767px){#s-2c8f6064-ac80-43e5-8503-39d922f24b56 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
display: none;
}
#s-2c8f6064-ac80-43e5-8503-39d922f24b56, #wrap-s-2c8f6064-ac80-43e5-8503-39d922f24b56 { display:none !important; }}
#s-3f8d4a0a-6247-4547-b005-5eaaa97ca52f {
  text-align: center;
}




  #s-3f8d4a0a-6247-4547-b005-5eaaa97ca52f img.shogun-image {
    
    width: px;
  }


#s-3f8d4a0a-6247-4547-b005-5eaaa97ca52f .shogun-image-content {
  
    align-items: center;
  
}

#s-118593c5-2228-451f-a9a4-1f1cc2d8aa62 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-118593c5-2228-451f-a9a4-1f1cc2d8aa62 {
  display: none;
}
#s-118593c5-2228-451f-a9a4-1f1cc2d8aa62, #wrap-s-118593c5-2228-451f-a9a4-1f1cc2d8aa62 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-118593c5-2228-451f-a9a4-1f1cc2d8aa62 {
  display: none;
}
#s-118593c5-2228-451f-a9a4-1f1cc2d8aa62, #wrap-s-118593c5-2228-451f-a9a4-1f1cc2d8aa62 { display:none !important; }}@media (max-width: 767px){#s-118593c5-2228-451f-a9a4-1f1cc2d8aa62 {
  margin-bottom: 0px;
display: none;
}
#s-118593c5-2228-451f-a9a4-1f1cc2d8aa62, #wrap-s-118593c5-2228-451f-a9a4-1f1cc2d8aa62 { display:none !important; }}
#s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad {
  margin-left: 10px;
margin-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad {
  margin-left: 10px;
margin-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad {
  display: none;
}
#s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad, #wrap-s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad { display:none !important; }}@media (max-width: 767px){#s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d941ca86-07f1-4829-8c6f-4e2f5d2657ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-20d8f77e-8d8e-4c8c-a00b-185b5273b10d {
  min-height: 50px;
}








#s-20d8f77e-8d8e-4c8c-a00b-185b5273b10d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20d8f77e-8d8e-4c8c-a00b-185b5273b10d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dee5a309-da78-4f0e-9ecf-22f8788b0ede {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-5a75828e-9627-418f-b3a5-45ac4294d09f {
  text-align: left;
}


.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f {
  max-width: 100%;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f .shg-image-zoom,
.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f {
  max-width: 100%;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f .shg-image-zoom,
.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f {
  max-width: 100%;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f .shg-image-zoom,
.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f {
  max-width: 100%;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f .shg-image-zoom,
.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f {
  max-width: 100%;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f .shg-image-zoom,
.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f {
  max-width: 100%;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f .shg-image-zoom,
.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5a75828e-9627-418f-b3a5-45ac4294d09f .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-46a0d24c-23c8-4254-a5af-a6cf7d00a1c4 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-46a0d24c-23c8-4254-a5af-a6cf7d00a1c4 {
  display: none;
}
#s-46a0d24c-23c8-4254-a5af-a6cf7d00a1c4, #wrap-s-46a0d24c-23c8-4254-a5af-a6cf7d00a1c4 { display:none !important; }}
#s-0faa2deb-0791-4d61-96d7-e68b7b1d3496 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-0faa2deb-0791-4d61-96d7-e68b7b1d3496 {
  display: none;
}
#s-0faa2deb-0791-4d61-96d7-e68b7b1d3496, #wrap-s-0faa2deb-0791-4d61-96d7-e68b7b1d3496 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0faa2deb-0791-4d61-96d7-e68b7b1d3496 {
  display: none;
}
#s-0faa2deb-0791-4d61-96d7-e68b7b1d3496, #wrap-s-0faa2deb-0791-4d61-96d7-e68b7b1d3496 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0faa2deb-0791-4d61-96d7-e68b7b1d3496 {
  display: none;
}
#s-0faa2deb-0791-4d61-96d7-e68b7b1d3496, #wrap-s-0faa2deb-0791-4d61-96d7-e68b7b1d3496 { display:none !important; }}
#s-0b1e50ce-7482-4d6d-af21-e53d29093c88 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-afaf2c31-b652-45c9-bebf-62043d66d0cf {
  text-align: left;
}

#s-afaf2c31-b652-45c9-bebf-62043d66d0cf .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-afaf2c31-b652-45c9-bebf-62043d66d0cf .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-afaf2c31-b652-45c9-bebf-62043d66d0cf .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-afaf2c31-b652-45c9-bebf-62043d66d0cf .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-afaf2c31-b652-45c9-bebf-62043d66d0cf .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-afaf2c31-b652-45c9-bebf-62043d66d0cf .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-39ed534f-8ad0-48dc-957c-9d3b2cbb590e {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-39ed534f-8ad0-48dc-957c-9d3b2cbb590e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39ed534f-8ad0-48dc-957c-9d3b2cbb590e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-39ed534f-8ad0-48dc-957c-9d3b2cbb590e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-39ed534f-8ad0-48dc-957c-9d3b2cbb590e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-39ed534f-8ad0-48dc-957c-9d3b2cbb590e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-39ed534f-8ad0-48dc-957c-9d3b2cbb590e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-39ed534f-8ad0-48dc-957c-9d3b2cbb590e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-16706067-cf88-449e-8b56-58d3ebd0227b {
  min-height: 50px;
}








#s-16706067-cf88-449e-8b56-58d3ebd0227b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16706067-cf88-449e-8b56-58d3ebd0227b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b2c399f2-40ee-4363-a14b-e3f535f39e13 {
  display: none;
}
#s-65f40a55-2749-44de-a41d-51420344b231 {
  text-align: left;
}


.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 {
  max-width: 100%;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 .shg-image-zoom,
.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 {
  max-width: 100%;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 .shg-image-zoom,
.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 {
  max-width: 100%;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 .shg-image-zoom,
.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 {
  max-width: 100%;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 .shg-image-zoom,
.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 {
  max-width: 100%;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 .shg-image-zoom,
.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 {
  max-width: 100%;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 .shg-image-zoom,
.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65f40a55-2749-44de-a41d-51420344b231 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-8cff1837-a196-45f8-898f-198e75cdc8a3 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-8cff1837-a196-45f8-898f-198e75cdc8a3 {
  display: none;
}
#s-8cff1837-a196-45f8-898f-198e75cdc8a3, #wrap-s-8cff1837-a196-45f8-898f-198e75cdc8a3 { display:none !important; }}
#s-6aa8114b-2d7a-45eb-ae99-4c4f56e1c6d7 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-6aa8114b-2d7a-45eb-ae99-4c4f56e1c6d7 {
  display: none;
}
#s-6aa8114b-2d7a-45eb-ae99-4c4f56e1c6d7, #wrap-s-6aa8114b-2d7a-45eb-ae99-4c4f56e1c6d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6aa8114b-2d7a-45eb-ae99-4c4f56e1c6d7 {
  display: none;
}
#s-6aa8114b-2d7a-45eb-ae99-4c4f56e1c6d7, #wrap-s-6aa8114b-2d7a-45eb-ae99-4c4f56e1c6d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6aa8114b-2d7a-45eb-ae99-4c4f56e1c6d7 {
  display: none;
}
#s-6aa8114b-2d7a-45eb-ae99-4c4f56e1c6d7, #wrap-s-6aa8114b-2d7a-45eb-ae99-4c4f56e1c6d7 { display:none !important; }}
#s-7b8e29ba-61d4-430f-8178-98a86895bfa2 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-35ae98ab-d6b3-4da1-b51e-1e8a3a281a84 {
  text-align: left;
}

#s-35ae98ab-d6b3-4da1-b51e-1e8a3a281a84 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-35ae98ab-d6b3-4da1-b51e-1e8a3a281a84 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-35ae98ab-d6b3-4da1-b51e-1e8a3a281a84 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-35ae98ab-d6b3-4da1-b51e-1e8a3a281a84 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-35ae98ab-d6b3-4da1-b51e-1e8a3a281a84 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-35ae98ab-d6b3-4da1-b51e-1e8a3a281a84 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-dde67d03-6e97-40e3-89c3-54537dc7261e {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dde67d03-6e97-40e3-89c3-54537dc7261e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dde67d03-6e97-40e3-89c3-54537dc7261e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dde67d03-6e97-40e3-89c3-54537dc7261e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dde67d03-6e97-40e3-89c3-54537dc7261e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dde67d03-6e97-40e3-89c3-54537dc7261e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-dde67d03-6e97-40e3-89c3-54537dc7261e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dde67d03-6e97-40e3-89c3-54537dc7261e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8f609438-2ba3-4937-90c0-99c7ae5294b4 {
  min-height: 50px;
}








#s-8f609438-2ba3-4937-90c0-99c7ae5294b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f609438-2ba3-4937-90c0-99c7ae5294b4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-af2d8768-5719-44ba-a56f-2610b0ed8211 {
  display: none;
}
#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 {
  text-align: left;
}


.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 {
  max-width: 100%;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 .shg-image-zoom,
.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 {
  max-width: 100%;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 .shg-image-zoom,
.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 {
  max-width: 100%;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 .shg-image-zoom,
.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 {
  max-width: 100%;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 .shg-image-zoom,
.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 {
  max-width: 100%;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 .shg-image-zoom,
.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 {
  max-width: 100%;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 .shg-image-zoom,
.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe9851e7-a44d-47ae-87d7-2fea8e884a94 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-8a859039-9ac6-498a-8500-626f170f31fa {
  margin-top: 10px;
}
@media (max-width: 767px){#s-8a859039-9ac6-498a-8500-626f170f31fa {
  display: none;
}
#s-8a859039-9ac6-498a-8500-626f170f31fa, #wrap-s-8a859039-9ac6-498a-8500-626f170f31fa { display:none !important; }}
#s-06526e16-e5d7-473d-a4c6-0b047fb556d4 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-06526e16-e5d7-473d-a4c6-0b047fb556d4 {
  display: none;
}
#s-06526e16-e5d7-473d-a4c6-0b047fb556d4, #wrap-s-06526e16-e5d7-473d-a4c6-0b047fb556d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06526e16-e5d7-473d-a4c6-0b047fb556d4 {
  display: none;
}
#s-06526e16-e5d7-473d-a4c6-0b047fb556d4, #wrap-s-06526e16-e5d7-473d-a4c6-0b047fb556d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06526e16-e5d7-473d-a4c6-0b047fb556d4 {
  display: none;
}
#s-06526e16-e5d7-473d-a4c6-0b047fb556d4, #wrap-s-06526e16-e5d7-473d-a4c6-0b047fb556d4 { display:none !important; }}
#s-6f6b5a06-3021-4f64-9696-52ec87a5c9e0 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-2f61b145-60ee-485c-b3f6-05091baaddd7 {
  text-align: left;
}

#s-2f61b145-60ee-485c-b3f6-05091baaddd7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-2f61b145-60ee-485c-b3f6-05091baaddd7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2f61b145-60ee-485c-b3f6-05091baaddd7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2f61b145-60ee-485c-b3f6-05091baaddd7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-2f61b145-60ee-485c-b3f6-05091baaddd7 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-2f61b145-60ee-485c-b3f6-05091baaddd7 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-87aeef6a-cff1-41ae-ab92-83cb52e939aa {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-87aeef6a-cff1-41ae-ab92-83cb52e939aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87aeef6a-cff1-41ae-ab92-83cb52e939aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-87aeef6a-cff1-41ae-ab92-83cb52e939aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-87aeef6a-cff1-41ae-ab92-83cb52e939aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-87aeef6a-cff1-41ae-ab92-83cb52e939aa.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-87aeef6a-cff1-41ae-ab92-83cb52e939aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-87aeef6a-cff1-41ae-ab92-83cb52e939aa.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1341ccd4-2f43-4e02-8044-13102359773c {
  min-height: 50px;
}








#s-1341ccd4-2f43-4e02-8044-13102359773c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1341ccd4-2f43-4e02-8044-13102359773c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c50702a2-92f1-4477-a345-2368e7f59bdc {
  display: none;
}
#s-28fcaf4e-1e0e-4076-b272-00f09263db9e {
  text-align: left;
}


.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e {
  max-width: 100%;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e .shg-image-zoom,
.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e {
  max-width: 100%;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e .shg-image-zoom,
.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e {
  max-width: 100%;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e .shg-image-zoom,
.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e {
  max-width: 100%;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e .shg-image-zoom,
.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e {
  max-width: 100%;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e .shg-image-zoom,
.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e {
  max-width: 100%;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e .shg-image-zoom,
.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28fcaf4e-1e0e-4076-b272-00f09263db9e .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-a7786cda-06c0-41d4-af48-4ef73d784a93 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-a7786cda-06c0-41d4-af48-4ef73d784a93 {
  display: none;
}
#s-a7786cda-06c0-41d4-af48-4ef73d784a93, #wrap-s-a7786cda-06c0-41d4-af48-4ef73d784a93 { display:none !important; }}
#s-e1a59d9e-824b-404f-afa8-05eb6dd1e51e {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-e1a59d9e-824b-404f-afa8-05eb6dd1e51e {
  display: none;
}
#s-e1a59d9e-824b-404f-afa8-05eb6dd1e51e, #wrap-s-e1a59d9e-824b-404f-afa8-05eb6dd1e51e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1a59d9e-824b-404f-afa8-05eb6dd1e51e {
  display: none;
}
#s-e1a59d9e-824b-404f-afa8-05eb6dd1e51e, #wrap-s-e1a59d9e-824b-404f-afa8-05eb6dd1e51e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1a59d9e-824b-404f-afa8-05eb6dd1e51e {
  display: none;
}
#s-e1a59d9e-824b-404f-afa8-05eb6dd1e51e, #wrap-s-e1a59d9e-824b-404f-afa8-05eb6dd1e51e { display:none !important; }}
#s-2747abc9-21c5-44a2-ba6a-cce4d4edbee9 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-6c74534b-0831-4bac-b734-972be39dbb99 {
  text-align: left;
}

#s-6c74534b-0831-4bac-b734-972be39dbb99 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-6c74534b-0831-4bac-b734-972be39dbb99 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6c74534b-0831-4bac-b734-972be39dbb99 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6c74534b-0831-4bac-b734-972be39dbb99 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-6c74534b-0831-4bac-b734-972be39dbb99 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-6c74534b-0831-4bac-b734-972be39dbb99 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-81b3a4ab-e60d-4e42-81c7-c8861c3176c9 {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-81b3a4ab-e60d-4e42-81c7-c8861c3176c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81b3a4ab-e60d-4e42-81c7-c8861c3176c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-81b3a4ab-e60d-4e42-81c7-c8861c3176c9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81b3a4ab-e60d-4e42-81c7-c8861c3176c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81b3a4ab-e60d-4e42-81c7-c8861c3176c9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-81b3a4ab-e60d-4e42-81c7-c8861c3176c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81b3a4ab-e60d-4e42-81c7-c8861c3176c9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3 {
  display: none;
}
#s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3, #wrap-s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3 {
  display: none;
}
#s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3, #wrap-s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3 { display:none !important; }}@media (max-width: 767px){#s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3 {
  display: none;
}
#s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3, #wrap-s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a7c095a2-34d5-442a-890f-a2b1fbd18ef3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e1e5859d-0a9a-4cc5-9cf0-3851de38b306 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-e1e5859d-0a9a-4cc5-9cf0-3851de38b306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1e5859d-0a9a-4cc5-9cf0-3851de38b306.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0f2d76ca-adb3-4920-8d70-a16c53cbc3d7 {
  display: none;
}
#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 {
  text-align: left;
}


.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 {
  max-width: 100%;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 .shg-image-zoom,
.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 {
  max-width: 100%;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 .shg-image-zoom,
.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 {
  max-width: 100%;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 .shg-image-zoom,
.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 {
  max-width: 100%;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 .shg-image-zoom,
.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 {
  max-width: 100%;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 .shg-image-zoom,
.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 {
  max-width: 100%;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 .shg-image-zoom,
.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34cece8e-0bd5-4cb2-9a4c-07603e88ee81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-0b78eafe-4a93-45aa-b33f-2742286327ba {
  margin-top: 10px;
}

#s-0124fc8a-fe41-4936-afca-6ef2d6234e2b {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-b7a30d46-dfbe-42e8-ad2f-6543db8d07aa {
  text-align: left;
}

#s-b7a30d46-dfbe-42e8-ad2f-6543db8d07aa .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-b7a30d46-dfbe-42e8-ad2f-6543db8d07aa .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b7a30d46-dfbe-42e8-ad2f-6543db8d07aa .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b7a30d46-dfbe-42e8-ad2f-6543db8d07aa .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-b7a30d46-dfbe-42e8-ad2f-6543db8d07aa .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-b7a30d46-dfbe-42e8-ad2f-6543db8d07aa .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-cae303db-ee65-4c6b-bbc8-699dfba4d538 {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cae303db-ee65-4c6b-bbc8-699dfba4d538:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cae303db-ee65-4c6b-bbc8-699dfba4d538:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cae303db-ee65-4c6b-bbc8-699dfba4d538 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cae303db-ee65-4c6b-bbc8-699dfba4d538.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cae303db-ee65-4c6b-bbc8-699dfba4d538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cae303db-ee65-4c6b-bbc8-699dfba4d538.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cae303db-ee65-4c6b-bbc8-699dfba4d538.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-78c2c8de-e49a-4787-942e-504d055be717 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-78c2c8de-e49a-4787-942e-504d055be717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78c2c8de-e49a-4787-942e-504d055be717.shg-box.shg-c {
  justify-content: flex-start;
}

#s-863e7ad6-1068-448c-8a44-b00b75a073a5 {
  display: none;
}
#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 {
  text-align: left;
}


.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 {
  max-width: 100%;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 .shg-image-zoom,
.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 {
  max-width: 100%;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 .shg-image-zoom,
.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 {
  max-width: 100%;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 .shg-image-zoom,
.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 {
  max-width: 100%;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 .shg-image-zoom,
.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 {
  max-width: 100%;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 .shg-image-zoom,
.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 {
  max-width: 100%;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 .shg-image-zoom,
.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a645dc8e-ea25-41ed-9018-ed868c7b1057 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-60f25835-c521-414b-ae33-864f5991126f {
  margin-top: 10px;
}

#s-7753c6ff-4e4f-4401-babd-54bbb7a85946 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-f758a861-f49a-4f4f-9a75-ecfdb88d6dc4 {
  text-align: left;
}

#s-f758a861-f49a-4f4f-9a75-ecfdb88d6dc4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-f758a861-f49a-4f4f-9a75-ecfdb88d6dc4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f758a861-f49a-4f4f-9a75-ecfdb88d6dc4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f758a861-f49a-4f4f-9a75-ecfdb88d6dc4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-f758a861-f49a-4f4f-9a75-ecfdb88d6dc4 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-f758a861-f49a-4f4f-9a75-ecfdb88d6dc4 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-a026c22f-63c8-4b54-8f38-d5eba6827b27 {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a026c22f-63c8-4b54-8f38-d5eba6827b27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a026c22f-63c8-4b54-8f38-d5eba6827b27:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a026c22f-63c8-4b54-8f38-d5eba6827b27 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a026c22f-63c8-4b54-8f38-d5eba6827b27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a026c22f-63c8-4b54-8f38-d5eba6827b27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a026c22f-63c8-4b54-8f38-d5eba6827b27.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a026c22f-63c8-4b54-8f38-d5eba6827b27.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ad49f135-45f0-4637-9146-adff36aa578f {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-ad49f135-45f0-4637-9146-adff36aa578f {
  display: none;
}
#s-ad49f135-45f0-4637-9146-adff36aa578f, #wrap-s-ad49f135-45f0-4637-9146-adff36aa578f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad49f135-45f0-4637-9146-adff36aa578f {
  display: none;
}
#s-ad49f135-45f0-4637-9146-adff36aa578f, #wrap-s-ad49f135-45f0-4637-9146-adff36aa578f { display:none !important; }}@media (max-width: 767px){#s-ad49f135-45f0-4637-9146-adff36aa578f {
  display: none;
}
#s-ad49f135-45f0-4637-9146-adff36aa578f, #wrap-s-ad49f135-45f0-4637-9146-adff36aa578f { display:none !important; }}
@media (min-width: 0px) {
[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ad49f135-45f0-4637-9146-adff36aa578f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-74bcc7b5-d561-4b9d-8ebf-ef7a84ff807e {
  min-height: 50px;
}








#s-74bcc7b5-d561-4b9d-8ebf-ef7a84ff807e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74bcc7b5-d561-4b9d-8ebf-ef7a84ff807e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a893e932-50b7-4f44-9bc6-2053d68b771e {
  display: none;
}
#s-65795993-330c-4839-a29e-2f4fc8bc387c {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}


.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c {
  max-width: 100%;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c .shg-image-zoom,
.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c {
  max-width: 100%;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c .shg-image-zoom,
.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c {
  max-width: 100%;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c .shg-image-zoom,
.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c {
  max-width: 100%;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c .shg-image-zoom,
.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c {
  max-width: 100%;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c .shg-image-zoom,
.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c {
  max-width: 100%;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c .shg-image-zoom,
.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65795993-330c-4839-a29e-2f4fc8bc387c .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-f358d9fb-4740-4ad1-87c8-a2b431fcb43a {
  margin-top: 10px;
}

#s-f76af425-5552-48be-ac7e-b2b8b2130116 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-2a1bdd30-2b10-4919-9382-5a0b90238894 {
  text-align: left;
}

#s-2a1bdd30-2b10-4919-9382-5a0b90238894 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-2a1bdd30-2b10-4919-9382-5a0b90238894 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2a1bdd30-2b10-4919-9382-5a0b90238894 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2a1bdd30-2b10-4919-9382-5a0b90238894 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-2a1bdd30-2b10-4919-9382-5a0b90238894 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-2a1bdd30-2b10-4919-9382-5a0b90238894 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-fbb5cfc9-6bbd-491c-8936-7fd6244a22d8 {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fbb5cfc9-6bbd-491c-8936-7fd6244a22d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fbb5cfc9-6bbd-491c-8936-7fd6244a22d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fbb5cfc9-6bbd-491c-8936-7fd6244a22d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fbb5cfc9-6bbd-491c-8936-7fd6244a22d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbb5cfc9-6bbd-491c-8936-7fd6244a22d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fbb5cfc9-6bbd-491c-8936-7fd6244a22d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fbb5cfc9-6bbd-491c-8936-7fd6244a22d8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-28bd4324-66c4-42e3-ae28-dff8266761d6 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-28bd4324-66c4-42e3-ae28-dff8266761d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28bd4324-66c4-42e3-ae28-dff8266761d6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fdde493c-0edd-4434-b013-565f0135ea36 {
  display: none;
}
#s-73827746-5a15-41fe-a236-ce06159de250 {
  text-align: left;
}


.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 {
  max-width: 100%;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 .shg-image-zoom,
.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 {
  max-width: 100%;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 .shg-image-zoom,
.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 {
  max-width: 100%;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 .shg-image-zoom,
.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 {
  max-width: 100%;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 .shg-image-zoom,
.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 {
  max-width: 100%;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 .shg-image-zoom,
.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 {
  max-width: 100%;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 .shg-image-zoom,
.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73827746-5a15-41fe-a236-ce06159de250 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-ac3b77e5-4503-4886-b242-925a5f203828 {
  margin-top: 10px;
}

#s-61c099f2-5478-4c89-bd3a-25c717d01a08 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-ae7ee80b-466b-46e5-95eb-1ddf3f12b69e {
  text-align: left;
}

#s-ae7ee80b-466b-46e5-95eb-1ddf3f12b69e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-ae7ee80b-466b-46e5-95eb-1ddf3f12b69e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ae7ee80b-466b-46e5-95eb-1ddf3f12b69e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ae7ee80b-466b-46e5-95eb-1ddf3f12b69e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}


  #s-ae7ee80b-466b-46e5-95eb-1ddf3f12b69e .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-ae7ee80b-466b-46e5-95eb-1ddf3f12b69e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-7893815f-9433-4b2c-ad39-cc1a1f535fa4 {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7893815f-9433-4b2c-ad39-cc1a1f535fa4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7893815f-9433-4b2c-ad39-cc1a1f535fa4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7893815f-9433-4b2c-ad39-cc1a1f535fa4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7893815f-9433-4b2c-ad39-cc1a1f535fa4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7893815f-9433-4b2c-ad39-cc1a1f535fa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7893815f-9433-4b2c-ad39-cc1a1f535fa4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7893815f-9433-4b2c-ad39-cc1a1f535fa4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-96795150-85a4-4667-b18e-0cfdc614af51 {
  margin-top: 0px;
min-height: 50px;
}








#s-96795150-85a4-4667-b18e-0cfdc614af51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96795150-85a4-4667-b18e-0cfdc614af51.shg-box.shg-c {
  justify-content: center;
}

#s-0c9eaf1d-2a7e-4703-8466-6791ae807999 {
  margin-top: 0px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0c9eaf1d-2a7e-4703-8466-6791ae807999 {
  display: none;
}
#s-0c9eaf1d-2a7e-4703-8466-6791ae807999, #wrap-s-0c9eaf1d-2a7e-4703-8466-6791ae807999 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c9eaf1d-2a7e-4703-8466-6791ae807999 {
  display: none;
}
#s-0c9eaf1d-2a7e-4703-8466-6791ae807999, #wrap-s-0c9eaf1d-2a7e-4703-8466-6791ae807999 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c9eaf1d-2a7e-4703-8466-6791ae807999 {
  display: none;
}
#s-0c9eaf1d-2a7e-4703-8466-6791ae807999, #wrap-s-0c9eaf1d-2a7e-4703-8466-6791ae807999 { display:none !important; }}@media (max-width: 767px){#s-0c9eaf1d-2a7e-4703-8466-6791ae807999 {
  
}
}







#s-0c9eaf1d-2a7e-4703-8466-6791ae807999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c9eaf1d-2a7e-4703-8466-6791ae807999.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-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  border-style: solid;
margin-top: 30px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (max-width: 767px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}



#s-ddc95654-a886-4273-8be7-bc3f6df756f5 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}




  #s-ddc95654-a886-4273-8be7-bc3f6df756f5 img.shogun-image {
    
    width: px;
  }


#s-ddc95654-a886-4273-8be7-bc3f6df756f5 .shogun-image-content {
  
    align-items: center;
  
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-c62b3261-83f8-4a3f-a53c-fecbe46797d0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c62b3261-83f8-4a3f-a53c-fecbe46797d0 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-c62b3261-83f8-4a3f-a53c-fecbe46797d0 .shg-sld-nav-button.shg-sld-left,
#s-c62b3261-83f8-4a3f-a53c-fecbe46797d0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-c05beea7-9505-4471-bcec-2ee72abae795 {
  margin-left: 0px;
margin-right: 0px;
}

#s-d90cd55f-7b37-4c40-aaf7-a57005547f08 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}

#s-4360282f-e01d-4525-b002-a79bd55b5648 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}

#s-35ef1fb9-e4b3-4f31-9f5c-81ab4cea404a {
  margin-left: 0px;
margin-right: 0px;
}

#s-14e3040f-84ce-43e9-b43c-5b1c44dfed36 {
  margin-left: 0px;
margin-right: 0px;
}

#s-ef61dc94-056c-4f1d-a015-7a6024472ae0 {
  margin-top: 0px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ef61dc94-056c-4f1d-a015-7a6024472ae0 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef61dc94-056c-4f1d-a015-7a6024472ae0 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef61dc94-056c-4f1d-a015-7a6024472ae0 {
  display: none;
}
#s-ef61dc94-056c-4f1d-a015-7a6024472ae0, #wrap-s-ef61dc94-056c-4f1d-a015-7a6024472ae0 { display:none !important; }}@media (max-width: 767px){#s-ef61dc94-056c-4f1d-a015-7a6024472ae0 {
  display: none;
}
#s-ef61dc94-056c-4f1d-a015-7a6024472ae0, #wrap-s-ef61dc94-056c-4f1d-a015-7a6024472ae0 { display:none !important; }}







#s-ef61dc94-056c-4f1d-a015-7a6024472ae0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef61dc94-056c-4f1d-a015-7a6024472ae0.shg-box.shg-c {
  justify-content: center;
}

#s-341324f9-7d78-4c2e-a042-32f230d7edf4 {
  border-style: solid;
margin-top: 30px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-341324f9-7d78-4c2e-a042-32f230d7edf4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-341324f9-7d78-4c2e-a042-32f230d7edf4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-341324f9-7d78-4c2e-a042-32f230d7edf4 {
  
}
}@media (max-width: 767px){#s-341324f9-7d78-4c2e-a042-32f230d7edf4 {
  
}
}
#s-341324f9-7d78-4c2e-a042-32f230d7edf4 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-38e831e3-6542-41c1-a15e-ce1391de2e89 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-38e831e3-6542-41c1-a15e-ce1391de2e89 {
  margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}
}



  #s-38e831e3-6542-41c1-a15e-ce1391de2e89 img.shogun-image {
    
    width: px;
  }


#s-38e831e3-6542-41c1-a15e-ce1391de2e89 .shogun-image-content {
  
    align-items: center;
  
}

#s-70de7022-e6d6-4b6d-8b2a-a3316c801f10 {
  margin-top: 20px;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70de7022-e6d6-4b6d-8b2a-a3316c801f10 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}
}
#s-70de7022-e6d6-4b6d-8b2a-a3316c801f10 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-70de7022-e6d6-4b6d-8b2a-a3316c801f10 .shg-sld-nav-button.shg-sld-left,
#s-70de7022-e6d6-4b6d-8b2a-a3316c801f10 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-4239ba76-4a32-467c-b61c-d826d0fb2f16 {
  margin-left: 30px;
margin-right: 30px;
}

#s-9e5538e6-3b6f-499b-8261-98c178a8cae8 {
  margin-top: 25px;
margin-left: 30px;
margin-right: 30px;
}

#s-ef9f9867-c458-46ae-9964-3b3a87345de9 {
  margin-left: 30px;
margin-right: 30px;
}

#s-c7ac1e92-0637-41e2-9449-2dfb6f19388b {
  margin-left: 30px;
margin-right: 30px;
}

#s-4cc84a07-f989-41d2-8e91-46b4602a8231 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}

#s-9efab5c1-e2e1-4b05-8d13-368ebc3128bc {
  margin-left: 30px;
margin-right: 30px;
}

#s-113a3683-cd8a-4641-b93d-9e1f8f59870f {
  margin-top: 0px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-113a3683-cd8a-4641-b93d-9e1f8f59870f {
  display: none;
}
#s-113a3683-cd8a-4641-b93d-9e1f8f59870f, #wrap-s-113a3683-cd8a-4641-b93d-9e1f8f59870f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-113a3683-cd8a-4641-b93d-9e1f8f59870f {
  display: none;
}
#s-113a3683-cd8a-4641-b93d-9e1f8f59870f, #wrap-s-113a3683-cd8a-4641-b93d-9e1f8f59870f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-113a3683-cd8a-4641-b93d-9e1f8f59870f {
  
}
}@media (max-width: 767px){#s-113a3683-cd8a-4641-b93d-9e1f8f59870f {
  display: none;
}
#s-113a3683-cd8a-4641-b93d-9e1f8f59870f, #wrap-s-113a3683-cd8a-4641-b93d-9e1f8f59870f { display:none !important; }}







#s-113a3683-cd8a-4641-b93d-9e1f8f59870f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-113a3683-cd8a-4641-b93d-9e1f8f59870f.shg-box.shg-c {
  justify-content: center;
}

#s-86eee968-f82f-4a27-9bef-66d396bc5969 {
  border-style: solid;
margin-top: 30px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-86eee968-f82f-4a27-9bef-66d396bc5969 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86eee968-f82f-4a27-9bef-66d396bc5969 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86eee968-f82f-4a27-9bef-66d396bc5969 {
  
}
}@media (max-width: 767px){#s-86eee968-f82f-4a27-9bef-66d396bc5969 {
  
}
}
#s-86eee968-f82f-4a27-9bef-66d396bc5969 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-ba2f78cc-9750-49ca-9126-762a4d5c8bfb {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-ba2f78cc-9750-49ca-9126-762a4d5c8bfb img.shogun-image {
    
    width: px;
  }


#s-ba2f78cc-9750-49ca-9126-762a4d5c8bfb .shogun-image-content {
  
    align-items: center;
  
}

#s-a176894a-06a9-4fc2-8e8f-c25bf84e8a22 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a176894a-06a9-4fc2-8e8f-c25bf84e8a22 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-a176894a-06a9-4fc2-8e8f-c25bf84e8a22 .shg-sld-nav-button.shg-sld-left,
#s-a176894a-06a9-4fc2-8e8f-c25bf84e8a22 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-a3794a74-bb1d-400f-8a5b-39ef946d3700 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}

#s-e791f339-caff-436b-942d-665b8e69af7b {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}

#s-877c0c7f-e776-4c27-b779-aaf34cecc736 {
  margin-left: 0px;
margin-right: 0px;
}

#s-0fb745b9-366f-4a27-b576-3d8dc120db8c {
  margin-left: 0px;
margin-right: 0px;
}

#s-6020adde-e60b-4469-81f8-9470248dd75a {
  margin-left: 0px;
margin-right: 0px;
}

#s-67113872-6439-4997-ae03-800f997a96d2 {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-67113872-6439-4997-ae03-800f997a96d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-0ae54aad-7f6e-4c49-845b-b45ffe70d724 {
  text-align: center;
}




  #s-0ae54aad-7f6e-4c49-845b-b45ffe70d724 img.shogun-image {
    
    width: px;
  }


#s-0ae54aad-7f6e-4c49-845b-b45ffe70d724 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5e51cae-83cd-4b25-bc37-2176b06ca857 {
  text-align: center;
}
@media (max-width: 767px){#s-a5e51cae-83cd-4b25-bc37-2176b06ca857 {
  margin-top: 10px;
margin-bottom: 10px;
}
}



  #s-a5e51cae-83cd-4b25-bc37-2176b06ca857 img.shogun-image {
    
    width: px;
  }


#s-a5e51cae-83cd-4b25-bc37-2176b06ca857 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-07e904a2-ff65-452d-98f6-e378636f86f7 {
  text-align: center;
}




  #s-07e904a2-ff65-452d-98f6-e378636f86f7 img.shogun-image {
    
    width: px;
  }


#s-07e904a2-ff65-452d-98f6-e378636f86f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-268f1dc7-b149-4264-9fe8-3fd2d09771e6 {
  border-style: solid;
margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-268f1dc7-b149-4264-9fe8-3fd2d09771e6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-268f1dc7-b149-4264-9fe8-3fd2d09771e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-268f1dc7-b149-4264-9fe8-3fd2d09771e6 {
  
}
}@media (max-width: 767px){#s-268f1dc7-b149-4264-9fe8-3fd2d09771e6 {
  margin-top: 0px;
margin-left: 10px;
margin-right: 10px;
}
}
#s-268f1dc7-b149-4264-9fe8-3fd2d09771e6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-359a2f6b-1b7a-4adc-ad2a-42f513c2de70 {
  border-style: solid;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
text-align: center;
}
@media (max-width: 767px){#s-359a2f6b-1b7a-4adc-ad2a-42f513c2de70 {
  margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
display: none;
}
#s-359a2f6b-1b7a-4adc-ad2a-42f513c2de70, #wrap-s-359a2f6b-1b7a-4adc-ad2a-42f513c2de70 { display:none !important; }}



  #s-359a2f6b-1b7a-4adc-ad2a-42f513c2de70 img.shogun-image {
    
    width: px;
  }


#s-359a2f6b-1b7a-4adc-ad2a-42f513c2de70 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9e55769-9885-4301-8140-8324fdb91c9f {
  border-style: solid;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
text-align: center;
}
@media (min-width: 1200px){#s-c9e55769-9885-4301-8140-8324fdb91c9f {
  display: none;
}
#s-c9e55769-9885-4301-8140-8324fdb91c9f, #wrap-s-c9e55769-9885-4301-8140-8324fdb91c9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9e55769-9885-4301-8140-8324fdb91c9f {
  display: none;
}
#s-c9e55769-9885-4301-8140-8324fdb91c9f, #wrap-s-c9e55769-9885-4301-8140-8324fdb91c9f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c9e55769-9885-4301-8140-8324fdb91c9f {
  display: none;
}
#s-c9e55769-9885-4301-8140-8324fdb91c9f, #wrap-s-c9e55769-9885-4301-8140-8324fdb91c9f { display:none !important; }}@media (max-width: 767px){#s-c9e55769-9885-4301-8140-8324fdb91c9f {
  margin-bottom: 40px;
}
}



  #s-c9e55769-9885-4301-8140-8324fdb91c9f img.shogun-image {
    
    width: px;
  }


#s-c9e55769-9885-4301-8140-8324fdb91c9f .shogun-image-content {
  
    align-items: center;
  
}

#s-7ec450e7-7af3-42a9-b20b-c8d1c836e6f7 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}
