@charset "UTF-8";
@font-face {
  font-family: "Mulish-Bold";
  src: url("/assets/font/Mulish-Bold.woff2");
}
@font-face {
  font-family: "Mulish-Light";
  src: url("/assets/font/Mulish-Light.woff2");
}
@font-face {
  font-family: "Mulish-Regular";
  src: url("/assets/font/Mulish-Regular.woff2");
}
@font-face {
  font-family: "Mulish-SemiBold";
  src: url("/assets/font/Mulish-SemiBold.woff2");
}
.color-blue {
  color: #14c0d9;
}

.color-blue2 {
  color: #05B4C7;
}

.color-blue3 {
  color: #049EAD;
}

.color-dark-blue {
  color: #002855;
}

.color-dark-blue2 {
  color: #024875;
}

.color-gray1 {
  color: #A0ACBD;
}

.fSize-5024 {
  font-size: clamp(1.6666666667vw, calc(8.4px + 3.25vw), 3.4722222222vw);
}

.fSize-1816 {
  font-size: clamp(1.1111111111vw, calc(14.8px + 0.25vw), 1.25vw);
}

.fSize-1614 {
  font-size: clamp(1.1111111111vw, calc(14.8px + 0.25vw), 1.25vw);
}

.fSize-2018 {
  font-size: clamp(1.25vw, calc(16.8px + 0.25vw), 1.3888888889vw);
}

.fSize-24 {
  font-size: 1.6666666667vw;
}

@media screen and (max-width: 680px) {
  .fSize-24 {
    font-size: 7.5vw;
  }
}
.fSize-16 {
  font-size: 1.1111111111vw;
}

@media screen and (max-width: 680px) {
  .fSize-16 {
    font-size: 5vw;
  }
}
.fSize-14 {
  font-size: 0.9722222222vw;
}

@media screen and (max-width: 680px) {
  .fSize-14 {
    font-size: 4.375vw;
  }
}
.fFamily-mR {
  font-family: Mulish-Regular;
}

.fFamily-mM {
  font-family: Mulish-Medium;
}

.fFamily-mSb {
  font-family: Mulish-SemiBold;
}

.fFamily-mB {
  font-family: Mulish-Bold;
}

.fFamily-mEb {
  font-family: Mulish-ExtraBold;
}

.fFamily-mBl {
  font-family: Mulish-Black;
}

.opacity1 {
  opacity: .1;
}

.opacity2 {
  opacity: .2;
}

.opacity3 {
  opacity: .3;
}

.opacity4 {
  opacity: .4;
}

.opacity5 {
  opacity: .5;
}

.opacity6 {
  opacity: .6;
}

.opacity7 {
  opacity: .7;
}

.opacity8 {
  opacity: .8;
}

.opacity9 {
  opacity: .9;
}

.opacity10 {
  opacity: 1;
}

main {
  min-height: calc(100vh - 250px);
}

.container {
  position: relative;
}

.template-fullsize {
  display: flex;
  justify-content: center;
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.template-tall {
  max-width: 100vw;
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.d-none {
  display: none !important;
}

.d-flex-cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-jc-start {
  justify-content: flex-start !important;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.m-auto-x {
  margin-left: auto;
  margin-right: auto;
}

.m-auto-y {
  margin-top: auto;
  margin-bottom: auto;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "Mulish-Light";
  color: white;
}

@media screen and (max-width: 680px) {
  html {
    overflow-y: scroll !important;
  }
}
html {
  background: linear-gradient(179.95deg, #001022 -2.11%, #067BFF 287.69%);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media screen and (min-width: 679px) {
  html.animation-scroll {
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
  }
  html.animation-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent;
  }
  html.animation-scroll::-webkit-scrollbar-track {
    border-radius: 4px;
  }
  html.animation-scroll::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
  }
  html.animation-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
  html.animation-scroll::-webkit-scrollbar-button {
    display: none;
  }
}
main:not(.animation-scroll) {
  min-height: calc(100dvh - 10.7638888889vw);
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 20.625vw;
  }
  main:not(.animation-scroll) {
    min-height: calc(100dvh - 39.375vw);
  }
}
body {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}

button {
  outline: none;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-font-smoothing: inherit;
  -o-font-smoothing: inherit;
  font-smoothing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

ul li {
  list-style: none;
}

h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

a.underline {
  text-decoration: underline;
  color: #14c0d9;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5972222222vw;
  z-index: 50;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding: 1.3194444444vw 9.375vw;
}
header nav .logo {
  width: 11.4583333333vw;
  height: auto;
}
header nav .logo img {
  width: inherit;
  height: inherit;
}
header nav .hamburger {
  display: none;
  width: 1.6666666667vw;
  height: 1.25vw;
}
header nav .navlinks {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4.1666666667vw;
}
header nav .navlinks .navlink {
  position: relative;
}
header nav .navlinks .navlink a {
  position: relative;
  color: white;
}
header nav .navlinks .navlink a:has(+ .dropbox)::after {
  content: url(/assets/image/icon-arrow.svg);
  display: inline-block;
  margin-left: 8px;
}
header nav .navlinks .navlink a:has(+ .dropbox.active)::after {
  transform: rotate(180deg);
}
header nav .navlinks .navlink.active > a {
  color: #14c0d9;
}
header nav .navlinks .navlink.active::before {
  content: "";
  position: absolute;
  bottom: -1.1805555556vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.5555555556vw;
  border: 1px solid rgba(20, 192, 217, 0.38);
  border-radius: 9.1666666667vw;
  background: linear-gradient(94deg, rgba(255, 255, 255, 0.03) -10.88%, rgba(255, 255, 255, 0) 106.13%);
  box-shadow: 0.8454166667vw 0.8454166667vw 3.125vw 0vw rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.5208333333vw);
}
header nav .navlinks .navlink .dropbox {
  display: none;
  position: absolute;
  right: 0;
  top: 3.0555555556vw;
  max-width: 90dvw;
  width: auto;
  border: 1px solid #05B4C7;
  border-image-source: linear-gradient(348.78deg, rgba(20, 192, 217, 0.38) -14.57%, rgba(255, 255, 255, 0) 110.91%, #14C0D9 110.91%), linear-gradient(0deg, #05B4C7, #05B4C7);
  border-radius: 0.2777777778vw;
  background-color: #001022;
  min-width: 17.3611111111vw;
}
header nav .navlinks .navlink .dropbox li {
  height: 4.3055555556vw;
}
header nav .navlinks .navlink .dropbox li.active {
  background-color: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header nav .navlinks .navlink .dropbox li.active a {
  color: #05B4C7;
}
header nav .navlinks .navlink .dropbox li a {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 1.3888888889vw 1.1111111111vw;
  width: inherit;
  height: inherit;
}
header nav .navlinks .navlink .dropbox.active {
  display: block;
}

html:not(.animation-scroll) main {
  padding-top: 4.5833333333vw;
}

@media screen and (min-width: 767px) {
  html:not(.animation-scroll) header {
    position: unset;
    top: unset;
    left: unset;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    height: 20.625vw;
    background-color: rgba(1, 18, 37, 0.6);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
  }
  header nav {
    position: relative;
  }
  header nav .logo {
    width: 24.375vw;
  }
  header nav .hamburger {
    display: flex;
    width: 7.5vw;
    height: 5.625vw;
  }
  header nav .hamburger.active {
    height: 7.5vw;
  }
  header nav .hamburger.active img {
    content: url("/assets/image/icon-close-01.svg");
  }
  header nav .hamburger.active + .navlinks {
    display: flex;
  }
  header nav .navlinks {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    gap: 7.5vw;
    width: 100%;
    padding: 3.125vw 5vw;
    background-color: #001022;
    z-index: 100;
  }
  header nav .navlinks .navlink {
    width: 100%;
  }
  header nav .navlinks .navlink > a {
    font-size: 5vw;
    border-bottom: 0.3125vw solid #14c0d9;
    padding: 3.75vw 0;
    display: block;
    width: 100%;
    white-space: nowrap;
  }
  header nav .navlinks .navlink > a::after {
    content: none !important;
  }
  header nav .navlinks .navlink > a:has(+ .dropbox)::before {
    content: url(/assets/image/icon-arrow.svg);
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
  }
  header nav .navlinks .navlink > a:has(+ .dropbox.active)::before {
    transform: translateY(-50%) rotate(180deg);
  }
  header nav .navlinks .navlink.active::before {
    content: none;
  }
  header nav .navlinks .navlink .dropbox {
    display: none;
    position: unset;
    right: unset;
    top: unset;
    border: unset;
    border-radius: unset;
    margin-left: 6.25vw;
  }
  header nav .navlinks .navlink .dropbox li {
    height: 15vw;
  }
  header nav .navlinks .navlink .dropbox li a {
    padding: 6.25vw 5vw;
    font-size: 4.375vw;
  }
  header nav .navlinks .navlink .dropbox li.active {
    background-color: unset;
  }
  header nav .navlinks .navlink .dropbox li {
    border-top: unset !important;
    border-bottom: 1px solid rgba(5, 180, 199, 0.5019607843) !important;
  }
  header nav .navlinks .navlink .dropbox.active {
    display: block;
  }
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.5833333333vw;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1.3888888889vw 0.8333333333vw;
}
footer .inner-footer {
  max-width: 81.25vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3888888889vw;
}
footer .inner-footer .left {
  margin-right: auto;
}
footer .inner-footer .left .image {
  height: 2.9166666667vw;
  width: auto;
}
footer .inner-footer .left .image img {
  width: inherit;
  height: inherit;
}
footer .inner-footer .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.3888888889vw;
  margin-right: auto;
}
footer .inner-footer .right .top,
footer .inner-footer .right .bottom,
footer .inner-footer .right .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3888888889vw;
}
footer .inner-footer .right .links span {
  text-decoration: underline;
}
footer .inner-footer .right .bottom .links li a {
  display: flex;
  align-items: center;
  gap: 0.5555555556vw;
}

@media screen and (max-width: 768px) {
  footer {
    height: unset;
    padding: 6.25vw 3.75vw;
  }
  footer .inner-footer {
    flex-direction: column;
    gap: 3.75vw;
  }
  footer .inner-footer .left .image {
    height: 13.125vw;
  }
  footer .inner-footer .right {
    gap: 10vw;
  }
  footer .inner-footer .right .top .links {
    flex-direction: column;
    gap: 1.5625vw;
  }
  footer .inner-footer .right .top .links a {
    font-size: 5vw;
  }
  footer .inner-footer .right .bottom {
    flex-direction: column;
    gap: 10vw;
  }
  footer .inner-footer .right .bottom .links {
    gap: 3.75vw;
  }
  footer .inner-footer .right .bottom .links li a {
    gap: 2.5vw;
  }
  footer .inner-footer .right .bottom p,
  footer .inner-footer .right .bottom span {
    font-size: 4.375vw;
  }
  footer .inner-footer .left,
  footer .inner-footer .right {
    margin-right: unset;
  }
}
i.erisebilirlik {
  content: url(/assets/image/icon-erisebilirlik.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}

i.engelsiz-ceviri {
  content: url(/assets/image/icon-engelsiz-ceviri.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}

@media screen and (min-width: 679px) and (max-width: 1300px) {
  section .inner-section .left-part .section.section-1 .content {
    padding-top: unset !important;
    zoom: 0.9 !important;
  }
}
@media screen and (min-width: 680px) {
  section .inner-section .left-part .section.section-1 .content {
    zoom: 0.9 !important;
  }
}
section .inner-section {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 7.7777777778vw;
  padding-left: 16.3194444444vw;
  padding-right: 16.3194444444vw;
}
section .inner-section .left-part {
  max-width: 43.0555555556vw;
  width: 100%;
}
section .inner-section .left-part .section {
  max-width: 43.0555555556vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100dvh;
  height: 100dvh;
  scroll-snap-align: start;
}
section .inner-section .left-part .section.section-1 {
  display: flex;
  align-items: flex-start;
}
section .inner-section .left-part .section.section-1 .content {
  margin-top: 6.9444444444vw;
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  padding-top: 1.3888888889vw;
}
section .inner-section .left-part .section.section-1 .content .image {
  max-width: 38.8888888889vw;
  width: 100%;
  height: 16.6666666667vw;
  border-radius: 0.5555555556vw;
  overflow: hidden;
}
section .inner-section .left-part .section.section-1 .content .image img {
  max-width: inherit;
  width: inherit;
  height: inherit;
  object-fit: cover;
  object-position: center;
}
section .inner-section .left-part .section.section-1 .content .title {
  font-size: 2.3611111111vw;
}
section .inner-section .left-part .section.section-1 .content .comment {
  max-width: 38.8888888889vw;
  line-height: 2.2222222222vw;
}
section .inner-section .left-part .section.section-1 .content p {
  max-width: 38.8888888889vw;
}
section .inner-section .left-part .section.section-2 {
  display: none;
}
section .inner-section .left-part .section.section-3 .contact {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
section .inner-section .left-part .section.section-3 .contact > .title {
  padding-bottom: 2.0833333333vw;
  border-bottom: 0.0694444444vw solid #14c0d9;
  width: min-content;
}
section .inner-section .left-part .section.section-3 .contact .contact-part {
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
  width: 18.75vw;
}
section .inner-section .left-part .section.section-3 .contact .contact-part .comment {
  font-weight: 300;
  max-width: 13.8888888889vw;
}
section .inner-section .left-part .section.section-3 .contact .multiple-part {
  display: flex;
  gap: 0.6944444444vw;
}
section .inner-section .left-part .section.section-3 .contact .image {
  max-width: 12.5vw;
  width: 100%;
}
section .inner-section .left-part .section.section-3 .contact .image img {
  max-width: inherit;
  width: inherit;
}
section .inner-section .left-part .section.section-space {
  height: 25dvh;
}
section .inner-section .right-part {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 4.1666666667vw;
}
section .inner-section .right-part .inner-part {
  height: 88%;
  width: 11.9444444444vw;
  background-color: #002855;
  border-radius: 15.9722222222vw;
}
section .inner-section .right-part .inner-part .phone-animation {
  width: inherit;
  height: 100%;
  position: relative;
}
section .inner-section .right-part .inner-part .phone-animation > img {
  position: sticky;
  width: 15.2777777778vw;
  height: min-content;
  top: 8.6111111111vw;
  margin-top: 8.5416666667vw;
  margin-bottom: 7.7777777778vw;
  left: 0;
  transform: translateX(-10%);
  filter: drop-shadow(-16px 43px 30px rgba(0, 0, 0, 0.52));
}
section .inner-section .right-part .inner-part .phone-animation .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1.9444444444vw;
  height: 4.3055555556vw;
  border-radius: 9.1666666667vw;
  background: linear-gradient(93.94deg, rgba(255, 255, 255, 0.03) -10.88%, rgba(255, 255, 255, 0) 106.13%);
  filter: drop-shadow(12.1744px 12.1744px 45px rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(7.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 40;
}
section .inner-section .right-part .inner-part .phone-animation .button::after {
  color: white;
  position: absolute;
  font-size: 0.8333333333vw;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
section .inner-section .right-part .inner-part .phone-animation .button img {
  width: 0.8333333333vw;
}
section .inner-section .right-part .inner-part .phone-animation .button.up {
  bottom: 5.6944444444vw;
}
section .inner-section .right-part .inner-part .phone-animation .button.up img {
  transform: rotate(180deg);
}
section .inner-section .right-part .inner-part .phone-animation .button.up::after {
  content: "Yukarıya Kaydır";
  bottom: -2.0833333333vw;
}
section .inner-section .right-part .inner-part .phone-animation .button.down {
  top: 6.25vw;
}
section .inner-section .right-part .inner-part .phone-animation .button.down::after {
  content: "Aşağıya Kaydır";
  top: -2.0833333333vw;
}
section .copy-right {
  position: absolute;
  bottom: 10px;
}

@media screen and (max-width: 680px) {
  html {
    scroll-snap-type: unset;
    scroll-behavior: unset;
  }
  section .inner-section {
    margin-top: 12.5vw;
    margin-bottom: 12.5vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  section .inner-section .left-part {
    scroll-snap-align: unset;
    display: flex;
    flex-direction: column;
    gap: 10vw;
    max-width: unset;
  }
  section .inner-section .left-part .section {
    text-align: center;
    max-width: 100% !important;
    min-height: unset;
    height: unset;
  }
  section .inner-section .left-part .section.section-1 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: unset;
    gap: 10vw;
  }
  section .inner-section .left-part .section.section-1 .content .image {
    display: none;
    width: 100%;
    max-width: unset;
    height: 100vw;
    border-radius: 2.5vw;
  }
  section .inner-section .left-part .section.section-1 .content .image img {
    object-fit: cover;
  }
  section .inner-section .left-part .section.section-1 .content > .title {
    font-size: 7.5vw;
    font-weight: 900;
  }
  section .inner-section .left-part .section.section-1 .content .comment {
    font-size: 5vw;
    max-width: unset;
    line-height: 6.5625vw;
    justify-content: center;
  }
  section .inner-section .left-part .section.section-1 .content p {
    font-size: 5.625vw;
    max-width: unset;
    line-height: 6.5625vw;
    justify-content: center;
  }
  section .inner-section .left-part .section.section-2 {
    display: flex;
    align-items: center;
    max-height: 181.25vw;
  }
  section .inner-section .left-part .section.section-2 .inner-part {
    max-width: 56.25vw;
    width: 100%;
    background-color: #002855;
    border-radius: 79.0625vw;
    padding: 20.3125vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section .inner-section .left-part .section.section-2 .inner-part .phone-animation {
    width: 68.75vw;
    height: 140.625vw;
  }
  section .inner-section .left-part .section.section-2 .inner-part .phone-animation > img {
    width: inherit;
    height: inherit;
    filter: drop-shadow(-16px 43px 30px rgba(0, 0, 0, 0.52));
  }
  section .inner-section .left-part .section.section-3 .fSize-24 {
    font-size: 7.5vw;
  }
  section .inner-section .left-part .section.section-3 .fSize-16 {
    font-size: 5vw;
  }
  section .inner-section .left-part .section.section-3 .contact {
    align-items: center;
    gap: 12.5vw;
  }
  section .inner-section .left-part .section.section-3 .contact .contact-part {
    width: unset;
    gap: 5vw;
  }
  section .inner-section .left-part .section.section-3 .contact .contact-part .comment {
    max-width: unset;
  }
  section .inner-section .left-part .section.section-3 .contact .multiple-part {
    flex-direction: column;
    gap: 5vw;
  }
  section .inner-section .left-part .section.section-3 .contact .image {
    width: 100%;
    max-width: 45.9375vw;
  }
  section .inner-section .left-part .section.section-space {
    display: none;
  }
  section .inner-section .right-part {
    display: none;
  }
  section .inner-section .copy-right {
    display: none;
  }
}
.how-to-get-loan .inner-section {
  max-width: 67.5vw;
  display: flex;
  flex-direction: column;
  gap: 5.5555555556vw;
  padding: 1.6666666667vw 1.6666666667vw 3.3333333333vw;
}
.how-to-get-loan .inner-section > .title {
  font-size: 2.9166666667vw;
  font-family: "Mulish-Bold";
}
.how-to-get-loan .inner-section .cards {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 2.0833333333vw;
  row-gap: 4.375vw;
}
.how-to-get-loan .inner-section .cards .card {
  text-align: center;
  background: #0A2441;
  border-radius: 1.25vw;
  max-width: 21.1111111111vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.6666666667vw;
  min-height: 17.9861111111vw;
}
.how-to-get-loan .inner-section .cards .card .image {
  position: relative;
  margin-top: -4.1666666667vw;
  width: 12.1527777778vw;
  height: 12.1527777778vw;
  border-radius: 50%;
  border: 0.0694444444vw solid #14c0d9;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  backdrop-filter: blur(0.6944444444vw);
}
.how-to-get-loan .inner-section .cards .card .image img {
  width: 5.4166666667vw;
  height: 5.4166666667vw;
}
.how-to-get-loan .inner-section .cards .card .title {
  margin-top: 1.1111111111vw;
  font-size: 1.25vw;
  font-weight: 400;
}
.how-to-get-loan .inner-section .cards .card a {
  margin-top: 1.6666666667vw;
  font-size: 1.25vw;
  color: #14c0d9;
  text-decoration: underline;
  font-weight: 700;
}

@media screen and (max-width: 680px) {
  .how-to-get-loan .inner-section {
    gap: 18.75vw;
    padding: 6.71875vw;
    max-width: unset;
    margin-bottom: 15.625vw;
  }
  .how-to-get-loan .inner-section > .title {
    font-size: 7.5vw;
  }
  .how-to-get-loan .inner-section .cards {
    grid-template-columns: auto;
    gap: unset;
    row-gap: 15.625vw;
  }
  .how-to-get-loan .inner-section .cards .card {
    max-width: unset;
    padding: 6.5625vw;
    min-height: 72.5vw;
    border-radius: 5.625vw;
  }
  .how-to-get-loan .inner-section .cards .card .image {
    width: 48.75vw;
    height: 48.75vw;
    margin-top: -18.75vw;
  }
  .how-to-get-loan .inner-section .cards .card .image img {
    width: 21.875vw;
    height: 21.875vw;
  }
  .how-to-get-loan .inner-section .cards .card .title {
    margin-top: 4.375vw;
    font-size: 5vw;
  }
  .how-to-get-loan .inner-section .cards .card a {
    margin-top: 7.5vw;
    font-size: 5vw;
  }
}
.contact {
  margin-top: 3.4722222222vw;
}
.contact .inner-section {
  max-width: 67.5vw;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
  padding: 1.6666666667vw 1.6666666667vw 3.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
.contact .inner-section > .title {
  padding-bottom: 2.0833333333vw;
  border-bottom: 0.0694444444vw solid #14c0d9;
  width: min-content;
}
.contact .inner-section .contact-part {
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
  width: 18.75vw;
}
.contact .inner-section .contact-part .comment {
  font-weight: 300;
  max-width: 13.8888888889vw;
}
.contact .inner-section .multiple-part {
  display: flex;
  gap: 0.6944444444vw;
}
.contact .inner-section .image {
  max-width: 12.5vw;
  width: 100%;
}
.contact .inner-section .image img {
  max-width: inherit;
  width: inherit;
}

@media screen and (max-width: 680px) {
  .contact {
    margin-top: unset;
  }
  .contact .inner-section .fSize-24 {
    font-size: 7.5vw;
  }
  .contact .inner-section .fSize-16 {
    font-size: 5vw;
  }
  .contact .inner-section {
    gap: 18.75vw;
    padding: 6.71875vw;
    max-width: unset;
    align-items: center;
    text-align: center;
    margin-top: 15.625vw;
    margin-bottom: 12.5vw;
  }
  .contact .inner-section .contact-part {
    width: unset;
    gap: 5vw;
  }
  .contact .inner-section .contact-part .comment {
    max-width: unset;
  }
  .contact .inner-section .multiple-part {
    flex-direction: column;
    gap: 12.5vw;
  }
  .contact .inner-section .image {
    width: 100%;
    max-width: 45.9375vw;
  }
}
.sss .inner-section {
  max-width: 67.5vw;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
  padding: 1.6666666667vw 1.6666666667vw 3.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: clamp(2.0833333333vw, calc(18.6666666667px + 1.6666666667vw), 2.7777777778vw);
}
.sss .inner-section .top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sss .inner-section .top-part .left,
.sss .inner-section .top-part .right {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
}
.sss .inner-section .top-part .title {
  font-size: 2.9166666667vw;
  font-weight: 800;
  font-family: "Mulish-Bold";
}
.sss .inner-section .top-part .search-box {
  position: relative;
  border-radius: 0.2777777778vw;
  overflow: hidden;
}
.sss .inner-section .top-part .search-box input {
  min-width: 23.8194444444vw;
  width: 100%;
  height: 3.8888888889vw;
  border-radius: 0.2777777778vw;
  border: 0.0694444444vw solid #05B4C7;
  background-color: transparent;
  padding: 1.1111111111vw;
  font-size: 0.9722222222vw;
}
.sss .inner-section .top-part .search-box input:focus-visible {
  outline: none;
}
.sss .inner-section .top-part .search-box .search-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.2777777778vw;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  background-color: #049EAD;
  cursor: pointer;
}
.sss .inner-section .top-part .search-box .search-button img {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.sss .inner-section .content h3 {
  font-size: 1.6666666667vw;
}
.sss .inner-section .content h4 {
  font-size: 0.9722222222vw;
}
.sss .inner-section .content p {
  font-size: 0.9722222222vw;
  line-height: 1.3888888889vw;
}
.sss .inner-section .accordions {
  display: none;
  flex-direction: column;
  gap: 1.1111111111vw;
}
.sss .inner-section .accordions.active {
  display: flex;
}
.sss .inner-section .accordions > .downloand-link {
  border: 1px solid #05B4C7;
  border-radius: 0.2777777778vw;
  padding: 1.7361111111vw 1.1111111111vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sss .inner-section .accordions:has(.accordion .detail .links) .accordion .trigger span {
  font-weight: 300;
  font-size: initial;
}
.sss .inner-section .accordions .accordion {
  border: 1px solid #05B4C7;
  border-radius: 0.2777777778vw;
  transition: all 0.45s ease-in-out;
  display: none;
}
.sss .inner-section .accordions .accordion.show {
  display: block;
}
.sss .inner-section .accordions .accordion.active .trigger img {
  content: url("/assets/image/minus.svg");
}
.sss .inner-section .accordions .accordion .trigger {
  position: relative;
  padding: 1.7361111111vw 1.1111111111vw;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sss .inner-section .accordions .accordion .trigger span {
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 700;
  width: 70%;
}
.sss .inner-section .accordions .accordion .detail {
  display: none;
  height: auto;
  opacity: 0;
  overflow: hidden;
  padding-left: 1.1111111111vw;
  padding-right: 1.1111111111vw;
  font-size: 0.9722222222vw;
  font-weight: 400;
}
.sss .inner-section .accordions .accordion .detail.active {
  display: block;
  opacity: 1;
  padding: 1.7361111111vw 1.1111111111vw;
  transition: max-height 0.45s linear;
  margin-top: -1.7361111111vw;
}
.sss .inner-section .accordions .accordion .detail .cookie-buttons {
  display: flex;
  margin-top: 1.3888888889vw;
}
.sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
}
.sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie .input {
  width: 2.5694444444vw;
  height: 1.1111111111vw;
}
.sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie .input input {
  cursor: pointer;
  visibility: hidden;
  position: absolute;
}
.sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie .input input:checked + label::before {
  left: unset;
  right: 0vw;
  background-color: #049EAD;
}
.sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie .input label {
  background-color: #024875;
  width: inherit;
  height: inherit;
  border-radius: 1.5625vw;
  display: block;
  position: relative;
  cursor: pointer;
}
.sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie .input label::before {
  content: "";
  top: 50%;
  position: absolute;
  left: 0vw;
  transform: translateY(-50%);
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 0px 1.9px rgba(0, 0, 0, 0.12), 0px 1.9px 1.9px rgba(0, 0, 0, 0.237602);
}
.sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie p {
  font-size: 1.1111111111vw;
}
.sss .inner-section .accordions .accordion .detail .links {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
.sss .inner-section .accordions .accordion .detail .links > .downloand-link {
  margin-left: 1.1111111111vw;
  border-bottom: 0.0694444444vw solid white;
  display: flex;
  gap: 0.8333333333vw;
  align-items: center;
  width: max-content;
}
.sss .inner-section .accordions .accordion .detail .links > .downloand-link span {
  font-size: 1.1111111111vw;
}
.sss .inner-section .accordions .accordion .detail .links > .downloand-link img {
  width: 1.1111111111vw;
  height: 1.1111111111vw;
}

@media screen and (max-width: 680px) {
  .sss .inner-section {
    max-width: unset;
    gap: 9.375vw;
    padding: 7.5vw 3.75vw;
  }
  .sss .inner-section .top-part {
    flex-direction: column;
    gap: 9.375vw;
    align-items: flex-start;
  }
  .sss .inner-section .top-part .left,
  .sss .inner-section .top-part .right {
    gap: 6.25vw;
  }
  .sss .inner-section .top-part .title {
    font-size: 7.5vw;
  }
  .sss .inner-section .top-part .search-box {
    border-radius: 1.25vw;
    width: 100%;
  }
  .sss .inner-section .top-part .search-box input {
    min-width: unset;
    height: 17.5vw;
    border-radius: 1.25vw;
    border: 0.3125vw solid #05B4C7;
    padding: 5vw;
    font-size: 4.375vw;
  }
  .sss .inner-section .top-part .search-box .search-button {
    border-radius: 1.25vw;
    width: 17.5vw;
    height: 17.5vw;
  }
  .sss .inner-section .top-part .search-box .search-button img {
    width: 7.5vw;
    height: 7.5vw;
  }
  .sss .inner-section .content h3 {
    font-size: 5vw;
  }
  .sss .inner-section .content h4 {
    font-size: 4.375vw;
  }
  .sss .inner-section .content p {
    font-size: 4.375vw;
    line-height: 6.25vw;
  }
  .sss .inner-section .accordions {
    gap: 7.5vw;
  }
  .sss .inner-section .accordions:has(.accordion .detail .links) .accordion .trigger {
    padding: 1.7361111111vw 1.1111111111vw;
  }
  .sss .inner-section .accordions:has(.accordion .detail .links) .accordion .trigger span {
    width: unset;
  }
  .sss .inner-section .accordions .accordion {
    border-radius: 1.25vw;
  }
  .sss .inner-section .accordions .accordion .trigger {
    padding: 7.8125vw 5vw;
  }
  .sss .inner-section .accordions .accordion .trigger span {
    font-size: 5vw;
  }
  .sss .inner-section .accordions .accordion .detail {
    font-size: 4.375vw;
  }
  .sss .inner-section .accordions .accordion .detail.active {
    opacity: 1;
    padding: 7.8125vw 5vw;
    margin-top: -7.8125vw;
  }
  .sss .inner-section .accordions .accordion .detail .cookie-buttons {
    display: flex;
    flex-direction: column;
    margin-top: 6.25vw;
    gap: 6.25vw;
  }
  .sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie {
    gap: 6.25vw;
    width: 100%;
  }
  .sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie .input {
    width: 11.5625vw;
    height: 5vw;
  }
  .sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie .input input:checked + label::before {
    right: 0vw;
  }
  .sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie .input label {
    border-radius: 7.03125vw;
  }
  .sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie .input label::before {
    left: 0vw;
    transform: translateY(-50%);
    width: 6.25vw;
    height: 6.25vw;
  }
  .sss .inner-section .accordions .accordion .detail .cookie-buttons .btn-cookie p {
    font-size: 4.375vw;
  }
  .sss .inner-section .accordions .accordion .detail .links {
    gap: 3.75vw;
    margin-top: 3.75vw;
  }
  .sss .inner-section .accordions .accordion .detail .links > .downloand-link {
    margin-left: 0;
    border-bottom: 0.3125vw solid white;
    gap: 3.75vw;
  }
  .sss .inner-section .accordions .accordion .detail .links > .downloand-link span {
    font-size: 3.75vw;
  }
  .sss .inner-section .accordions .accordion .detail .links > .downloand-link img {
    width: 5vw;
    height: 5vw;
  }
}
.odeme-kanallari .inner-section {
  max-width: 67.5vw;
  display: flex;
  flex-direction: column;
  gap: 5.5555555556vw;
  padding: 1.6666666667vw 1.6666666667vw 3.3333333333vw;
}
.odeme-kanallari .inner-section > .title {
  font-size: 2.9166666667vw;
  font-family: "Mulish-Bold";
}
.odeme-kanallari .inner-section .content-box {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
}
.odeme-kanallari .inner-section .content-box > .title {
  position: relative;
  font-size: 1.3888888889vw;
  font-family: "Mulish-SemiBold";
  padding: 1.6666666667vw 1.1111111111vw;
  border-radius: 0.2777777778vw;
  background: transparent;
  display: inline-block;
  width: max-content;
}
.odeme-kanallari .inner-section .content-box > .title::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.0694444444vw;
  background: linear-gradient(155deg, #E0D8D8 22.71%, #001E3F 47.13%);
  border-radius: 0.5555555556vw;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}
.odeme-kanallari .inner-section .content-box .text-with-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
}
.odeme-kanallari .inner-section .content-box .text-with-icon::before {
  content: "";
  display: inline-block;
  width: 2.5vw;
  height: 2.5vw;
}
.odeme-kanallari .inner-section .content-box .text-with-icon.blue::before {
  content: url(/assets/image/icon-text-tri-blue.svg);
}
.odeme-kanallari .inner-section .content-box .text-with-icon.white::before {
  content: url(/assets/image/icon-text-tri-white.svg);
}
.odeme-kanallari .inner-section .content-box .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.0833333333vw;
}
.odeme-kanallari .inner-section .content-box .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.3333333333vw;
  border-radius: 0.2777777778vw;
  background-color: #0D3969;
  width: 100%;
}
.odeme-kanallari .inner-section .content-box .btn-link span {
  font-size: 0.9722222222vw;
  text-decoration: underline;
  color: #05B4C7;
}
.odeme-kanallari .inner-section .content-box .btn-link::after {
  content: url(/assets/image/icon-arrow-right-cyan.svg);
  display: inline-block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.odeme-kanallari .inner-section .content-box .lists {
  display: flex;
  align-items: baseline;
  width: 100%;
}
.odeme-kanallari .inner-section .content-box .lists .list {
  width: 100%;
}
.odeme-kanallari .inner-section .content-box .lists .list > ul {
  padding-left: 0.8333333333vw;
}
.odeme-kanallari .inner-section .content-box .lists .list > ul > li {
  margin-bottom: 0.5555555556vw;
  font-weight: 600;
}
.odeme-kanallari .inner-section .content-box .lists .list > ul > li::before {
  content: "";
  display: inline-block;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  margin-right: 0.7638888889vw;
  border-radius: 50%;
  background-color: #05B4C7;
}
.odeme-kanallari .inner-section .content-box .lists .list > ul ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5555555556vw;
  font-weight: 400;
}
.odeme-kanallari .inner-section .content-box .lists .list > ul ul li::before {
  content: url(/assets/image/icon-double-arrow-right-cyan.svg);
  display: inline-block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin-right: 0.7638888889vw;
}
.odeme-kanallari .inner-section .content-box .content {
  border-left: 0.2777777778vw solid #14C0D9;
  padding-left: 0.8333333333vw;
}
.odeme-kanallari .inner-section .content-box .content p {
  padding-bottom: 0.5555555556vw;
}
@media screen and (max-width: 680px) {
  .odeme-kanallari .inner-section {
    max-width: 303.75vw;
    gap: 25vw;
    padding: 7.5vw 4.375vw 15vw;
  }
  .odeme-kanallari .inner-section > .title {
    font-size: 13.125vw;
  }
  .odeme-kanallari .inner-section .content-box {
    gap: 7.5vw;
  }
  .odeme-kanallari .inner-section .content-box > .title {
    font-size: 6.25vw;
    padding: 7.5vw 5vw;
    border-radius: 1.25vw;
    width: unset;
  }
  .odeme-kanallari .inner-section .content-box > .title::before {
    padding: 0.3125vw;
    border-radius: 2.5vw;
  }
  .odeme-kanallari .inner-section .content-box .text-with-icon {
    align-items: flex-start;
  }
  .odeme-kanallari .inner-section .content-box .text-with-icon::before {
    width: 11.25vw;
    height: 11.25vw;
  }
  .odeme-kanallari .inner-section .content-box .btns {
    gap: 9.375vw;
    flex-wrap: wrap;
  }
  .odeme-kanallari .inner-section .content-box .btn-link {
    height: 15vw;
    border-radius: 1.25vw;
  }
  .odeme-kanallari .inner-section .content-box .btn-link span {
    font-size: 4.375vw;
  }
  .odeme-kanallari .inner-section .content-box .btn-link::after {
    width: 7.5vw;
    height: 7.5vw;
  }
  .odeme-kanallari .inner-section .content-box .lists {
    flex-direction: column;
  }
  .odeme-kanallari .inner-section .content-box .lists .list .text-with-icon {
    align-items: center;
  }
  .odeme-kanallari .inner-section .content-box .lists .list > ul {
    padding-left: 3.75vw;
  }
  .odeme-kanallari .inner-section .content-box .lists .list > ul > li {
    margin-bottom: 2.5vw;
  }
  .odeme-kanallari .inner-section .content-box .lists .list > ul > li::before {
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 3.4375vw;
  }
  .odeme-kanallari .inner-section .content-box .lists .list > ul ul li {
    margin-bottom: 2.5vw;
  }
  .odeme-kanallari .inner-section .content-box .lists .list > ul ul li::before {
    width: 7.5vw;
    height: 7.5vw;
    margin-right: 3.4375vw;
  }
  .odeme-kanallari .inner-section .content-box .content {
    border-left: 1.25vw solid #14C0D9;
    padding-left: 3.75vw;
  }
  .odeme-kanallari .inner-section .content-box .content p {
    padding-bottom: 2.5vw;
  }
}
.download-cols {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
.download-cols .download-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8333333333vw;
  padding: 0.8333333333vw 1.3888888889vw;
  border-radius: 0.2777777778vw;
  border: 0.0694444444vw solid #05B4C7;
}
.download-cols .download-col span {
  font-size: 1.25vw;
}
.download-cols .download-col img {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
}

@media screen and (max-width: 680px) {
  .download-cols {
    gap: 3.75vw;
  }
  .download-cols .download-col {
    gap: 3.75vw;
    padding: 3.75vw 6.25vw;
    border-radius: 1.25vw;
    border: 0.3125vw solid #05B4C7;
  }
  .download-cols .download-col span {
    font-size: 5.625vw;
  }
  .download-cols .download-col img {
    width: 10vw;
    height: 10vw;
  }
}
.tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6666666667vw;
}
.tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 5.5555555556vw;
  height: 2.0833333333vw;
  border: 0.0694444444vw solid #05B4C7;
  border-radius: 0.8333333333vw;
  cursor: pointer;
  font-size: 1.1111111111vw;
}
.tabs .tab.active {
  background-color: rgba(255, 255, 255, 0.4);
}

.tabs2 {
  display: flex;
  align-items: center;
  border: 0.0694444444vw solid #05B4C7;
}
.tabs2 .tab {
  padding: 1.1805555556vw 0.5555555556vw;
  border-left: 0.2777777778vw solid #05B4C7;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.5277777778vw;
  text-align: center;
  color: white;
  width: 100%;
  cursor: pointer;
}
.tabs2 .tab.active {
  border-left: 0.2777777778vw solid white;
  background: rgba(255, 255, 255, 0.4);
  cursor: default;
}

@media screen and (max-width: 680px) {
  .tabs {
    gap: 7.5vw;
  }
  .tabs .tab {
    min-width: 25vw;
    height: 9.375vw;
    border: 0.3125vw solid #05B4C7;
    border-radius: 3.75vw;
    font-size: 5vw;
  }
  .tabs2 .tab {
    padding: 5.3125vw 2.5vw;
    border-left: 1.25vw solid #05B4C7;
    font-size: 5vw;
    line-height: 6.875vw;
  }
  .tabs2 .tab.active {
    border-left: 1.25vw solid white;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table.type02 {
  table-layout: fixed;
}
table.type02 tbody tr th {
  padding: 0.8333333333vw;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 0.9722222222vw;
}
table.type02 tbody tr td {
  padding: 1.8055555556vw 0.8333333333vw;
  font-size: 0.9722222222vw;
}
table.type02 tbody tr td:not(:first-child) {
  text-align: left;
}
table.type02.border-gray tbody th {
  background: rgba(255, 255, 255, 0.1019607843);
}
table.type02.border-gray tbody th,
table.type02.border-gray tbody td {
  border: 1px solid #A0ACBD;
}
table.type03 tbody tr td,
table.type03 tbody tr th {
  padding: 0.8333333333vw;
  text-align: left;
}
table tbody tr th,
table tbody tr td {
  border: 0.0694444444vw solid #049EAD;
  padding: 0.2777777778vw 0.5555555556vw;
  font-weight: 400;
  font-size: 0.9722222222vw;
  word-wrap: break-word;
}
table tbody tr th {
  font-weight: 700;
  text-align: center;
}
table tbody tr td {
  text-align: center;
}
table tbody tr td:nth-child(3) {
  text-align: start;
}

@media screen and (max-width: 680px) {
  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }
  table.type02 tbody tr th {
    padding: 3.75vw;
    font-size: 4.375vw;
  }
  table.type02 tbody tr td {
    padding: 8.125vw 3.75vw;
    font-size: 4.375vw;
  }
  table.type02 tbody tr td span {
    font-size: 4.375vw !important;
  }
  table tbody tr th,
  table tbody tr td {
    border: 0.3125vw solid #049EAD;
    padding: 0.625vw 1.25vw;
    font-weight: 400;
    font-size: 4.375vw;
  }
  table tbody tr th *,
  table tbody tr td * {
    font-size: 3.125vw !important;
  }
  table tbody tr th {
    font-weight: 700;
    text-align: center;
  }
  table tbody tr td {
    text-align: center;
    width: 100%;
  }
  table tbody tr td:nth-child(3) {
    text-align: start;
  }
  table.mobile-type02 tbody tr:has(th) {
    display: none;
  }
  table.mobile-type02 tbody tr {
    border: 0.3125vw solid #919EBA;
    margin-bottom: 5vw;
    padding: 5vw 3.75vw !important;
  }
  table.mobile-type02 tbody tr:has(td) {
    display: flex;
    flex-direction: column;
  }
  table.mobile-type02 tbody tr:has(td) td {
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border: unset !important;
    text-align: right !important;
    padding: unset;
    margin-bottom: 3.75vw;
    font-size: 4.375vw !important;
    line-height: 5.625vw !important;
    font-weight: 400;
    gap: 12.5vw;
  }
  table.mobile-type02 tbody tr:has(td) td span {
    font-weight: 700 !important;
    width: 40%;
    text-align: left;
  }
}
.contents {
  display: none;
}
.contents.active {
  display: block;
}

.info-box {
  padding: 1.6666666667vw;
  border: 1px solid #05B4C7;
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
  max-width: 22.3611111111vw;
}
.info-box p a {
  color: #14c0d9;
  text-decoration: underline;
}

@media screen and (max-width: 680px) {
  .info-box {
    padding: unset;
    gap: 5vw;
    max-width: unset;
    border: unset;
  }
  .info-box h5,
  .info-box p {
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 680px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.loading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.9444444444vw 0;
}
.loading img {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  animation: rotateLoading 3s ease-in-out infinite;
}

@media screen and (max-width: 680px) {
  .loading {
    padding: 31.25vw 0;
  }
  .loading img {
    width: 18.75vw;
    height: 18.75vw;
  }
}
@keyframes rotateLoading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
ol {
  padding-left: 20px;
}

.ai-content {
  padding-top: clamp(2.2222222222vw, calc(22.9333333333px + 1.3333333333vw), 2.7777777778vw);
  padding-bottom: clamp(2.2222222222vw, calc(22.9333333333px + 1.3333333333vw), 2.7777777778vw);
  padding-left: clamp(0vw, calc(34.1333333333px + -2.6666666667vw), 1.1111111111vw);
  padding-right: clamp(0vw, calc(34.1333333333px + -2.6666666667vw), 1.1111111111vw);
}
.ai-content .inner-section .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ai-content .inner-section .content h3 {
  font-size: 24px;
}
.ai-content .inner-section .content .comment:not(.show) {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ai-content .inner-section .btn-show-detail {
  cursor: pointer;
}

.not-found {
  background-color: white;
}
.not-found .container {
  position: relative;
  max-width: 1920px;
  padding: 0 0 68px;
}
.not-found .container .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
}
.not-found .container .image picture {
  display: block;
  height: inherit;
  z-index: 1;
}
.not-found .container .image picture img {
  height: inherit;
  width: auto;
}
.not-found .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}
.not-found .container .content h2,
.not-found .container .content p {
  max-width: 870px;
  color: #002855;
  margin: unset !important;
}
.not-found .container .content h2 {
  font-size: 24px;
}
.not-found .container .content p {
  font-size: 18px;
}
.not-found .container .content .btn-primary {
  max-width: 570px;
  width: 100%;
  height: 44px;
  background-color: #002855;
  text-decoration: none;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-found .container .content .btn-primary span {
  color: white;
}

@media screen and (max-width: 768px) {
  .not-found .container .image {
    height: auto;
    width: 100%;
  }
  .not-found .container .image picture {
    width: inherit;
  }
  .not-found .container .image picture img {
    width: inherit;
  }
  .not-found .container .content {
    position: unset !important;
    transform: unset !important;
    padding: 0 40px;
  }
  .not-found .container .content h2 {
    font-size: 18px;
    font-weight: 800;
  }
  .not-found .container .content p {
    font-size: 16px;
  }
}