.lmd-card{--lmd-card-radius:14px;position:relative}.lmd-card.skeleton-wrapper .lmd-card__figure{z-index:0}.lmd-card.skeleton-wrapper .lmd-card__figure:after,.lmd-card.skeleton-wrapper .lmd-card__figure:before{display:none!important}.lmd-card__badge-txt{position:absolute;inset-block-start:0;inset-inline-start:0;padding:8px 16px;font-weight:400;font-size:12px;line-height:1;background-color:#eac82f;color:#323a47;border-end-end-radius:var(--lmd-card-radius);border-start-start-radius:var(--lmd-card-radius)}.lmd-card__badge-txt strong{display:block;font-weight:700}.lmd-card__badge-txt--green{background-color:#2feac2}.lmd-card__figure{width:100%;height:100%;border-radius:var(--lmd-card-radius);overflow:hidden;z-index:-1;position:relative}.lmd-card__figure__img{width:100%;height:auto;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;aspect-ratio:14/8.575;-o-object-fit:cover;object-fit:cover;display:block}.lmd-card__figure:after,.lmd-card__figure:before{content:"";position:absolute;width:100%;height:100%;inset:0;border-radius:var(--lmd-card-radius)}.lmd-card__figure:before{background:-webkit-gradient(linear,left top,left bottom,color-stop(38.93%,transparent),to(#000));background:linear-gradient(180deg,transparent 38.93%,#000);z-index:1;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.lmd-card__figure:after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),to(rgba(0,0,0,.6)));background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.6));opacity:0;z-index:2;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.lmd-card__content{position:absolute;width:100%;inset-inline:0;inset-block-end:0;display:grid;grid-template-areas:"route route" "price date";grid-template-columns:1fr auto;grid-gap:24px 8px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;justify-items:flex-start;padding:24px}.lmd-card__content .skeleton-box{border-radius:6px;background:#ddd;background-image:linear-gradient(110deg,#ddd 8%,#e4e4e4 18%,#ddd 33%)}.lmd-card__amount{font-weight:700;font-size:32px;line-height:1;color:#f7a500;font-family:Open Sans,sans-serif!important}.lmd-card__amount.skeleton-box{height:30px;width:34px}.lmd-card__desc{font-weight:400;font-size:10px;line-height:1;color:#fff;-webkit-margin-start:4px;margin-inline-start:4px}.lmd-card__desc.skeleton-box{height:10px}.lmd-card__route{font-weight:700;font-size:18px;line-height:18px;letter-spacing:0;color:#fff;grid-area:route}.lmd-card__route span{color:#f7a500}.lmd-card__route.skeleton-box{height:18px;width:100%;max-width:200px}.lmd-card__price{grid-area:price;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.lmd-card__price .lmd-card__desc.skeleton-box{width:90px}.lmd-card__date{grid-area:date;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.lmd-card__date .lmd-card__desc.skeleton-box{width:40px}.lmd-card__link{position:absolute;inset:0;z-index:2;display:block;cursor:pointer;display:none}.lmd-card:not(.skeleton-wrapper):hover{cursor:pointer}.lmd-card:not(.skeleton-wrapper):hover .lmd-card__figure__img{-webkit-transform:scale(1.25);transform:scale(1.25)}.lmd-card:not(.skeleton-wrapper):hover .lmd-card__figure:before{opacity:0}.lmd-card:not(.skeleton-wrapper):hover .lmd-card__figure:after{opacity:1}.lmd-card--mini,.lmd-card--small{width:96px;height:128px}.lmd-card--mini .lmd-card__figure,.lmd-card--small .lmd-card__figure{height:100%;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lmd-card--mini .lmd-card__figure__img,.lmd-card--small .lmd-card__figure__img{height:100%;width:auto}.lmd-card--mini .lmd-card__amount,.lmd-card--small .lmd-card__amount{font-family:Open Sans;font-weight:600;font-size:20px;line-height:100%;letter-spacing:0}.lmd-card--mini .lmd-card__desc,.lmd-card--small .lmd-card__desc{font-size:8px}.lmd-card--mini .lmd-card__content,.lmd-card--small .lmd-card__content{padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.lmd-card--mini .lmd-card__route,.lmd-card--small .lmd-card__route{font-size:11px;line-height:11px}.lmd-card--mini .lmd-card__route.skeleton-box,.lmd-card--small .lmd-card__route.skeleton-box{height:11px;width:100px;max-width:100%}.lmd-card--mini .lmd-card__date,.lmd-card--small .lmd-card__date{display:none}@media (min-width:768px){.lmd-card__figure__img{aspect-ratio:14/9.12}.lmd-card__route{font-size:20px}.lmd-card__badge-txt{padding:18px 28px;font-size:18px}.lmd-card--large{--lmd-card-radius:21px}.lmd-card--large .lmd-card__content{grid-gap:36px 8px;padding:36px}.lmd-card--large .lmd-card__route{font-size:30px}.lmd-card--large .lmd-card__route.skeleton-box{height:20px;width:200px}.lmd-card--large .lmd-card__amount{font-size:60px}.lmd-card--large .lmd-card__amount.skeleton-box{height:60px;width:70px}.lmd-card--large .lmd-card__desc{font-size:15px}.lmd-card--large .lmd-card__desc.skeleton-box{height:15px}.lmd-card--large .lmd-card__price .lmd-card__desc.skeleton-box{width:160px}.lmd-card--large .lmd-card__date .lmd-card__desc.skeleton-box{width:60px}.lmd-card--small{width:100%;height:100%}.lmd-card--small .lmd-card__content{padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.lmd-card--small .lmd-card__route{font-size:20px;line-height:20px}.lmd-card--small .lmd-card__price.skeleton-box{width:100px;height:40}.lmd-card--small .lmd-card__amount{font-size:40px}.lmd-card--small .lmd-card__amount.skeleton-box{height:40px;width:70px}.lmd-card--small .lmd-card__date{display:block;position:absolute;inset-inline-end:24px;bottom:24px;font-size:10px;margin-bottom:6px}.lmd-card--small .lmd-card__desc{font-size:10px;line-height:10px;margin-bottom:6px}.lmd-card--small .lmd-card__desc.skeleton-box{height:12px}.lmd-card--mini{width:189px;height:254px;font-size:20px!important;line-height:100%}.lmd-card--mini .lmd-card__figure__img{aspect-ratio:unset;height:100%}.lmd-card--mini .lmd-card__date{display:none}.lmd-card--mini .lmd-card__route{font-size:20px;line-height:20px}.lmd-card--mini .lmd-card__route.skeleton-box{height:20px;width:100px;max-width:100%}.lmd-card--mini .lmd-card__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.lmd-header{text-align:center;margin-bottom:24px}.lmd-header__desc{font-weight:400;font-size:13px;line-height:24px;color:#304659;margin-bottom:0;display:block}.lmd-header__title{font-size:24px;font-weight:800;line-height:1.25;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lmd-header__title span{font-family:Open Sans,sans-serif!important;color:#e86b2e;background:-webkit-gradient(linear,left top,right top,from(#e86b2e),color-stop(100%,#f2ac14),to(#f2ac14));background:linear-gradient(90deg,#e86b2e,#f2ac14 100%,#f2ac14 0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (min-width:768px){.lmd-header{margin-bottom:44px}.lmd-header__desc{font-size:16px}.lmd-header__title{font-size:48px;display:block}}.lmd-page section:not(.lmd-search){margin-bottom:112px;position:relative}.lmd-page section:not(.lmd-search):after{content:" ";width:100%;height:1px;background:#e4e4e4;position:absolute;bottom:-56px;left:0}.lmd-page section:last-child:after{display:none}.lmd-opportunity-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.lmd-opportunity-content .title-amount{font-family:Open Sans,sans-serif!important}.lmd-opportunity-content__title{font-size:24px;line-height:1.2;color:#304659;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px;font-weight:700;font-size:44px;line-height:100%;letter-spacing:0;margin-bottom:6px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lmd-opportunity-content__title span{font-family:Open Sans,sans-serif!important}.lmd-opportunity-content__title small{font-weight:400;font-size:12px;line-height:100%;letter-spacing:0}.lmd-opportunity-content__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0}.lmd-opportunity-content__sub-title{font-weight:700;font-size:19px;line-height:21px;color:#304659;margin-bottom:18px}.lmd-opportunity-content p{font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;text-align:center;color:#304659;margin-bottom:18px}.lmd-opportunity-content p:last-child{margin-bottom:0}@media (min-width:768px){.lmd-opportunity-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:21px}.lmd-opportunity-content__header{width:33%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.lmd-opportunity-content__title{font-weight:700;font-size:84px;line-height:84px;height:84px;margin-bottom:18px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.lmd-opportunity-content__title small{font-weight:400;font-size:12px;line-height:110%;margin-bottom:8px}.lmd-opportunity-content__body{position:relative;width:66%}.lmd-opportunity-content__body .swiper-button-disabled{display:none}.lmd-opportunity-content p{text-align:start}}@media (min-width:768px){.lmd-cheapest .lmd-opportunity-content__sub-title{display:none}}.lmd-izmir .lmd-opportunity-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lmd-izmir .lmd-opportunity-content__header{width:100%;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lmd-izmir .lmd-opportunity-content__header p{font-size:16px;min-height:33px;line-height:33px}.lmd-izmir .lmd-opportunity-content__title{font-weight:700;font-size:24px;line-height:33px;height:33px;margin-bottom:0}.lmd-izmir .lmd-opportunity-content__body{width:100%;height:128px;position:relative}.lmd-izmir .lmd-opportunity-swiper{width:100%;height:100%}@media (min-width:768px){.lmd-izmir .lmd-opportunity-content__body{height:254px}}.lmd-best-opportunity{padding-block:32px;padding-bottom:0}.lmd-best-opportunity__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}@media (min-width:768px){.lmd-best-opportunity{padding-block:60px}.lmd-best-opportunity__grid{gap:30px}}@media (max-width:768px){.lmd-best-opportunity .lmd-card__figure__img{aspect-ratio:4.125/5}.lmd-best-opportunity .lmd-card__content{padding:16px}.lmd-best-opportunity .lmd-card__date{display:none}}.lmd-opportunity-swiper{height:128px;position:relative}.lmd-opportunity-swiper .swiper-slide{width:auto}.lmd-opportunity-swiper__next,.lmd-opportunity-swiper__prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:48px;height:48px;z-index:1;display:none;background:#fff;border-radius:50%;-webkit-box-shadow:0 4px 17px rgba(0,0,0,.15);box-shadow:0 4px 17px rgba(0,0,0,.15);border:1px solid #f4f9fe}.lmd-opportunity-swiper__next:hover,.lmd-opportunity-swiper__prev:hover{cursor:pointer}.lmd-opportunity-swiper__next:after,.lmd-opportunity-swiper__prev:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;border-top:2px solid #323a47;border-right:2px solid #323a47;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.lmd-opportunity-swiper__next{inset-inline-end:-24px}.lmd-opportunity-swiper__prev{inset-inline-start:-24px}.lmd-opportunity-swiper__prev:after{-webkit-transform:translate(-50%,-50%) rotate(225deg);transform:translate(-50%,-50%) rotate(225deg)}@media (min-width:768px){.lmd-opportunity-swiper{height:254px}.lmd-opportunity-swiper__next,.lmd-opportunity-swiper__prev{display:block}}.lmd-domestic .lmd-opportunity-content__title,.lmd-international .lmd-opportunity-content__title{font-weight:700;font-size:24px;line-height:40px;height:40px;margin-bottom:0}.lmd-domestic .lmd-opportunity-content .desktop-swiper,.lmd-international .lmd-opportunity-content .desktop-swiper{display:none}.lmd-domestic .lmd-opportunity-content .desktop-swiper .swiper-slide,.lmd-international .lmd-opportunity-content .desktop-swiper .swiper-slide{width:100%;height:100%;display:grid;grid-template-columns:64.167% calc(35.833% - 40px);grid-template-rows:1fr 1fr;gap:20px}.lmd-domestic .lmd-opportunity-content .desktop-swiper .swiper-slide>div:first-child,.lmd-international .lmd-opportunity-content .desktop-swiper .swiper-slide>div:first-child{grid-row:1/span 2}.lmd-domestic .lmd-opportunity-content .mobile-swiper,.lmd-international .lmd-opportunity-content .mobile-swiper{display:block}.lmd-domestic .lmd-opportunity-content .mobile-swiper.hidden,.lmd-international .lmd-opportunity-content .mobile-swiper.hidden{display:none}.lmd-domestic .lmd-opportunity-content .lmd-card.skeleton-wrapper,.lmd-international .lmd-opportunity-content .lmd-card.skeleton-wrapper{width:100%;height:210;border-bottom-right-radius:14px;border-bottom-left-radius:14px;padding:0}.lmd-domestic .lmd-opportunity-content .lmd-card.skeleton-wrapper .lmd-card__content,.lmd-international .lmd-opportunity-content .lmd-card.skeleton-wrapper .lmd-card__content{padding:24px;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (min-width:768px){.lmd-domestic .lmd-opportunity-content,.lmd-international .lmd-opportunity-content{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.lmd-domestic .lmd-opportunity-content .desktop-swiper,.lmd-international .lmd-opportunity-content .desktop-swiper{display:block;height:529px}.lmd-domestic .lmd-opportunity-content .desktop-swiper .swiper-slide.lmd-opportunity-swiper__slide-count-2,.lmd-international .lmd-opportunity-content .desktop-swiper .swiper-slide.lmd-opportunity-swiper__slide-count-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lmd-domestic .lmd-opportunity-content .desktop-swiper .swiper-slide.lmd-opportunity-swiper__slide-count-2>div,.lmd-international .lmd-opportunity-content .desktop-swiper .swiper-slide.lmd-opportunity-swiper__slide-count-2>div{width:50%}.lmd-domestic .lmd-opportunity-content .desktop-swiper .swiper-slide.lmd-opportunity-swiper__slide-count-1,.lmd-international .lmd-opportunity-content .desktop-swiper .swiper-slide.lmd-opportunity-swiper__slide-count-1{grid-template-columns:100%;grid-template-rows:1fr;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lmd-domestic .lmd-opportunity-content .desktop-swiper .swiper-slide.lmd-opportunity-swiper__slide-count-1>div:first-child,.lmd-international .lmd-opportunity-content .desktop-swiper .swiper-slide.lmd-opportunity-swiper__slide-count-1>div:first-child{grid-row:unset;width:812px;max-width:100%}.lmd-domestic .lmd-opportunity-content .desktop-swiper .swiper-slide.lmd-opportunity-swiper__slide-count-1 .lmd-card__figure,.lmd-international .lmd-opportunity-content .desktop-swiper .swiper-slide.lmd-opportunity-swiper__slide-count-1 .lmd-card__figure{height:100%;width:auto}.lmd-domestic .lmd-opportunity-content .mobile-swiper,.lmd-international .lmd-opportunity-content .mobile-swiper{display:none}.lmd-domestic .lmd-opportunity-content__header,.lmd-international .lmd-opportunity-content__header{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.lmd-domestic .lmd-opportunity-content__header .lmd-card,.lmd-international .lmd-opportunity-content__header .lmd-card{display:none}.lmd-domestic .lmd-opportunity-content__header p,.lmd-international .lmd-opportunity-content__header p{width:100%;font-size:15px}.lmd-domestic .lmd-opportunity-content__title,.lmd-international .lmd-opportunity-content__title{font-size:36px;line-height:40px;height:40px}.lmd-domestic .lmd-opportunity-content__sub-title,.lmd-international .lmd-opportunity-content__sub-title{margin-bottom:0;font-size:36px;line-height:40px;height:40px;vertical-align:baseline}.lmd-domestic .lmd-opportunity-content__body,.lmd-international .lmd-opportunity-content__body{width:100%}.lmd-domestic .lmd-opportunity-content .lmd-opportunity-swiper__next,.lmd-domestic .lmd-opportunity-content .lmd-opportunity-swiper__prev,.lmd-international .lmd-opportunity-content .lmd-opportunity-swiper__next,.lmd-international .lmd-opportunity-content .lmd-opportunity-swiper__prev{top:-35px;-webkit-transform:translateY(-100%);transform:translateY(-100%);inset-inline-end:0;inset-inline-start:unset}.lmd-domestic .lmd-opportunity-content .lmd-opportunity-swiper__prev,.lmd-international .lmd-opportunity-content .lmd-opportunity-swiper__prev{inset-inline-end:16px;-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.lmd-domestic .lmd-card__figure__img,.lmd-international .lmd-card__figure__img{height:100%}.lmd-domestic__error,.lmd-international__error{height:530px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-padding-start:89px;padding-inline-start:89px}.lmd-domestic__error__img,.lmd-international__error__img{height:auto;width:100%}.lmd-domestic__error__pre-title,.lmd-domestic__error__sub-title,.lmd-international__error__pre-title,.lmd-international__error__sub-title{font-size:22px;text-align:start}.lmd-domestic__error__title,.lmd-international__error__title{font-size:44px;max-width:504px;text-align:start}.lmd-domestic__error__sub-title,.lmd-international__error__sub-title{margin-bottom:40px}}.lmd-row-error{display:none;position:relative;height:362px;overflow:hidden;border:2px solid #dfe3ea;background:-webkit-gradient(linear,left top,right top,color-stop(15.89%,#fff),color-stop(88.48%,hsla(0,0%,100%,0)));background:linear-gradient(90deg,#fff 15.89%,hsla(0,0%,100%,0) 88.48%);border-radius:14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lmd-row-error__img{position:absolute;bottom:0;inset-inline-start:0;z-index:-1;height:100%;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.lmd-row-error p{max-width:504px}.lmd-row-error__pre-title,.lmd-row-error__sub-title{font-weight:500;font-size:16px;line-height:28px}.lmd-row-error__pre-title,.lmd-row-error__sub-title,.lmd-row-error__title{letter-spacing:0;text-align:center;vertical-align:middle;margin-bottom:8px}.lmd-row-error__title{font-weight:800;font-size:26px;line-height:130%}.lmd-row-error__sub-title{margin-bottom:50px}.lmd-row-error__btn{background:#ffc847;height:48px;border-radius:8px;padding:14px 24px;font-weight:700;font-size:15px;line-height:20px;letter-spacing:-2%;text-align:right;color:#4a5261}@media (min-width:768px){.lmd-row-error{height:530px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-padding-start:89px;padding-inline-start:89px}.lmd-row-error__img{height:auto;width:100%}.lmd-row-error__pre-title,.lmd-row-error__sub-title{font-size:22px;text-align:start}.lmd-row-error__title{font-size:44px;max-width:504px;text-align:start}.lmd-row-error__sub-title{margin-bottom:40px}}.lmd-no-deals .lmd-row-error{display:-webkit-box;display:-ms-flexbox;display:flex}.lmd-no-deals .lmd-opportunity-content__body{display:none}.lmd-no-deals .lmd-opportunity-content__header>.lmd-card{display:none}.lmd-izmir.lmd-no-deals .lmd-row-error__title{margin-bottom:50px}.lmd-search .container{padding:0}.lmd-error-message{display:none}.lmd-error-message .container{padding:0}.lmd-error-message__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%;background:#f9f9f9;border-radius:16px;gap:0;height:500px;margin-top:48px}.lmd-error-message__img{margin-bottom:10px}.lmd-error-message__title{font-family:Open Sans;font-weight:700;font-size:24px;line-height:32px;letter-spacing:-4%;text-align:center;margin-bottom:12px}.lmd-error-message__desc{font-family:Open Sans;font-weight:400;font-size:15px;line-height:24px;letter-spacing:0;text-align:center;margin-bottom:24px}.lmd-error-message__btn{background:#ffc847;height:48px;border-radius:8px;padding:14px 21px;text-align:center;font-weight:700;font-size:15px;line-height:20px;letter-spacing:-2%;color:#4a5261}