.green-title{color:#23bc4f !important}.black-title{color:#151d25 !important}.section-full-slider{background-color:#fff}.calendar{width:100%;height:485px;margin:75px 0;display:flex;align-items:center;background:url(/assets/img/takvim-bg.png);background-repeat:no-repeat !important;background-size:cover;background-position:top center !important}.calendar__inner{display:flex;justify-content:space-around;align-items:center;width:100%;gap:80px}.calendar__content h3{font-size:92px;font-weight:700;line-height:100%}.calendar__content p{font-size:32px;font-weight:400;line-height:37px}.calendar__content p a{text-decoration:underline !important;color:#fff !important}@media(max-width: 1600px){.calendar{height:350px}.calendar__content h3{font-size:80px}}@media(max-width: 1440px){.calendar__content h3{font-size:70px;margin-bottom:10px}.calendar__content p{font-size:28px}}@media(max-width: 991px){.calendar{margin:30px 0}.calendar__content h3{font-size:40px}.calendar__content p{font-size:20px}.calendar__icon{max-width:200px}}@media(max-width: 767px){.calendar{height:auto;padding:50px 0}.calendar__inner{flex-direction:column-reverse;gap:30px}.calendar__icon{max-width:150px}.calendar__content h3{font-size:38px}.calendar__content p{font-size:16px}}.accordion-list__title{color:#151d25 !important}.accordion-list__content-wrapper p{color:#151d25 !important}.section-accordion-content--white{background-color:#fff}.step-form{padding:220px 0 90px 0;background:url(/assets/img/step-form-bg.png);background-repeat:no-repeat !important;background-size:cover;background-position:top center !important}.step-form__title{font-size:112px;font-weight:100;color:#23bc4f;margin-bottom:60px;font-family:sommet,sans-serif}@media(max-width: 768px){.step-form{padding:90px 0}.step-form__title{font-size:80px}}@media(max-width: 767px){.step-form__title{font-size:54px}}.wizard>.steps{position:relative;display:block;width:100%;margin-bottom:30px}.wizard>.steps>ul{display:flex;list-style:none;padding:0;position:relative}.wizard>.steps>ul:before{position:absolute;content:"";width:100%;height:1px;background-color:#23bc4f;margin:0 20px;left:calc(-100% - 20px);top:50%;transform:translateY(-50%)}.wizard>.steps>ul>li{display:flex;align-items:center;width:auto;text-align:center}.wizard>.steps>ul>li:after{content:"";width:140px;height:1px;background-color:#fff;position:relative;margin:0 20px}.wizard>.steps>ul>li a{font-size:20px;font-weight:100;color:#fff;align-items:center}.wizard>.steps>ul>li a span.corner{position:absolute;width:20px;height:20px;border-color:rgba(0,0,0,0);border-style:solid;transition:all .3s ease}.wizard>.steps>ul>li a span.corner:nth-child(1){top:0;left:0;border-width:5px 0 0 5px}.wizard>.steps>ul>li a span.corner:nth-child(2){top:0;right:0;border-width:5px 5px 0 0}.wizard>.steps>ul>li a span.corner:nth-child(3){bottom:0;left:0;border-width:0 0 5px 5px}.wizard>.steps>ul>li a span.corner:nth-child(4){bottom:0;right:0;border-width:0 5px 5px 0}.wizard>.steps>ul>li.current:after,.wizard>.steps>ul>li.done:after{background-color:#23bc4f}.wizard>.steps .number{display:inline-block;width:70px;height:70px;line-height:70px;background:rgba(0,0,0,0);color:#fff;font-size:42px;font-weight:400;margin-bottom:10px;transition:all .3s ease}.wizard>.steps .current-info{display:none !important}.wizard>.steps .current .number{position:relative;color:#23bc4f}.wizard>.steps .current .number span.corner{border-color:#23bc4f}.wizard>.steps .current a{position:relative;color:#23bc4f;font-weight:600}.wizard>.steps .done .number{color:#23bc4f}.wizard>.steps .done a{color:#23bc4f}.wizard>.steps a{display:flex;flex-direction:column;color:#6c757d;text-decoration:none}.wizard>.content{background:rgba(0,0,0,0);padding:30px;min-height:350px;position:relative}.wizard>.content .title{display:none}.wizard>.content>.body{width:100%;height:auto;padding:0;position:relative}.wizard>.actions{position:relative;display:block;text-align:right;padding-top:20px}.wizard>.actions>ul{list-style:none;padding:0;margin:0;display:flex;justify-content:space-between}.wizard>.actions>ul>li{display:inline-block}.wizard>.actions a{background:#23bc4f;color:#fff;padding:12px 30px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.wizard>.actions .disabled a{background:#6c757d;cursor:not-allowed}.wizard>.actions .disabled a:hover{transform:none;box-shadow:none}@media(max-width: 768px){.wizard>.steps>ul{justify-content:space-between}.wizard>.steps>ul::before{display:none}.wizard>.steps>ul>li::after{display:none}.wizard>.steps>ul>li a{font-size:18px}.wizard>.steps>ul>li a span.corner:nth-child(1){border-width:3px 0 0 3px}.wizard>.steps>ul>li a span.corner:nth-child(2){border-width:3px 3px 0 0}.wizard>.steps>ul>li a span.corner:nth-child(3){border-width:0 0 3px 3px}.wizard>.steps>ul>li a span.corner:nth-child(4){border-width:0 3px 3px 0}.wizard>.content{padding:20px 0}}.form-group{margin-bottom:25px}.form-group label{display:block;color:#fff;font-weight:500;font-size:20px}.form-group label.error{color:red;font-size:13px;margin-top:5px;font-weight:400}.form-group__service-selection{display:flex;gap:30px;align-items:center}.form-group__service-selection .radio-area__item{margin-bottom:0}@media(max-width: 767px){.form-group__service-selection{flex-direction:column}}input[type=text],input[type=email],input[type=tel],select,textarea{width:100%;padding:12px 15px;border-bottom:1px solid #23bc4f;font-size:28px;transition:all .3s ease;background:rgba(0,0,0,0);color:#fff}input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,select::placeholder,textarea::placeholder{color:#fff}input[type=text].error,input[type=email].error,input[type=tel].error,select.error,textarea.error{border-color:red}@media(max-width: 767px){input[type=text],input[type=email],input[type=tel],select,textarea{font-size:18px;padding:12px 0}}textarea{font-size:28px;line-height:1.2;padding:12px 15px;resize:none;display:block;box-sizing:border-box}textarea::placeholder{color:#fff;position:absolute;top:12px;left:15px;pointer-events:none}.checkbox-group{margin:20px 0}.checkbox-group .checkbox-item{display:flex;align-items:flex-start;margin-bottom:15px;padding:15px;background:#fff;border-radius:8px;border:2px solid #dee2e6;transition:all .3s ease}.checkbox-group .checkbox-item:hover{border-color:#667eea}.checkbox-group .checkbox-item input[type=checkbox]{width:20px;height:20px;margin-right:12px;margin-top:2px;cursor:pointer;flex-shrink:0}.checkbox-group .checkbox-item label{margin:0;cursor:pointer;font-weight:400}.section-head{margin-bottom:16px;border-bottom:1px solid #23bc4f}.section-head h4{font-size:30px;color:#fff}@media(max-width: 767px){.section-head h4{font-size:22px}}.radio-area__item{margin-bottom:16px}.radio-area .radio-group-list{display:flex;gap:40px}.radio-area .radio-group-custom{display:flex;flex-direction:column;gap:10px}.radio-area .radio-item-custom{display:flex;align-items:flex-start;cursor:pointer;position:relative}.radio-area .radio-item-custom input[type=radio],.radio-area .radio-item-custom input[type=checkbox]{display:block !important;appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid #fff;border-radius:50%;cursor:pointer;position:relative;flex-shrink:0;margin-right:15px;margin-top:3px;transition:all .3s ease}.radio-area .radio-item-custom input[type=radio]:checked,.radio-area .radio-item-custom input[type=checkbox]:checked{background-color:#23bc4f;border-color:#23bc4f}.radio-area .radio-item-custom label{cursor:pointer;font-size:20px;color:#fff;line-height:1.5}.radio-area .radio-item-custom label .highlight{color:#23bc4f;font-weight:900}.radio-area .radio-item-custom input:disabled{opacity:.5}.radio-area .radio-item-custom input:disabled+label{opacity:.5}.radio-area .radio-item-custom--squared input{border-radius:0 !important}.radio-area .checkbox-item-custom{display:flex;align-items:flex-start;align-items:center;cursor:pointer;position:relative}.radio-area .checkbox-item-custom input[type=radio],.radio-area .checkbox-item-custom input[type=checkbox]{display:block !important;appearance:none;-webkit-appearance:none;width:32px;height:32px;border:3px solid #fff;cursor:pointer;position:relative;flex-shrink:0;margin-right:15px;margin-top:3px;transition:all .3s ease}.radio-area .checkbox-item-custom input[type=radio]:checked,.radio-area .checkbox-item-custom input[type=checkbox]:checked{background-color:#23bc4f;border-color:#23bc4f}.radio-area .checkbox-item-custom label{cursor:pointer;font-size:20px;color:#fff;line-height:1.5}.radio-area .checkbox-item-custom label .highlight{color:#23bc4f;font-weight:900}@media(max-width: 767px){.radio-area .radio-group-list{gap:20px}.radio-area__item{margin-bottom:20px}}.select2-container--default .select2-selection--multiple .select2-selection__choice{background:#23bc4f}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{height:100%;color:#fff}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{color:#fff}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:#fff}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover span{color:#23bc4f}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{padding-left:10px;padding-right:10px;color:#fff}.select2-container--default .select2-selection--single .select2-selection__rendered{font-size:28px;color:#fff !important}.select2-container--default .select2-selection--single{background-color:rgba(0,0,0,0);border-color:#23bc4f !important;padding:0 15px}.success-message{text-align:center;padding:40px 20px}.success-message .success-icon{font-size:72px;color:#23bc4f;margin-bottom:20px;animation:scaleIn .5s ease}.success-message h2{color:#fff;margin-bottom:15px;font-size:32px}.success-message p{color:#fff;font-size:16px}.error-message{display:none;text-align:center;padding:40px 20px}.error-message .error-icon{font-size:72px;color:red;margin-bottom:20px;animation:scaleIn .5s ease}.error-message h2{color:red;margin-bottom:15px;font-size:32px}.error-message p{color:red;font-size:16px}.error-message.js-show{display:block}@keyframes scaleIn{from{transform:scale(0)}to{transform:scale(1)}}.section-tab-container--dark{background-color:#182028 !important}.section-tab-container--dark .tab-container__inner{background-color:#23bc4f !important}.section-tab-container--dark .tab-container__tab-link span{color:#182028 !important}.section-tab-container--dark .tab-container__tab-link.active:after{background:url(/assets/img/icons/icon-arrow-white.svg) no-repeat 50% !important}.section-tab-container--dark .tab-container__tab-link.active span{color:#fff !important}.video-list__item{border-bottom:1px solid #23bc4f;margin-bottom:24px;padding-bottom:16px}.video-list__item>div{display:flex !important;align-items:center;gap:30px;cursor:pointer}.video-list__icon{display:flex;align-items:center;justify-content:center;min-width:70px;min-height:70px;border-radius:100%;border:1px solid #23bc4f}.video-list__content h3{font-weight:700;font-size:16px;line-height:100%;color:#182028}.video-list__content p{font-size:16px !important;font-weight:300 !important;color:#182028;line-height:100%;margin:0}@media(max-width: 767px){.video-list__icon img{width:25px}}.loader{border:4px solid #f3f3f3;border-top:4px solid #1976d2;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}/*# sourceMappingURL=main.css.map */