.screen1{background:url(../images/t1-bg.jpg) center 0 no-repeat;background-size:1920px;min-height:430px;display:flex;align-items:flex-end;padding-bottom:35px}.screen1__boxText{width:65%}.screen1__title{width:583px}.screen1__title img{width:100%;height:auto;display:block}@media(max-width: 1440px){.screen1{background-size:1440px;min-height:323px}}@media(max-width: 1200px){.screen1{background-size:1200px;min-height:269px;padding-bottom:28px}.screen1__boxText{width:60%}.screen1__title{width:502px}}@media(max-width: 1024px){.screen1{background-size:1024px;min-height:229px;padding-bottom:25px}}@media(max-width: 430px){.screen1{background:url(../images/t1-bg-mb.jpg) center 0 no-repeat;background-size:430px;min-height:650px;padding-bottom:508px}.screen1__boxText{width:100%}.screen1__title{width:85%}}.screen2{padding:30px 0}.screen2__box{display:flex;flex-wrap:wrap}.screen2__boxLeft{background:#234e88;padding:30px;width:40%;border-radius:20px}.screen2__inputBox input,.screen2__inputBox textarea{font-family:var(--primary-font);width:100%;margin-bottom:4px;font-size:15px;font-weight:500;border:1px solid #fff;padding:10px;border-radius:8px;background:unset;margin-bottom:10px;background:#fff}.screen2__inputBox textarea{margin-bottom:4px;resize:none;height:130px}.screen2__btnSend input{font-family:var(--primary-font);width:fit-content;background:#aa824a;color:#fff;border:none;cursor:pointer;font-size:14px;font-weight:500;margin:0 auto;display:block;padding:10px;transition:all .3s linear}.screen2__btnSend input.sending{background:gray;border:1px solid gray;width:fit-content}.screen2__btnSend input:hover{background:#c7954f;transition:all .3s linear}.screen2 .form-group.invalid input{border:1px solid red}.screen2 .form-message{color:red;text-align:left;padding:0 0 3px 0;font-size:13px}.screen2__boxRight{flex:1;margin-left:30px}.screen2__boxQA{position:relative;height:370px;overflow-y:scroll;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#c7c7c7 #f5f5f5}.screen2__titleQA{font-family:var(--primary-font);color:#234e88;font-weight:600;font-size:1.5rem;margin-bottom:15px;text-align:center}.screen2__itemQA{margin-bottom:20px;background:#f0f0f0;padding:20px 30px;border-radius:15px}.screen2__question{font-family:var(--primary-font);font-size:1.1rem;border-bottom:1px solid #000;padding-bottom:15px}.screen2__answer{display:flex;justify-content:space-between;margin-top:20px}.screen2__info{font-family:var(--primary-font);color:#929292;font-size:1rem}.screen2__seeAnswer{font-family:var(--primary-font);color:#234e88;font-weight:600;font-size:1rem;cursor:pointer}.screen2__boxAnswer{font-family:var(--primary-font);margin-top:20px;padding:15px 0;font-size:1rem}@media(max-width: 900px){.screen2__boxLeft{width:50%}.screen2 .dots-container{margin-left:100px}}@media(max-width: 820px){.screen2__answer{flex-direction:column;margin-top:10px}.screen2__seeAnswer{margin-top:10px}}@media(max-width: 600px){.screen2__boxLeft{width:100%}.screen2__boxRight{margin-left:0;margin-top:30px}.screen2 .dots-container{margin-left:unset;text-align:center}}@media(max-width: 280px){.screen2__titleQA{font-size:1.3rem}}.loading{display:block;padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%, 100%);z-index:999;background-image:url("../images/loading.gif");background-repeat:no-repeat;background-position:center;width:100%;background-size:contain}@media(max-width: 600px){.loading{transform:translate(-50%, -50%)}}