.wp-block-create-block-todo-list {
  display: flex;
  width: 100%;
  font-family: "Gotham A", "Gotham B"; }
  .wp-block-create-block-todo-list .banner-content {
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    text-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    color: #1d363c; }
    .wp-block-create-block-todo-list .banner-content hr {
      border: 1px solid #c50201;
      background: #c50201;
      width: 67px; }
    .wp-block-create-block-todo-list .banner-content h2 {
      font-style: normal;
      font-weight: 500;
      font-size: 39px;
      line-height: 40px;
      text-align: center;
      letter-spacing: -0.05em;
      margin-top: 12px;
      margin-bottom: 20px;
      padding: 0 10%; }
    .wp-block-create-block-todo-list .banner-content strong {
      font-weight: bolder; }
    .wp-block-create-block-todo-list .banner-content p {
      padding: 0 10%;
      color: #1d363c;
      font-family: PT Serif;
      font-style: normal;
      font-weight: normal;
      font-size: 17px;
      line-height: 23px;
      text-align: center;
      margin: 15px auto;
      word-break: break-word; }
    .wp-block-create-block-todo-list .banner-content button {
      margin-top: 48px;
      margin-bottom: 12px;
      margin-left: auto;
      margin-right: auto; }
    .wp-block-create-block-todo-list .banner-content a {
      -ms-grid-row-align: center;
          align-self: center;
      margin-bottom: 48px;
      font-family: Gotham;
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      line-height: 35px;
      text-align: center;
      font-family: "Gotham A", "Gotham B";
      color: #ffffff;
      background: #ba101a;
      border: none;
      border-radius: 0;
      padding: 5px 35px; }
    .wp-block-create-block-todo-list .banner-content img {
      margin-left: auto;
      margin-right: auto;
      margin-top: 48px; }
    .wp-block-create-block-todo-list .banner-content .is-visible {
      display: none; }
  .wp-block-create-block-todo-list .banner-image {
    overflow: hidden;
    background-color: #4f4f4f;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover;
    flex-basis: 40%;
    position: relative; }
    .wp-block-create-block-todo-list .banner-image .slider-item {
      height: 100%;
      display: none;
      -ms-grid-row-align: stretch;
          align-self: stretch; }
      .wp-block-create-block-todo-list .banner-image .slider-item img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -o-object-position: center;
           object-position: center;
        object-fit: cover; }
    .wp-block-create-block-todo-list .banner-image button {
      color: #fff; }
  .wp-block-create-block-todo-list .banner-image__buttons {
    position: absolute;
    bottom: 0;
    right: 0; }
    .wp-block-create-block-todo-list .banner-image__buttons button {
      background: #fff;
      border: 0.5px solid #4f4f4f;
      color: #1d363c;
      padding: 6px; }
  .wp-block-create-block-todo-list .banner-helper {
    align-self: flex-start;
    -ms-grid-column-align: center;
        justify-self: center;
    padding: 5px 30px;
    text-align: center;
    overflow: hidden;
    flex: 2;
    text-overflow: ellipsis;
    width: 100%; }
    .wp-block-create-block-todo-list .banner-helper span {
      display: block; }
    .wp-block-create-block-todo-list .banner-helper small {
      display: block;
      color: red;
      font-weight: bold; }
  .wp-block-create-block-todo-list .pill {
    background: #333;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    padding: 5px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px auto;
    max-width: 200px;
    max-lines: 1; }
    .wp-block-create-block-todo-list .pill .delete {
      color: #fff;
      margin: 0 4px;
      font-weight: bold;
      padding: 2px 4px;
      cursor: pointer; }
  .wp-block-create-block-todo-list .pill:hover {
    background-color: #c50201; }

.wp-block-create-block-todo-list.has-content {
  margin-right: -25%;
  margin-left: -25%;
  width: unset; }

@media only screen and (max-width: 1200px) {
  .wp-block-create-block-todo-list {
    flex-direction: column;
    width: 100%; }
    .wp-block-create-block-todo-list .banner-content {
      width: 100%; }
      .wp-block-create-block-todo-list .banner-content p {
        padding: 0 15%; }
      .wp-block-create-block-todo-list .banner-content h2 {
        padding: 0 5%; }
    .wp-block-create-block-todo-list .banner-image {
      width: 100%;
      flex-direction: column;
      height: 350px; }
  .wp-block-create-block-todo-list.has-content {
    margin-right: 0;
    margin-left: 0;
    width: 100%; } }

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }


/*# sourceMappingURL=style-index.css.map*/