<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

b,strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:hover {
    color: #212529;
    text-decoration: none
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}
.bg-transparent {
    background-color: transparent!important
}
.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}
.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}
.text-success {
    color: #28a745!important
}

:root{--forny-p1:.25rem;--forny-p2:.5rem;--forny-p3:.75rem;--forny-p4:1rem;--forny-p5:1.25rem;--forny-p6:1.5rem;--forny-p8:2rem;--forny-p10:2.5rem;--forny-text-xs:.75rem;--forny-text-sm:.875rem;--forny-text-md:1rem;--forny-form-width:26rem;--forny-color-facebook:hsla(221,40%,47%,1);--forny-color-google:hsla(4,69%,53%,1);--forny-color-twitter:hsla(195,100%,60%,1);--forny-form-control-border:1px solid red;--forny-form-control-padding:4px;--forny-shadow-color:#000;--forny-shadow:0 3px 6px var(--forny-shadow-color);--forny-red-100:hsla(0,100%,94%,1);--forny-red-500:hsla(4,69%,53%,1);--forny-danger-100:hsla(0,100%,94%,1);--forny-danger-500:hsla(4,69%,53%,1);--forny-color-success-100:hsla(152,68%,96%,1);--forny-color-text:#000;--forny-color-header:var(--forny-color-text);--forny-color-accent-500:red}
body{font-family:'Open Sans';font-family:'Open Sans';font-size:20px}
header{padding-top:24px}
header .logo{/*text-align:center;*/margin-bottom:64px}
h1{font-size:1.65rem;font-weight:700;line-height:2.2rem}
header .heading{text-align:center}
a {color: #1F3A93;}
.btn {font-weight: 400;border-radius: 50px;padding: 8px 10px;box-shadow: 0 3px 6px rgba(32,32,32,0.12);width: 157px;font-size: 14px;}
.btn-primary:hover {color: #0069d9;background-color: #FFF;border-color: #0062cc;}
.btn-primary{background: linear-gradient(90deg, rgba(0,123,255,1) 0%, rgba(0,123,255,1) 35%);background-color:none}
.btn-primary:hover{background: #fff;background-color:none}
.musteri {background:linear-gradient(90deg, #00ae4b 0%, #00ae4b 35%);border-color: #00ae4b;}
.musteri:hover {background: #FFF;border-color: #099847;color:#099847;}
@media (min-width: 768px) {
    body{background:url(../img/pres-bg.png) right top no-repeat;}
    header{display:flex;flex-direction:column}
    header .container:first-child{text-align:left}
    header .container:last-child{display:flex;flex:1;flex-direction:column;justify-content:center}
    header .logo{text-align:left}
    header .heading{text-align:left}
    h1{font-size:48px;font-weight:500;line-height:60px}
    .btn{padding: 8px 20px;font-size: 18px;width: 215px;}
    .cards{display:flex;flex-wrap:wrap;margin-bottom:80px}
    .cards .pres-card{margin-bottom:30px}
    .pres-title{font-size:14px}
    /*footer{margin-top:80px}*/
    .cta p{margin-bottom:24px}
}
@media (min-width:1190px) {
    .section-1{padding-top:80px;background:url(../img/circle-01.png) left top no-repeat,url(../img/circle-02.png) right center no-repeat}
}
@media (max-width:1150px) {
    body{background-size: contain;}
}
.footer{display:block;background:#fff}
.footer .connect-outer{display:block;padding-top:30px}
.footer .bottom{display:block;padding:25px 0;font-size:12px;color:#1F3A93;text-align:center}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color:transparent; 
    background-clip: none;
     border: none;
    border-radius: 0;
}
.card-footer {
    font-size: 13px;
    color: #8a83ff;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f7fbff;
    border-radius: 83px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        /* max-height: 434px; */
    }

    .footer .connect-outer {
        display: block;
        padding-top: 0;
        /* margin-top: -188px; */
    }

}
.footer-linkler a {
    font-size: 12px;
    margin: 5px 10px;
    display: inline-block;
}
@media screen and (max-width:768px){
    .img1{
       width:28%;
       margin-left: 14px;
       height: auto;
     }
     .img2{
       width:33%;
       height: auto;
     }
 }
 .bg-none{background-image: none;}
 .w-86{width: 86%;}
 .mb-0{margin-bottom: 0;}
 .net-h1{font-size: 32px; color: #007bff; text-indent: 15px;}
 .d-none{display:none;}
 .fs-14{font-size:14px;}
 .fs-17{font-size:17px;}
 .mt-15{margin-top:15px}
 .a-play{margin-right:15px; line-height:4}
 .a-store{line-height:4}
 .fs-y66{font-size:66%}
 .mp-0{margin: 0; padding: 0;}</pre></body></html>