.date-section{margin:0 0 32px;background-color:var(--white1);border-radius:24px;padding:16px 25px;gap:18px}.date-section .date-box-info{flex-grow:1;background-color:var(--orange1);border-radius:16px;position:relative;overflow:hidden}.date-section .date-box-info:after{content:"";position:absolute;top:-54px;right:-12px;background:linear-gradient(180deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,0));z-index:0;transform:rotate(-38deg);width:97px;height:79px}.date-section .date-box-info .sq-bg:before{content:"";position:absolute;top:0;left:0;background:linear-gradient(180deg,hsla(0,0%,100%,.25) .18%,hsla(0,0%,100%,0) 77%);z-index:0;transform:rotate(134deg);width:46px;height:108px}.date-section .date-box-info .sq-bg:after{content:"";position:absolute;top:-22px;right:80px;background:linear-gradient(180deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,0));z-index:0;transform:rotate(-38deg);width:46px;height:79px}.date-section .date-box-info .dbi-txt{align-items:center;position:relative;padding:0 16px;z-index:100}.date-section .date-box-info .dbi-txt:before{content:"";position:absolute;top:0;bottom:0;left:0;height:33px;width:1px;background-color:var(--white1);margin:auto}.date-section .date-box-info .dbi-txt:last-child span{font-family:var(--font-sansB)}.date-section .date-box-info .dbi-txt:last-child:before{display:none!important}.date-section .date-box-info .dbi-txt span{color:var(--white1);font-size:12px;text-wrap:nowrap}.date-section .date-box-location{display:flex;flex-direction:column;align-items:center;justify-content:center}.date-section .date-box-location .dbl-title{color:var(--black4);font-size:11px;margin:0 0 4px;font-family:var(--font-sansB)}.date-section .date-box-location .dbl-city,.date-section .date-box-location .dbl-country{margin:0 0 2px;border-radius:28px;width:96px;height:20px;overflow:hidden;justify-content:space-between;padding:0 14px;background-color:var(--blue1)}.date-section .date-box-location .dbl-city span,.date-section .date-box-location .dbl-country span{color:var(--white1);font-size:9px}.date-section .date-box-location .dbl-city{margin:0}.date-section .date-box-time{color:var(--orange1);font-size:30px;gap:3px}.date-section .date-box-time .dbt-number{position:relative;width:64px;min-width:64px;height:64px;background-color:var(--orange1);color:var(--white1);overflow:hidden;border-radius:16px}.date-section .date-box-time .dbt-number span{position:relative;z-index:100;padding-top:3px;font-family:var(--font-sansB);font-size:33px}.date-section .date-box-time .dbt-number:before{content:"";position:absolute;top:0;left:0;right:0;height:32px;background-color:hsla(0,0%,100%,.2);z-index:0}@media(max-width:1536px){.date-section .date-box-info .dbi-txt:before{display:none}}@media(max-width:1200px){.date-section .date-box-info .dbi-txt:before{display:block}}@media(max-width:600px){.date-section{margin:0 0 24px;padding:11px 15px;gap:8px}.date-section,.date-section .date-box-info{border-radius:8px}.date-section .date-box-info .dbi-txt{padding:0}.date-section .date-box-info .dbi-txt:before{display:none}.date-section .date-box-info .dbi-txt span{font-size:10px}.date-section .date-box-location .dbl-city,.date-section .date-box-location .dbl-country{width:55px;justify-content:center}.date-section .date-box-time{font-size:18px}.date-section .date-box-time .dbt-number{width:45px;min-width:45px;height:45px;border-radius:12px}.date-section .date-box-time .dbt-number span{font-size:18px}.date-section .date-box-time .dbt-number:before{height:23px}}.dark-mode .date-section{background-color:#27374e;border:1px solid #3460ff}.dark-mode .date-section .date-box-location .dbl-title{color:hsla(0,0%,100%,.698)}.dark-mode .date-section .date-box-location .dbl-city,.dark-mode .date-section .date-box-location .dbl-country{background-color:#fff}.dark-mode .date-section .date-box-location .dbl-city span,.dark-mode .date-section .date-box-location .dbl-country span{font-family:var(--font-sansB);color:#27374e}