@charset "UTF-8";
/*-----------------------------*/
/*------ warranty -------*/
/*-----------------------------*/
.ldp-warranty .section:not(.section-hero) {
  padding: 40px 0 40px; }

.ldp-warranty .section .heading {
  text-align: center;
  font-size: 14px; }
  .ldp-warranty .section .heading h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4; }
  .ldp-warranty .section .heading h3 {
    font-size: 16px;
    font-weight: 600;
    color: #011E60;
    line-height: 1.4; }

@media (min-width: 768px) {
  .ldp-warranty .section .heading h2 {
    font-size: 30px; }
  .ldp-warranty .section .heading h3 {
    font-size: 18px; } }

@media (min-width: 1024px) {
  .ldp-warranty .section:not(.section-hero) {
    padding: 60px 0 80px; }
  .ldp-warranty .section .w-6 {
    width: 60%;
    margin: auto; }
  .ldp-warranty .section .w-7 {
    width: 70%;
    margin: auto; }
  .ldp-warranty .section .w-8 {
    width: 80%;
    margin: auto; }
  .ldp-warranty .section .heading {
    font-size: 16px; }
    .ldp-warranty .section .heading h2 {
      font-size: 40px; }
    .ldp-warranty .section .heading h3 {
      font-size: 20px; } }

@media (max-width: 767px) {
  .ldp-warranty .section .heading br {
    display: none; } }

.ldp-warranty #steps {
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  max-width: 200px;
  margin: 25px auto 0; }
  .ldp-warranty #steps:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #dfdfdf;
    z-index: 1; }
  .ldp-warranty #steps li {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dfdfdf;
    position: relative;
    z-index: 2; }
    .ldp-warranty #steps li.active {
      background: #011e60; }

.ldp-warranty .section-hero {
  position: relative; }
  .ldp-warranty .section-hero .hero-banner {
    position: relative;
    overflow: hidden; }
    .ldp-warranty .section-hero .hero-banner picture {
      padding-bottom: calc(619/1200 * 100%);
      display: block; }
    .ldp-warranty .section-hero .hero-banner img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    @media (min-width: 768px) {
      .ldp-warranty .section-hero .hero-banner picture {
        padding-bottom: calc(900/2200 * 100%); } }
  .ldp-warranty .section-hero .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
    text-align: center; }
    .ldp-warranty .section-hero .hero-inner h1 {
      font-size: 34px;
      color: #011E60; }
    .ldp-warranty .section-hero .hero-inner a.btn-scroll-form {
      text-transform: uppercase;
      font-weight: bold;
      color: #011e60;
      background: #ffcd00;
      cursor: pointer;
      padding: 16px 30px;
      border-radius: 4px;
      min-width: 146px;
      text-align: center;
      display: inline-flex; }
  .ldp-warranty .section-hero .hero-wrapper {
    padding: 30px 0; }
  @media (min-width: 1024px) {
    .ldp-warranty .section-hero .hero-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      display: flex;
      align-items: center;
      padding: 0; }
    .ldp-warranty .section-hero .hero-inner {
      text-align: left;
      align-items: flex-start;
      font-size: 16px;
      width: 48%;
      gap: 20px; }
      .ldp-warranty .section-hero .hero-inner h1 {
        font-size: 60px;
        color: #011E60; } }
  @media (max-width: 1023px) {
    .ldp-warranty .section-hero .hero-inner h1 br {
      display: none; } }

.ldp-warranty .section-policy {
  background: #F6F6F6; }
  .ldp-warranty .section-policy .policy-wrapper > div > p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0; }
  .ldp-warranty .section-policy .list-policy {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px; }
    .ldp-warranty .section-policy .list-policy .card-item {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #fff;
      border-radius: 15px;
      padding: 12px; }
      .ldp-warranty .section-policy .list-policy .card-item .card-left {
        width: 70px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
      .ldp-warranty .section-policy .list-policy .card-item .card-right {
        width: calc(100% - 90px);
        display: flex;
        flex-direction: column;
        gap: 12px; }
        .ldp-warranty .section-policy .list-policy .card-item .card-right h3 {
          margin-bottom: 0;
          font-size: 16px;
          color: #011E60; }
        .ldp-warranty .section-policy .list-policy .card-item .card-right p {
          margin-bottom: 0;
          font-size: 12px;
          color: #5A5A5A; }
  @media (min-width: 992px) {
    .ldp-warranty .section-policy .policy-wrapper > div > p {
      font-size: 16px; }
    .ldp-warranty .section-policy .list-policy {
      margin-top: 60px; }
      .ldp-warranty .section-policy .list-policy .card-item {
        gap: 20px;
        padding: 20px; }
        .ldp-warranty .section-policy .list-policy .card-item .card-left {
          width: 120px; }
        .ldp-warranty .section-policy .list-policy .card-item .card-right {
          width: calc(100% - 140px); }
          .ldp-warranty .section-policy .list-policy .card-item .card-right h3 {
            font-size: 20px; }
          .ldp-warranty .section-policy .list-policy .card-item .card-right p {
            font-size: 14px; } }
  @media (max-width: 991px) {
    .ldp-warranty .section-policy .list-policy .card-item .card-left {
      width: 50px; }
      .ldp-warranty .section-policy .list-policy .card-item .card-left svg {
        width: 40px;
        height: auto; }
    .ldp-warranty .section-policy .list-policy .card-item .card-right {
      width: calc(100% - 70px); } }

.ldp-warranty .section-form {
  /*
  		@media (min-width: 320px) {
  			.form-body {
  				.checklist {
  					gap: 10px;
  					.item {
  						width: calc(100% / 3 - 10px);
  						label span.icon svg {transform: scale(0.8);}
  						label span.title {height: 70px; padding: 10px 4px;}
  					}
  				}
  			}
  		}
    */ }
  .ldp-warranty .section-form .form-group .regex {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: 4px; }
  .ldp-warranty .section-form .form-group .form-control {
    color: #5A5A5A;
    border-radius: 1px;
    border: 1px solid #DDD9D3;
    padding: 4px 10px;
    width: 100%;
    font-size: 12px; }
    .ldp-warranty .section-form .form-group .form-control.err {
      border: 1px solid red; }
  .ldp-warranty .section-form .form-group input.form-control {
    height: 48px; }
  .ldp-warranty .section-form .form-group textarea.form-control {
    padding: 10px; }
  .ldp-warranty .section-form .form-checkbox {
    display: flex;
    gap: 10px; }
    .ldp-warranty .section-form .form-checkbox input[type=checkbox] {
      position: relative;
      border: 1px solid #DDD9D3;
      border-radius: 2px;
      background: none;
      cursor: pointer;
      line-height: 0;
      margin-top: 0;
      outline: 0;
      padding: 0 !important;
      vertical-align: text-top;
      height: 18px;
      width: 18px;
      opacity: 0.7;
      -webkit-appearance: none; }
    .ldp-warranty .section-form .form-checkbox input[type=checkbox]:hover {
      opacity: 1; }
    .ldp-warranty .section-form .form-checkbox input[type=checkbox]:checked {
      background-color: #011e60;
      opacity: 1; }
    .ldp-warranty .section-form .form-checkbox input[type=checkbox]:before {
      content: '';
      position: absolute;
      right: 50%;
      top: 50%;
      width: 4px;
      height: 10px;
      border: solid #FFF;
      border-width: 0 2px 2px 0;
      margin: -1px 0px 0 -1px;
      transform: rotate(45deg) translate(-50%, -50%);
      z-index: 2; }
  .ldp-warranty .section-form .form-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 30px; }
    .ldp-warranty .section-form .form-wrapper .form-action {
      text-align: center;
      margin-top: 16px; }
      .ldp-warranty .section-form .form-wrapper .form-action .btn-submit {
        padding: 4px 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #011e60;
        background: #FFCD00;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #FFCD00; }
        .ldp-warranty .section-form .form-wrapper .form-action .btn-submit.disabled {
          opacity: 0.6; }
    .ldp-warranty .section-form .form-wrapper .ratinglist {
      display: flex;
      gap: 2px;
      margin-top: 30px; }
      .ldp-warranty .section-form .form-wrapper .ratinglist .item {
        width: calc(100%/5);
        text-align: center; }
        .ldp-warranty .section-form .form-wrapper .ratinglist .item svg {
          fill: #d9d9d9; }
        .ldp-warranty .section-form .form-wrapper .ratinglist .item.active svg {
          fill: #EEC000; }
      .ldp-warranty .section-form .form-wrapper .ratinglist .box {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 8px; }
        .ldp-warranty .section-form .form-wrapper .ratinglist .box input {
          display: none; }
        .ldp-warranty .section-form .form-wrapper .ratinglist .box label {
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 6px;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .ldp-warranty .section-form .form-wrapper .ratinglist .box label svg {
            width: 30px;
            height: 30px; }
        .ldp-warranty .section-form .form-wrapper .ratinglist .box label[for="rd1"] {
          background: #E23E44; }
        .ldp-warranty .section-form .form-wrapper .ratinglist .box label[for="rd3"] {
          background: #E23E44; }
        .ldp-warranty .section-form .form-wrapper .ratinglist .box label[for="rd5"] {
          background: #ED9A33; }
        .ldp-warranty .section-form .form-wrapper .ratinglist .box label[for="rd8"] {
          background: #EEC000; }
        .ldp-warranty .section-form .form-wrapper .ratinglist .box label[for="rd10"] {
          background: #1BC76D; }
      .ldp-warranty .section-form .form-wrapper .ratinglist .item.selected label {
        background: #001AFF; }
      .ldp-warranty .section-form .form-wrapper .ratinglist.revision_4 {
        margin-bottom: 10px;
        position: relative; }
        .ldp-warranty .section-form .form-wrapper .ratinglist.revision_4[data_rating="1"]:after {
          content: "";
          background: #f00;
          height: 3px;
          width: calc(100% / 5);
          left: 0;
          bottom: -10px;
          position: absolute; }
        .ldp-warranty .section-form .form-wrapper .ratinglist.revision_4[data_rating="2"]:after {
          content: "";
          background: #f00;
          height: 3px;
          width: calc(100% / 5 * 2);
          left: 0;
          bottom: -10px;
          position: absolute; }
        .ldp-warranty .section-form .form-wrapper .ratinglist.revision_4[data_rating="3"]:after {
          content: "";
          background: #f00;
          height: 3px;
          width: calc(100% / 5 * 3);
          left: 0;
          bottom: -10px;
          position: absolute; }
        .ldp-warranty .section-form .form-wrapper .ratinglist.revision_4[data_rating="4"]:after {
          content: "";
          background: #EEC000;
          height: 3px;
          width: calc(100% / 5 * 4);
          left: 0;
          bottom: -10px;
          position: absolute; }
        .ldp-warranty .section-form .form-wrapper .ratinglist.revision_4[data_rating="5"]:after {
          content: "";
          background: #1BC76D;
          height: 3px;
          width: 100%;
          left: 0;
          bottom: -10px;
          position: absolute; }
    .ldp-warranty .section-form .form-wrapper .rating_value {
      line-height: 40px; }
    .ldp-warranty .section-form .form-wrapper .ratingline {
      display: grid;
      grid-template-areas: "one one one two three";
      grid-template-columns: repeat(5, minmax(auto, 1fr));
      margin: 16px 0;
      column-gap: 4px; }
      .ldp-warranty .section-form .form-wrapper .ratingline > div {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center; }
      .ldp-warranty .section-form .form-wrapper .ratingline > div span:first-child {
        height: 4px;
        width: 100%; }
      .ldp-warranty .section-form .form-wrapper .ratingline > div span:last-child {
        width: 100%;
        font-size: 10px;
        line-height: 1.2; }
      .ldp-warranty .section-form .form-wrapper .ratingline > div.line-1 {
        grid-area: one; }
        .ldp-warranty .section-form .form-wrapper .ratingline > div.line-1 span:first-child {
          background: #E23E44; }
      .ldp-warranty .section-form .form-wrapper .ratingline > div.line-2 {
        grid-area: two; }
        .ldp-warranty .section-form .form-wrapper .ratingline > div.line-2 span:first-child {
          background: #eec000; }
      .ldp-warranty .section-form .form-wrapper .ratingline > div.line-3 {
        grid-area: three; }
        .ldp-warranty .section-form .form-wrapper .ratingline > div.line-3 span:first-child {
          background: #1BC76D; }
  .ldp-warranty .section-form .form-head {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px; }
    .ldp-warranty .section-form .form-head .form-fill {
      display: flex;
      flex-direction: column;
      gap: 16px;
      width: 100%;
      margin: 15px auto 0; }
  .ldp-warranty .section-form .form-body {
    display: flex;
    flex-direction: column;
    row-gap: 30px; }
    .ldp-warranty .section-form .form-body .checklist {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      justify-content: center; }
      .ldp-warranty .section-form .form-body .checklist .item {
        width: 80%;
        background: #FFFFFF;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        overflow: hidden;
        margin: 0 0;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative; }
        .ldp-warranty .section-form .form-body .checklist .item input {
          vertical-align: top;
          width: 16px;
          height: 16px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          position: absolute;
          top: 10px;
          right: 10px;
          cursor: pointer;
          outline: none !important;
          border: none !important; }
          .ldp-warranty .section-form .form-body .checklist .item input:before {
            transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            transform: rotate(-45deg) scale(0, 0);
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: .3em;
            margin: auto;
            z-index: 2;
            width: 10px;
            height: 5px;
            border: 2px solid #000000;
            border-top-style: none;
            border-right-style: none; }
          .ldp-warranty .section-form .form-body .checklist .item input:after {
            content: "";
            position: absolute;
            z-index: 1;
            left: -1px;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            width: 16px;
            height: 16px;
            background: #ffffff;
            border: 1px solid #27251f;
            cursor: pointer;
            border-radius: 2px; }
          .ldp-warranty .section-form .form-body .checklist .item input:checked:before {
            -webkit-transform: rotate(-45deg) scale(1, 1);
            -moz-transform: rotate(-45deg) scale(1, 1);
            -ms-transform: rotate(-45deg) scale(1, 1);
            -o-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1); }
          .ldp-warranty .section-form .form-body .checklist .item input:checked:after {
            border-color: #000000;
            background: #ffffff; }
        .ldp-warranty .section-form .form-body .checklist .item label {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          font-size: 14px;
          height: 100%; }
          .ldp-warranty .section-form .form-body .checklist .item label span.icon {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%; }
            .ldp-warranty .section-form .form-body .checklist .item label span.icon svg {
              transform: scale(0.67); }
          .ldp-warranty .section-form .form-body .checklist .item label span.title {
            display: flex;
            align-items: center;
            text-align: center;
            height: 60px;
            background: #FFCD00;
            width: 100%;
            justify-content: center;
            line-height: 1.3;
            padding: 8px 4px; }
        @media (max-width: 767px) {
          .ldp-warranty .section-form .form-body .checklist .item {
            padding-right: 40px; }
            .ldp-warranty .section-form .form-body .checklist .item input {
              top: calc((100% - 16px) / 2); }
            .ldp-warranty .section-form .form-body .checklist .item label {
              width: calc(100% - 40px); }
              .ldp-warranty .section-form .form-body .checklist .item label span.icon {
                flex: 0 0 auto;
                width: 80px; }
              .ldp-warranty .section-form .form-body .checklist .item label span.title {
                flex: 0 0 auto;
                width: calc(100% - 80px);
                background: transparent; }
            .ldp-warranty .section-form .form-body .checklist .item.selected {
              background: #edf5ff;
              border: 1px solid #124e93; }
              .ldp-warranty .section-form .form-body .checklist .item.selected input:checked:before {
                border-color: #fff;
                background: #124e93; }
              .ldp-warranty .section-form .form-body .checklist .item.selected input:checked:after {
                background: #124e93;
                border-color: #ffffff; }
              .ldp-warranty .section-form .form-body .checklist .item.selected label span.title {
                color: #124e93; } }
    .ldp-warranty .section-form .form-body .form-action {
      flex: 0 0 auto;
      width: 100%; }
  .ldp-warranty .section-form .form-foot {
    display: flex;
    flex-direction: column;
    row-gap: 16px; }
    .ldp-warranty .section-form .form-foot .form-ratingSelect {
      display: none;
      flex-direction: column;
      row-gap: 10px; }
      .ldp-warranty .section-form .form-foot .form-ratingSelect .form-ques {
        display: none;
        color: #011E60;
        font-weight: bold; }
      .ldp-warranty .section-form .form-foot .form-ratingSelect .form-ques.active {
        display: block; }
      .ldp-warranty .section-form .form-foot .form-ratingSelect.show-note {
        display: flex; }
    .ldp-warranty .section-form .form-foot .form-notify {
      display: flex;
      flex-direction: column;
      row-gap: 10px; }
      .ldp-warranty .section-form .form-foot .form-notify a {
        display: block;
        position: relative;
        color: #011E60;
        font-style: italic; }
        .ldp-warranty .section-form .form-foot .form-notify a:hover {
          text-decoration: underline; }
        .ldp-warranty .section-form .form-foot .form-notify a:before {
          content: "";
          position: relative;
          top: -1px;
          width: 6px;
          height: 6px;
          background: #011E60;
          border-radius: 100%;
          display: inline-block;
          margin-right: 10px; }
  @media (min-width: 480px) {
    .ldp-warranty .section-form .form-wrapper .ratingtype {
      width: 70%;
      margin: auto; }
    .ldp-warranty .section-form .form-wrapper .ratingtype_4 {
      width: 267px; }
    .ldp-warranty .section-form .form-wrapper .ratinglist {
      /*.item.selected label {transform: scale(1.16);}*/ }
      .ldp-warranty .section-form .form-wrapper .ratinglist .box {
        gap: 8px; }
    .ldp-warranty .section-form .form-wrapper .ratingline {
      column-gap: 9px; }
      .ldp-warranty .section-form .form-wrapper .ratingline > div span:last-child {
        font-size: 12px; }
    .ldp-warranty .section-form .form-body .checklist .item label span.icon svg {
      transform: scale(1); } }
  @media (min-width: 768px) {
    .ldp-warranty .section-form .form-body .checklist {
      gap: 30px; }
      .ldp-warranty .section-form .form-body .checklist .item {
        width: calc((100% - 60px) / 3); }
        .ldp-warranty .section-form .form-body .checklist .item label {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-end;
          font-size: 14px;
          height: 100%; }
          .ldp-warranty .section-form .form-body .checklist .item label span.icon {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%; }
            .ldp-warranty .section-form .form-body .checklist .item label span.icon svg {
              transform: scale(0.67); }
          .ldp-warranty .section-form .form-body .checklist .item label span.title {
            display: flex;
            align-items: center;
            text-align: center;
            height: 60px;
            background: #FFCD00;
            width: 100%;
            justify-content: center;
            line-height: 1.3;
            padding: 8px 4px; } }
  @media (min-width: 992px) {
    .ldp-warranty .section-form .form-wrapper {
      row-gap: 60px; }
      .ldp-warranty .section-form .form-wrapper .ratingtype {
        width: 57%;
        margin: auto; }
      .ldp-warranty .section-form .form-wrapper .ratingtype_4 {
        width: 267px; }
      .ldp-warranty .section-form .form-wrapper .ratinglist {
        gap: 8px;
        margin-top: 30px; }
        .ldp-warranty .section-form .form-wrapper .ratinglist .box {
          gap: 12px; }
          .ldp-warranty .section-form .form-wrapper .ratinglist .box label {
            width: 100px;
            height: 100px; }
          .ldp-warranty .section-form .form-wrapper .ratinglist .box label svg {
            width: 50px;
            height: 50px; }
      .ldp-warranty .section-form .form-wrapper .ratingline > div span:last-child {
        font-size: 14px; }
    .ldp-warranty .section-form .form-head {
      padding: 50px; }
      .ldp-warranty .section-form .form-head .form-fill {
        width: 85%;
        margin: 30px auto 0; }
    .ldp-warranty .section-form .form-body {
      row-gap: 60px; }
      .ldp-warranty .section-form .form-body .checklist {
        gap: 30px; }
        .ldp-warranty .section-form .form-body .checklist .item {
          width: calc((100% - 60px) / 3); }
          .ldp-warranty .section-form .form-body .checklist .item label {
            font-size: 16px; }
            .ldp-warranty .section-form .form-body .checklist .item label span.title {
              height: 90px;
              padding: 10px; }
          .ldp-warranty .section-form .form-body .checklist .item.selected {
            transform: scale(1.16); }
    .ldp-warranty .section-form .form-foot {
      row-gap: 30px; }
      .ldp-warranty .section-form .form-foot .form-action {
        margin-top: 30px; }
      .ldp-warranty .section-form .form-foot .form-action .btn-submit {
        padding: 4px 40px;
        height: 60px;
        font-size: 18px; } }
  @media (min-width: 1170px) {
    .ldp-warranty .section-form .form-body .checklist {
      flex-wrap: wrap;
      justify-content: center; }
      .ldp-warranty .section-form .form-body .checklist .item {
        width: calc((100% - 60px) / 3);
        margin: 16px 0; } }

.ldp-warranty .section-faq {
  background: #F6F6F6;
  overflow: hidden; }
  .ldp-warranty .section-faq .slick-dots {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: 16px; }
    .ldp-warranty .section-faq .slick-dots li button {
      width: 20px;
      height: 20px;
      font-size: 0;
      padding: 0;
      border: 2px solid #f6f6f6;
      border-radius: 50%;
      background: #D9D9D9; }
    .ldp-warranty .section-faq .slick-dots li.slick-active button {
      border: 2px solid #D9D9D9;
      background: #011E60; }
  .ldp-warranty .section-faq .list-faq {
    margin-top: 40px; }
    .ldp-warranty .section-faq .list-faq:not(.slick-initialized) {
      display: flex; }
      .ldp-warranty .section-faq .list-faq:not(.slick-initialized) .item {
        flex: 0 0 auto;
        width: 100%; }
    .ldp-warranty .section-faq .list-faq .box {
      display: flex;
      flex-direction: column;
      padding: 40px 20px;
      background: #FFFFFF;
      border-radius: 15px;
      height: 100%; }
      .ldp-warranty .section-faq .list-faq .box .title-box h4 {
        text-align: center;
        margin-bottom: 40px;
        padding-bottom: 32px;
        position: relative;
        font-size: 20px; }
        .ldp-warranty .section-faq .list-faq .box .title-box h4:after {
          content: '';
          position: absolute;
          bottom: -2px;
          left: 0;
          right: 0;
          width: 102px;
          height: 1px;
          margin: auto;
          background: #011E60; }
      .ldp-warranty .section-faq .list-faq .box .desc-box {
        font-size: 16px;
        line-height: 1.4; }
        .ldp-warranty .section-faq .list-faq .box .desc-box p {
          margin: 0; }
  @media (min-width: 992px) {
    .ldp-warranty .section-faq .list-faq {
      display: flex;
      margin-top: 60px;
      gap: 20px; }
      .ldp-warranty .section-faq .list-faq:not(.slick-initialized) .item {
        flex: 0 0 auto;
        width: calc(100%/3 - 13px); }
      .ldp-warranty .section-faq .list-faq:not(.slick-initialized) .box {
        box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05); } }

.modal-success .modal-header {
  justify-content: center;
  border-bottom: none; }
  .modal-success .modal-header h4 {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    color: #000; }
    .modal-success .modal-header h4 span {
      color: #011e60; }
  .modal-success .modal-header h4 svg {
    width: 28px;
    height: 28px;
    fill: #82ec0c; }

.modal-success .modal-content {
  background: #FFFFFF;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  border: none; }

.modal-success .modal-body {
  text-align: center;
  font-size: 12px;
  padding: 20px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px; }
  .modal-success .modal-body .desc {
    display: flex;
    flex-direction: column;
    gap: 0px; }
    .modal-success .modal-body .desc > h3 {
      font-size: 14px;
      color: #000;
      font-weight: 400;
      font-family: 'Montserrat-Regular'; }
      .modal-success .modal-body .desc > h3 span {
        color: #011e60;
        font-family: 'Montserrat-Bold'; }
    .modal-success .modal-body .desc .invite_get_gift h3 {
      text-transform: uppercase;
      font-weight: 600;
      font-family: 'Montserrat-Bold';
      font-size: 16px;
      color: #011e60; }
    .modal-success .modal-body .desc .invite_get_gift .detail {
      font-size: 14px;
      color: #000;
      font-weight: 400;
      font-family: 'Montserrat-Regular'; }
      .modal-success .modal-body .desc .invite_get_gift .detail span {
        color: #011e60;
        font-family: 'Montserrat-Bold'; }
    .modal-success .modal-body .desc p {
      margin-bottom: 0; }
    .modal-success .modal-body .desc h5 {
      font-size: 20px; }
  .modal-success .modal-body a.button {
    padding: 4px 20px;
    background: #FFCD00;
    text-transform: uppercase;
    color: #011E60;
    display: inline-flex;
    height: 50px;
    align-items: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat-Bold'; }

.popup-message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
  display: none; }
  .popup-message.show-popup {
    display: flex; }
  .popup-message .popup-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 155px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    padding-bottom: 20px; }
    .popup-message .popup-message-box span {
      display: block;
      background-color: rgba(6, 21, 40, 0.05);
      color: #000;
      padding: 16px 20px;
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .popup-message .popup-message-box .message-text {
      display: -webkit-box;
      font-size: 14px;
      padding: 0 20px;
      margin-top: 10px;
      line-height: 18px;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .popup-message .popup-message-box .message-close {
      display: block;
      margin: 30px 20px 0 auto;
      padding: 10px 0;
      border: none;
      width: 80px;
      text-transform: uppercase;
      text-align: center;
      color: #000;
      background-color: #e6e6e6;
      border-radius: 5px;
      text-decoration: none;
      font-size: 14px;
      line-height: 14px;
      font-weight: 600;
      cursor: pointer;
      outline: 0; }

/*-----------------------------*/
/*------ anniversary -------*/
/*-----------------------------*/
@keyframes fall {
  0% {
    top: -110px;
    transform: rotate(0deg) rotateY(-90deg);
    opacity: 1; }
  100% {
    top: 900px;
    transform: rotate(360deg) rotateY(180deg);
    opacity: 0.7; } }

@keyframes fall2 {
  0% {
    top: -110px;
    transform: rotate(0deg) rotateY(90deg);
    opacity: 1; }
  100% {
    top: 900px;
    transform: rotate(-360deg) rotateY(-180deg);
    opacity: 0.5; } }

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); } }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); } }

@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); } }

.ldp-anniversary {
  line-height: 1.4; }
  .ldp-anniversary .section-banner-top {
    background: #011e60;
    max-width: 100%;
    overflow: hidden; }
    .ldp-anniversary .section-banner-top .list-marquee {
      display: flex;
      width: 200%;
      -webkit-animation: marquee 25s linear infinite running;
      -moz-animation: marquee 25s linear infinite running;
      -o-animation: marquee 25s linear infinite running;
      -ms-animation: marquee 25s linear infinite running;
      animation: marquee 25s linear infinite running; }
  .ldp-anniversary .section-banner-twentytwenty {
    background: #FFCD00;
    padding: 65px 0 25px;
    position: relative;
    z-index: 3; }
    .ldp-anniversary .section-banner-twentytwenty .twentytwenty-overlay {
      display: none; }
    .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty {
      position: relative;
      overflow: hidden;
      border-radius: 0 0 50% 50% / 22%;
      border-top-left-radius: 35px;
      border-top-right-radius: 35px; }
      .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .box-banner:not(.twentytwenty-container) {
        display: -webkit-flex;
        display: flex;
        position: relative; }
        .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .box-banner:not(.twentytwenty-container) > div {
          flex: 0 0 auto;
          width: 100%; }
        .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .box-banner:not(.twentytwenty-container) .box-banner--before {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
      .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty div.text span {
        padding: 4px 8px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.6);
        color: #fff;
        display: inline-flex; }
      .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .text-banner--before, .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .text-banner--after {
        position: absolute;
        bottom: 20%;
        display: inline-flex;
        flex-direction: column;
        gap: 12px;
        font-size: 30px;
        line-height: 1.3; }
      .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .text-banner--before {
        left: 2%; }
        .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .text-banner--before div.text span {
          background: rgba(255, 255, 255, 0.6);
          color: #fff; }
        .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .text-banner--before div.year span {
          color: #fff; }
      .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .text-banner--after {
        right: 2%;
        text-align: right; }
        .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .text-banner--after div.text span {
          background: rgba(0, 0, 0, 0.6);
          color: #fff; }
        .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .text-banner--after div.year span {
          color: rgba(0, 0, 0, 0.6); }
      .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .instruction {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        padding-left: 33%;
        align-items: center;
        cursor: pointer; }
        .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .instruction img {
          width: 50px;
          transform: rotate(-180deg); }
      @media (max-width: 767px) {
        .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty {
          border-top-left-radius: 15px;
          border-top-right-radius: 15px; }
          .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .text-banner--before, .ldp-anniversary .section-banner-twentytwenty .banner-twentytwenty .text-banner--after {
            font-size: 20px; } }
  .ldp-anniversary .section-usp-mv {
    padding: 12% 0 0;
    position: relative;
    z-index: 1; }
    .ldp-anniversary .section-usp-mv .banner-usp {
      max-width: 70%;
      margin: auto; }
  .ldp-anniversary .section-banner-sn {
    position: relative;
    z-index: 1; }
    .ldp-anniversary .section-banner-sn .banner-bottom {
      position: relative; }
    .ldp-anniversary .section-banner-sn .banner-bottom .aspect-ratio {
      max-width: 70%;
      margin: auto; }
  .ldp-anniversary .bg-gradient {
    position: relative; }
    .ldp-anniversary .bg-gradient:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url(https://file.hstatic.net/200000689681/file/group_10.png);
      background-repeat: no-repeat;
      background-size: 100%;
      background-color: #FFCD00;
      background-repeat: no-repeat;
      background-position: top center; }
  .ldp-anniversary .section-event {
    background-image: url(https://file.hstatic.net/200000689681/file/group_3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 1;
    background-color: transparent;
    margin-top: -14%;
    padding-top: 14%;
    padding-bottom: 10%; }
    .ldp-anniversary .section-event .s-wrapper {
      display: flex;
      flex-direction: column;
      text-align: center;
      max-width: 90%;
      margin: auto;
      background-image: url(https://file.hstatic.net/200000689681/file/artboard-22-9_6a91f910a3be4df2a76678af40154f41.png);
      background-size: 100%;
      padding: 6% 2%;
      background-position: top center; }
      .ldp-anniversary .section-event .s-wrapper .s-heading {
        padding: 0 0 3%; }
        .ldp-anniversary .section-event .s-wrapper .s-heading h2 {
          margin-bottom: 0;
          font-size: 36px;
          color: #0B1E63;
          text-transform: uppercase; }
      .ldp-anniversary .section-event .s-wrapper .s-content {
        padding: 0 0 5%; }
    .ldp-anniversary .section-event .box-event {
      background: #FFE869;
      background: linear-gradient(180deg, #ffe869 0%, #ffdf2e 50%, #ffda03 100%);
      padding: 20px 60px;
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 85%;
      margin: auto; }
    .ldp-anniversary .section-event .listing-time {
      display: flex;
      gap: 15px; }
      .ldp-anniversary .section-event .listing-time .item {
        flex: 1 1 auto;
        color: #0B1E63;
        position: relative;
        font-size: 32px; }
        .ldp-anniversary .section-event .listing-time .item:not(:last-child):after {
          content: '';
          position: absolute;
          right: -10.5px;
          height: 56%;
          width: 4px;
          background: #0b1e63;
          margin: auto;
          top: 0;
          bottom: 0; }
        .ldp-anniversary .section-event .listing-time .item span {
          display: inline-block;
          font-family: 'Montserrat-Bold', sans-serif; }
    .ldp-anniversary .section-event .listing-countdown {
      display: flex;
      gap: 30px;
      margin: 0 12.5%;
      max-width: 75%; }
      .ldp-anniversary .section-event .listing-countdown .item {
        flex: 0 0 auto;
        width: calc((100% - 60px) / 3); }
      .ldp-anniversary .section-event .listing-countdown .box {
        display: flex;
        flex-direction: column;
        gap: 4px;
        text-transform: uppercase;
        border-radius: 8px;
        height: 100%;
        justify-content: center;
        filter: grayscale(1); }
        .ldp-anniversary .section-event .listing-countdown .box h4 {
          margin-bottom: 0; }
        .ldp-anniversary .section-event .listing-countdown .box.current {
          padding: 10px 20px;
          background: #F5C700;
          background: linear-gradient(180deg, #f5c700 0%, #fed703 50%, #e3a902 100%);
          box-shadow: 2px 9px 25px rgba(255, 255, 255, 0.6);
          filter: grayscale(0); }
          .ldp-anniversary .section-event .listing-countdown .box.current h4 {
            font-size: 24px;
            color: #0B1E63; }
            .ldp-anniversary .section-event .listing-countdown .box.current h4 br {
              display: none; }
          .ldp-anniversary .section-event .listing-countdown .box.current span {
            display: block;
            padding: 4px 10px;
            color: #fff;
            background: #0B1E63;
            border-radius: 10px;
            font-size: 24px;
            font-family: 'Montserrat-Bold', sans-serif; }
          .ldp-anniversary .section-event .listing-countdown .box.current.outdate {
            filter: grayscale(1); }
        .ldp-anniversary .section-event .listing-countdown .box.comming {
          border: 1px solid #0B1E63;
          overflow: hidden;
          filter: grayscale(0); }
          .ldp-anniversary .section-event .listing-countdown .box.comming .text {
            padding: 10px 45px 10px 10px;
            background: #0b1e63;
            color: #fff;
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            position: relative;
            border-radius: 8px 8px 0 0;
            overflow: hidden; }
            .ldp-anniversary .section-event .listing-countdown .box.comming .text:after {
              content: '';
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              width: 45px;
              height: 100%;
              background-image: url(https://file.hstatic.net/200000689681/file/artboard_52_1__1_.png);
              background-repeat: no-repeat;
              background-size: 80%;
              background-color: #fff;
              background-position: center; }
          .ldp-anniversary .section-event .listing-countdown .box.comming .countdown {
            min-height: 40px;
            font-size: 20px;
            display: flex;
            gap: 10px;
            align-items: center;
            justify-content: center;
            padding: 6px 10px 2px; }
            .ldp-anniversary .section-event .listing-countdown .box.comming .countdown span.soon-group .soon-separator {
              vertical-align: initial; }
            .ldp-anniversary .section-event .listing-countdown .box.comming .countdown span.soon-group.soon-group-sub .soon-group-inner {
              background: #454545;
              border-radius: 4px;
              padding: 4px 6px; }
            .ldp-anniversary .section-event .listing-countdown .box.comming .countdown span.soon-group.soon-group-sub .soon-group-inner .soon-repeater {
              display: inline-flex;
              gap: 2px; }
            .ldp-anniversary .section-event .listing-countdown .box.comming .countdown span.soon-group.soon-group-sub .soon-group-inner .soon-label {
              display: none; }
        .ldp-anniversary .section-event .listing-countdown .box.box-2.current, .ldp-anniversary .section-event .listing-countdown .box.box-3.current {
          padding: 0; }
    .ldp-anniversary .section-event .listing-notify {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .ldp-anniversary .section-event .listing-notify .box {
        display: flex;
        justify-content: center;
        padding: 10px 20px;
        background: #F5C700;
        background: linear-gradient(180deg, #f5c700 0%, #fed703 50%, #e3a902 100%);
        box-shadow: 2px 9px 25px rgba(255, 255, 255, 0.6);
        text-transform: uppercase;
        font-size: 24px;
        color: #0B1E63;
        border-radius: 8px;
        font-family: 'Montserrat-Bold', sans-serif; }
        .ldp-anniversary .section-event .listing-notify .box:first-child {
          max-width: 88%; }
    .ldp-anniversary .section-event .action {
      padding-top: 40px;
      margin-bottom: -4%; }
      .ldp-anniversary .section-event .action .btn {
        background: #0B1E63;
        color: #fff;
        font-size: 24px;
        border-radius: 10px;
        padding: 4px 4%;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-family: 'Montserrat-Bold', sans-serif; }
    @media (max-width: 767px) {
      .ldp-anniversary .section-event .container {
        padding: 0; }
      .ldp-anniversary .section-event .s-wrapper {
        padding: 6% 0;
        max-width: 100%;
        background-repeat: no-repeat; }
        .ldp-anniversary .section-event .s-wrapper .s-heading {
          padding: 0 0 5px; }
          .ldp-anniversary .section-event .s-wrapper .s-heading h2 {
            font-size: 16px; }
      .ldp-anniversary .section-event .box-event {
        padding: 10px 2%;
        max-width: 90%;
        gap: 8px; }
      .ldp-anniversary .section-event .listing-time {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 5px; }
        .ldp-anniversary .section-event .listing-time .item {
          flex: 0 1 auto;
          font-size: 12px; }
          .ldp-anniversary .section-event .listing-time .item[data-date="01.07"], .ldp-anniversary .section-event .listing-time .item[data-date="30.07"] {
            display: none; }
          .ldp-anniversary .section-event .listing-time .item[data-date="27.07"]:after {
            display: none; }
      .ldp-anniversary .section-event .listing-countdown {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
        margin: unset;
        max-width: 100%; }
        .ldp-anniversary .section-event .listing-countdown .item {
          flex: 0 0 auto;
          width: calc( (100% - 16px)/3);
          /*
          &:first-child{
            width: 100%;
          }
          */ }
          .ldp-anniversary .section-event .listing-countdown .item .box.box-1 {
            padding: 10px; }
            .ldp-anniversary .section-event .listing-countdown .item .box.box-1 h4 {
              font-family: 'Montserrat-Regular', sans-serif;
              font-size: 10px; }
              .ldp-anniversary .section-event .listing-countdown .item .box.box-1 h4 br {
                display: none; }
            .ldp-anniversary .section-event .listing-countdown .item .box.box-1 span {
              font-size: 12px; }
          .ldp-anniversary .section-event .listing-countdown .item .box.box-2 .countdown, .ldp-anniversary .section-event .listing-countdown .item .box.box-3 .countdown {
            padding: 6px 10px 0;
            font-size: 10px;
            min-height: 30px; }
          .ldp-anniversary .section-event .listing-countdown .item .box.box-2 .text, .ldp-anniversary .section-event .listing-countdown .item .box.box-3 .text {
            font-size: 6px;
            padding: 4px 20px 4px 4px; }
            .ldp-anniversary .section-event .listing-countdown .item .box.box-2 .text:after, .ldp-anniversary .section-event .listing-countdown .item .box.box-3 .text:after {
              width: 20px; }
      .ldp-anniversary .section-event .listing-notify {
        gap: 8px; }
        .ldp-anniversary .section-event .listing-notify .box {
          font-size: 10px;
          padding: 4px 20px; }
          .ldp-anniversary .section-event .listing-notify .box:first-child {
            max-width: 100%; }
      .ldp-anniversary .section-event .action {
        padding-top: 0px;
        margin-bottom: -9%; }
        .ldp-anniversary .section-event .action .btn {
          font-size: 12px; } }
  .ldp-anniversary .section-step {
    background-image: url(https://file.hstatic.net/200000689681/file/group_4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 1;
    background-color: transparent;
    margin-top: -14%;
    padding-top: 18%;
    padding-bottom: 22%; }
    .ldp-anniversary .section-step .s-heading {
      text-align: center;
      max-width: 70%;
      margin: auto; }
      .ldp-anniversary .section-step .s-heading h2 {
        color: #0B1E63;
        font-weight: 800;
        font-size: 48px;
        line-height: 1.5;
        margin-bottom: 43px; }
        @media (min-width: 767px) {
          .ldp-anniversary .section-step .s-heading h2 br {
            display: none; } }
      .ldp-anniversary .section-step .s-heading .desc {
        color: #fff;
        font-weight: 600;
        font-size: 32px;
        line-height: 1.4;
        padding-bottom: 43px; }
      .ldp-anniversary .section-step .s-heading p {
        margin-bottom: 0; }
    .ldp-anniversary .section-step .step-list {
      position: relative;
      margin-bottom: 60px; }
      .ldp-anniversary .section-step .step-list:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        height: 1px;
        width: calc(((100% - 1200px) / 2) + 2rem);
        background: #011e60; }
      .ldp-anniversary .section-step .step-list:after {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        height: 1px;
        width: calc(((100% - 1200px) / 2) + 2rem);
        background: #011e60; }
      .ldp-anniversary .section-step .step-list .listing {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center; }
      .ldp-anniversary .section-step .step-list .item {
        padding: 0 10px 40px;
        flex: 1 1 auto;
        position: relative;
        cursor: pointer; }
        .ldp-anniversary .section-step .step-list .item span {
          transition: all 0.4s; }
        .ldp-anniversary .section-step .step-list .item span.text {
          border-radius: 50%;
          border: 1px solid #011e60;
          display: inline-flex;
          width: 30px;
          height: 30px;
          align-items: center;
          justify-content: center; }
        .ldp-anniversary .section-step .step-list .item span.dot {
          position: absolute;
          z-index: 1;
          padding: 0 10px;
          left: 50%;
          height: 16px;
          bottom: -7px;
          transform: translateX(-50%);
          overflow: hidden;
          display: inline-block;
          background: #ffcd00; }
          .ldp-anniversary .section-step .step-list .item span.dot:before {
            content: "";
            width: 14px;
            height: 14px;
            border-radius: 50%;
            border: 1px #011e60 solid;
            background: #ffcd00;
            display: inline-block; }
        .ldp-anniversary .section-step .step-list .item:before {
          position: absolute;
          content: "";
          border-bottom: 1px solid #011e60;
          bottom: 0;
          left: 0;
          width: 100%; }
        .ldp-anniversary .section-step .step-list .item.active span.text {
          background: #011e60;
          color: #fff; }
        .ldp-anniversary .section-step .step-list .item.active span.dot:before {
          background: #011e60; }
    .ldp-anniversary .section-step .step-content {
      padding-bottom: 60px; }
      .ldp-anniversary .section-step .step-content .listing {
        max-width: 92%;
        margin: auto; }
      .ldp-anniversary .section-step .step-content .item {
        display: none; }
      .ldp-anniversary .section-step .step-content .item.active {
        display: block; }
      .ldp-anniversary .section-step .step-content .box {
        padding: 40px 60px;
        border-radius: 0 40px 0 40px;
        background: #011e60; }
        .ldp-anniversary .section-step .step-content .box * {
          color: #fff; }
        .ldp-anniversary .section-step .step-content .box h3 {
          font-size: 32px; }
        .ldp-anniversary .section-step .step-content .box p {
          font-size: 22px;
          margin-bottom: 0; }
    @media (max-width: 767px) {
      .ldp-anniversary .section-step {
        padding-bottom: 0; }
        .ldp-anniversary .section-step .s-heading {
          max-width: 85%; }
          .ldp-anniversary .section-step .s-heading h2 {
            font-size: 16px;
            margin-bottom: 20px; }
          .ldp-anniversary .section-step .s-heading .desc {
            font-size: 12px; }
        .ldp-anniversary .section-step .step-list {
          margin-bottom: 30px; }
          .ldp-anniversary .section-step .step-list .item {
            flex: 0 0 auto;
            width: calc(100% / 12);
            padding: 0 0 25px; }
            .ldp-anniversary .section-step .step-list .item span.text {
              width: 20px;
              height: 20px; }
        .ldp-anniversary .section-step .step-content {
          background-color: #ffcd00; }
          .ldp-anniversary .section-step .step-content .box {
            padding: 20px 30px; }
            .ldp-anniversary .section-step .step-content .box h3 {
              font-size: 20px; }
            .ldp-anniversary .section-step .step-content .box p {
              font-size: 14px; } }
  .ldp-anniversary .section-slider {
    padding: 75px 0 150px;
    background: linear-gradient(180deg, #fff8d2 0%, #edba00 100%);
    position: relative;
    z-index: 1;
    padding-top: 18%; }
    .ldp-anniversary .section-slider::before {
      content: "";
      background-image: url(https://file.hstatic.net/200000689681/file/group_7_top.png);
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      left: 0;
      top: -15%;
      width: 100%;
      height: calc(100vw * 180 / 1087); }
    .ldp-anniversary .section-slider .s-wrapper {
      max-width: 80%;
      margin: auto; }
    .ldp-anniversary .section-slider .s-heading {
      text-align: center; }
      .ldp-anniversary .section-slider .s-heading h2 {
        font-size: 60px;
        margin-bottom: 20px;
        text-transform: uppercase; }
      .ldp-anniversary .section-slider .s-heading span.span-1 {
        display: inline-block;
        font-size: 56px;
        border-bottom: 3px solid #0B1E63;
        position: relative;
        padding-bottom: 2px; }
        .ldp-anniversary .section-slider .s-heading span.span-1:after {
          content: '';
          position: absolute;
          bottom: -16px;
          height: 8px;
          width: 100%;
          left: 0;
          background: #0B1E63; }
      .ldp-anniversary .section-slider .s-heading span.span-2 {
        background: #0B1E63;
        border-radius: 21px;
        display: inline-block;
        color: #fff;
        padding: 4px;
        font-size: 48px; }
    .ldp-anniversary .section-slider .s-content {
      margin-top: 38px;
      display: flex;
      flex-direction: column;
      gap: 45px; }
      .ldp-anniversary .section-slider .s-content .slick-nav:not(.slick-initialized) {
        display: flex;
        gap: 15px; }
        .ldp-anniversary .section-slider .s-content .slick-nav:not(.slick-initialized) .item {
          width: calc((100% - (15px*2))/3); }
      .ldp-anniversary .section-slider .s-content .slick-nav .box {
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2px;
        color: #0B1E63;
        background: transparent;
        padding: 5px 10px;
        border-radius: 19px;
        border: 1px solid #0B1E63;
        height: 100%;
        min-height: 85px;
        text-align: center; }
        .ldp-anniversary .section-slider .s-content .slick-nav .box h3 {
          font-size: 24px;
          margin-bottom: 0;
          line-height: 1.5; }
        .ldp-anniversary .section-slider .s-content .slick-nav .box span {
          font-size: 17px; }
      .ldp-anniversary .section-slider .s-content .slick-nav .slick-slide {
        height: auto;
        padding: 0 7px; }
      .ldp-anniversary .section-slider .s-content .slick-nav .slick-slide.slick-current .box {
        background: #0B1E63;
        color: #fff; }
        .ldp-anniversary .section-slider .s-content .slick-nav .slick-slide.slick-current .box h3 {
          color: #fff; }
      .ldp-anniversary .section-slider .s-content .slick-nav .slick-track {
        transform: none !important;
        left: 0 !important; }
      .ldp-anniversary .section-slider .s-content .slick-for:not(.slick-initialized) {
        display: flex;
        overflow: hidden; }
        .ldp-anniversary .section-slider .s-content .slick-for:not(.slick-initialized) .item {
          width: 100%;
          flex: 0 0 100%; }
      .ldp-anniversary .section-slider .s-content .slick-for .box img {
        border-radius: 50px; }
    .ldp-anniversary .section-slider .info-content {
      margin-top: -40%;
      margin-bottom: 100px;
      position: relative;
      z-index: 2; }
      .ldp-anniversary .section-slider .info-content .row-info {
        display: flex;
        gap: 20px;
        max-width: 92%;
        margin: auto; }
        .ldp-anniversary .section-slider .info-content .row-info > div {
          -ms-flex: 0 0 calc((100% - 20px) /2);
          flex: 0 0 calc((100% - 20px) /2);
          max-width: 100%; }
        .ldp-anniversary .section-slider .info-content .row-info h3 {
          margin-bottom: 20px;
          text-transform: uppercase;
          font-size: 30px;
          font-family: 'Montserrat-Bold', "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
        .ldp-anniversary .section-slider .info-content .row-info .box-inner {
          padding: 70px 60px;
          background: #ffcd00;
          box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 15px;
          border-radius: 20px;
          height: 100%; }
        .ldp-anniversary .section-slider .info-content .row-info .box-form h3 {
          text-align: center; }
        .ldp-anniversary .section-slider .info-content .row-info .box-form .form-inner {
          display: flex;
          flex-direction: column;
          gap: 10px; }
        .ldp-anniversary .section-slider .info-content .row-info .box-form .form-group.error_phone input {
          border: 1px solid #f00; }
        .ldp-anniversary .section-slider .info-content .row-info .box-form .form-group.error_phone:after {
          content: "Số điện thoại không hợp lệ!";
          display: block;
          color: #f00;
          font-style: italic; }
        .ldp-anniversary .section-slider .info-content .row-info .box-form .form-control {
          padding: 0px 16px;
          cursor: pointer;
          outline: none;
          text-overflow: ellipsis;
          border-radius: 0;
          height: 45px;
          line-height: 45px;
          background: transparent;
          border: 1px solid #011e60;
          font-size: 14px;
          width: 100%;
          font-weight: 500;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .ldp-anniversary .section-slider .info-content .row-info .box-form .form-control::placeholder {
            color: #0B1E63; }
        .ldp-anniversary .section-slider .info-content .row-info .box-form .btn {
          background: #0B1E63;
          color: #fff;
          font-weight: 600;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          text-transform: uppercase;
          border-radius: 15px;
          font-size: 30px;
          font-family: 'Montserrat-Bold', "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
        .ldp-anniversary .section-slider .info-content .row-info .box-form textarea.form-control {
          height: 100px; }
        .ldp-anniversary .section-slider .info-content .row-info .box-store .store-inner {
          position: relative;
          border-radius: 20px;
          border: 1px solid rgba(0, 0, 0, 0.6);
          padding: 20px;
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6); }
          .ldp-anniversary .section-slider .info-content .row-info .box-store .store-inner:before {
            content: "";
            position: absolute;
            top: 0;
            right: -30px;
            background-image: url(https://file.hstatic.net/200000689681/file/artboard_56_1.png);
            background-size: contain;
            background-position: top right;
            width: 60%;
            height: 100%;
            background-repeat: no-repeat; }
        .ldp-anniversary .section-slider .info-content .row-info .box-store .box-filter {
          width: 60%; }
          .ldp-anniversary .section-slider .info-content .row-info .box-store .box-filter label {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 10px; }
          .ldp-anniversary .section-slider .info-content .row-info .box-store .box-filter select {
            padding: 0px 16px;
            padding-right: 25px;
            cursor: pointer;
            outline: none;
            text-overflow: ellipsis;
            border-radius: 0px;
            height: 40px;
            line-height: 38px;
            background: transparent;
            border: 1px solid #0B1E63;
            font-size: 14px;
            width: 100%;
            color: #0B1E63;
            font-weight: 500;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none; }
          .ldp-anniversary .section-slider .info-content .row-info .box-store .box-filter .field-select {
            position: relative; }
          .ldp-anniversary .section-slider .info-content .row-info .box-store .box-filter .field-select:after {
            content: '';
            position: absolute;
            top: calc(50% - 5px);
            right: 12px;
            border: solid #666666;
            border-width: 0px 1px 1px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg); }
          .ldp-anniversary .section-slider .info-content .row-info .box-store .box-filter .select-item {
            margin-bottom: 16px; }
        .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result {
          width: 70%; }
          .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result h4 {
            font-size: 16px;
            margin-bottom: 5px; }
          .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result .store-item {
            padding-left: 30px;
            margin-bottom: 25px;
            position: relative; }
            .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result .store-item > [class^="store--"] {
              margin-bottom: 5px; }
            .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result .store-item:before {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              width: 18px;
              height: 18px;
              background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 368.666 368.666' style='enable-background:new 0 0 368.666 368.666;' xml:space='preserve'%3E%3Cg id='XMLID_2_'%3E%3Cg%3E%3Cg%3E%3Cpath d='M184.333,0C102.01,0,35.036,66.974,35.036,149.297c0,33.969,11.132,65.96,32.193,92.515 c27.27,34.383,106.572,116.021,109.934,119.479l7.169,7.375l7.17-7.374c3.364-3.46,82.69-85.116,109.964-119.51 c21.042-26.534,32.164-58.514,32.164-92.485C333.63,66.974,266.656,0,184.333,0z M285.795,229.355 c-21.956,27.687-80.92,89.278-101.462,110.581c-20.54-21.302-79.483-82.875-101.434-110.552 c-18.228-22.984-27.863-50.677-27.863-80.087C55.036,78.002,113.038,20,184.333,20c71.294,0,129.297,58.002,129.296,129.297 C313.629,178.709,304.004,206.393,285.795,229.355z'%3E%3C/path%3E%3Cpath d='M184.333,59.265c-48.73,0-88.374,39.644-88.374,88.374c0,48.73,39.645,88.374,88.374,88.374s88.374-39.645,88.374-88.374 S233.063,59.265,184.333,59.265z M184.333,216.013c-37.702,0-68.374-30.673-68.374-68.374c0-37.702,30.673-68.374,68.374-68.374 s68.373,30.673,68.374,68.374C252.707,185.341,222.035,216.013,184.333,216.013z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
            .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result .store-item .store--address {
              font-weight: 500; }
            .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result .store-item .store--time span, .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result .store-item .store--hotline span {
              font-weight: 600; }
            .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result .store-item .store--link {
              text-decoration: underline;
              color: #1a73e8; }
          .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result.boxscroll {
            overflow-y: scroll;
            max-height: 300px;
            -webkit-overflow-scrolling: touch;
            -ms-scroll-chaining: none;
            overscroll-behavior: none;
            margin-right: -20px;
            padding-right: 20px;
            padding-top: 12px; }
            .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result.boxscroll::-webkit-scrollbar {
              width: 2px;
              height: 2px; }
            .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result.boxscroll::-webkit-scrollbar-track {
              -webkit-border-radius: 2px;
              border-radius: 2px; }
            .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result.boxscroll::-webkit-scrollbar-thumb {
              -webkit-border-radius: 2px;
              border-radius: 2px;
              background: rgba(0, 0, 0, 0.3);
              -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
            .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result.boxscroll::-webkit-scrollbar-thumb:window-inactive {
              background: #e1e3e4; }
            @media (min-width: 992px) {
              .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result.boxscroll {
                min-height: 340px; } }
    @media (max-width: 767px) {
      .ldp-anniversary .section-slider {
        padding: 75px 0 150px; }
        .ldp-anniversary .section-slider::before {
          top: -62px; }
        .ldp-anniversary .section-slider .s-wrapper {
          max-width: 100%; }
        .ldp-anniversary .section-slider .s-heading h2 {
          font-size: 22px; }
        .ldp-anniversary .section-slider .s-heading span.span-1 {
          font-size: 16px; }
          .ldp-anniversary .section-slider .s-heading span.span-1:after {
            height: 3px;
            position: static;
            margin-top: 2px;
            display: block; }
        .ldp-anniversary .section-slider .s-heading span.span-2 {
          font-size: 16px;
          padding: 10px 15px;
          border-radius: 8px;
          margin-top: 8px; }
        .ldp-anniversary .section-slider .s-content {
          gap: 15px; }
          .ldp-anniversary .section-slider .s-content .slick-nav .box {
            min-height: 40px; }
            .ldp-anniversary .section-slider .s-content .slick-nav .box h3 {
              font-size: 9px; }
            .ldp-anniversary .section-slider .s-content .slick-nav .box span {
              font-size: 6px; }
          .ldp-anniversary .section-slider .s-content .slick-nav .slick-slide {
            padding: 0 2.5px; }
        .ldp-anniversary .section-slider .info-content {
          margin-top: 0;
          margin-bottom: 50px; }
          .ldp-anniversary .section-slider .info-content .row-info {
            flex-wrap: wrap; }
            .ldp-anniversary .section-slider .info-content .row-info > div {
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              max-width: 0 0 100%; }
            .ldp-anniversary .section-slider .info-content .row-info h3 {
              font-size: 14px; }
            .ldp-anniversary .section-slider .info-content .row-info .col-left {
              margin-top: -15%; }
              .ldp-anniversary .section-slider .info-content .row-info .col-left .box-inner {
                padding: 16px; }
            .ldp-anniversary .section-slider .info-content .row-info .box-inner {
              padding: 16px; }
            .ldp-anniversary .section-slider .info-content .row-info .box-form .btn {
              font-size: 16px; }
            .ldp-anniversary .section-slider .info-content .row-info .box-store .store-inner:before {
              right: -15px; }
            .ldp-anniversary .section-slider .info-content .row-info .box-store .box-filter {
              width: 100%; }
            .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result {
              width: 100%; }
              .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result.boxscroll {
                padding-right: 0px;
                max-height: 170px; }
              .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result h4 {
                font-size: 14px; }
              .ldp-anniversary .section-slider .info-content .row-info .box-store .box-result p {
                font-size: 12px; } }
  .ldp-anniversary .box-fixed {
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    overflow: hidden;
    position: fixed;
    right: 0;
    max-width: 100px;
    width: 100%;
    z-index: 10; }
    .ldp-anniversary .box-fixed a {
      display: block; }
    @media (max-width: 767px) {
      .ldp-anniversary .box-fixed {
        max-width: 50px; } }

.box-confetti {
  min-height: 100vh;
  overflow: hidden;
  padding: 60px;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .box-confetti .confetti {
    background: #a67c00;
    background: linear-gradient(0deg, #a67c00 0%, #bf9b30 10%, #ffbf00 20%, #ffcf40 30%, #ffdc73 40%, #ffd863 50%, #ffdc73 60%, #ffcf40 70%, #ffbf00 80%, #bf9b30 90%, #a67c00 100%);
    border: 1px solid #A57C01;
    position: absolute;
    display: flex;
    width: 10px;
    height: 25px;
    top: -100px; }
  .box-confetti .confetti:nth-child(1) {
    animation: fall 2.5s linear infinite;
    left: 10%; }
  .box-confetti .confetti:nth-child(2) {
    animation: fall 2.3s linear infinite .2s;
    left: 20%; }
  .box-confetti .confetti:nth-child(3) {
    animation: fall 2.4s linear infinite .4s;
    left: 30%; }
  .box-confetti .confetti:nth-child(4) {
    animation: fall 2.7s linear infinite .1s;
    left: 40%; }
  .box-confetti .confetti:nth-child(5) {
    animation: fall 2.6s linear infinite .7s;
    left: 50%; }
  .box-confetti .confetti:nth-child(6) {
    animation: fall 2.4s linear infinite .2s;
    left: 60%; }
  .box-confetti .confetti:nth-child(7) {
    animation: fall 2.1s linear infinite .7s;
    left: 70%; }
  .box-confetti .confetti:nth-child(8) {
    animation: fall 2.4s linear infinite .9s;
    left: 80%; }
  .box-confetti .confetti:nth-child(9) {
    animation: fall 2.9s linear infinite .9s;
    left: 90%; }
  .box-confetti .confetti:nth-child(10) {
    animation: fall 2.2s linear infinite 1.1s;
    left: 100%; }
  .box-confetti .confetti:nth-child(11) {
    animation: fall2 2.5s linear infinite;
    left: 95%; }
  .box-confetti .confetti:nth-child(12) {
    animation: fall2 2.3s linear infinite 1.1s;
    left: 85%; }
  .box-confetti .confetti:nth-child(13) {
    animation: fall2 2.4s linear infinite 1.2s;
    left: 75%; }
  .box-confetti .confetti:nth-child(14) {
    animation: fall2 2.7s linear infinite 1.3s;
    left: 65%; }
  .box-confetti .confetti:nth-child(15) {
    animation: fall2 2.6s linear infinite 1.4s;
    left: 55%; }
  .box-confetti .confetti:nth-child(16) {
    animation: fall2 2.4s linear infinite 1.5s;
    left: 45%; }
  .box-confetti .confetti:nth-child(17) {
    animation: fall2 2.1s linear infinite 1.6s;
    left: 35%; }
  .box-confetti .confetti:nth-child(18) {
    animation: fall2 2.4s linear infinite 1.7s;
    left: 25%; }
  .box-confetti .confetti:nth-child(19) {
    animation: fall2 2.9s linear infinite 1.8s;
    left: 15%; }
  .box-confetti .confetti:nth-child(20) {
    animation: fall2 2.2s linear infinite 1.9s;
    left: 5%; }
  .box-confetti .confetti:nth-child(21) {
    animation: fall 2.5s linear infinite;
    left: 3%; }
  .box-confetti .confetti:nth-child(22) {
    animation: fall 2.3s linear infinite 1.3s;
    left: 13%; }
  .box-confetti .confetti:nth-child(23) {
    animation: fall 2.4s linear infinite 1.4s;
    left: 23%; }
  .box-confetti .confetti:nth-child(24) {
    animation: fall 2.7s linear infinite 1.5s;
    left: 33%; }
  .box-confetti .confetti:nth-child(25) {
    animation: fall 2.6s linear infinite 1.6s;
    left: 43%; }
  .box-confetti .confetti:nth-child(26) {
    animation: fall 2.4s linear infinite 1.2s;
    left: 53%; }
  .box-confetti .confetti:nth-child(27) {
    animation: fall 2.1s linear infinite 1.7s;
    left: 63%; }
  .box-confetti .confetti:nth-child(28) {
    animation: fall 2.4s linear infinite 1.8s;
    left: 73%; }
  .box-confetti .confetti:nth-child(29) {
    animation: fall 2.9s linear infinite 1.9s;
    left: 83%; }
  .box-confetti .confetti:nth-child(30) {
    animation: fall 2.2s linear infinite 1.1s;
    left: 93%; }
  .box-confetti .confetti:nth-child(31) {
    animation: fall2 2.2s linear infinite 1.1s;
    left: 7%; }
  .box-confetti .confetti:nth-child(32) {
    animation: fall2 2.9s linear infinite .9s;
    left: 17%; }
  .box-confetti .confetti:nth-child(33) {
    animation: fall2 2.4s linear infinite .1s;
    left: 27%; }
  .box-confetti .confetti:nth-child(34) {
    animation: fall2 2.1s linear infinite .7s;
    left: 37%; }
  .box-confetti .confetti:nth-child(35) {
    animation: fall2 2.4s linear infinite .2s;
    left: 47%; }
  .box-confetti .confetti:nth-child(36) {
    animation: fall2 2.6s linear infinite .7s;
    left: 57%; }
  .box-confetti .confetti:nth-child(37) {
    animation: fall2 2.7s linear infinite .9s;
    left: 67%; }
  .box-confetti .confetti:nth-child(38) {
    animation: fall2 2.4s linear infinite .4s;
    left: 77%; }
  .box-confetti .confetti:nth-child(39) {
    animation: fall2 2.3s linear infinite .2s;
    left: 87%; }
  .box-confetti .confetti:nth-child(40) {
    animation: fall2 2.5s linear infinite .3s;
    left: 97%; }

#confetti {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
