@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-blue: #014a93;
  --lime-green: #66b32d;
  --alice-blue: #dfedfb;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.body {
  background-color: #004a99;
  background-image: linear-gradient(#004a99d1, #004a99d1), url('../images/gb.svg');
  background-position: 0 0, -53px -53px;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  font-family: Opensans, sans-serif;
  font-weight: 300;
  display: flex;
}

.deniz-faktoring-logo {
  width: 250px;
  margin-top: 10px;
  margin-left: 0;
}

.global {
  z-index: 1000;
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100px;
  margin-top: 0%;
  margin-left: 0%;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.page-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: visible;
}

.top-header {
  background-color: var(--dark-slate-blue);
  border-bottom: 1px #f1f4f7;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 46px;
  display: flex;
}

.header-content {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px #cde6ff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 8px 19px 1px #0000001c;
}

.nav-link {
  color: var(--dark-slate-blue);
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  height: 80px;
  padding: 0 5px;
  font-family: Opensans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  transition: color .3s ease-in-out;
  display: flex;
}

.nav-link:hover {
  color: var(--lime-green);
}

.nav-link.w--current {
  border-bottom: 1px solid var(--lime-green);
  color: var(--lime-green);
  justify-content: center;
  margin-bottom: 0;
  padding-right: 5px;
}

.nav-wrapper {
  cursor: pointer;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  display: flex;
  position: static;
}

.nav-wrapper.last-nav-item {
  padding-right: 0;
}

.logo-wrapper {
  align-self: center;
  margin-right: 42px;
  padding-left: 0;
}

.logo-wrapper.page-transition {
  margin-left: 6px;
}

.nav-main {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px #f1f4f7;
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: static;
}

.centered_w1 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
}

.centered_w1.nav-wrapper {
  z-index: 2;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.slide {
  background-image: linear-gradient(#00000080, #00000080);
}

.standard-tab {
  opacity: 1;
  color: #fffc;
  background-color: #014a9363;
  border: 13px #71a5d9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin: 10px 5px;
  padding: 0;
  font-size: 15px;
  display: none;
}

.standard-tab.w--current {
  z-index: 20;
  opacity: 1;
  color: #fff;
  background-color: #fff;
  border: 13px #6ca1d6;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.header-content-1 {
  background-color: var(--dark-slate-blue);
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 45px;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
  display: flex;
}

.top-head-link {
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  align-items: center;
  margin-top: 4px;
  font-family: Opensans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.top-head-link:hover {
  color: var(--lime-green);
}

.top-head-link.w--current {
  cursor: pointer;
}

.btn-text {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  display: block;
  position: relative;
}

.btn-wrapper {
  perspective: 2000px;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 130px;
  margin-bottom: 0;
  margin-right: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 30px #00000045;
}

.btn-one {
  background-color: var(--lime-green);
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.btn-one.new {
  background-color: #02b896;
}

.btn-one.new-copy {
  background-color: #5d39e2;
}

.btn-one.new-1 {
  background-color: #ff9320;
}

.btn-two {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  text-align: center;
  cursor: pointer;
  background-color: #66b32d;
  background-image: linear-gradient(#55aa16, #fff0);
  border: 5px #34d3a7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.btn-two.new {
  cursor: pointer;
  background-color: #02b896;
  background-image: linear-gradient(#09ae95, #fff0);
  justify-content: flex-start;
  padding-top: 20px;
  overflow: hidden;
}

.btn-two.new-copy {
  cursor: pointer;
  background-color: #5d39e2;
  background-image: linear-gradient(#5630e2, #fff0);
  justify-content: flex-start;
  padding-top: 20px;
  overflow: hidden;
}

.btn-two.new-2 {
  background-color: #ff9320;
  background-image: linear-gradient(#f08310, #fff0);
  justify-content: flex-start;
  padding-top: 20px;
  overflow: hidden;
}

.dropdown {
  height: 80px;
  margin-left: 0;
  margin-right: 0;
}

.denize-cek-gonder {
  z-index: 3;
  width: 100px;
  max-width: none;
  min-height: auto;
  position: absolute;
  inset: auto auto 0% -21%;
}

.quick-link {
  width: 25%;
  height: 100%;
  margin-right: 4px;
  position: relative;
}

.quick-details {
  color: #fff;
  width: 88%;
  font-family: Opensans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  display: block;
}

.quick-details._2 {
  width: 74%;
  line-height: 16px;
}

.seperate {
  color: #ffffff38;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.seperate:hover {
  color: #fff;
}

.left-top-nav {
  align-items: center;
  width: 50%;
  padding-left: 10px;
  display: flex;
}

.lottie-btn {
  width: 35px;
}

.lottie-btn._1 {
  width: 80px;
  position: absolute;
  bottom: -14px;
}

.lottie-btn._2 {
  width: 30px;
  position: absolute;
  bottom: 12px;
}

.lottie-btn._5 {
  width: 71px;
  position: absolute;
  bottom: -10px;
}

.right-top-nav {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 10px;
  display: flex;
}

.numb {
  color: #fff;
  background-image: url('../images/call.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  align-items: center;
  min-height: 30px;
  padding-left: 29px;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.numb:hover {
  color: #fff;
}

.small-code {
  margin-top: -2px;
  margin-right: 3px;
  font-size: 12px;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.quick-content {
  z-index: 100;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  min-height: 20vh;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slide-right-wrapper {
  z-index: 100;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  width: 50%;
  height: 131px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.slider-1 {
  background-color: #0000;
  border: 1px solid #2d63a2;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: static;
}

.slider-1._2 {
  z-index: 100;
  border-style: solid;
  border-color: #6998ce59 #6998ce59 #6998ce21 #6998ce21;
  flex: 0 auto;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
}

.slider-1._4 {
  background-color: #0000;
  border-style: solid solid solid none;
  border-top-color: #6998ce59;
  border-left-color: #6998ce59;
  border-right-color: #6998ce21;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.slide-left-wrapper {
  z-index: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 674px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 15px;
  display: flex;
  position: absolute;
}

.slide-image {
  position: absolute;
  inset: 0%;
}

.slide-image._2 {
  color: #fff;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-top: 1px #fff;
  padding-top: 20px;
  padding-left: 40px;
  font-family: Opensans, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.sliders-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  height: 720px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.mask {
  opacity: 1;
  background-color: #0000;
  width: 100%;
}

.mask._1 {
  opacity: .1;
  background-color: #0000;
}

.slider-arrow-left {
  cursor: pointer;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #18569b;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: flex;
  inset: auto auto 30% 0%;
}

.slider-arrow-left:hover {
  background-position: 30%;
  border-radius: 0;
}

.slide-right {
  z-index: auto;
  width: 100%;
  margin-right: 0;
}

.slide-right._2 {
  opacity: 1;
  width: 100%;
}

.wrapper {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  max-width: 1440px;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  inset: 0%;
}

.left-slide-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  margin: auto 0;
  padding-top: 0;
  font-family: Opensans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
}

.left-slide-heading._1 {
  width: 54%;
  height: auto;
  font-size: 19px;
  line-height: 20px;
}

.slider-arrow-right {
  cursor: pointer;
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #18569b;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 70px;
  transition: all .2s;
  display: flex;
  inset: auto auto 30% 0%;
}

.slider-arrow-right:hover {
  background-position: 70%;
  border-radius: 0;
}

.left-heading-slide {
  border: 1px #fff;
  height: 180px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
}

.left-text-slider {
  z-index: 99;
  background-color: #0000;
  width: 46%;
  height: 200px;
  display: block;
  position: absolute;
  inset: auto auto 39% 0%;
}

.left-slide-text-span {
  color: var(--lime-green);
  letter-spacing: 0;
  font-family: Opensans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  display: block;
}

.slide-description {
  width: 54%;
  font-family: Opensans, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.slider-text-top {
  z-index: 5;
  color: #fff;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 40px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-text-top.mobile, .slider-text-top.webpicture {
  display: none;
}

.lottie-2 {
  z-index: 1;
  width: 120%;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: 0% 0% 0% -10%;
  transform: rotate(90deg);
}

.number-content {
  background-color: #66b32d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  display: flex;
}

.number-text {
  font-size: 11px;
  line-height: 16px;
}

.motto-slider-content {
  flex-flow: wrap;
  width: 40%;
  min-height: 100px;
  margin-top: 30px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.motto-slider {
  filter: none;
  background-color: #0000;
  background-image: url('../images/601c24f98645ebe3e224e88b_tooltip.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #18569b;
  width: 32%;
  height: 65px;
  margin-top: -5px;
}

.motto-sider-mask {
  height: 51px;
}

.icon-7, .slide-nav-2, .left-arrow-2 {
  display: none;
}

.slide-2 {
  height: 50px;
  padding-top: 6px;
}

.motto-slide {
  background-color: #0000;
  height: 50px;
  padding-top: 6px;
  padding-bottom: 0;
  padding-right: 0;
}

.right-arrow-2 {
  display: none;
}

.motto-head {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 21px;
}

.motto-head._1 {
  font-size: 26px;
}

.motto-text {
  color: var(--lime-green);
  background-color: #0000;
  border: 1px #18569b;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 5px;
  font-size: 27px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.motto-description {
  color: #fff;
  align-items: center;
  width: 56%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 21px;
  display: flex;
}

.currency-area {
  box-shadow: none;
  border: 1px solid #2d63a2;
  width: 100%;
  max-width: 1440px;
  min-height: auto;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.currency-section {
  border-right: 1px dashed #19579b;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  min-height: 100px;
  padding-left: 40px;
  display: flex;
}

.currency-section.noline {
  border-right-color: #2d63a2;
  position: relative;
}

.currency-type {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
}

.currency-value {
  color: #fff;
  font-size: 25px;
}

.value-min {
  color: #ffffff69;
  font-size: 15px;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.footer-bottom {
  background-color: #f5faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
  display: flex;
}

.footer-text-link {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 80px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.faq {
  color: var(--dark-slate-blue);
  white-space: break-spaces;
  background-color: #f1f9fe;
  border-bottom: 3px solid #e9f2fd;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 20px 50px 20px 31px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.faq:hover, .faq:focus {
  background-color: #fff;
}

.faq.w--open {
  border-bottom: 3px solid #e9f2fd;
}

.toggle-text {
  z-index: 2;
  color: var(--dark-slate-blue);
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.faq-p {
  background-color: #fff;
  border: 3px solid #c2ddf85c;
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.faq-body {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-icon {
  z-index: 2;
  filter: none;
  width: 17px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body-cont {
  border-top: 1px #ffffff1f;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.fci-logo {
  cursor: pointer;
  width: 82px;
}

.logo-content {
  border-top: 1px solid #e7eff7;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.fkb-logo {
  cursor: pointer;
  width: 65px;
  margin-right: 20px;
}

.denizbank-logo {
  cursor: pointer;
  width: 154px;
}

.logo-left {
  width: 50%;
}

.logo-right {
  justify-content: flex-end;
  width: auto;
  margin-left: auto;
  display: flex;
}

.link-left-content {
  width: 70%;
  min-height: 50px;
}

.footer-link {
  color: var(--dark-slate-blue);
  cursor: pointer;
  margin-right: 10px;
  font-family: Opensans, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--dark-slate-blue);
  text-decoration: underline;
}

.social-content {
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.facebook {
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.facebook:hover {
  background-size: 22px;
}

.instagram-link {
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: none;
}

.instagram-link:hover {
  background-size: 22px;
}

.facebook-link {
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.facebook-link:hover {
  background-size: 22px;
}

.copyright {
  color: var(--dark-slate-blue);
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
}

.square {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.buttonarrow {
  color: #c2c2c2;
  display: none;
}

.buttonlink {
  z-index: 5;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.buttonsquareslide-2 {
  background-color: var(--lime-green);
  color: #fff;
  border: 1px #0000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-width: 180px;
  height: 50px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.buttonsquareslide-2:hover {
  border-style: none;
  border-color: var(--lime-green);
}

.colour-2 {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 0;
  height: 50px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: -1px;
}

.buttontext-2 {
  z-index: 4;
  color: #fff;
  font-family: Opensans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
}

.s-live057__nav-button-2 {
  cursor: pointer;
  background-color: #0000;
  border: 1px #ffffff45;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  transition: box-shadow .2s;
  display: flex;
}

.s-live057__nav-button-2:hover {
  opacity: 1;
  background-color: #0000;
}

.mobil-nav {
  display: none;
}

.s-live057__burger-line {
  background-color: #4d4d4d;
  border-radius: 1px;
  width: 25px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.s-live057__burger-line.top, .s-live057__burger-line.bottom, .s-live057__burger-line.middle {
  background-color: #fff;
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.lottie-multiply {
  z-index: 1;
  opacity: .99;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/businesswoman-writing-formula-on-glass-wall-at-royalty-free-image-966272760-1558943139.jpg');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -6px;
  transition: opacity .2s;
  position: absolute;
  inset: 0 0% 0%;
  transform: rotate(-180deg);
}

.page-content-ones {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 300px;
  max-height: 600px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.service-link-block {
  border-bottom: 3px none var(--lime-green);
  color: var(--dark-slate-blue);
  background-color: #fff;
  align-items: center;
  width: 47%;
  height: auto;
  min-height: 180px;
  margin-bottom: 40px;
  padding: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 20px -12px #0000001c;
}

.service-link-block:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-bottom-color: #fff;
  transform: scale(1.1);
  box-shadow: 2px 25px 40px 4px #00000026;
}

.picture-block {
  z-index: 999;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-radius: 500px;
  width: 400px;
  min-width: 400px;
  height: 400px;
  min-height: 400px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
  inset: 6px 0% 0 0;
  overflow: hidden;
}

.body-inner {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(#014a93cc, #014a93cc), url('../images/gb.svg');
  background-position: 0 0, -3px -3px;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  font-family: Opensans, sans-serif;
  font-weight: 300;
  display: flex;
}

.content-head-text-area {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: 200px;
  margin-top: 0;
  display: flex;
  position: static;
  bottom: 220px;
}

.subheader {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin: 0;
  padding-top: 0;
  font-family: Opensans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
  display: block;
  position: relative;
}

.subheader-span {
  color: var(--lime-green);
}

.one-header {
  color: #ffffff30;
  font-family: Opensans, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.inner-content {
  background-color: #0000;
  flex-flow: wrap;
  place-content: flex-start space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
  top: -44px;
}

.container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-75-card-wrapper-2 {
  cursor: auto;
  background-color: #fff;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-bottom: 60px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  position: relative;
  overflow: visible;
}

.detail-content {
  background-color: #f2f9ff;
  border: 3px solid #f2f9ff;
  border-radius: 2px;
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 30px 40px;
  transition: all .2s;
  position: relative;
}

.detail-content:hover {
  background-color: #f2f9ff8a;
  background-image: none;
  border: 3px solid #f2f9ff;
}

.detail-content._2column {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  display: flex;
}

.detail-content._2column.center {
  justify-content: center;
}

.detail-content.max-1200 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1000px;
  display: flex;
}

.detail-content.max-1200:hover {
  background-color: #f9fdff;
}

.sticky {
  z-index: 998;
  background-color: #fff;
  border-top: 3px solid #c10c15;
  border-radius: 2px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1400px;
  height: auto;
  min-height: auto;
  margin-top: -102px;
  padding: 0 40px 0 0;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 30px 40px 14px #00000021;
}

.sticky.navigation {
  box-shadow: none;
  background-color: #0000;
  border-top-style: none;
  justify-content: flex-start;
  width: 40%;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
  position: sticky;
  top: 100px;
}

.detail-content-text-1 {
  color: var(--dark-slate-blue);
  width: 47%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 26px;
  font-weight: 300;
  line-height: 29px;
}

.detail-content-text-1._1 {
  font-family: Opensans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.detail-content-text-1.dcg-text {
  width: 80%;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.content-center {
  flex-wrap: wrap;
  place-content: flex-start space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  min-height: 100px;
  padding-left: 0;
  display: flex;
}

.content-center._2 {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 40px;
}

.right-nav-menu {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.seperator {
  width: 100%;
  min-height: 100px;
}

.head-link {
  color: var(--dark-slate-blue);
  cursor: pointer;
  border-left: 1px solid #d4ebf7;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Opensans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
}

.head-link:hover {
  color: var(--lime-green);
}

.head-link:focus {
  border-left-color: var(--lime-green);
  color: var(--lime-green);
}

.head-link.w--current {
  border-left: 1px solid var(--lime-green);
  color: var(--lime-green);
  cursor: pointer;
}

.head-link.w--current:hover {
  color: var(--lime-green);
}

.right-nav {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.content-head {
  color: var(--lime-green);
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Opensans, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.content-head.dcg {
  width: auto;
  margin-left: 140px;
}

.topline {
  background-color: var(--lime-green);
  width: 100px;
  height: 2px;
  margin-top: -3px;
  margin-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sub-link {
  border-left: 1px solid var(--lime-green);
  color: var(--dark-slate-blue);
  cursor: pointer;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Opensans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.sub-link:hover {
  color: var(--lime-green);
}

.sub-link:focus {
  border-left-color: var(--lime-green);
  color: var(--lime-green);
}

.sub-link.w--current {
  border-left: 1px solid var(--lime-green);
  color: var(--lime-green);
  font-family: Opensans, sans-serif;
}

.sub-link.w--current:hover {
  color: var(--lime-green);
}

.detail-content-block {
  align-items: center;
  display: flex;
}

.text-span-16 {
  font-weight: 500;
  line-height: 38px;
}

.detail-content-1 {
  background-color: #f2f9ff;
  border: 3px #fafafa;
  border-left: 3px solid #f2f9ff;
  border-radius: 2px;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 30px 40px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.detail-content-1:hover {
  background-color: #f2f9ff8a;
  background-image: none;
  border: 3px #fafafa;
  border-left: 3px solid #f2f9ff;
}

.page-content-two {
  background-color: #fff;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
}

.mask-3 {
  height: 150px;
}

.lottie-animation-15 {
  width: 40%;
  position: absolute;
  top: -10px;
  left: -31px;
}

.seperate-1 {
  color: var(--lime-green);
  cursor: pointer;
  width: 10px;
  margin-right: 10px;
  font-size: 12px;
  text-decoration: none;
}

.seperate-1:hover {
  color: var(--dark-slate-blue);
  text-decoration: underline;
}

.cokie {
  z-index: 1500;
  border: 3px solid var(--alice-blue);
  box-shadow: none;
  background-color: #ffffffc7;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 350px;
  height: auto;
  margin: auto auto 1% 1%;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cokie.display {
  display: none;
}

.cokie-text {
  color: var(--dark-slate-blue);
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-right: 0;
  font-family: Opensans, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
}

.cokie-button {
  background-color: var(--dark-slate-blue);
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
  width: 97px;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 16px;
}

.cokie-button:hover {
  background-color: #034a92;
}

.cokie-button.light {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.cokie-button.light:hover {
  background-color: #e9f4ff;
}

.link-6 {
  color: var(--lime-green);
  cursor: pointer;
}

.app-store-img {
  cursor: pointer;
  width: 86px;
}

.text-top-inline-text {
  color: #fff;
  cursor: pointer;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.linkedin-link {
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.linkedin-link:hover {
  background-size: 22px;
}

.circle-container {
  z-index: 9998;
  color: #000;
  cursor: pointer;
  background-color: #fce5d700;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: none;
  height: 150px;
  max-height: none;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 45% 0% auto auto;
}

.circle-text {
  z-index: 10;
  color: #a5bcd3;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 10px;
  line-height: 10px;
  position: relative;
  overflow: visible;
}

.circle-text.new {
  color: var(--lime-green);
  letter-spacing: 6px;
  background-color: #ffffffb3;
  margin-right: 0;
  font-size: 9px;
  font-weight: 500;
  line-height: 9px;
}

.circle {
  border: 1px #a5bcd373;
  border-radius: 10000px;
  width: 80%;
  height: 80%;
  padding-top: 40px;
  position: absolute;
}

.circle.image {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  height: 55%;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.page-all-content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.text-line {
  color: var(--dark-slate-blue);
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.text-line.no-space {
  margin-top: 0;
  line-height: 27px;
}

.text-line.no-space._1 {
  margin-bottom: 0;
}

.text-line.notopline {
  margin-top: 0;
  text-decoration: none;
}

.text-line.dcg {
  border: 3px none var(--alice-blue);
  text-align: left;
  background-color: #f4f9fd;
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 auto 20px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.text-line.note {
  border-top: 1px solid #cde3f8;
  padding-top: 40px;
  font-size: 14px;
}

.detail-with-icons {
  color: var(--dark-slate-blue);
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-157 {
  background-color: var(--dark-slate-blue);
  border: 10px #66b32d;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.detail-icons-content {
  width: 47%;
  margin-top: 20px;
  display: flex;
}

.icon-svg {
  max-width: 85%;
  margin-left: 5px;
}

.icon-svg._1 {
  max-width: 100%;
  margin-left: 0;
}

.table-content {
  color: var(--dark-slate-blue);
  border: 3px solid #c2ddf85c;
  border-radius: 5px;
  width: 100%;
  min-height: 60px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}

.table-content._2 {
  margin-bottom: 40px;
}

.table-content._3 {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.table-content._3.selected {
  border-color: var(--dark-slate-blue);
}

.table-list {
  border-top: 3px none var(--dark-slate-blue);
  border-bottom: 2px solid #014a93;
  width: 100%;
  min-height: 50px;
  display: flex;
}

.table-list:hover {
  background-color: #fff;
}

.table-list.top-none {
  border-top-style: none;
  border-bottom: 1px dashed #cae4fa;
}

.table-list.top-none.noline {
  border-bottom-style: none;
}

.table-text {
  color: var(--dark-slate-blue);
  align-items: center;
  width: 50%;
  min-height: 50px;
  font-family: Opensans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.table-text.detail {
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.table-text.detail.third {
  font-size: 15px;
  line-height: 16px;
}

.table-text.detail.third.center {
  font-size: 15px;
  line-height: 17px;
}

.table-text.detail.third.top {
  font-size: 16px;
  line-height: 17px;
}

.table-text.detail.four, .table-text.detail.bold {
  font-size: 15px;
  line-height: 16px;
}

.table-text.third {
  width: 33%;
  font-size: 15px;
  line-height: 16px;
}

.table-text.third.center, .table-text.third.top {
  font-size: 15px;
  line-height: 16px;
}

.table-text.four {
  width: 25%;
  font-size: 15px;
  line-height: 16px;
}

.table-text.four.top, .table-text.four.center, .table-text.botom {
  font-size: 15px;
  line-height: 16px;
}

.sup {
  margin-top: -9px;
  font-size: 10px;
  line-height: 10px;
}

.text-block-148 {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  font-family: Opensans, sans-serif;
  font-size: 12px;
}

.sub-head {
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.sub-head.top-space {
  margin-top: 40px;
}

.sub-head.green {
  color: var(--lime-green);
  margin-top: 30px;
}

.inner-link {
  color: var(--lime-green);
  margin-left: 2px;
  margin-right: 2px;
  font-weight: 500;
  text-decoration: none;
}

.inner-link:hover {
  color: var(--dark-slate-blue);
}

.inner-link.pop {
  border: 1px solid var(--lime-green);
  background-image: url('../images/search.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 10px;
  font-size: 14px;
  display: inline-block;
}

.document-line {
  color: var(--dark-slate-blue);
  cursor: pointer;
  border: 3px solid #c2ddf85c;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 80px;
  margin-bottom: 3px;
  padding: 10px 30px;
  font-family: Opensans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.document-line:hover {
  background-color: #f2f9ff8a;
  transform: scale(1.05);
}

.document-line.map {
  margin-top: 40px;
}

.document-line.pres {
  margin-top: 0;
}

.line-bullet {
  background-color: var(--lime-green);
  border-radius: 10px;
  width: 3px;
  height: 20px;
  margin-top: 27px;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: skew(0deg);
}

.image-12 {
  width: 30px;
}

.line-text {
  margin-right: 0;
  line-height: 20px;
}

.line-text._2 {
  font-weight: 300;
}

.line-text._01 {
  width: 50%;
}

.line-text._02 {
  width: 20%;
  font-size: 14px;
  line-height: 15px;
}

.line-text._02.green {
  color: var(--lime-green);
}

.content-wrap {
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 13px 20px 1px #c9def3;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  min-height: 30vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-animate {
  background-color: var(--dark-slate-blue);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 3px;
}

.img-block {
  background-color: var(--lime-green);
  border: 30px solid #014a9312;
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 40px;
  display: flex;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  padding: 12%;
  display: flex;
  position: relative;
}

.label {
  color: var(--lime-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Opensans, sans-serif;
  font-weight: 500;
}

.dot {
  z-index: 3;
  background-color: var(--lime-green);
  border: 5px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.heading {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: flex;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.list-img {
  max-width: 100%;
}

.link-text {
  color: var(--dark-slate-blue);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.store-content {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.check {
  border: 2px none var(--lime-green);
  background-color: var(--lime-green);
  border-radius: 100px;
  width: 30px;
  margin: 20px 10px 10px 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.column-line {
  color: var(--dark-slate-blue);
  border: 3px solid #c2ddf85c;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  min-height: 200px;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 10px 30px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.column-line:hover {
  background-color: #f2f9ff8a;
  transform: scale(1.05);
}

.timeline-text {
  color: var(--dark-slate-blue);
  background-image: url('../images/document.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: 16px;
  min-height: auto;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-left: 40px;
  font-size: 17px;
}

.timeline-text.akordion {
  background-position: 0 2px;
  flex-flow: wrap;
  align-items: center;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 25px;
  display: flex;
}

.timeline-text.advantages {
  background-image: url('../images/play-button.svg');
  background-position: 0 2px;
  background-size: 14px;
  flex-flow: wrap;
  align-items: center;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.special-link {
  background-color: #0000;
  border: 4px #f1f9fe;
  border-radius: 0;
  width: 110px;
  height: 110px;
  margin-top: 10px;
  margin-left: 36px;
  margin-right: 0;
  padding-top: 0;
  transition: all .2s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.special-link:hover {
  background-color: #fff;
  border-radius: 0;
}

.special-link._02 {
  background-color: #fff;
  background-image: url('../images/pdf.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-top: 25px;
  margin-right: 40px;
  padding-right: 55px;
  text-decoration: none;
  display: flex;
  inset: 0% 0% auto auto;
}

.special-link._02:hover {
  border-color: var(--dark-slate-blue);
}

.radio-button-label {
  font-weight: 300;
}

.radio-button-field {
  height: auto;
  margin-bottom: 5px;
  margin-right: 0;
  font-family: Opensans, sans-serif;
}

.radio-button {
  border: 3px solid var(--dark-slate-blue);
}

.radio-button:hover, .radio-button.w--redirected-checked {
  border-color: var(--lime-green);
}

.numbers-form {
  background-color: var(--lime-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
  font-family: Opensans, sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.numbers-form.selected {
  background-color: var(--dark-slate-blue);
  font-family: Opensans, sans-serif;
}

.div-block-159 {
  margin-top: 40px;
  display: flex;
}

.div-block-159._20 {
  margin-top: 20px;
}

.div-block-159.break {
  flex-flow: wrap;
}

.form-column {
  width: 33.5%;
  min-height: 60px;
  margin-right: 5px;
}

.form-column.full {
  width: 100%;
  display: none;
}

.form-column._50 {
  width: 49%;
  position: relative;
}

.form-column._50.captcha {
  flex-wrap: wrap;
  display: flex;
}

.form-column.new-100 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.field-label {
  color: var(--dark-slate-blue);
  font-family: Opensans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.field-label.captcha {
  width: 100%;
}

.text-field {
  border: 2px solid #e0effc;
  border-radius: 4px;
  min-height: 50px;
  font-family: Opensans, sans-serif;
}

.text-field:hover {
  border-color: var(--dark-slate-blue);
}

.text-field:active, .text-field:focus {
  border-color: var(--lime-green);
}

.text-field::placeholder {
  color: #014a9394;
}

.textarea {
  border: 2px solid #e0effc;
  border-radius: 3px;
  height: 150px;
  min-height: 100px;
}

.textarea:hover {
  border-color: var(--dark-slate-blue);
}

.textarea:active, .textarea:focus {
  border-color: var(--lime-green);
}

.textarea::placeholder {
  color: #014a9380;
}

.checkbox-field {
  color: var(--dark-slate-blue);
  width: 100%;
  margin-top: 20px;
  font-weight: 300;
}

.checkbox-label {
  font-family: Opensans, sans-serif;
  font-weight: 300;
  display: block;
}

.checkbox {
  border-width: 3px;
  border-color: var(--dark-slate-blue);
}

.checkbox:hover {
  border-color: var(--lime-green);
}

.checkbox.w--redirected-checked {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--lime-green);
}

.radio-new {
  color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

.submit-button {
  background-color: var(--lime-green);
  border-radius: 3px;
  width: 200px;
  min-height: 50px;
  margin-top: 10px;
  font-family: Opensans, sans-serif;
}

.submit-button:hover {
  background-color: var(--dark-slate-blue);
}

.dropdown-3 {
  border-style: none;
  border-width: 2px;
  border-color: #e0eefc #e0eefc #e0eefc var(--lime-green);
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 50px;
  min-height: 50px;
  transition: all 70ms;
  display: block;
}

.dropdown-3:hover {
  border-style: none;
  border-color: var(--dark-slate-blue);
  border-radius: 0;
}

.dropdown-3:active {
  border-color: var(--lime-green);
}

.dropdown-3:focus {
  border-style: none;
  border-color: var(--lime-green);
  border-radius: 0;
  padding-bottom: 2px;
}

.dropdown-toggle {
  color: var(--dark-slate-blue);
  cursor: pointer;
  border: 2px #e0eefc;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 0 0 0 1rem;
  transition: all 70ms;
  display: flex;
  box-shadow: inset 0 0 0 2px #0000;
}

.dropdown-toggle:hover {
  border: 2px none var(--dark-slate-blue);
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
}

.dropdown-toggle:active {
  border-color: var(--lime-green);
  border-radius: 0;
}

.dropdown-toggle:focus {
  border-color: #e0eefc;
}

.dropdown-toggle.w--open {
  box-shadow: none;
  border: 2px #000;
}

.dropdown-toggle.w--open:hover {
  border: 2px #000;
}

.dropdown-toggle.w--open:focus {
  border: 2px #000;
  border-radius: 0;
}

.dropdown-toggle__icon {
  color: var(--dark-slate-blue);
  background-image: url('../images/arrow__down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  transform: rotate(0);
}

.dropdown-list {
  border-style: solid;
  border-width: 2px;
  border-color: #deecfb var(--lime-green) var(--lime-green);
  background-color: #fff;
  width: 101%;
  max-height: 260px;
  margin-left: -2px;
  margin-right: 0;
  overflow: auto;
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 2px;
  border-color: var(--alice-blue) var(--lime-green) var(--lime-green);
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  height: auto;
  max-height: 260px;
  margin-top: 0;
  overflow: scroll;
}

.dropdown-list.w--open:hover {
  border-top: 2px solid var(--alice-blue);
}

.dropdown-list.w--open:active {
  border-top-style: solid;
}

.dropdown-item {
  color: var(--dark-slate-blue);
  border-bottom: 2px solid #e0eefc;
  align-items: center;
  min-height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 70ms;
  display: flex;
}

.dropdown-item:hover {
  color: #171717;
  background-color: #f8fcff;
}

.dropdown-item:active, .dropdown-item:focus {
  background-color: #eaf5fd;
}

.dropdown-link {
  color: #565656;
  border-top: 1px solid #dcdcdc;
  align-items: center;
  width: 1002%;
  height: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0;
  line-height: 1rem;
  transition: all 70ms;
  display: flex;
  overflow: hidden;
}

.dropdown-link:hover {
  color: #171717;
}

.dropdown-link.dropdown-link__first {
  color: var(--dark-slate-blue);
  border-top-style: solid;
  border-top-color: #0000;
  width: 100%;
  height: 50px;
  text-decoration: none;
}

.image-13 {
  width: 50%;
}

.image-13._2 {
  width: 64%;
}

.div-block-163 {
  width: 38%;
}

.form-block, .form-block-copy {
  width: 100%;
}

.modal-header {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 150px;
  margin-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  display: flex;
  position: sticky;
}

.modal-header.black {
  background-color: var(--lime-green);
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-78 {
  text-align: left;
  max-height: 400px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: auto;
}

.press-popup {
  display: none;
}

.modal-close {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.close {
  z-index: 5000;
  background-color: var(--lime-green);
  background-image: url('../images/delete.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 70px;
  height: 50px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.close:hover {
  background-color: var(--dark-slate-blue);
}

.overlay {
  z-index: 100000;
  background-color: #373c42b3;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.cokie-lightbox {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  min-height: 400px;
  max-height: 600px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 50px;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-content {
  background-color: #fff;
  border: 3px #f2f9ff;
  border-radius: 2px;
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 0;
  transition: all .2s;
  position: relative;
}

.lightbox-content:hover {
  background-color: #ffffff8a;
  background-image: none;
  border: 3px #f2f9ff;
}

.kvkk-1 {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  min-height: 400px;
  max-height: 600px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 50px;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kvkk-modal {
  display: none;
}

.press-pop {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: auto;
  max-height: none;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cokie-pop {
  display: none;
}

.pop-content {
  text-align: left;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

.close-press {
  z-index: 5000;
  background-color: var(--lime-green);
  background-image: url('../images/delete.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 70px;
  height: 50px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.close-press:hover {
  background-color: var(--dark-slate-blue);
}

.success-message {
  background-color: #0000;
}

.lottie-animation-16 {
  width: 100px;
}

.onay {
  border: 1px dashed var(--lime-green);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.onay-message {
  color: var(--dark-slate-blue);
}

.error-message {
  background-color: #0000;
}

.red {
  border: 1px dashed #db0000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.red-message {
  color: #ce0000;
}

.success-message-2, .error-message-2 {
  background-color: #0000;
}

.success-message-3 {
  background-color: #0000;
  padding-left: 20px;
}

.error-message-3 {
  background-color: #0000;
  padding: 0;
}

.page-picture {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.onay-2 {
  border: 1px dashed #66b32d;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.onay-message-2 {
  color: #014a93;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #0000;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  width: 320px;
  height: 320px;
  padding: 40px;
  font-family: Opensans, sans-serif;
  display: flex;
}

._404-text {
  color: #fff;
  font-family: Opensans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

._404-bg {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(#014a93cc, #014a93cc);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Opensans, sans-serif;
  font-weight: 300;
  display: flex;
}

.lottie-animation-17 {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}

.rotate {
  opacity: .22;
  width: 30%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensans, sans-serif;
  position: absolute;
  inset: auto 0%;
}

.home-picture {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.home-picture.pict {
  display: none;
}

.home-picture.video {
  height: 81%;
}

.content-sub-head {
  color: var(--lime-green);
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.app-str {
  color: #fff;
  background-color: #000;
  background-image: url('../images/apple.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 5px solid #000;
  border-width: 5px 8px 4px 7px;
  border-radius: 50px 0 0 50px;
  margin-right: -2px;
  padding-left: 23px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.app-str:hover {
  background-color: #000;
  border-color: #313131;
}

.g-play {
  color: #fff;
  background-color: #000;
  background-image: url('../images/playstore.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 5px solid #000;
  border-width: 5px 8px 4px 7px;
  border-radius: 0 50px 50px 0;
  margin-left: -2px;
  padding-left: 23px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.g-play:hover {
  background-color: #000;
  border-color: #313131;
}

.google-play-img {
  cursor: pointer;
  width: 86px;
}

.drop-line {
  border: 2px solid #dfedfc;
  border-radius: 3px;
  height: auto;
}

.slide-link {
  z-index: auto;
  position: absolute;
  inset: 0%;
}

.currency-image {
  opacity: .1;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: 90px;
  margin-top: 0;
  margin-right: 20px;
  position: absolute;
  inset: 5% 0% 0% auto;
}

.captcha-image {
  max-height: 38px;
  margin-top: 7px;
  margin-right: 2px;
  position: absolute;
  inset: auto 0% 16px auto;
}

.captcha-btn {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30px;
  min-height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.refresh {
  background-color: #fff;
  background-image: url('../images/reload.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 2px solid #e0eefc;
  border-radius: 3px;
  width: 25px;
  height: 24px;
}

.refresh:hover {
  border-color: #b6d2ee;
}

.sound {
  background-color: #fff;
  background-image: url('../images/volume.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 2px solid #e0eefc;
  border-radius: 3px;
  width: 25px;
  height: 24px;
}

.sound:hover {
  border-color: #b6d2ee;
}

.captcha-area {
  width: 91%;
  position: relative;
}

.text-block-150 {
  color: var(--dark-slate-blue);
  text-align: left;
  background-color: #fff;
  border-bottom: 3px solid #f1f9fe;
  width: 100%;
  min-height: 75px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 10px 40px;
  font-family: Opensans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.kvkk-content {
  background-color: #fff;
  border-radius: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 80px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kvkk-content._2 {
  padding-top: 75px;
}

.lottie-animation-18 {
  width: 30px;
  margin-top: 5px;
  margin-left: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-151 {
  color: var(--dark-slate-blue);
  margin-top: 50px;
  font-weight: 300;
}

.text-block-151._2 {
  margin-top: 0;
  font-family: Opensans, sans-serif;
  font-size: 14px;
}

.acik-riza-modal {
  display: none;
}

.link-7 {
  color: var(--lime-green);
  font-weight: 500;
  text-decoration: none;
}

.bold-text {
  text-align: left;
  margin-bottom: 20px;
  line-height: 24px;
}

.teklif-oncesi-modal {
  display: none;
}

.div-block-170 {
  width: 100%;
}

.bold-text-2 {
  color: var(--dark-slate-blue);
  font-family: Opensans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.checkbox-field-2 {
  width: 50%;
  font-size: 12px;
}

.checkbox-field-2._03 {
  width: 100%;
  margin-top: 50px;
  font-family: Opensans, sans-serif;
}

.form-block-2 {
  margin-bottom: 0;
}

.link-8 {
  color: var(--dark-slate-blue);
  font-weight: 500;
  text-decoration: none;
}

.why-lottie-2 {
  max-width: 80%;
  margin-left: 10%;
  display: block;
}

.why-lottie-2.mobile {
  display: none;
}

.div-block-172 {
  flex-wrap: wrap;
  display: flex;
}

.check-new {
  margin-top: 20px;
}

.radio-button-label-4 {
  font-family: Opensans, sans-serif;
  font-weight: 300;
}

.checkbox-label-2 {
  font-family: Opensans, sans-serif;
}

.link-9 {
  border: 2px solid var(--lime-green);
  background-color: var(--lime-green);
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  height: 24px;
  margin-left: 10px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.link-9:hover {
  background-color: var(--lime-green);
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  font-weight: 500;
}

.link-10 {
  border: 2px solid var(--lime-green);
  color: #fff;
  background-image: url('../images/playto.svg');
  background-position: 11px 8px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100px;
  margin-left: 10px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.link-10:hover {
  background-image: url('../images/play-button.svg');
}

.text-span-17 {
  font-size: 20px;
}

.banner-link {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.out-lin {
  background-color: var(--lime-green);
  color: #fff;
  border-radius: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.out-lin:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.text-block-152 {
  color: var(--dark-slate-blue);
  text-align: right;
  font-family: Opensans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
}

.text-span-18 {
  color: var(--lime-green);
}

.image-14.dcg {
  border: 3px solid var(--alice-blue);
  background-color: #fff;
  border-radius: 10px;
  width: 200px;
  margin-left: 40px;
  padding: 5px 20px;
}

.app-link {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin-right: 5px;
  line-height: 29px;
  text-decoration: none;
  display: inline-block;
}

.dcg {
  display: flex;
}

.dcg-form-info {
  border: 2px solid var(--alice-blue);
  text-align: left;
  background-color: #f1f9fe;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  max-height: 550px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  overflow: auto;
}

.dcg-form-info.none {
  max-height: none;
  display: none;
}

.dcg-form-info.form-iframe {
  background-color: #79c141;
  border-color: #79c141;
  justify-content: space-between;
  min-height: 750px;
  max-height: none;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dcg-form-info.form-iframe.none {
  justify-content: flex-start;
  display: none;
}

.submit-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.submit-button.dcg {
  border: 2px solid var(--lime-green);
  color: var(--lime-green);
  background-color: #fff;
  background-image: url('../images/logo.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 43px;
  border-radius: 100px;
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 56px;
  font-size: 18px;
  font-weight: 500;
}

.submit-button.df-form {
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--alice-blue);
  color: var(--dark-slate-blue);
  border-radius: 100px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
}

.dcg-web {
  border: 1px none var(--lime-green);
  color: var(--lime-green);
  background-color: #fff;
  border-radius: 100px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.dcg-web:hover {
  background-color: var(--lime-green);
  color: #fff;
}

.button-area {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dcg-bullet {
  color: var(--dark-slate-blue);
  background-image: url('../images/dcg-bullet.svg');
  background-position: 3px 0;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 22px;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.dcg-bullet.space {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 25px;
  font-family: Opensans, sans-serif;
}

.form-full-block-2, .form-full-block-2.none {
  display: flex;
}

.iframe-embed {
  width: 100%;
  min-height: auto;
  position: absolute;
  inset: 0%;
}

.form-full-block {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.form-full-block.none {
  display: flex;
}

.dcg-out-l-nk {
  background-color: var(--lime-green);
  color: #fff;
  border: 1px #000;
  border-radius: 100px;
  padding: 2px 20px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.div-block-173 {
  width: 56%;
}

.dcg-out-l-nk {
  font-size: 20px;
  transition: all .2s;
}

.dcg-out-l-nk:hover {
  background-color: var(--dark-slate-blue);
}

.is-akisi-img {
  border-radius: 10px;
}

.bottom-btn-area {
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.bottom-btn {
  background-color: #fff;
  border: 3px solid #c2ddf85c;
  border-radius: 4px;
  align-items: center;
  width: 49%;
  height: 140px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bulten-picture {
  background-image: linear-gradient(#0003, #0003), url('../images/bulten.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.bottom-btn-text {
  color: var(--dark-slate-blue);
  font-family: Opensans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.green-circle {
  z-index: 1;
  background-color: var(--lime-green);
  border-radius: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0%;
}

.image-1 {
  z-index: 3;
  width: 30px;
  position: absolute;
  inset: auto;
}

.image-1._01 {
  width: 39px;
  margin-bottom: -4px;
  margin-left: -4px;
}

.video-picture {
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.background-video-2 {
  z-index: 1;
  opacity: .8;
  width: auto;
  min-width: 180px;
  height: auto;
  min-height: 100px;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.video-pop {
  display: none;
}

.video-block {
  text-align: left;
  width: 100%;
  min-height: 450px;
  max-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: auto;
}

.breadcrumb {
  color: #fff;
  margin-bottom: 10px;
  font-size: 10px;
}

.bre-span {
  margin-left: 10px;
  margin-right: 10px;
}

.brea-link {
  opacity: 1;
  color: #fff;
  font-family: Opensans, sans-serif;
  text-decoration: none;
}

.brea-link:hover {
  text-decoration: underline;
}

.checkbox-label-3 {
  font-family: Opensans, sans-serif;
}

.kvkkcategory {
  font-size: 14px;
  font-weight: 700;
}

.seperates {
  background-color: var(--alice-blue);
  color: var(--alice-blue);
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  overflow: hidden;
}

.left-bar {
  width: 20px;
  display: none;
  position: absolute;
  left: -20px;
}

.dropcontent {
  min-width: 140px;
}

.dropcontent.w--open {
  background-color: #0000;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  width: auto;
  min-width: 280px;
  max-height: 100vh;
  padding-top: 15px;
  top: 65px;
  left: -20px;
}

.dropnavwrap {
  align-items: center;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  font-size: .9em;
  display: flex;
  position: relative;
}

.dropicon {
  margin-right: 5px;
  font-size: 10px;
}

.dropcontentwrap {
  background-color: var(--lime-green);
  border: 2px #0a4c9d;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: .9em;
  display: flex;
  overflow: hidden;
}

.dropcontentwrap.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.droptext {
  margin-bottom: 0;
}

.droparea {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  position: relative;
}

.right-bar {
  transform-style: preserve-3d;
  width: 20px;
  display: none;
  position: absolute;
  inset: 0% -20px auto auto;
  transform: translate3d(0, 0, 12px);
}

.droplink {
  color: var(--dark-slate-blue);
  align-items: center;
  height: 80px;
  padding-left: 12px;
  padding-right: 25px;
  font-size: 1.05em;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.droplink:hover {
  color: var(--lime-green);
}

.dropsublink {
  border: 2px solid var(--lime-green);
  color: #fff;
  cursor: pointer;
  background-image: url('../images/menuarrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 4px;
  align-items: center;
  width: auto;
  min-height: 30px;
  margin-bottom: 0;
  margin-left: 20px;
  padding: .5rem 15px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dropsublink:hover {
  color: var(--dark-slate-blue);
  background-color: #fff;
  background-image: url('../images/menuarrow.svg');
  background-position: 0%;
  background-size: auto;
  border: 2px solid #fff;
  padding-left: 25px;
  text-decoration: none;
}

.lang-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: .5rem;
  margin-right: .5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lang-link:hover {
  opacity: .7;
}

.cookiesettings {
  z-index: 10000;
  background-color: var(--lime-green);
  color: #fff;
  border: 1px #dfedfc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.cookiesettings:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.image-25 {
  width: 20px;
  margin-right: 10px;
}

.text-block-162 {
  font-family: Opensans, sans-serif;
}

.cookiehead {
  color: var(--dark-slate-blue);
  border-bottom: 1px solid #0a4c9d29;
  justify-content: flex-start;
  align-items: center;
  min-height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 21px;
  display: flex;
}

.cookiedesc {
  font-size: 14px;
  line-height: 19px;
}

.text-block-161 {
  margin-top: 20px;
}

.checkboxcookietext {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-weight: 400;
}

.checktoggle {
  background-color: #d8d8d8;
  background-image: url('../images/Ellipse-33.svg');
  background-position: 2px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 2px #d8d8d8;
  border-radius: 100px;
  width: 40px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
  transition: all .2s;
}

.checktoggle:hover {
  background-color: #eee;
  background-image: url('../images/Ellipse-33.svg');
  background-position: 2px;
  border-style: none;
  border-color: #d8d8d8;
}

.checktoggle.w--redirected-checked {
  background-color: #b32374;
  background-image: url('../images/Ellipse-33.svg');
  background-position: 93%;
  background-size: 15px;
  border: 2px #b32374;
}

.checktoggle.w--redirected-focus, .checktoggle.w--redirected-focus-visible {
  border-style: none;
}

.text-small {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.cookiesection {
  margin-bottom: 20px;
}

.infowrapper {
  padding: 40px;
  font-size: 15px;
  line-height: 23px;
  overflow: auto;
}

.cookiebtn {
  border: 2px solid var(--lime-green);
  background-color: var(--lime-green);
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
}

.cookiebtn:hover {
  border: 2px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.cookiebtn.edit {
  color: #0a4c9d;
  background-color: #e0effd;
  border-color: #e0effd;
}

.cookiebtn.edit:hover {
  background-color: #fff;
  border-color: #0a4c9d;
}

.checkboxcookie {
  align-items: center;
  display: flex;
}

.cookienewwrapper {
  z-index: 9999;
  background-color: #0a4c9dd1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cookienewwrapper.disble, .cookienewwrapper.display {
  display: none;
}

.cookielink {
  color: var(--dark-slate-blue);
}

.cookielink:hover {
  color: var(--lime-green);
}

.contentwrapper {
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  width: 50%;
  max-width: 500px;
  min-height: 600px;
  display: flex;
}

.contentwrapper.one {
  display: flex;
}

.contentwrapper.two {
  min-height: 90%;
  max-height: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-1055 {
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  margin-top: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.bold-text-3 {
  color: var(--dark-slate-blue);
}

.kvkk-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.kvkk-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--alice-blue);
  color: #0a4c9d;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  width: 32%;
  height: 250px;
  padding: 2rem 2rem 2rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kvkk-list-item:hover {
  border-color: var(--lime-green);
  background-color: #fff;
}

.kvkk-icon {
  z-index: 0;
  color: var(--lime-green);
  background-color: #fff0;
  border: 2px #e0effd;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: auto;
  padding: .25rem 1rem 1rem .25rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.kvkk-icon:hover {
  color: var(--lime-green);
  padding-top: .125rem;
  padding-left: .125rem;
}

.kvkk-overlay {
  z-index: 1;
  background-image: linear-gradient(155deg, #fff 57%, #fff0);
  position: absolute;
  inset: 0%;
}

.kvkk-overlay:hover {
  background-image: linear-gradient(126deg, #fff 48%, #fff0);
}

.kvkk-text-block {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.kvkk-number {
  color: var(--lime-green);
  font-weight: 700;
}

.lines {
  background-color: #0a4c9d;
  width: 1px;
  height: 50px;
  transform: rotate(45deg);
}

.kvkk-text {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .dropnavwrap {
    padding-left: 0;
    padding-right: 0;
    font-size: .9em;
  }

  .dropcontentwrap {
    font-size: .9em;
  }

  .droparea {
    font-size: 1em;
  }

  .droplink {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropsublink {
    font-size: 1.1em;
  }

  .kvkk-list-item {
    height: 250px;
    position: relative;
  }

  .kvkk-icon {
    z-index: 0;
    color: #0a4c9d;
    background-color: #fff0;
    border-style: none;
    border-radius: 0;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: absolute;
    inset: 0%;
  }

  .kvkk-text-block {
    z-index: 1;
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .dropcontent.w--open, .dropcontentwrap {
    font-size: 1em;
  }

  .droplink {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .dropsublink {
    font-size: 1em;
  }
}

@media screen and (max-width: 991px) {
  .global {
    min-height: auto;
  }

  .page-wrapper {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .top-header {
    display: none;
  }

  .nav-link.w--current {
    padding-bottom: 2px;
  }

  .nav-wrapper.last-nav-item.new {
    padding-left: 0;
  }

  .logo-wrapper {
    flex: 1;
    margin-top: 1px;
  }

  .logo-wrapper.page-transition {
    margin-top: 0;
    margin-left: 20px;
  }

  .nav-main {
    display: none;
  }

  .centered_w1 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .centered_w1.nav-wrapper {
    align-items: center;
  }

  .slide {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .header-content-1 {
    display: none;
  }

  .btn-wrapper {
    width: 100%;
    height: 120px;
  }

  .btn-one, .btn-one.new, .btn-one.new-copy, .btn-one.new-1 {
    display: flex;
  }

  .denize-cek-gonder {
    inset: auto auto -20% -30%;
  }

  .quick-link {
    width: 24%;
  }

  .seperate {
    color: #014a933d;
  }

  .right-top-nav {
    width: 100%;
    padding-right: 40px;
  }

  .numb {
    color: var(--dark-slate-blue);
    font-weight: 500;
  }

  .numb:hover {
    color: var(--lime-green);
  }

  .quick-content {
    width: 100%;
    height: 100px;
    min-height: auto;
    position: static;
    inset: auto 0% 0%;
  }

  .slide-right-wrapper {
    display: none;
  }

  .slider-1 {
    width: 100%;
    height: 60vh;
    margin-top: 5%;
    position: relative;
  }

  .slider-1._2, .slider-1._4 {
    display: none;
  }

  .slide-left-wrapper {
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    margin-top: 0;
    position: static;
    inset: 0% auto auto 0%;
  }

  .sliders-wrapper {
    flex-flow: column-reverse wrap;
    align-items: center;
    height: auto;
    position: static;
  }

  .slider-arrow-left {
    background-color: var(--dark-slate-blue);
    border-style: solid solid none none;
    width: 60px;
    position: absolute;
    bottom: 0%;
  }

  .wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: 90%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin: 0 0%;
  }

  .left-slide-heading {
    margin-top: 0;
    font-size: 44px;
    line-height: 44px;
  }

  .slider-arrow-right {
    background-color: var(--dark-slate-blue);
    border-style: solid solid none none;
    width: 60px;
    margin-left: 60px;
    position: absolute;
    bottom: 0%;
  }

  .left-heading-slide {
    margin-top: 0;
  }

  .left-text-slider {
    z-index: 10;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    position: static;
    inset: auto 0% 0%;
  }

  .slider-text-top {
    display: none;
  }

  .slider-text-top.mobile {
    text-decoration: none;
    display: flex;
  }

  .lottie-2 {
    top: 0%;
  }

  .motto-slider-content {
    display: none;
  }

  .currency-area {
    width: 90%;
  }

  .currency-section.noline {
    padding-left: 30px;
  }

  .currency-value {
    width: 60%;
    font-size: 22px;
  }

  .footer {
    display: flex;
  }

  .footer-bottom {
    padding-bottom: 0;
  }

  .footer-text-link {
    flex-direction: column;
    width: 90%;
  }

  .logo-content {
    width: 90%;
  }

  .link-left-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .social-content {
    justify-content: center;
  }

  .buttonlink {
    color: var(--alice-blue);
  }

  .buttonsquareslide-2.new {
    border: 3px solid #ffffff7a;
    border-radius: 5px;
    width: 180px;
    min-width: 180px;
    margin-left: 10px;
    overflow: hidden;
  }

  .s-live057__nav-button-2 {
    border: 6px #66b32d4d;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin-top: 0;
  }

  .sublink {
    color: #fff;
    letter-spacing: 0;
    background-image: url('../images/playto.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 8px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .sublink:hover {
    color: var(--dark-slate-blue);
  }

  .sublink.w--current {
    color: #fff;
    background-image: url('../images/playto.svg');
    background-repeat: no-repeat;
    background-size: 8px;
  }

  .mobil-nav {
    z-index: 9999;
    background-color: #0000;
    width: 100%;
    height: 80px;
    margin-top: 0;
    display: flex;
    position: absolute;
  }

  .dropdown-list-2 {
    background-color: #ffffff52;
  }

  .dropdown-list-2.w--open {
    background-color: var(--lime-green);
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px 20px 15px;
  }

  .nav-menu-3 {
    z-index: 999;
    background-color: var(--lime-green);
    border-radius: 0;
    justify-content: flex-start;
    width: 400px;
    height: auto;
    min-height: auto;
    max-height: 600px;
    margin-top: 0;
    padding: 20px;
    display: flex;
    inset: 0% 0% 0 auto;
    overflow: auto;
  }

  .dropdown-2 {
    color: #fff;
    letter-spacing: 1px;
    background-image: url('../images/plus-1.svg');
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: 19px;
    border-bottom: 1px dashed #ffffff24;
    width: 100%;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
  }

  .dropdown-2:hover {
    color: var(--dark-slate-blue);
  }

  .dropdown-2.w--open {
    background-image: url('../images/minus.svg');
  }

  .dropdown-2.new-no-arrow {
    background-image: url('../images/Triangle.svg');
    background-position: 0 18px;
    background-size: 9px;
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container-3 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 100px;
    padding-top: 0;
    display: flex;
  }

  .s-live057__burger-line.top, .s-live057__burger-line.bottom, .s-live057__burger-line.middle {
    background-color: #fff;
  }

  .menu-button-2 {
    background-color: var(--lime-green);
    border-radius: 0;
    width: 100px;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-button-2.w--open {
    background-color: var(--lime-green);
    border-radius: 0;
  }

  .nav-link-3 {
    color: #fff;
    background-image: url('../images/Triangle.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 9px;
    border-bottom: 1px dashed #ffffff24;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 500;
  }

  .nav-link-3:hover {
    color: var(--dark-slate-blue);
  }

  .nav-link-3.w--current {
    color: #ffffff5c;
  }

  .nav-link-3.nol {
    border: 1px #000;
    border-bottom: 1px dashed #ffffff24;
  }

  .nav-link-3.nol:hover {
    color: var(--dark-slate-blue);
  }

  .text-block-143 {
    letter-spacing: 0;
    margin-left: 25px;
  }

  .link-5 {
    color: #fff;
    background-image: url('../images/phone-with-wire.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 30px;
    font-size: 23px;
    font-weight: 500;
    text-decoration: none;
    display: none;
    position: relative;
    left: 0;
  }

  .lottie-multiply {
    opacity: .7;
  }

  .service-link-block {
    flex-direction: row;
  }

  .picture-block {
    width: 300px;
    min-width: 300px;
    height: 300px;
    min-height: 300px;
  }

  .content-head-text-area {
    width: 80%;
  }

  .subheader {
    margin-top: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .d-75-card-wrapper-2 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .sticky {
    flex-direction: column;
    padding-right: 0;
  }

  .sticky.navigation {
    width: 100%;
    margin-top: -101px;
    position: static;
  }

  .detail-content-text-1 {
    text-align: left;
    font-size: 22px;
  }

  .content-center._2 {
    margin-top: 0;
    padding-right: 0;
  }

  .seperator {
    display: none;
  }

  .right-nav {
    display: flex;
  }

  .content-head {
    text-align: center;
    justify-content: center;
  }

  .content-head.dcg {
    justify-content: flex-start;
    width: auto;
    margin-left: 100px;
  }

  .topline {
    width: 15%;
    margin-left: 42.5%;
  }

  .mask-3 {
    margin-top: 20px;
  }

  .lottie-animation-15 {
    width: 30%;
    top: -3px;
    left: -5px;
  }

  .seperate-1 {
    display: none;
  }

  .cokie {
    width: 350px;
    margin-left: 1%;
    margin-right: 5%;
    display: flex;
  }

  .cokie-text {
    width: 80%;
  }

  .app-store-img {
    margin-left: 5px;
    margin-right: 5px;
  }

  .circle-container {
    z-index: 998;
    border-radius: 500px;
    bottom: 100px;
    right: 1%;
  }

  .page-all-content {
    flex-direction: column-reverse;
  }

  .text-line {
    text-align: left;
  }

  .text-line.dcg {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .detail-with-icons {
    text-align: left;
  }

  .sub-head {
    text-align: center;
    justify-content: center;
  }

  .document-line.pres {
    flex-wrap: wrap;
    align-content: center;
    min-height: 80px;
  }

  .image-12 {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .line-text {
    width: 95%;
    line-height: 20px;
  }

  .line-text._01 {
    width: 95%;
  }

  .line-text._02 {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .line-text._02.green {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .link-text {
    text-align: left;
  }

  .special-link {
    width: 80px;
    height: 80px;
  }

  .special-link._02 {
    margin-top: 24px;
  }

  .radio-button-field {
    height: auto;
    margin-bottom: 5px;
    margin-right: 60px;
    padding-right: 0;
  }

  .form-column.new-100 {
    min-height: auto;
  }

  .image-13 {
    width: 48%;
  }

  .div-block-163 {
    width: 50%;
  }

  .modal-header {
    min-height: 100px;
    font-size: 28px;
    line-height: 32px;
  }

  .modal-header.black {
    width: 100%;
    min-height: 100px;
    font-size: 28px;
    line-height: 32px;
  }

  .press-popup {
    display: none;
  }

  .scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .close {
    width: 10vw;
  }

  .overlay, .cokie-lightbox, .kvkk-1, .press-pop {
    display: flex;
  }

  .close-press {
    width: 10vw;
  }

  .mobile-quick-form {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 80px;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .rotate {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .content-sub-head {
    text-align: center;
    justify-content: center;
  }

  .google-play-img {
    margin-left: 5px;
    margin-right: 5px;
  }

  .currency-image {
    height: 50px;
    display: block;
    top: -6%;
  }

  .text-block-150 {
    padding-left: 40px;
  }

  .lottie-animation-18 {
    margin-left: 10px;
  }

  .checkbox-field-2._03 {
    margin-top: 70px;
  }

  .link-10 {
    height: 38px;
  }

  .image-14.dcg {
    width: 150px;
  }

  .submit-button {
    margin-top: 10px;
  }

  .submit-button.dcg, .submit-button.df-form {
    margin-top: auto;
    font-size: 16px;
  }

  .button-area {
    align-items: center;
    height: auto;
  }

  .bottom-btn-area {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bottom-btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .left-bar {
    display: none;
  }

  .dropcontent.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 0;
    top: 55px;
    left: auto;
    right: auto;
  }

  .dropnavwrap {
    width: 100%;
    height: auto;
    display: block;
  }

  .dropicon {
    margin-right: 40px;
  }

  .dropcontentwrap {
    box-shadow: none;
    background-color: #fff;
  }

  .right-bar {
    display: none;
  }

  .droplink {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 30px;
  }

  .droplink:hover {
    color: #d56fa8;
  }

  .dropsublink:hover {
    color: #b32374;
  }

  .lang-link {
    color: var(--dark-slate-blue);
    margin-left: 0;
    margin-right: 1rem;
  }

  .contentwrapper {
    width: 80%;
  }

  .kvkk-list-item {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    font-size: 6vw;
  }

  .logo-wrapper.page-transition {
    margin-right: 0;
  }

  .nav-main {
    justify-content: center;
    align-items: center;
    height: 80px;
    display: none;
  }

  .centered_w1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .btn-wrapper {
    width: 100%;
    margin-bottom: 4px;
  }

  .denize-cek-gonder {
    bottom: 3%;
    left: -10%;
  }

  .quick-link {
    width: 49%;
  }

  .quick-details, .quick-details._2 {
    width: 60%;
  }

  .seperate {
    display: none;
  }

  .right-top-nav {
    flex-direction: row;
    justify-content: center;
    padding-bottom: 0;
    padding-right: 0;
  }

  .quick-content {
    flex-wrap: wrap;
    height: auto;
  }

  .slider-1 {
    height: 500px;
    min-height: 500px;
    margin-top: 5%;
    overflow: hidden;
  }

  .sliders-wrapper {
    align-items: stretch;
    width: 90vw;
    height: 100%;
  }

  .mask {
    height: 500px;
  }

  .slide-right {
    height: 500px;
    margin-right: 0;
  }

  .wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-slide-heading {
    text-align: center;
    align-items: center;
    font-size: 32px;
    line-height: 32px;
  }

  .left-slide-text-span {
    width: 100%;
    font-size: 32px;
  }

  .slider-text-top.mobile {
    margin-top: 10px;
  }

  .currency-area {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .currency-section {
    border-bottom: 1px dashed #19579b;
    width: 50%;
    margin-bottom: 0;
  }

  .currency-section.noline {
    border-right-style: none;
  }

  .currency-section.vline {
    border-bottom-style: none;
  }

  .footer {
    display: flex;
  }

  .faq {
    justify-content: center;
  }

  .toggle-text {
    text-align: center;
    font-size: 17px;
  }

  .buttonsquareslide-2 {
    display: none;
  }

  .buttonsquareslide-2.new {
    display: flex;
  }

  .s-live057__nav-button-2 {
    border: 1px #000;
    border-radius: 0;
    width: auto;
    min-height: auto;
  }

  .sublink.w--current {
    color: #ffffff80;
  }

  .nav-menu-3 {
    height: auto;
    min-height: 400px;
    max-height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .dropdown-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-2.new-no-arrow {
    background-position: 0 18px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-3, .nav-link-3.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lottie-multiply {
    opacity: .7;
  }

  .service-link-block {
    width: 100%;
  }

  .picture-block {
    width: 200px;
    min-width: auto;
    height: 200px;
    min-height: auto;
  }

  .subheader {
    font-size: 26px;
    line-height: 26px;
  }

  .inner-content {
    width: 90%;
  }

  .detail-content {
    flex-direction: column;
    display: flex;
  }

  .detail-content.max-1200 {
    align-items: center;
  }

  .detail-content-text-1 {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .detail-content-text-1._1, .detail-content-text-1.dcg-text {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .content-head.dcg {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .detail-content-block {
    flex-direction: column;
  }

  .detail-content-block.dcg {
    margin-top: 100px;
  }

  .cokie {
    width: 350px;
    height: auto;
    margin-bottom: .5%;
    margin-left: 1%;
    margin-right: auto;
    display: flex;
  }

  .cokie-text {
    width: 100%;
  }

  .circle-container {
    width: 100px;
    height: 100px;
    right: 3%;
  }

  .text-line {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
  }

  .text-line.dcg {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 19px;
  }

  .detail-with-icons {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
  }

  .detail-icons-content {
    width: 100%;
  }

  .table-list {
    flex-flow: column-reverse;
  }

  .table-list.top-none {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .table-text {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    min-height: 30px;
  }

  .table-text.detail {
    justify-content: center;
    align-items: flex-start;
    min-height: 30px;
    margin-bottom: 5px;
  }

  .table-text.detail.third {
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0;
  }

  .table-text.detail.third.top {
    align-items: flex-start;
  }

  .table-text.detail.four.bottom {
    align-items: flex-end;
  }

  .table-text.detail.four.center {
    align-items: center;
  }

  .table-text.detail.four.hide {
    display: none;
  }

  .table-text.detail.bold {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
    font-weight: 500;
  }

  .table-text.third {
    align-items: flex-start;
    width: 100%;
  }

  .table-text.third.center {
    align-items: center;
  }

  .table-text.third.top {
    align-items: flex-end;
  }

  .table-text.four {
    width: 100%;
  }

  .table-text.four.top {
    align-items: flex-start;
  }

  .table-text.four.center {
    align-items: center;
  }

  .table-text.botom {
    align-items: flex-start;
  }

  .sup {
    margin-top: 1px;
  }

  .inner-link.pop {
    font-size: 12px;
    line-height: 17px;
  }

  .line-text {
    line-height: 20px;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 34vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 200px;
    height: 200px;
    min-height: auto;
    padding: 0;
    position: relative;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-img {
    max-width: 50%;
  }

  .link-text {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
  }

  .column-line {
    width: 100%;
  }

  .special-link {
    margin-top: -41px;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .special-link:hover {
    border-radius: 500px;
  }

  .special-link._02 {
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .radio-button-label {
    font-size: 12px;
    line-height: 18px;
  }

  .radio-button-field {
    height: auto;
  }

  .div-block-159 {
    flex-flow: wrap;
  }

  .div-block-159._20 {
    flex-direction: column;
  }

  .form-column {
    width: 48%;
  }

  .form-column._50 {
    width: 100%;
  }

  .checkbox-label {
    font-size: 12px;
    line-height: 17px;
  }

  .image-13 {
    width: 76%;
  }

  .image-13._2 {
    width: 100%;
  }

  .modal-header {
    font-size: 24px;
  }

  .scroll {
    overflow: auto;
  }

  .close {
    min-height: 60px;
  }

  .cokie-lightbox {
    flex-direction: column;
    margin-bottom: 0;
    padding: 0 0%;
  }

  .lightbox-content {
    flex-direction: column;
    display: flex;
  }

  .kvkk-1, .press-pop {
    flex-direction: column;
    margin-bottom: 0;
    padding: 0 0%;
  }

  .close-press {
    min-height: 60px;
  }

  .mobile-quick-form {
    width: auto;
    margin-bottom: 100px;
  }

  .rotate {
    width: 70%;
  }

  .currency-image {
    height: 60px;
    display: block;
    top: auto;
    bottom: auto;
  }

  .text-block-150 {
    padding-left: 40px;
    font-size: 12px;
    line-height: 17px;
  }

  .lottie-animation-18 {
    margin-left: 10px;
  }

  .text-block-151 {
    margin-top: 75px;
    font-size: 12px;
    line-height: 17px;
  }

  .text-block-151._2 {
    margin-top: 0;
  }

  .checkbox-field-2._03 {
    margin-top: 90px;
  }

  .radio-button-label-4 {
    font-size: 12px;
  }

  .link-10 {
    background-position: 11px 3px;
    height: auto;
  }

  .image-14 {
    background-color: #fff;
    border-radius: 100px;
  }

  .image-14.dcg {
    margin-left: 0;
  }

  .app-link {
    margin-top: 0;
    padding-top: 0;
    line-height: 24px;
  }

  .submit-button.dcg {
    font-size: 14px;
    line-height: 17px;
  }

  .submit-button.df-form {
    font-size: 14px;
    line-height: 18px;
  }

  .dcg-bullet.space {
    text-align: center;
    background-position: 50% 0;
    padding-top: 32px;
    padding-left: 0;
  }

  .form-full-block-2.none {
    flex-wrap: wrap;
  }

  .div-block-173 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .bottom-btn-text {
    font-size: 18px;
  }

  .infowrapper {
    padding-top: 20px;
    overflow: auto;
  }

  .cookienewwrapper {
    align-items: flex-start;
    padding-top: 40px;
    position: fixed;
    overflow: auto;
  }

  .contentwrapper {
    width: 90%;
    min-height: auto;
    max-height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .deniz-faktoring-logo {
    width: 151px;
    margin-top: 3px;
  }

  .page-wrapper {
    justify-content: flex-start;
  }

  .nav-link {
    font-size: 7vw;
  }

  .logo-wrapper.page-transition {
    margin-left: 5%;
  }

  .centered_w1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-wrapper {
    width: 100%;
  }

  .btn-two.new, .btn-two.new-copy, .btn-two.new-2 {
    justify-content: center;
  }

  .denize-cek-gonder {
    left: 0%;
  }

  .quick-link {
    width: 100%;
    height: auto;
  }

  .lottie-btn._1, .lottie-btn._2, .lottie-btn._5, .right-top-nav {
    display: none;
  }

  .quick-content {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0%;
  }

  .slider-1 {
    height: 320px;
    min-height: 230px;
    margin-top: 0%;
  }

  .slide-left-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .sliders-wrapper {
    flex-flow: wrap-reverse;
    width: 100%;
    height: auto;
  }

  .slide-right {
    width: 100%;
  }

  .wrapper {
    align-items: center;
    width: 100%;
    margin-top: 5%;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-slide-heading {
    text-align: center;
    align-items: center;
    height: 100px;
    font-size: 23px;
    line-height: 23px;
  }

  .left-heading-slide {
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .left-text-slider {
    height: 150px;
    margin-bottom: 0;
  }

  .left-slide-text-span {
    font-size: 23px;
  }

  .slider-text-top {
    flex-wrap: wrap;
    width: 90%;
    margin-top: 15px;
    margin-left: 15px;
  }

  .slider-text-top.mobile {
    display: none;
  }

  .currency-area {
    width: 80%;
  }

  .currency-section {
    width: 100%;
  }

  .currency-value {
    width: 90%;
  }

  .footer {
    display: flex;
  }

  .footer-bottom {
    padding-bottom: 0;
  }

  .faq {
    text-align: center;
    justify-content: flex-start;
    height: auto;
    min-height: 75px;
    padding: 10px 40px 10px 20px;
  }

  .toggle-text {
    text-align: left;
    font-size: 13px;
    line-height: 14px;
  }

  .faq-body-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fci-logo {
    width: 58px;
  }

  .logo-content {
    flex-direction: column;
  }

  .fkb-logo {
    width: 40px;
  }

  .logo-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .logo-right {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

  .link-left-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .buttonlink {
    display: block;
  }

  .buttonsquareslide-2 {
    display: none;
  }

  .s-live057__nav-button-2 {
    border-bottom-style: none;
    width: 100%;
    height: 80px;
    min-height: auto;
    margin-top: 0;
  }

  .dropdown-list-2.w--open {
    background-color: #0000;
  }

  .nav-menu-3 {
    width: 320px;
    height: auto;
    min-height: auto;
    max-height: 650px;
    overflow: auto;
  }

  .menu-button-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-link-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-3.nol {
    border-bottom-style: dashed;
  }

  .link-5 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .lottie-multiply {
    opacity: .71;
  }

  .service-link-block {
    flex-direction: column;
    min-height: auto;
  }

  .subheader {
    font-size: 18px;
    line-height: 22px;
  }

  .d-75-card-wrapper-2 {
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .detail-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail-content-text-1 {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .seperator {
    display: none;
  }

  .content-head {
    text-align: left;
    margin-top: 40px;
    font-size: 18px;
    line-height: 20px;
  }

  .detail-content-block {
    flex-direction: column;
  }

  .detail-content-block.dcg {
    margin-top: 80px;
  }

  .detail-content-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask-3 {
    height: 100px;
  }

  .seperate-1 {
    display: none;
  }

  .cokie {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    width: 98%;
    margin-bottom: .5%;
    padding-left: 15px;
    display: flex;
  }

  .cokie-text {
    text-align: left;
    width: 100%;
    padding-right: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .cokie-button {
    margin-top: 10px;
  }

  .text-top-inline-text {
    width: 90%;
    margin-top: 15px;
    margin-left: 15px;
    display: none;
  }

  .circle-container {
    right: 3%;
  }

  .text-line.dcg {
    margin-top: 44px;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 17px;
  }

  .detail-with-icons {
    text-align: center;
  }

  .div-block-157 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .detail-icons-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .table-content._3 {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .sub-head {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }

  .document-line {
    padding-left: 20px;
    padding-right: 10px;
  }

  .line-text {
    width: 80%;
    margin-right: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .line-text._2 {
    text-align: center;
  }

  .img-block {
    width: 200px;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .special-link {
    z-index: 6;
    background-color: #f1f9fe;
    border-radius: 500px;
    width: 20%;
    height: auto;
    margin-top: -27px;
    margin-left: 34%;
    margin-right: auto;
    right: auto;
  }

  .special-link:hover {
    margin-left: auto;
    inset: 0% 0% auto;
  }

  .special-link._02 {
    margin-top: 120px;
  }

  .radio-button-label {
    font-size: 12px;
    line-height: 16px;
  }

  .radio-button-field {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 17px;
  }

  .form-column {
    width: 100%;
  }

  .radio-new {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .dropdown-list.w--open {
    width: 100%;
  }

  .modal-header {
    min-height: 80px;
    font-size: 20px;
    line-height: 28px;
  }

  .modal-header.black {
    justify-content: center;
    min-height: 80px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-78 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .press-popup {
    z-index: 9999;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .close {
    width: 20vw;
  }

  .overlay {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0%;
    overflow: visible;
  }

  .cokie-lightbox {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .lightbox-content {
    padding-left: 0;
    padding-right: 0;
  }

  .kvkk-1 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .kvkk-modal {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .press-pop {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    overflow: visible;
  }

  .cokie-pop {
    z-index: 9999;
    width: 0%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .close-press {
    width: 20vw;
  }

  .mobile-quick-form {
    width: auto;
  }

  .rotate {
    width: 90%;
  }

  .content-sub-head {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-150 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: center;
    min-height: 120px;
    padding-left: 20px;
    padding-right: 27px;
    line-height: 14px;
    display: flex;
  }

  .kvkk-content {
    padding-top: 120px;
    overflow: visible;
  }

  .kvkk-content._2 {
    margin-top: 40px;
    padding-top: 120px;
  }

  .lottie-animation-18 {
    background-color: #fff;
    border-radius: 100px;
    height: 40px;
    inset: -6% 0% auto auto;
  }

  .text-block-151 {
    margin-top: 140px;
    line-height: 14px;
  }

  .text-block-151._2 {
    margin-top: 0;
  }

  .acik-riza-modal, .teklif-oncesi-modal {
    display: none;
  }

  .bold-text-2 {
    font-size: 11px;
  }

  .checkbox-field-2 {
    width: 47%;
  }

  .checkbox-field-2._03 {
    margin-top: 150px;
  }

  .why-lottie-2 {
    display: none;
  }

  .why-lottie-2.mobile {
    display: block;
  }

  .checkbox-label-2 {
    line-height: 14px;
  }

  .link-10 {
    background-size: 15px;
    font-size: 14px;
  }

  .link-10:hover, .text-span-17 {
    font-size: 14px;
  }

  .app-link {
    border-radius: 100px;
    margin-right: 0;
    font-size: 12px;
    line-height: 25px;
  }

  .dcg {
    display: flex;
  }

  .dcg-form-info {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button.dcg {
    text-align: left;
    font-size: 11px;
    line-height: 12px;
  }

  .submit-button.df-form {
    font-size: 11px;
    line-height: 12px;
  }

  .bottom-btn {
    justify-content: center;
    align-items: flex-start;
    height: 200px;
  }

  .bulten-picture {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

  .bottom-btn-text {
    text-align: center;
    font-size: 18px;
  }

  .video-picture {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    right: auto;
  }

  .video-pop {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .video-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookiehead {
    min-height: 60px;
    padding-left: 20px;
    font-size: 18px;
  }

  .infowrapper {
    padding: 20px 10px 20px 20px;
    font-size: 14px;
    line-height: 19px;
    overflow: auto;
  }

  .cookiebtn {
    margin-bottom: 10px;
  }

  .cookienewwrapper {
    align-items: flex-start;
    padding-top: 20px;
    overflow: auto;
  }

  .contentwrapper {
    min-height: 500px;
    max-height: 500px;
  }

  .div-block-1055 {
    flex-direction: column;
    min-height: auto;
    padding: 10px 20px;
  }

  .kvkk-list-item {
    width: 100%;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}