/* transform */

/* transition */

/* transform translate */

/* center horizontal */

/* center vertical */

/* center */

/* center outline right */

/* line 4, resources/assets/styles/common/_mixins.scss */

.btn-default {
  position: relative;
  display: inline-block;
  border: 2px solid;
  padding: 7px 31px 8px;
  width: 100%;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  border-radius: 24px;
  cursor: pointer;
}

@media (min-width: 768px) {
  /* line 4, resources/assets/styles/common/_mixins.scss */

  .btn-default {
    width: auto;
  }
}

/* line 22, resources/assets/styles/common/_mixins.scss */

.btn-default span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  will-change: transform;
}

/* line 28, resources/assets/styles/common/_mixins.scss */

.btn-default::after {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  right: 24px;
  height: 10px;
  width: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cpath d='M5,6.5a1,1,0,0,1-.707-.293l-4-4A1,1,0,0,1,1.707.793L5,4.086,8.293.793A1,1,0,0,1,9.707,2.207l-4,4A1,1,0,0,1,5,6.5Z' transform='translate(-0.5 10) rotate(-90)' fill='%23001d3b'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

/* line 45, resources/assets/styles/common/_mixins.scss */

.btn-default:hover:not(:disabled):not(.disabled) span {
  -webkit-transform: translateX(-5px);
       -o-transform: translateX(-5px);
          transform: translateX(-5px);
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.btn-default:hover:not(:disabled):not(.disabled)::after {
  opacity: 1;
}

/* transform */

/* transition */

/* transform translate */

/* center horizontal */

/* center vertical */

/* center */

/* center outline right */

/* line 6, resources/assets/styles/common/_extends.scss */

.play-btn {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  float: left;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 2;
  padding: 0;
  height: 4rem;
  width: 4rem;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

/* line 18, resources/assets/styles/common/_extends.scss */

.play-btn::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  height: 20px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.102' height='20' viewBox='0 0 16.102 20'%3E%3Cpath id='Path_12060' data-name='Path 12060' d='M15.834,15.763c0-1.169,0-1.753.244-2.079a1.224,1.224,0,0,1,.893-.488c.407-.029.9.287,1.881.919l11.56,7.431c.853.548,1.28.823,1.427,1.171a1.225,1.225,0,0,1,0,.953c-.147.349-.574.623-1.427,1.171l-11.56,7.431c-.983.632-1.475.948-1.881.919a1.224,1.224,0,0,1-.893-.487c-.244-.326-.244-.911-.244-2.079Z' transform='translate(-15.834 -13.194)' fill='%23001d3b'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(calc(-50% + 2px), -50%);
       -o-transform: translate(calc(-50% + 2px), -50%);
          transform: translate(calc(-50% + 2px), -50%);
}

/* line 9, stdin */

.post-wysiwyg-section__h2 {
  margin-bottom: 1.5rem;
}

/* line 14, stdin */

.post-wysiwyg-section .wysiwyg table {
  margin-bottom: 1rem;
  width: 100%;
  background-color: #fff;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

/* line 19, stdin */

.post-wysiwyg-section .wysiwyg table tr {
  border-bottom: 1px solid rgba(0, 29, 59, 0.25);
}

/* line 23, stdin */

.post-wysiwyg-section .wysiwyg table td {
  padding: 1rem 1.5rem;
}

/* line 29, stdin */

.post-wysiwyg-section .wysiwyg table thead tr {
  border-bottom: 1px solid #001d3b;
}

/* line 32, stdin */

.post-wysiwyg-section .wysiwyg table thead tr td {
  font-weight: 700;
}

/* line 39, stdin */

.post-wysiwyg-section .wysiwyg table tfoot tr {
  border-top: 1px solid #001d3b;
}

/* line 42, stdin */

.post-wysiwyg-section .wysiwyg table tfoot tr td {
  font-weight: 700;
}

/* line 50, stdin */

.post-wysiwyg-section .wysiwyg table tbody tr:last-child {
  border-bottom: none;
}


/*# sourceMappingURL=wysiwyg-section.css.map*/